You are not logged in.

#1 2023-04-17 11:20:22

xenobro
Member
Registered: 2019-05-25
Posts: 102

Touchpad not even in /proc/bus/input/devices

Hi,

I've been having this issue for a while on occasion, usually after a big update with pacman or randomly with my normal system, but it happens 2 out of every 3 times on a version of my system that runs from RAM:
I'll boot into the system and call startx, only to realize my touchpad isn't working. Checking /proc/bus/input/devices and xinput, the touchpad isn't even there.
Then, after rebooting, everything is ok, touchpad detected and properly described in /proc/bus/input/devices, xinput, etc.
I'd think it was some sort of physical issue, but it happened before with another computer I used to have and it seems to get worse under certain circumstances: after a particularly big system update - usually when updating firmware, linux, etc., for instance or in the case of my silly experiment of running the system from RAM, it happens constantly. The RAM version takes a long time to copy the files from the drive and then everything runs very fast, almost instantaneously after that, so it can be some sort of racing condition that gets worse under those circumstances.
Some curious things that may or may not have something to do with these are the fact that my system always has 2 folders under /run/log/journal/, one with a randomly generated machine-id and log file(s) that go exactly until "switching root" and the other with the "fixed" machine-id that logs exactly from rootswitching on. Also, even though I'm using an extremely stripped down and minimalistic .xinitrc as can be seen below, it takes about 5 secs to open X, even using evilwm:

#!/bin/sh
# Merge ~/.Xresources
xrdb -merge ~/.Xresources
# Set & show cursor (XDefineCursor()):
xsetroot -cursor_name X_cursor

if [ -d /etc/X11/xinit/xinitrc.d ] ; then
 for f in /etc/X11/xinit/xinitrc.d/?*.sh ; do
  [ -x "$f" ] && . "$f"
 done
 unset f
fi

# Start WM
exec /usr/bin/evilwm -bg grey -fg white -mask1 mod4 -mask2 mod4 -snap 25 -fn -misc-fixed-medium-r-normal--18-120-100-100-c-90-*-*

This is the .Xresources file being merged:

XCalc*ti.button3.label: SQRT
XCalc*ti.button16.label: pi
XCalc*ti.button20.label: /
XCalc*ti.background: Grey
XCalc*ti.bevel.background: Black
XCalc*ti.bevel.screen.LCD.background: White
XCalc*ti.bevel.screen.LCD.foreground: Black
XCalc*ti.bevel.screen.background: White
XCalc*ti.bevel.screen.foreground: Green
XTerm*background: black
XTerm*foreground: white
!XTerm*font: -misc-fixed-medium-r-normal--18-120-100-100-c-90-*-*
XTerm*font: -misc-fixed-medium-r-normal--20-200-75-75-c-100-*-*
XTerm*VT100.geometry: 80x20+0+0

xterm*faceName: Galatia
xterm*faceSize: 14

And the only files in /etc/X11/xorg.conf.d/ are these:
10-disablescreenblanking.conf

Section "ServerFlags"
        Option "BlankTime" "0"
EndSection

Section "Extensions"
        Option "DPMS" "Disable"
EndSection

40-libinput.conf

# Match on all types of devices but joysticks
#
# If you want to configure your devices, do not copy this file.
# Instead, use a config snippet that contains something like this:
#
# Section "InputClass"
#   Identifier "something or other"
#   MatchDriver "libinput"
#
#   MatchIsTouchpad "on"
#   ... other Match directives ...
#   Option "someoption" "value"
# EndSection
#
# This applies the option any libinput device also matched by the other
# directives. See the xorg.conf(5) man page for more info on
# matching devices.

Section "InputClass"
        Identifier "libinput pointer catchall"
        MatchIsPointer "on"
        MatchDevicePath "/dev/input/event*"
        Driver "libinput"
EndSection

Section "InputClass"
        Identifier "libinput keyboard catchall"
        MatchIsKeyboard "on"
        MatchDevicePath "/dev/input/event*"
#        Option "XkbLayout" "br"
#        Option "XkbVariant" "abnt2"
#        Option "XkbOptions" "terminate:ctrl_alt_bksp"
        Option "XkbLayout" "br,gr"
        Option "XkbVariant" "abnt2,polytonic"
        Option "XkbOptions" "grp:shifts_toggle,terminate:ctrl_alt_bksp"
        Driver "libinput"
EndSection

Section "InputClass"
        Identifier "libinput touchpad catchall"
        MatchIsTouchpad "on"
        MatchDevicePath "/dev/input/event*"
        Option "Tapping" "on"
        Option "TappingButtonMap" "lmr"
        Driver "libinput"
EndSection

I have the journals of when it happened with the version of my system on RAM and I'm trying to get it when happened with the normal version.
I can upload it here if it's necessary.

If anyone has any idea what's causing this and how to solve it, please tell me.
Thank you very much,
xenobro.

Last edited by xenobro (2023-04-17 11:25:16)

Offline

#2 2023-04-17 19:00:21

xenobro
Member
Registered: 2019-05-25
Posts: 102

Re: Touchpad not even in /proc/bus/input/devices

I couldn't reproduce the issue in my normal system no matter how much I tried, even though it had happened twice today, so I'll just post the system.journal of the version on RAM, since it's so much easier to reproduce it on that version, so here go the 2 files,
system.journal-prerootswitch.txt:

abr 17 20:48:03 archlinux kernel: microcode: microcode updated early to revision 0xa6, date = 2022-06-28
abr 17 20:48:03 archlinux kernel: Linux version 6.2.11-arch1-1 (linux@archlinux) (gcc (GCC) 12.2.1 20230201, GNU ld (GNU Binutils) 2.40) #1 SMP PREEMPT_DYNAMIC Thu, 13 Apr 2023 16:59:24 +0000
abr 17 20:48:03 archlinux kernel: Command line: BOOT_IMAGE=/vmlinuz-linux root=tmpfs rootflags=size=100% rw
abr 17 20:48:03 archlinux kernel: x86/split lock detection: #AC: crashing the kernel on kernel split_locks and warning on user-space split_locks
abr 17 20:48:03 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
abr 17 20:48:03 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
abr 17 20:48:03 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
abr 17 20:48:03 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x020: 'AVX-512 opmask'
abr 17 20:48:03 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x040: 'AVX-512 Hi256'
abr 17 20:48:03 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x080: 'AVX-512 ZMM_Hi256'
abr 17 20:48:03 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
abr 17 20:48:03 archlinux kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
abr 17 20:48:03 archlinux kernel: x86/fpu: xstate_offset[5]:  832, xstate_sizes[5]:   64
abr 17 20:48:03 archlinux kernel: x86/fpu: xstate_offset[6]:  896, xstate_sizes[6]:  512
abr 17 20:48:03 archlinux kernel: x86/fpu: xstate_offset[7]: 1408, xstate_sizes[7]: 1024
abr 17 20:48:03 archlinux kernel: x86/fpu: xstate_offset[9]: 2432, xstate_sizes[9]:    8
abr 17 20:48:03 archlinux kernel: x86/fpu: Enabled xstate features 0x2e7, context size is 2440 bytes, using 'compacted' format.
abr 17 20:48:03 archlinux kernel: signal: max sigframe size: 3632
abr 17 20:48:03 archlinux kernel: BIOS-provided physical RAM map:
abr 17 20:48:03 archlinux kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
abr 17 20:48:03 archlinux kernel: BIOS-e820: [mem 0x000000000009f000-0x00000000000fffff] reserved
abr 17 20:48:03 archlinux kernel: BIOS-e820: [mem 0x0000000000100000-0x000000003dfc9fff] usable
abr 17 20:48:03 archlinux kernel: BIOS-e820: [mem 0x000000003dfca000-0x000000003dfcafff] reserved
abr 17 20:48:03 archlinux kernel: BIOS-e820: [mem 0x000000003dfcb000-0x000000003e3bbfff] usable
abr 17 20:48:03 archlinux kernel: BIOS-e820: [mem 0x000000003e3bc000-0x00000000435b4fff] reserved
abr 17 20:48:03 archlinux kernel: BIOS-e820: [mem 0x00000000435b5000-0x0000000043680fff] ACPI data
abr 17 20:48:03 archlinux kernel: BIOS-e820: [mem 0x0000000043681000-0x000000004373afff] ACPI NVS
abr 17 20:48:03 archlinux kernel: BIOS-e820: [mem 0x000000004373b000-0x000000004473afff] reserved
abr 17 20:48:03 archlinux kernel: BIOS-e820: [mem 0x000000004473b000-0x00000000447fefff] type 20
abr 17 20:48:03 archlinux kernel: BIOS-e820: [mem 0x00000000447ff000-0x00000000447fffff] usable
abr 17 20:48:03 archlinux kernel: BIOS-e820: [mem 0x0000000044800000-0x000000004affffff] reserved
abr 17 20:48:03 archlinux kernel: BIOS-e820: [mem 0x000000004b300000-0x000000004f7fffff] reserved
abr 17 20:48:03 archlinux kernel: BIOS-e820: [mem 0x00000000c0000000-0x00000000cfffffff] reserved
abr 17 20:48:03 archlinux kernel: BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
abr 17 20:48:03 archlinux kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
abr 17 20:48:03 archlinux kernel: BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
abr 17 20:48:03 archlinux kernel: BIOS-e820: [mem 0x00000000fed20000-0x00000000fed7ffff] reserved
abr 17 20:48:03 archlinux kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
abr 17 20:48:03 archlinux kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
abr 17 20:48:03 archlinux kernel: BIOS-e820: [mem 0x0000000100000000-0x00000002b07fffff] usable
abr 17 20:48:03 archlinux kernel: NX (Execute Disable) protection: active
abr 17 20:48:03 archlinux kernel: efi: EFI v2.70 by American Megatrends
abr 17 20:48:03 archlinux kernel: efi: ACPI=0x43680000 ACPI 2.0=0x43680014 TPMFinalLog=0x436c7000 SMBIOS=0x44604000 SMBIOS 3.0=0x44603000 MEMATTR=0x3a710518 ESRT=0x3c11b518 
abr 17 20:48:03 archlinux kernel: efi: Remove mem67: MMIO range=[0xc0000000-0xcfffffff] (256MB) from e820 map
abr 17 20:48:03 archlinux kernel: e820: remove [mem 0xc0000000-0xcfffffff] reserved
abr 17 20:48:03 archlinux kernel: efi: Not removing mem68: MMIO range=[0xfe000000-0xfe010fff] (68KB) from e820 map
abr 17 20:48:03 archlinux kernel: efi: Not removing mem69: MMIO range=[0xfec00000-0xfec00fff] (4KB) from e820 map
abr 17 20:48:03 archlinux kernel: efi: Not removing mem70: MMIO range=[0xfed00000-0xfed00fff] (4KB) from e820 map
abr 17 20:48:03 archlinux kernel: efi: Not removing mem72: MMIO range=[0xfee00000-0xfee00fff] (4KB) from e820 map
abr 17 20:48:03 archlinux kernel: efi: Remove mem73: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
abr 17 20:48:03 archlinux kernel: e820: remove [mem 0xff000000-0xffffffff] reserved
abr 17 20:48:03 archlinux kernel: SMBIOS 3.3.0 present.
abr 17 20:48:03 archlinux kernel: DMI: SAMSUNG ELECTRONICS CO., LTD. 550XDA/NP550XDA-KH2BR, BIOS P17CFB.044.220223.HQ 02/23/2022
abr 17 20:48:03 archlinux kernel: tsc: Detected 2400.000 MHz processor
abr 17 20:48:03 archlinux kernel: tsc: Detected 2419.200 MHz TSC
abr 17 20:48:03 archlinux kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
abr 17 20:48:03 archlinux kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
abr 17 20:48:03 archlinux kernel: last_pfn = 0x2b0800 max_arch_pfn = 0x400000000
abr 17 20:48:03 archlinux kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
abr 17 20:48:03 archlinux kernel: last_pfn = 0x44800 max_arch_pfn = 0x400000000
abr 17 20:48:03 archlinux kernel: esrt: Reserving ESRT space from 0x000000003c11b518 to 0x000000003c11b5a0.
abr 17 20:48:03 archlinux kernel: e820: update [mem 0x3c11b000-0x3c11bfff] usable ==> reserved
abr 17 20:48:03 archlinux kernel: Using GB pages for direct mapping
abr 17 20:48:03 archlinux kernel: Secure boot disabled
abr 17 20:48:03 archlinux kernel: RAMDISK: [mem 0x3546b000-0x36a2cfff]
abr 17 20:48:03 archlinux kernel: ACPI: Early table checksum verification disabled
abr 17 20:48:03 archlinux kernel: ACPI: RSDP 0x0000000043680014 000024 (v02 SECCSD)
abr 17 20:48:03 archlinux kernel: ACPI: XSDT 0x000000004367F728 0000FC (v01 SECCSD LH43STAR 01072009 AMI  01000013)
abr 17 20:48:03 archlinux kernel: ACPI: FACP 0x000000004367A000 000114 (v06 SECCSD LH43STAR 01072009 AMI  01000013)
abr 17 20:48:03 archlinux kernel: ACPI: DSDT 0x0000000043626000 053D30 (v02 SECCSD LH43STAR 01072009 INTL 20191018)
abr 17 20:48:03 archlinux kernel: ACPI: FACS 0x0000000043737000 000040
abr 17 20:48:03 archlinux kernel: ACPI: MCFG 0x000000004367E000 00003C (v01 SECCSD LH43STAR 01072009 MSFT 00000097)
abr 17 20:48:03 archlinux kernel: ACPI: SSDT 0x000000004367B000 00255D (v02 CpuRef CpuSsdt  00003000 INTL 20191018)
abr 17 20:48:03 archlinux kernel: ACPI: FIDT 0x0000000043625000 00009C (v01 SECCSD LH43STAR 01072009 AMI  00010013)
abr 17 20:48:03 archlinux kernel: ACPI: MSDM 0x0000000043624000 000055 (v03 SECCSD LH43STAR 01072009 AMI  01000013)
abr 17 20:48:03 archlinux kernel: ACPI: SSDT 0x0000000043620000 003D0E (v02 DptfTb DptfTabl 00001000 INTL 20191018)
abr 17 20:48:03 archlinux kernel: ACPI: SSDT 0x000000004361D000 002CC7 (v02 SaSsdt SaSsdt   00003000 INTL 20191018)
abr 17 20:48:03 archlinux kernel: ACPI: SSDT 0x0000000043619000 003350 (v02 INTEL  IgfxSsdt 00003000 INTL 20191018)
abr 17 20:48:03 archlinux kernel: ACPI: SSDT 0x000000004360D000 00B1B2 (v02 INTEL  TcssSsdt 00001000 INTL 20191018)
abr 17 20:48:03 archlinux kernel: ACPI: HPET 0x000000004360C000 000038 (v01 SECCSD LH43STAR 01072009 AMI  01000013)
abr 17 20:48:03 archlinux kernel: ACPI: APIC 0x000000004360B000 00012C (v04 SECCSD LH43STAR 01072009 AMI  01000013)
abr 17 20:48:03 archlinux kernel: ACPI: SSDT 0x0000000043605000 005C77 (v02 SECCSD TglU_Rvp 00001000 INTL 20191018)
abr 17 20:48:03 archlinux kernel: ACPI: SSDT 0x0000000043604000 000E11 (v02 SECCSD Ther_Rvp 00001000 INTL 20191018)
abr 17 20:48:03 archlinux kernel: ACPI: NHLT 0x0000000043603000 00002D (v00 SECCSD LH43STAR 01072009 AMI  01000013)
abr 17 20:48:03 archlinux kernel: ACPI: LPIT 0x0000000043602000 0000CC (v01 SECCSD LH43STAR 01072009 AMI  01000013)
abr 17 20:48:03 archlinux kernel: ACPI: SSDT 0x00000000435FE000 002720 (v02 SECCSD PtidDevc 00001000 INTL 20191018)
abr 17 20:48:03 archlinux kernel: ACPI: SSDT 0x00000000435FD000 00012A (v02 SECCSD TbtTypeC 00000000 INTL 20191018)
abr 17 20:48:03 archlinux kernel: ACPI: DBGP 0x00000000435FC000 000034 (v01 SECCSD LH43STAR 01072009 AMI  01000013)
abr 17 20:48:03 archlinux kernel: ACPI: DBG2 0x00000000435FB000 000054 (v00 SECCSD LH43STAR 01072009 AMI  01000013)
abr 17 20:48:03 archlinux kernel: ACPI: DMAR 0x00000000435FA000 000088 (v02 INTEL  EDK2     00000002      01000013)
abr 17 20:48:03 archlinux kernel: ACPI: SSDT 0x00000000435F9000 0009F9 (v02 INTEL  xh_tudd4 00000000 INTL 20191018)
abr 17 20:48:03 archlinux kernel: ACPI: SSDT 0x00000000435F8000 000144 (v02 Intel  ADebTabl 00001000 INTL 20191018)
abr 17 20:48:03 archlinux kernel: ACPI: BGRT 0x00000000435F7000 000038 (v01 SECCSD LH43STAR 01072009 AMI  00010013)
abr 17 20:48:03 archlinux kernel: ACPI: TPM2 0x00000000435F6000 00004C (v04 SECCSD LH43STAR 00000001 AMI  00000000)
abr 17 20:48:03 archlinux kernel: ACPI: PTDT 0x00000000435F5000 000D44 (v00 SECCSD LH43STAR 00000005 MSFT 0100000D)
abr 17 20:48:03 archlinux kernel: ACPI: WSMT 0x0000000043601000 000028 (v01 SECCSD LH43STAR 01072009 AMI  00010013)
abr 17 20:48:03 archlinux kernel: ACPI: FPDT 0x00000000435F4000 000044 (v01 SECCSD A M I    01072009 AMI  01000013)
abr 17 20:48:03 archlinux kernel: ACPI: Reserving FACP table memory at [mem 0x4367a000-0x4367a113]
abr 17 20:48:03 archlinux kernel: ACPI: Reserving DSDT table memory at [mem 0x43626000-0x43679d2f]
abr 17 20:48:03 archlinux kernel: ACPI: Reserving FACS table memory at [mem 0x43737000-0x4373703f]
abr 17 20:48:03 archlinux kernel: ACPI: Reserving MCFG table memory at [mem 0x4367e000-0x4367e03b]
abr 17 20:48:03 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x4367b000-0x4367d55c]
abr 17 20:48:03 archlinux kernel: ACPI: Reserving FIDT table memory at [mem 0x43625000-0x4362509b]
abr 17 20:48:03 archlinux kernel: ACPI: Reserving MSDM table memory at [mem 0x43624000-0x43624054]
abr 17 20:48:03 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x43620000-0x43623d0d]
abr 17 20:48:03 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x4361d000-0x4361fcc6]
abr 17 20:48:03 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x43619000-0x4361c34f]
abr 17 20:48:03 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x4360d000-0x436181b1]
abr 17 20:48:03 archlinux kernel: ACPI: Reserving HPET table memory at [mem 0x4360c000-0x4360c037]
abr 17 20:48:03 archlinux kernel: ACPI: Reserving APIC table memory at [mem 0x4360b000-0x4360b12b]
abr 17 20:48:03 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x43605000-0x4360ac76]
abr 17 20:48:03 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x43604000-0x43604e10]
abr 17 20:48:03 archlinux kernel: ACPI: Reserving NHLT table memory at [mem 0x43603000-0x4360302c]
abr 17 20:48:03 archlinux kernel: ACPI: Reserving LPIT table memory at [mem 0x43602000-0x436020cb]
abr 17 20:48:03 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x435fe000-0x4360071f]
abr 17 20:48:03 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x435fd000-0x435fd129]
abr 17 20:48:03 archlinux kernel: ACPI: Reserving DBGP table memory at [mem 0x435fc000-0x435fc033]
abr 17 20:48:03 archlinux kernel: ACPI: Reserving DBG2 table memory at [mem 0x435fb000-0x435fb053]
abr 17 20:48:03 archlinux kernel: ACPI: Reserving DMAR table memory at [mem 0x435fa000-0x435fa087]
abr 17 20:48:03 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x435f9000-0x435f99f8]
abr 17 20:48:03 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x435f8000-0x435f8143]
abr 17 20:48:03 archlinux kernel: ACPI: Reserving BGRT table memory at [mem 0x435f7000-0x435f7037]
abr 17 20:48:03 archlinux kernel: ACPI: Reserving TPM2 table memory at [mem 0x435f6000-0x435f604b]
abr 17 20:48:03 archlinux kernel: ACPI: Reserving PTDT table memory at [mem 0x435f5000-0x435f5d43]
abr 17 20:48:03 archlinux kernel: ACPI: Reserving WSMT table memory at [mem 0x43601000-0x43601027]
abr 17 20:48:03 archlinux kernel: ACPI: Reserving FPDT table memory at [mem 0x435f4000-0x435f4043]
abr 17 20:48:03 archlinux kernel: No NUMA configuration found
abr 17 20:48:03 archlinux kernel: Faking a node at [mem 0x0000000000000000-0x00000002b07fffff]
abr 17 20:48:03 archlinux kernel: NODE_DATA(0) allocated [mem 0x2b07fb000-0x2b07fffff]
abr 17 20:48:03 archlinux kernel: Zone ranges:
abr 17 20:48:03 archlinux kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
abr 17 20:48:03 archlinux kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
abr 17 20:48:03 archlinux kernel:   Normal   [mem 0x0000000100000000-0x00000002b07fffff]
abr 17 20:48:03 archlinux kernel:   Device   empty
abr 17 20:48:03 archlinux kernel: Movable zone start for each node
abr 17 20:48:03 archlinux kernel: Early memory node ranges
abr 17 20:48:03 archlinux kernel:   node   0: [mem 0x0000000000001000-0x000000000009efff]
abr 17 20:48:03 archlinux kernel:   node   0: [mem 0x0000000000100000-0x000000003dfc9fff]
abr 17 20:48:03 archlinux kernel:   node   0: [mem 0x000000003dfcb000-0x000000003e3bbfff]
abr 17 20:48:03 archlinux kernel:   node   0: [mem 0x00000000447ff000-0x00000000447fffff]
abr 17 20:48:03 archlinux kernel:   node   0: [mem 0x0000000100000000-0x00000002b07fffff]
abr 17 20:48:03 archlinux kernel: Initmem setup node 0 [mem 0x0000000000001000-0x00000002b07fffff]
abr 17 20:48:03 archlinux kernel: On node 0, zone DMA: 1 pages in unavailable ranges
abr 17 20:48:03 archlinux kernel: On node 0, zone DMA: 97 pages in unavailable ranges
abr 17 20:48:03 archlinux kernel: On node 0, zone DMA32: 1 pages in unavailable ranges
abr 17 20:48:03 archlinux kernel: On node 0, zone DMA32: 25667 pages in unavailable ranges
abr 17 20:48:03 archlinux kernel: On node 0, zone Normal: 14336 pages in unavailable ranges
abr 17 20:48:03 archlinux kernel: On node 0, zone Normal: 30720 pages in unavailable ranges
abr 17 20:48:03 archlinux kernel: Reserving Intel graphics memory at [mem 0x4d800000-0x4f7fffff]
abr 17 20:48:03 archlinux kernel: ACPI: PM-Timer IO Port: 0x1808
abr 17 20:48:03 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
abr 17 20:48:03 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
abr 17 20:48:03 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
abr 17 20:48:03 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
abr 17 20:48:03 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
abr 17 20:48:03 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
abr 17 20:48:03 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
abr 17 20:48:03 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
abr 17 20:48:03 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
abr 17 20:48:03 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
abr 17 20:48:03 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
abr 17 20:48:03 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
abr 17 20:48:03 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
abr 17 20:48:03 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
abr 17 20:48:03 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
abr 17 20:48:03 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
abr 17 20:48:03 archlinux kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
abr 17 20:48:03 archlinux kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
abr 17 20:48:03 archlinux kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
abr 17 20:48:03 archlinux kernel: ACPI: Using ACPI (MADT) for SMP configuration information
abr 17 20:48:03 archlinux kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
abr 17 20:48:03 archlinux kernel: e820: update [mem 0x39963000-0x3997dfff] usable ==> reserved
abr 17 20:48:03 archlinux kernel: TSC deadline timer available
abr 17 20:48:03 archlinux kernel: smpboot: Allowing 8 CPUs, 0 hotplug CPUs
abr 17 20:48:03 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
abr 17 20:48:03 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000fffff]
abr 17 20:48:03 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x39963000-0x3997dfff]
abr 17 20:48:03 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x3c11b000-0x3c11bfff]
abr 17 20:48:03 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x3dfca000-0x3dfcafff]
abr 17 20:48:03 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x3e3bc000-0x435b4fff]
abr 17 20:48:03 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x435b5000-0x43680fff]
abr 17 20:48:03 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x43681000-0x4373afff]
abr 17 20:48:03 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x4373b000-0x4473afff]
abr 17 20:48:03 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x4473b000-0x447fefff]
abr 17 20:48:03 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x44800000-0x4affffff]
abr 17 20:48:03 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x4b000000-0x4b2fffff]
abr 17 20:48:03 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x4b300000-0x4f7fffff]
abr 17 20:48:03 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x4f800000-0xfdffffff]
abr 17 20:48:03 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
abr 17 20:48:03 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
abr 17 20:48:03 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
abr 17 20:48:03 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
abr 17 20:48:03 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
abr 17 20:48:03 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed1ffff]
abr 17 20:48:03 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xfed7ffff]
abr 17 20:48:03 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfedfffff]
abr 17 20:48:03 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
abr 17 20:48:03 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xffffffff]
abr 17 20:48:03 archlinux kernel: [mem 0x4f800000-0xfdffffff] available for PCI devices
abr 17 20:48:03 archlinux kernel: Booting paravirtualized kernel on bare hardware
abr 17 20:48:03 archlinux kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
abr 17 20:48:03 archlinux kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
abr 17 20:48:03 archlinux kernel: percpu: Embedded 63 pages/cpu s221184 r8192 d28672 u262144
abr 17 20:48:03 archlinux kernel: pcpu-alloc: s221184 r8192 d28672 u262144 alloc=1*2097152
abr 17 20:48:03 archlinux kernel: pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
abr 17 20:48:03 archlinux kernel: Fallback order for Node 0: 0 
abr 17 20:48:03 archlinux kernel: Built 1 zonelists, mobility grouping on.  Total pages: 1994509
abr 17 20:48:03 archlinux kernel: Policy zone: Normal
abr 17 20:48:03 archlinux kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=tmpfs rootflags=size=100% rw
abr 17 20:48:03 archlinux kernel: Unknown kernel command line parameters "BOOT_IMAGE=/vmlinuz-linux", will be passed to user space.
abr 17 20:48:03 archlinux kernel: random: crng init done
abr 17 20:48:03 archlinux kernel: Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
abr 17 20:48:03 archlinux kernel: Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
abr 17 20:48:03 archlinux kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
abr 17 20:48:03 archlinux kernel: software IO TLB: area num 8.
abr 17 20:48:03 archlinux kernel: Memory: 7727172K/8105320K available (16384K kernel code, 2097K rwdata, 12628K rodata, 3276K init, 4100K bss, 377888K reserved, 0K cma-reserved)
abr 17 20:48:03 archlinux kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
abr 17 20:48:03 archlinux kernel: ftrace: allocating 46876 entries in 184 pages
abr 17 20:48:03 archlinux kernel: ftrace: allocated 184 pages with 4 groups
abr 17 20:48:03 archlinux kernel: Dynamic Preempt: full
abr 17 20:48:03 archlinux kernel: rcu: Preemptible hierarchical RCU implementation.
abr 17 20:48:03 archlinux kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=8.
abr 17 20:48:03 archlinux kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
abr 17 20:48:03 archlinux kernel:         Trampoline variant of Tasks RCU enabled.
abr 17 20:48:03 archlinux kernel:         Rude variant of Tasks RCU enabled.
abr 17 20:48:03 archlinux kernel:         Tracing variant of Tasks RCU enabled.
abr 17 20:48:03 archlinux kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
abr 17 20:48:03 archlinux kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
abr 17 20:48:03 archlinux kernel: NR_IRQS: 20736, nr_irqs: 2048, preallocated irqs: 16
abr 17 20:48:03 archlinux kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
abr 17 20:48:03 archlinux kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
abr 17 20:48:03 archlinux kernel: Console: colour dummy device 80x25
abr 17 20:48:03 archlinux kernel: printk: console [tty0] enabled
abr 17 20:48:03 archlinux kernel: ACPI: Core revision 20221020
abr 17 20:48:03 archlinux kernel: hpet: HPET dysfunctional in PC10. Force disabled.
abr 17 20:48:03 archlinux kernel: APIC: Switch to symmetric I/O mode setup
abr 17 20:48:03 archlinux kernel: DMAR: Host address width 39
abr 17 20:48:03 archlinux kernel: DMAR: DRHD base: 0x000000fed90000 flags: 0x0
abr 17 20:48:03 archlinux kernel: DMAR: dmar0: reg_base_addr fed90000 ver 4:0 cap 1c0000c40660462 ecap 69e2ff0505e
abr 17 20:48:03 archlinux kernel: DMAR: DRHD base: 0x000000fed91000 flags: 0x1
abr 17 20:48:03 archlinux kernel: DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
abr 17 20:48:03 archlinux kernel: DMAR: RMRR base: 0x0000004d000000 end: 0x0000004f7fffff
abr 17 20:48:03 archlinux kernel: DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
abr 17 20:48:03 archlinux kernel: DMAR-IR: HPET id 0 under DRHD base 0xfed91000
abr 17 20:48:03 archlinux kernel: DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
abr 17 20:48:03 archlinux kernel: DMAR-IR: Enabled IRQ remapping in x2apic mode
abr 17 20:48:03 archlinux kernel: x2apic enabled
abr 17 20:48:03 archlinux kernel: Switched APIC routing to cluster x2apic.
abr 17 20:48:03 archlinux kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x22df1149949, max_idle_ns: 440795312789 ns
abr 17 20:48:03 archlinux kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 4840.00 BogoMIPS (lpj=8064000)
abr 17 20:48:03 archlinux kernel: pid_max: default: 32768 minimum: 301
abr 17 20:48:03 archlinux kernel: LSM: initializing lsm=capability,landlock,lockdown,yama,integrity,bpf
abr 17 20:48:03 archlinux kernel: landlock: Up and running.
abr 17 20:48:03 archlinux kernel: Yama: becoming mindful.
abr 17 20:48:03 archlinux kernel: LSM support for eBPF active
abr 17 20:48:03 archlinux kernel: Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
abr 17 20:48:03 archlinux kernel: Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
abr 17 20:48:03 archlinux kernel: CPU0: Thermal monitoring enabled (TM1)
abr 17 20:48:03 archlinux kernel: x86/cpu: User Mode Instruction Prevention (UMIP) activated
abr 17 20:48:03 archlinux kernel: process: using mwait in idle threads
abr 17 20:48:03 archlinux kernel: CET detected: Indirect Branch Tracking enabled
abr 17 20:48:03 archlinux kernel: Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
abr 17 20:48:03 archlinux kernel: Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
abr 17 20:48:03 archlinux kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
abr 17 20:48:03 archlinux kernel: Spectre V2 : Mitigation: Enhanced IBRS
abr 17 20:48:03 archlinux kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
abr 17 20:48:03 archlinux kernel: Spectre V2 : Spectre v2 / PBRSB-eIBRS: Retire a single CALL on VMEXIT
abr 17 20:48:03 archlinux kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
abr 17 20:48:03 archlinux kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
abr 17 20:48:03 archlinux kernel: Freeing SMP alternatives memory: 40K
abr 17 20:48:03 archlinux kernel: smpboot: CPU0: 11th Gen Intel(R) Core(TM) i5-1135G7 @ 2.40GHz (family: 0x6, model: 0x8c, stepping: 0x1)
abr 17 20:48:03 archlinux kernel: cblist_init_generic: Setting adjustable number of callback queues.
abr 17 20:48:03 archlinux kernel: cblist_init_generic: Setting shift to 3 and lim to 1.
abr 17 20:48:03 archlinux kernel: cblist_init_generic: Setting shift to 3 and lim to 1.
abr 17 20:48:03 archlinux kernel: cblist_init_generic: Setting shift to 3 and lim to 1.
abr 17 20:48:03 archlinux kernel: Performance Events: PEBS fmt4+-baseline,  AnyThread deprecated, Icelake events, 32-deep LBR, full-width counters, Intel PMU driver.
abr 17 20:48:03 archlinux kernel: ... version:                5
abr 17 20:48:03 archlinux kernel: ... bit width:              48
abr 17 20:48:03 archlinux kernel: ... generic registers:      8
abr 17 20:48:03 archlinux kernel: ... value mask:             0000ffffffffffff
abr 17 20:48:03 archlinux kernel: ... max period:             00007fffffffffff
abr 17 20:48:03 archlinux kernel: ... fixed-purpose events:   4
abr 17 20:48:03 archlinux kernel: ... event mask:             0001000f000000ff
abr 17 20:48:03 archlinux kernel: Estimated ratio of average max frequency by base frequency (times 1024): 1621
abr 17 20:48:03 archlinux kernel: rcu: Hierarchical SRCU implementation.
abr 17 20:48:03 archlinux kernel: rcu:         Max phase no-delay instances is 1000.
abr 17 20:48:03 archlinux kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
abr 17 20:48:03 archlinux kernel: smp: Bringing up secondary CPUs ...
abr 17 20:48:03 archlinux kernel: x86: Booting SMP configuration:
abr 17 20:48:03 archlinux kernel: .... node  #0, CPUs:      #1 #2 #3 #4 #5 #6 #7
abr 17 20:48:03 archlinux kernel: smp: Brought up 1 node, 8 CPUs
abr 17 20:48:03 archlinux kernel: smpboot: Max logical packages: 1
abr 17 20:48:03 archlinux kernel: smpboot: Total of 8 processors activated (38722.00 BogoMIPS)
abr 17 20:48:03 archlinux kernel: devtmpfs: initialized
abr 17 20:48:03 archlinux kernel: x86/mm: Memory block size: 128MB
abr 17 20:48:03 archlinux kernel: ACPI: PM: Registering ACPI NVS region [mem 0x43681000-0x4373afff] (761856 bytes)
abr 17 20:48:03 archlinux kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
abr 17 20:48:03 archlinux kernel: futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
abr 17 20:48:03 archlinux kernel: pinctrl core: initialized pinctrl subsystem
abr 17 20:48:03 archlinux kernel: PM: RTC time: 23:47:54, date: 2023-04-17
abr 17 20:48:03 archlinux kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
abr 17 20:48:03 archlinux kernel: DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
abr 17 20:48:03 archlinux kernel: DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
abr 17 20:48:03 archlinux kernel: DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
abr 17 20:48:03 archlinux kernel: audit: initializing netlink subsys (disabled)
abr 17 20:48:03 archlinux kernel: audit: type=2000 audit(1681775274.023:1): state=initialized audit_enabled=0 res=1
abr 17 20:48:03 archlinux kernel: thermal_sys: Registered thermal governor 'fair_share'
abr 17 20:48:03 archlinux kernel: thermal_sys: Registered thermal governor 'bang_bang'
abr 17 20:48:03 archlinux kernel: thermal_sys: Registered thermal governor 'step_wise'
abr 17 20:48:03 archlinux kernel: thermal_sys: Registered thermal governor 'user_space'
abr 17 20:48:03 archlinux kernel: thermal_sys: Registered thermal governor 'power_allocator'
abr 17 20:48:03 archlinux kernel: cpuidle: using governor ladder
abr 17 20:48:03 archlinux kernel: cpuidle: using governor menu
abr 17 20:48:03 archlinux kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
abr 17 20:48:03 archlinux kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xc0000000-0xcfffffff] (base 0xc0000000)
abr 17 20:48:03 archlinux kernel: PCI: not using MMCONFIG
abr 17 20:48:03 archlinux kernel: PCI: Using configuration type 1 for base access
abr 17 20:48:03 archlinux kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
abr 17 20:48:03 archlinux kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
abr 17 20:48:03 archlinux kernel: HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
abr 17 20:48:03 archlinux kernel: HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
abr 17 20:48:03 archlinux kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
abr 17 20:48:03 archlinux kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
abr 17 20:48:03 archlinux kernel: ACPI: Added _OSI(Module Device)
abr 17 20:48:03 archlinux kernel: ACPI: Added _OSI(Processor Device)
abr 17 20:48:03 archlinux kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
abr 17 20:48:03 archlinux kernel: ACPI: Added _OSI(Processor Aggregator Device)
abr 17 20:48:03 archlinux kernel: ACPI: 12 ACPI AML tables successfully acquired and loaded
abr 17 20:48:03 archlinux kernel: ACPI: Dynamic OEM Table Load:
abr 17 20:48:03 archlinux kernel: ACPI: SSDT 0xFFFF9FF9414FA200 0001CB (v02 PmRef  Cpu0Psd  00003000 INTL 20191018)
abr 17 20:48:03 archlinux kernel: ACPI: \_SB_.PR00: _OSC native thermal LVT Acked
abr 17 20:48:03 archlinux kernel: ACPI: Dynamic OEM Table Load:
abr 17 20:48:03 archlinux kernel: ACPI: SSDT 0xFFFF9FF94167CC00 000394 (v02 PmRef  Cpu0Cst  00003001 INTL 20191018)
abr 17 20:48:03 archlinux kernel: ACPI: Dynamic OEM Table Load:
abr 17 20:48:03 archlinux kernel: ACPI: SSDT 0xFFFF9FF94168F000 0005C3 (v02 PmRef  Cpu0Ist  00003000 INTL 20191018)
abr 17 20:48:03 archlinux kernel: ACPI: Dynamic OEM Table Load:
abr 17 20:48:03 archlinux kernel: ACPI: SSDT 0xFFFF9FF94167A000 000266 (v02 PmRef  Cpu0Hwp  00003000 INTL 20191018)
abr 17 20:48:03 archlinux kernel: ACPI: Dynamic OEM Table Load:
abr 17 20:48:03 archlinux kernel: ACPI: SSDT 0xFFFF9FF941681000 0008E7 (v02 PmRef  ApIst    00003000 INTL 20191018)
abr 17 20:48:03 archlinux kernel: ACPI: Dynamic OEM Table Load:
abr 17 20:48:03 archlinux kernel: ACPI: SSDT 0xFFFF9FF94168B000 00048A (v02 PmRef  ApHwp    00003000 INTL 20191018)
abr 17 20:48:03 archlinux kernel: ACPI: Dynamic OEM Table Load:
abr 17 20:48:03 archlinux kernel: ACPI: SSDT 0xFFFF9FF94168F800 0004D4 (v02 PmRef  ApPsd    00003000 INTL 20191018)
abr 17 20:48:03 archlinux kernel: ACPI: Dynamic OEM Table Load:
abr 17 20:48:03 archlinux kernel: ACPI: SSDT 0xFFFF9FF94168E000 00048A (v02 PmRef  ApCst    00003000 INTL 20191018)
abr 17 20:48:03 archlinux kernel: ACPI: EC: EC started
abr 17 20:48:03 archlinux kernel: ACPI: EC: interrupt blocked
abr 17 20:48:03 archlinux kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
abr 17 20:48:03 archlinux kernel: ACPI: \_SB_.PC00.LPCB.H_EC: Boot DSDT EC used to handle transactions
abr 17 20:48:03 archlinux kernel: ACPI: Interpreter enabled
abr 17 20:48:03 archlinux kernel: ACPI: PM: (supports S0 S3 S4 S5)
abr 17 20:48:03 archlinux kernel: ACPI: Using IOAPIC for interrupt routing
abr 17 20:48:03 archlinux kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xc0000000-0xcfffffff] (base 0xc0000000)
abr 17 20:48:03 archlinux kernel: PCI: MMCONFIG at [mem 0xc0000000-0xcfffffff] reserved as ACPI motherboard resource
abr 17 20:48:03 archlinux kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
abr 17 20:48:03 archlinux kernel: PCI: Using E820 reservations for host bridge windows
abr 17 20:48:03 archlinux kernel: ACPI: Enabled 8 GPEs in block 00 to 7F
abr 17 20:48:03 archlinux kernel: ACPI: \_SB_.PC00.RP04.PXP_: New power resource
abr 17 20:48:03 archlinux kernel: ACPI: \_SB_.PC00.RP05.PXP_: New power resource
abr 17 20:48:03 archlinux kernel: ACPI: \_SB_.PC00.RP08.PXP_: New power resource
abr 17 20:48:03 archlinux kernel: ACPI: \_SB_.PC00.XHCI.RHUB.HS10.BTRT: New power resource
abr 17 20:48:03 archlinux kernel: ACPI: \_SB_.PC00.PAUD: New power resource
abr 17 20:48:03 archlinux kernel: ACPI: \_SB_.PC00.SAT0.VOL0.V0PR: New power resource
abr 17 20:48:03 archlinux kernel: ACPI: \_SB_.PC00.SAT0.VOL1.V1PR: New power resource
abr 17 20:48:03 archlinux kernel: ACPI: \_SB_.PC00.SAT0.VOL2.V2PR: New power resource
abr 17 20:48:03 archlinux kernel: ACPI: \_SB_.PC00.I2C0.PXTC: New power resource
abr 17 20:48:03 archlinux kernel: ACPI: \_SB_.PC00.I2C0.PTPL: New power resource
abr 17 20:48:03 archlinux kernel: ACPI: \_SB_.PC00.I2C1.PXTC: New power resource
abr 17 20:48:03 archlinux kernel: ACPI: \_SB_.PC00.I2C2.PXTC: New power resource
abr 17 20:48:03 archlinux kernel: ACPI: \_SB_.PC00.CNVW.WRST: New power resource
abr 17 20:48:03 archlinux kernel: ACPI: \_SB_.PC00.TBT0: New power resource
abr 17 20:48:03 archlinux kernel: ACPI: \_SB_.PC00.TBT1: New power resource
abr 17 20:48:03 archlinux kernel: ACPI: \_SB_.PC00.D3C_: New power resource
abr 17 20:48:03 archlinux kernel: ACPI: \_TZ_.FN00: New power resource
abr 17 20:48:03 archlinux kernel: ACPI: \_TZ_.FN01: New power resource
abr 17 20:48:03 archlinux kernel: ACPI: \_TZ_.FN02: New power resource
abr 17 20:48:03 archlinux kernel: ACPI: \_TZ_.FN03: New power resource
abr 17 20:48:03 archlinux kernel: ACPI: \_TZ_.FN04: New power resource
abr 17 20:48:03 archlinux kernel: ACPI: \PIN_: New power resource
abr 17 20:48:03 archlinux kernel: ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-fe])
abr 17 20:48:03 archlinux kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
abr 17 20:48:03 archlinux kernel: acpi PNP0A08:00: _OSC: platform does not support [AER]
abr 17 20:48:03 archlinux kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability LTR DPC]
abr 17 20:48:03 archlinux kernel: PCI host bridge to bus 0000:00
abr 17 20:48:03 archlinux kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
abr 17 20:48:03 archlinux kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
abr 17 20:48:03 archlinux kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
abr 17 20:48:03 archlinux kernel: pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000fffff window]
abr 17 20:48:03 archlinux kernel: pci_bus 0000:00: root bus resource [mem 0x4f800000-0xbfffffff window]
abr 17 20:48:03 archlinux kernel: pci_bus 0000:00: root bus resource [mem 0x4000000000-0x7fffffffff window]
abr 17 20:48:03 archlinux kernel: pci_bus 0000:00: root bus resource [bus 00-fe]
abr 17 20:48:03 archlinux kernel: pci 0000:00:00.0: [8086:9a14] type 00 class 0x060000
abr 17 20:48:03 archlinux kernel: pci 0000:00:02.0: [8086:9a49] type 00 class 0x030000
abr 17 20:48:03 archlinux kernel: pci 0000:00:02.0: reg 0x10: [mem 0x6000000000-0x6000ffffff 64bit]
abr 17 20:48:03 archlinux kernel: pci 0000:00:02.0: reg 0x18: [mem 0x4000000000-0x400fffffff 64bit pref]
abr 17 20:48:03 archlinux kernel: pci 0000:00:02.0: reg 0x20: [io  0x4000-0x403f]
abr 17 20:48:03 archlinux kernel: pci 0000:00:02.0: BAR 2: assigned to efifb
abr 17 20:48:03 archlinux kernel: pci 0000:00:02.0: DMAR: Skip IOMMU disabling for graphics
abr 17 20:48:03 archlinux kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
abr 17 20:48:03 archlinux kernel: pci 0000:00:02.0: reg 0x344: [mem 0x00000000-0x00ffffff 64bit]
abr 17 20:48:03 archlinux kernel: pci 0000:00:02.0: VF(n) BAR0 space: [mem 0x00000000-0x06ffffff 64bit] (contains BAR0 for 7 VFs)
abr 17 20:48:03 archlinux kernel: pci 0000:00:02.0: reg 0x34c: [mem 0x00000000-0x1fffffff 64bit pref]
abr 17 20:48:03 archlinux kernel: pci 0000:00:02.0: VF(n) BAR2 space: [mem 0x00000000-0xdfffffff 64bit pref] (contains BAR2 for 7 VFs)
abr 17 20:48:03 archlinux kernel: pci 0000:00:04.0: [8086:9a03] type 00 class 0x118000
abr 17 20:48:03 archlinux kernel: pci 0000:00:04.0: reg 0x10: [mem 0x6001100000-0x600111ffff 64bit]
abr 17 20:48:03 archlinux kernel: pci 0000:00:08.0: [8086:9a11] type 00 class 0x088000
abr 17 20:48:03 archlinux kernel: pci 0000:00:08.0: reg 0x10: [mem 0x6001150000-0x6001150fff 64bit]
abr 17 20:48:03 archlinux kernel: pci 0000:00:0d.0: [8086:9a13] type 00 class 0x0c0330
abr 17 20:48:03 archlinux kernel: pci 0000:00:0d.0: reg 0x10: [mem 0x6001130000-0x600113ffff 64bit]
abr 17 20:48:03 archlinux kernel: pci 0000:00:0d.0: PME# supported from D3hot D3cold
abr 17 20:48:03 archlinux kernel: pci 0000:00:14.0: [8086:a0ed] type 00 class 0x0c0330
abr 17 20:48:03 archlinux kernel: pci 0000:00:14.0: reg 0x10: [mem 0x6001120000-0x600112ffff 64bit]
abr 17 20:48:03 archlinux kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
abr 17 20:48:03 archlinux kernel: pci 0000:00:14.2: [8086:a0ef] type 00 class 0x050000
abr 17 20:48:03 archlinux kernel: pci 0000:00:14.2: reg 0x10: [mem 0x6001148000-0x600114bfff 64bit]
abr 17 20:48:03 archlinux kernel: pci 0000:00:14.2: reg 0x18: [mem 0x600114f000-0x600114ffff 64bit]
abr 17 20:48:03 archlinux kernel: pci 0000:00:14.3: [8086:a0f0] type 00 class 0x028000
abr 17 20:48:03 archlinux kernel: pci 0000:00:14.3: reg 0x10: [mem 0x6001144000-0x6001147fff 64bit]
abr 17 20:48:03 archlinux kernel: pci 0000:00:14.3: PME# supported from D0 D3hot D3cold
abr 17 20:48:03 archlinux kernel: pci 0000:00:15.0: [8086:a0e8] type 00 class 0x0c8000
abr 17 20:48:03 archlinux kernel: pci 0000:00:15.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
abr 17 20:48:03 archlinux kernel: pci 0000:00:16.0: [8086:a0e0] type 00 class 0x078000
abr 17 20:48:03 archlinux kernel: pci 0000:00:16.0: reg 0x10: [mem 0x600114d000-0x600114dfff 64bit]
abr 17 20:48:03 archlinux kernel: pci 0000:00:16.0: PME# supported from D3hot
abr 17 20:48:03 archlinux kernel: pci 0000:00:17.0: [8086:a0d3] type 00 class 0x010601
abr 17 20:48:03 archlinux kernel: pci 0000:00:17.0: reg 0x10: [mem 0x4fb00000-0x4fb01fff]
abr 17 20:48:03 archlinux kernel: pci 0000:00:17.0: reg 0x14: [mem 0x4fb03000-0x4fb030ff]
abr 17 20:48:03 archlinux kernel: pci 0000:00:17.0: reg 0x18: [io  0x4090-0x4097]
abr 17 20:48:03 archlinux kernel: pci 0000:00:17.0: reg 0x1c: [io  0x4080-0x4083]
abr 17 20:48:03 archlinux kernel: pci 0000:00:17.0: reg 0x20: [io  0x4060-0x407f]
abr 17 20:48:03 archlinux kernel: pci 0000:00:17.0: reg 0x24: [mem 0x4fb02000-0x4fb027ff]
abr 17 20:48:03 archlinux kernel: pci 0000:00:17.0: PME# supported from D3hot
abr 17 20:48:03 archlinux kernel: pci 0000:00:1c.0: [8086:a0bc] type 01 class 0x060400
abr 17 20:48:03 archlinux kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
abr 17 20:48:03 archlinux kernel: pci 0000:00:1c.0: PTM enabled (root), 4ns granularity
abr 17 20:48:03 archlinux kernel: pci 0000:00:1d.0: [8086:a0b0] type 01 class 0x060400
abr 17 20:48:03 archlinux kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
abr 17 20:48:03 archlinux kernel: pci 0000:00:1d.0: PTM enabled (root), 4ns granularity
abr 17 20:48:03 archlinux kernel: pci 0000:00:1d.1: [8086:a0b1] type 01 class 0x060400
abr 17 20:48:03 archlinux kernel: pci 0000:00:1d.1: PME# supported from D0 D3hot D3cold
abr 17 20:48:03 archlinux kernel: pci 0000:00:1d.1: PTM enabled (root), 4ns granularity
abr 17 20:48:03 archlinux kernel: pci 0000:00:1f.0: [8086:a082] type 00 class 0x060100
abr 17 20:48:03 archlinux kernel: pci 0000:00:1f.3: [8086:a0c8] type 00 class 0x040380
abr 17 20:48:03 archlinux kernel: pci 0000:00:1f.3: reg 0x10: [mem 0x6001140000-0x6001143fff 64bit]
abr 17 20:48:03 archlinux kernel: pci 0000:00:1f.3: reg 0x20: [mem 0x6001000000-0x60010fffff 64bit]
abr 17 20:48:03 archlinux kernel: pci 0000:00:1f.3: PME# supported from D3hot D3cold
abr 17 20:48:03 archlinux kernel: pci 0000:00:1f.4: [8086:a0a3] type 00 class 0x0c0500
abr 17 20:48:03 archlinux kernel: pci 0000:00:1f.4: reg 0x10: [mem 0x600114c000-0x600114c0ff 64bit]
abr 17 20:48:03 archlinux kernel: pci 0000:00:1f.4: reg 0x20: [io  0xefa0-0xefbf]
abr 17 20:48:03 archlinux kernel: pci 0000:00:1f.5: [8086:a0a4] type 00 class 0x0c8000
abr 17 20:48:03 archlinux kernel: pci 0000:00:1f.5: reg 0x10: [mem 0xfe010000-0xfe010fff]
abr 17 20:48:03 archlinux kernel: pci 0000:01:00.0: [144d:a809] type 00 class 0x010802
abr 17 20:48:03 archlinux kernel: pci 0000:01:00.0: reg 0x10: [mem 0x4fa00000-0x4fa03fff 64bit]
abr 17 20:48:03 archlinux kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
abr 17 20:48:03 archlinux kernel: pci 0000:00:1c.0:   bridge window [mem 0x4fa00000-0x4fafffff]
abr 17 20:48:03 archlinux kernel: pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000
abr 17 20:48:03 archlinux kernel: pci 0000:02:00.0: reg 0x10: [io  0x3000-0x30ff]
abr 17 20:48:03 archlinux kernel: pci 0000:02:00.0: reg 0x18: [mem 0x4f904000-0x4f904fff 64bit]
abr 17 20:48:03 archlinux kernel: pci 0000:02:00.0: reg 0x20: [mem 0x4f900000-0x4f903fff 64bit]
abr 17 20:48:03 archlinux kernel: pci 0000:02:00.0: supports D1 D2
abr 17 20:48:03 archlinux kernel: pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
abr 17 20:48:03 archlinux kernel: pci 0000:00:1d.0: PCI bridge to [bus 02]
abr 17 20:48:03 archlinux kernel: pci 0000:00:1d.0:   bridge window [io  0x3000-0x3fff]
abr 17 20:48:03 archlinux kernel: pci 0000:00:1d.0:   bridge window [mem 0x4f900000-0x4f9fffff]
abr 17 20:48:03 archlinux kernel: pci 0000:03:00.0: [1217:8621] type 00 class 0x080501
abr 17 20:48:03 archlinux kernel: pci 0000:03:00.0: reg 0x10: [mem 0x4f801000-0x4f801fff]
abr 17 20:48:03 archlinux kernel: pci 0000:03:00.0: reg 0x14: [mem 0x4f800000-0x4f8007ff]
abr 17 20:48:03 archlinux kernel: pci 0000:03:00.0: PME# supported from D3hot D3cold
abr 17 20:48:03 archlinux kernel: pci 0000:00:1d.1: PCI bridge to [bus 03]
abr 17 20:48:03 archlinux kernel: pci 0000:00:1d.1:   bridge window [mem 0x4f800000-0x4f8fffff]
abr 17 20:48:03 archlinux kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 0
abr 17 20:48:03 archlinux kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 1
abr 17 20:48:03 archlinux kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 0
abr 17 20:48:03 archlinux kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 0
abr 17 20:48:03 archlinux kernel: ACPI: PCI: Interrupt link LNKE configured for IRQ 0
abr 17 20:48:03 archlinux kernel: ACPI: PCI: Interrupt link LNKF configured for IRQ 0
abr 17 20:48:03 archlinux kernel: ACPI: PCI: Interrupt link LNKG configured for IRQ 0
abr 17 20:48:03 archlinux kernel: ACPI: PCI: Interrupt link LNKH configured for IRQ 0
abr 17 20:48:03 archlinux kernel: Low-power S0 idle used by default for system suspend
abr 17 20:48:03 archlinux kernel: ACPI: EC: interrupt unblocked
abr 17 20:48:03 archlinux kernel: ACPI: EC: event unblocked
abr 17 20:48:03 archlinux kernel: ACPI: EC: 2 stale EC events cleared
abr 17 20:48:03 archlinux kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
abr 17 20:48:03 archlinux kernel: ACPI: EC: GPE=0x6e
abr 17 20:48:03 archlinux kernel: ACPI: \_SB_.PC00.LPCB.H_EC: Boot DSDT EC initialization complete
abr 17 20:48:03 archlinux kernel: ACPI: \_SB_.PC00.LPCB.H_EC: EC: Used to handle transactions and events
abr 17 20:48:03 archlinux kernel: iommu: Default domain type: Translated 
abr 17 20:48:03 archlinux kernel: iommu: DMA domain TLB invalidation policy: lazy mode 
abr 17 20:48:03 archlinux kernel: SCSI subsystem initialized
abr 17 20:48:03 archlinux kernel: libata version 3.00 loaded.
abr 17 20:48:03 archlinux kernel: ACPI: bus type USB registered
abr 17 20:48:03 archlinux kernel: usbcore: registered new interface driver usbfs
abr 17 20:48:03 archlinux kernel: usbcore: registered new interface driver hub
abr 17 20:48:03 archlinux kernel: usbcore: registered new device driver usb
abr 17 20:48:03 archlinux kernel: pps_core: LinuxPPS API ver. 1 registered
abr 17 20:48:03 archlinux kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
abr 17 20:48:03 archlinux kernel: PTP clock support registered
abr 17 20:48:03 archlinux kernel: EDAC MC: Ver: 3.0.0
abr 17 20:48:03 archlinux kernel: Registered efivars operations
abr 17 20:48:03 archlinux kernel: NetLabel: Initializing
abr 17 20:48:03 archlinux kernel: NetLabel:  domain hash size = 128
abr 17 20:48:03 archlinux kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
abr 17 20:48:03 archlinux kernel: NetLabel:  unlabeled traffic allowed by default
abr 17 20:48:03 archlinux kernel: mctp: management component transport protocol core
abr 17 20:48:03 archlinux kernel: NET: Registered PF_MCTP protocol family
abr 17 20:48:03 archlinux kernel: PCI: Using ACPI for IRQ routing
abr 17 20:48:03 archlinux kernel: PCI: pci_cache_line_size set to 64 bytes
abr 17 20:48:03 archlinux kernel: pci 0000:00:1f.5: can't claim BAR 0 [mem 0xfe010000-0xfe010fff]: no compatible bridge window
abr 17 20:48:03 archlinux kernel: e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
abr 17 20:48:03 archlinux kernel: e820: reserve RAM buffer [mem 0x39963000-0x3bffffff]
abr 17 20:48:03 archlinux kernel: e820: reserve RAM buffer [mem 0x3c11b000-0x3fffffff]
abr 17 20:48:03 archlinux kernel: e820: reserve RAM buffer [mem 0x3dfca000-0x3fffffff]
abr 17 20:48:03 archlinux kernel: e820: reserve RAM buffer [mem 0x3e3bc000-0x3fffffff]
abr 17 20:48:03 archlinux kernel: e820: reserve RAM buffer [mem 0x44800000-0x47ffffff]
abr 17 20:48:03 archlinux kernel: e820: reserve RAM buffer [mem 0x2b0800000-0x2b3ffffff]
abr 17 20:48:03 archlinux kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device
abr 17 20:48:03 archlinux kernel: pci 0000:00:02.0: vgaarb: bridge control possible
abr 17 20:48:03 archlinux kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
abr 17 20:48:03 archlinux kernel: vgaarb: loaded
abr 17 20:48:03 archlinux kernel: clocksource: Switched to clocksource tsc-early
abr 17 20:48:03 archlinux kernel: VFS: Disk quotas dquot_6.6.0
abr 17 20:48:03 archlinux kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
abr 17 20:48:03 archlinux kernel: pnp: PnP ACPI init
abr 17 20:48:03 archlinux kernel: system 00:00: [io  0x0680-0x069f] has been reserved
abr 17 20:48:03 archlinux kernel: system 00:00: [io  0x164e-0x164f] has been reserved
abr 17 20:48:03 archlinux kernel: system 00:01: [io  0x1854-0x1857] has been reserved
abr 17 20:48:03 archlinux kernel: pnp 00:03: disabling [mem 0xc0000000-0xcfffffff] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
abr 17 20:48:03 archlinux kernel: system 00:03: [mem 0xfedc0000-0xfedc7fff] has been reserved
abr 17 20:48:03 archlinux kernel: system 00:03: [mem 0xfeda0000-0xfeda0fff] has been reserved
abr 17 20:48:03 archlinux kernel: system 00:03: [mem 0xfeda1000-0xfeda1fff] has been reserved
abr 17 20:48:03 archlinux kernel: system 00:03: [mem 0xfed20000-0xfed7ffff] could not be reserved
abr 17 20:48:03 archlinux kernel: system 00:03: [mem 0xfed90000-0xfed93fff] could not be reserved
abr 17 20:48:03 archlinux kernel: system 00:03: [mem 0xfed45000-0xfed8ffff] could not be reserved
abr 17 20:48:03 archlinux kernel: system 00:03: [mem 0xfee00000-0xfeefffff] could not be reserved
abr 17 20:48:03 archlinux kernel: system 00:04: [mem 0xfe400700-0xfe4007ff] has been reserved
abr 17 20:48:03 archlinux kernel: system 00:05: [io  0x1800-0x18fe] could not be reserved
abr 17 20:48:03 archlinux kernel: system 00:05: [mem 0xfe000000-0xfe01ffff] could not be reserved
abr 17 20:48:03 archlinux kernel: system 00:05: [mem 0xfe04c000-0xfe04ffff] has been reserved
abr 17 20:48:03 archlinux kernel: system 00:05: [mem 0xfe050000-0xfe0affff] has been reserved
abr 17 20:48:03 archlinux kernel: system 00:05: [mem 0xfe0d0000-0xfe0fffff] has been reserved
abr 17 20:48:03 archlinux kernel: system 00:05: [mem 0xfe200000-0xfe7fffff] could not be reserved
abr 17 20:48:03 archlinux kernel: system 00:05: [mem 0xff000000-0xffffffff] has been reserved
abr 17 20:48:03 archlinux kernel: system 00:05: [mem 0xfd000000-0xfd68ffff] has been reserved
abr 17 20:48:03 archlinux kernel: system 00:05: [mem 0xfd6b0000-0xfd6cffff] has been reserved
abr 17 20:48:03 archlinux kernel: system 00:05: [mem 0xfd6f0000-0xfdffffff] has been reserved
abr 17 20:48:03 archlinux kernel: system 00:06: [io  0x2000-0x20fe] has been reserved
abr 17 20:48:03 archlinux kernel: pnp: PnP ACPI: found 8 devices
abr 17 20:48:03 archlinux kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
abr 17 20:48:03 archlinux kernel: NET: Registered PF_INET protocol family
abr 17 20:48:03 archlinux kernel: IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear)
abr 17 20:48:03 archlinux kernel: tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
abr 17 20:48:03 archlinux kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
abr 17 20:48:03 archlinux kernel: TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
abr 17 20:48:03 archlinux kernel: TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
abr 17 20:48:03 archlinux kernel: TCP: Hash tables configured (established 65536 bind 65536)
abr 17 20:48:03 archlinux kernel: MPTCP token hash table entries: 8192 (order: 5, 196608 bytes, linear)
abr 17 20:48:03 archlinux kernel: UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
abr 17 20:48:03 archlinux kernel: UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
abr 17 20:48:03 archlinux kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
abr 17 20:48:03 archlinux kernel: NET: Registered PF_XDP protocol family
abr 17 20:48:03 archlinux kernel: pci 0000:00:02.0: BAR 9: assigned [mem 0x4020000000-0x40ffffffff 64bit pref]
abr 17 20:48:03 archlinux kernel: pci 0000:00:02.0: BAR 7: assigned [mem 0x4010000000-0x4016ffffff 64bit]
abr 17 20:48:03 archlinux kernel: pci 0000:00:15.0: BAR 0: assigned [mem 0x4017000000-0x4017000fff 64bit]
abr 17 20:48:03 archlinux kernel: resource: avoiding allocation from e820 entry [mem 0x0009f000-0x000fffff]
abr 17 20:48:03 archlinux kernel: resource: avoiding allocation from e820 entry [mem 0x0009f000-0x000fffff]
abr 17 20:48:03 archlinux kernel: pci 0000:00:1f.5: BAR 0: assigned [mem 0x4fb04000-0x4fb04fff]
abr 17 20:48:03 archlinux kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
abr 17 20:48:03 archlinux kernel: pci 0000:00:1c.0:   bridge window [mem 0x4fa00000-0x4fafffff]
abr 17 20:48:03 archlinux kernel: pci 0000:00:1d.0: PCI bridge to [bus 02]
abr 17 20:48:03 archlinux kernel: pci 0000:00:1d.0:   bridge window [io  0x3000-0x3fff]
abr 17 20:48:03 archlinux kernel: pci 0000:00:1d.0:   bridge window [mem 0x4f900000-0x4f9fffff]
abr 17 20:48:03 archlinux kernel: pci 0000:00:1d.1: PCI bridge to [bus 03]
abr 17 20:48:03 archlinux kernel: pci 0000:00:1d.1:   bridge window [mem 0x4f800000-0x4f8fffff]
abr 17 20:48:03 archlinux kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
abr 17 20:48:03 archlinux kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
abr 17 20:48:03 archlinux kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
abr 17 20:48:03 archlinux kernel: pci_bus 0000:00: resource 7 [mem 0x000e0000-0x000fffff window]
abr 17 20:48:03 archlinux kernel: pci_bus 0000:00: resource 8 [mem 0x4f800000-0xbfffffff window]
abr 17 20:48:03 archlinux kernel: pci_bus 0000:00: resource 9 [mem 0x4000000000-0x7fffffffff window]
abr 17 20:48:03 archlinux kernel: pci_bus 0000:01: resource 1 [mem 0x4fa00000-0x4fafffff]
abr 17 20:48:03 archlinux kernel: pci_bus 0000:02: resource 0 [io  0x3000-0x3fff]
abr 17 20:48:03 archlinux kernel: pci_bus 0000:02: resource 1 [mem 0x4f900000-0x4f9fffff]
abr 17 20:48:03 archlinux kernel: pci_bus 0000:03: resource 1 [mem 0x4f800000-0x4f8fffff]
abr 17 20:48:03 archlinux kernel: PCI: CLS 64 bytes, default 64
abr 17 20:48:03 archlinux kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
abr 17 20:48:03 archlinux kernel: software IO TLB: mapped [mem 0x000000003146b000-0x000000003546b000] (64MB)
abr 17 20:48:03 archlinux kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x22df1149949, max_idle_ns: 440795312789 ns
abr 17 20:48:03 archlinux kernel: Trying to unpack rootfs image as initramfs...
abr 17 20:48:03 archlinux kernel: clocksource: Switched to clocksource tsc
abr 17 20:48:03 archlinux kernel: platform rtc_cmos: registered platform RTC device (no PNP device found)
abr 17 20:48:03 archlinux kernel: Initialise system trusted keyrings
abr 17 20:48:03 archlinux kernel: Key type blacklist registered
abr 17 20:48:03 archlinux kernel: workingset: timestamp_bits=41 max_order=21 bucket_order=0
abr 17 20:48:03 archlinux kernel: zbud: loaded
abr 17 20:48:03 archlinux kernel: integrity: Platform Keyring initialized
abr 17 20:48:03 archlinux kernel: integrity: Machine keyring initialized
abr 17 20:48:03 archlinux kernel: Key type asymmetric registered
abr 17 20:48:03 archlinux kernel: Asymmetric key parser 'x509' registered
abr 17 20:48:03 archlinux kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
abr 17 20:48:03 archlinux kernel: io scheduler mq-deadline registered
abr 17 20:48:03 archlinux kernel: io scheduler kyber registered
abr 17 20:48:03 archlinux kernel: io scheduler bfq registered
abr 17 20:48:03 archlinux kernel: pcieport 0000:00:1c.0: PME: Signaling with IRQ 122
abr 17 20:48:03 archlinux kernel: pcieport 0000:00:1d.0: PME: Signaling with IRQ 123
abr 17 20:48:03 archlinux kernel: pcieport 0000:00:1d.1: PME: Signaling with IRQ 124
abr 17 20:48:03 archlinux kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
abr 17 20:48:03 archlinux kernel: Monitor-Mwait will be used to enter C-1 state
abr 17 20:48:03 archlinux kernel: Monitor-Mwait will be used to enter C-2 state
abr 17 20:48:03 archlinux kernel: Monitor-Mwait will be used to enter C-3 state
abr 17 20:48:03 archlinux kernel: ACPI: \_SB_.PR00: Found 3 idle states
abr 17 20:48:03 archlinux kernel: ACPI: AC: AC Adapter [ADP1] (on-line)
abr 17 20:48:03 archlinux kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
abr 17 20:48:03 archlinux kernel: ACPI: button: Lid Switch [LID0]
abr 17 20:48:03 archlinux kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
abr 17 20:48:03 archlinux kernel: ACPI: button: Power Button [PWRB]
abr 17 20:48:03 archlinux kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
abr 17 20:48:03 archlinux kernel: ACPI: button: Power Button [PWRF]
abr 17 20:48:03 archlinux kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.LPCB.HEC.ECAV], AE_NOT_FOUND (20221020/psargs-330)
abr 17 20:48:03 archlinux kernel: fbcon: Taking over console
abr 17 20:48:03 archlinux kernel: ACPI Error: Aborting method \_TZ.FNCL due to previous error (AE_NOT_FOUND) (20221020/psparse-529)
abr 17 20:48:03 archlinux kernel: ACPI Error: Aborting method \_TZ.FN04._ON due to previous error (AE_NOT_FOUND) (20221020/psparse-529)
abr 17 20:48:03 archlinux kernel: thermal LNXTHERM:00: registered as thermal_zone0
abr 17 20:48:03 archlinux kernel: ACPI: thermal: Thermal Zone [TZ00] (43 C)
abr 17 20:48:03 archlinux kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
abr 17 20:48:03 archlinux kernel: hpet_acpi_add: no address or irqs in _CRS
abr 17 20:48:03 archlinux kernel: Non-volatile memory driver v1.3
abr 17 20:48:03 archlinux kernel: Linux agpgart interface v0.103
abr 17 20:48:03 archlinux kernel: AMD-Vi: AMD IOMMUv2 functionality not available on this system - This is not a bug.
abr 17 20:48:03 archlinux kernel: ACPI: bus type drm_connector registered
abr 17 20:48:03 archlinux kernel: ahci 0000:00:17.0: version 3.0
abr 17 20:48:03 archlinux kernel: ahci 0000:00:17.0: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
abr 17 20:48:03 archlinux kernel: ahci 0000:00:17.0: flags: 64bit ncq sntf clo only pio slum part deso sadm sds 
abr 17 20:48:03 archlinux kernel: scsi host0: ahci
abr 17 20:48:03 archlinux kernel: ata1: SATA max UDMA/133 abar m2048@0x4fb02000 port 0x4fb02100 irq 125
abr 17 20:48:03 archlinux kernel: usbcore: registered new interface driver usbserial_generic
abr 17 20:48:03 archlinux kernel: usbserial: USB Serial support registered for generic
abr 17 20:48:03 archlinux kernel: rtc_cmos rtc_cmos: RTC can wake from S4
abr 17 20:48:03 archlinux kernel: rtc_cmos rtc_cmos: registered as rtc0
abr 17 20:48:03 archlinux kernel: rtc_cmos rtc_cmos: setting system clock to 2023-04-17T23:48:03 UTC (1681775283)
abr 17 20:48:03 archlinux kernel: rtc_cmos rtc_cmos: alarms up to one month, y3k, 114 bytes nvram
abr 17 20:48:03 archlinux kernel: intel_pstate: Intel P-state driver initializing
abr 17 20:48:03 archlinux kernel: intel_pstate: HWP enabled
abr 17 20:48:03 archlinux kernel: ledtrig-cpu: registered to indicate activity on CPUs
abr 17 20:48:03 archlinux kernel: efifb: probing for efifb
abr 17 20:48:03 archlinux kernel: efifb: framebuffer at 0x4000000000, using 8128k, total 8128k
abr 17 20:48:03 archlinux kernel: efifb: mode is 1920x1080x32, linelength=7680, pages=1
abr 17 20:48:03 archlinux kernel: efifb: scrolling: redraw
abr 17 20:48:03 archlinux kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
abr 17 20:48:03 archlinux kernel: Console: switching to colour frame buffer device 240x67
abr 17 20:48:03 archlinux kernel: fb0: EFI VGA frame buffer device
abr 17 20:48:03 archlinux kernel: hid: raw HID events driver (C) Jiri Kosina
abr 17 20:48:03 archlinux kernel: intel_pmc_core INT33A1:00:  initialized
abr 17 20:48:03 archlinux kernel: drop_monitor: Initializing network drop monitor service
abr 17 20:48:03 archlinux kernel: Initializing XFRM netlink socket
abr 17 20:48:03 archlinux kernel: NET: Registered PF_INET6 protocol family
abr 17 20:48:03 archlinux kernel: Freeing initrd memory: 22280K
abr 17 20:48:03 archlinux kernel: Segment Routing with IPv6
abr 17 20:48:03 archlinux kernel: RPL Segment Routing with IPv6
abr 17 20:48:03 archlinux kernel: In-situ OAM (IOAM) with IPv6
abr 17 20:48:03 archlinux kernel: NET: Registered PF_PACKET protocol family
abr 17 20:48:03 archlinux kernel: microcode: Microcode Update Driver: v2.2.
abr 17 20:48:03 archlinux kernel: resctrl: L2 allocation detected
abr 17 20:48:03 archlinux kernel: IPI shorthand broadcast: enabled
abr 17 20:48:03 archlinux kernel: sched_clock: Marking stable (9222956680, 7810844)->(9297622586, -66855062)
abr 17 20:48:03 archlinux kernel: registered taskstats version 1
abr 17 20:48:03 archlinux kernel: Loading compiled-in X.509 certificates
abr 17 20:48:03 archlinux kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 0f6f48e78029b5e8a77af611b7f9e34e7e2270b5'
abr 17 20:48:03 archlinux kernel: zswap: loaded using pool lz4/z3fold
abr 17 20:48:03 archlinux kernel: Key type .fscrypt registered
abr 17 20:48:03 archlinux kernel: Key type fscrypt-provisioning registered
abr 17 20:48:03 archlinux kernel: integrity: Loading X.509 certificate: UEFI:db
abr 17 20:48:03 archlinux kernel: integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
abr 17 20:48:03 archlinux kernel: integrity: Loading X.509 certificate: UEFI:db
abr 17 20:48:03 archlinux kernel: integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
abr 17 20:48:03 archlinux kernel: integrity: Loading X.509 certificate: UEFI:db
abr 17 20:48:03 archlinux kernel: integrity: Loaded X.509 cert ': 3d5bb49f5d3b7b9741b5cf19e3a82ced'
abr 17 20:48:03 archlinux kernel: PM:   Magic number: 3:941:807
abr 17 20:48:03 archlinux kernel: misc snapshot: hash matches
abr 17 20:48:03 archlinux kernel: RAS: Correctable Errors collector initialized.
abr 17 20:48:03 archlinux kernel: ACPI: battery: Slot [BAT1] (battery present)
abr 17 20:48:03 archlinux kernel: ata1: SATA link down (SStatus 4 SControl 300)
abr 17 20:48:03 archlinux kernel: Freeing unused decrypted memory: 2036K
abr 17 20:48:03 archlinux kernel: Freeing unused kernel image (initmem) memory: 3276K
abr 17 20:48:03 archlinux kernel: Write protecting the kernel read-only data: 30720k
abr 17 20:48:03 archlinux kernel: Freeing unused kernel image (rodata/data gap) memory: 1708K
abr 17 20:48:03 archlinux kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
abr 17 20:48:03 archlinux kernel: rodata_test: all tests were successful
abr 17 20:48:03 archlinux kernel: Run /init as init process
abr 17 20:48:03 archlinux kernel:   with arguments:
abr 17 20:48:03 archlinux kernel:     /init
abr 17 20:48:03 archlinux kernel:   with environment:
abr 17 20:48:03 archlinux kernel:     HOME=/
abr 17 20:48:03 archlinux kernel:     TERM=linux
abr 17 20:48:03 archlinux kernel:     BOOT_IMAGE=/vmlinuz-linux
abr 17 20:48:03 archlinux systemd[1]: systemd 253.3-3-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)
abr 17 20:48:03 archlinux systemd[1]: Detected architecture x86-64.
abr 17 20:48:03 archlinux systemd[1]: Running in initrd.
abr 17 20:48:03 archlinux systemd[1]: Initializing machine ID from random generator.
abr 17 20:48:03 archlinux systemd[1]: Queued start job for default target Initrd Default Target.
abr 17 20:48:03 archlinux systemd[1]: Reached target Initrd Root Device.
abr 17 20:48:03 archlinux systemd[1]: Reached target Path Units.
abr 17 20:48:03 archlinux systemd[1]: Reached target Slice Units.
abr 17 20:48:03 archlinux systemd[1]: Reached target Swaps.
abr 17 20:48:03 archlinux systemd[1]: Reached target Timer Units.
abr 17 20:48:03 archlinux systemd[1]: Listening on Journal Socket (/dev/log).
abr 17 20:48:03 archlinux systemd[1]: Listening on Journal Socket.
abr 17 20:48:03 archlinux systemd[1]: Listening on udev Control Socket.
abr 17 20:48:03 archlinux systemd[1]: Listening on udev Kernel Socket.
abr 17 20:48:03 archlinux systemd[1]: Reached target Socket Units.
abr 17 20:48:03 archlinux systemd[1]: Mounting /sysroot...
abr 17 20:48:03 archlinux systemd[1]: Create List of Static Device Nodes was skipped because of an unmet condition check (ConditionFileNotEmpty=/lib/modules/6.2.11-arch1-1/modules.devname).
abr 17 20:48:03 archlinux systemd[1]: Starting Journal Service...
abr 17 20:48:03 archlinux systemd[1]: Starting Load Kernel Modules...
abr 17 20:48:03 archlinux systemd[1]: TPM2 PCR Barrier (initrd) was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
abr 17 20:48:03 archlinux systemd[1]: Starting Create Static Device Nodes in /dev...
abr 17 20:48:03 archlinux systemd[1]: Starting Coldplug All udev Devices...
abr 17 20:48:03 archlinux systemd[1]: Mounted /sysroot.
abr 17 20:48:03 archlinux systemd[1]: Reached target Initrd Root File System.
abr 17 20:48:03 archlinux systemd[1]: Finished Create Static Device Nodes in /dev.
abr 17 20:48:03 archlinux systemd[1]: Starting Rule-based Manager for Device Events and Files...
abr 17 20:48:03 archlinux systemd-journald[123]: Collecting audit messages is disabled.
abr 17 20:48:03 archlinux systemd[1]: Started Rule-based Manager for Device Events and Files.
abr 17 20:48:03 archlinux systemd-journald[123]: Journal started
abr 17 20:48:03 archlinux systemd-journald[123]: Runtime Journal (/run/log/journal/e435833ac71a47a1ae5a358a3b4151ae) is 8.0M, max 153.3M, 145.3M free.
abr 17 20:48:03 archlinux systemd-udevd[130]: Using default interface naming scheme 'v253'.
abr 17 20:48:03 archlinux systemd[1]: Started Journal Service.
abr 17 20:48:04 archlinux systemd[1]: Finished Coldplug All udev Devices.
abr 17 20:48:04 archlinux (udev-worker)[160]: vtcon0: Process '/usr/lib/systemd/systemd-vconsole-setup' failed with exit code 1.
abr 17 20:48:04 archlinux (udev-worker)[156]: vtcon1: Process '/usr/lib/systemd/systemd-vconsole-setup' failed with exit code 1.
abr 17 20:48:04 archlinux kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
abr 17 20:48:04 archlinux kernel: i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
abr 17 20:48:04 archlinux kernel: xhci_hcd 0000:00:0d.0: xHCI Host Controller
abr 17 20:48:04 archlinux kernel: xhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 1
abr 17 20:48:04 archlinux kernel: xhci_hcd 0000:00:0d.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000000200009810
abr 17 20:48:04 archlinux kernel: xhci_hcd 0000:00:0d.0: xHCI Host Controller
abr 17 20:48:04 archlinux kernel: xhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 2
abr 17 20:48:04 archlinux kernel: xhci_hcd 0000:00:0d.0: Host supports USB 3.1 Enhanced SuperSpeed
abr 17 20:48:04 archlinux kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.02
abr 17 20:48:04 archlinux kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
abr 17 20:48:04 archlinux kernel: usb usb1: Product: xHCI Host Controller
abr 17 20:48:04 archlinux kernel: usb usb1: Manufacturer: Linux 6.2.11-arch1-1 xhci-hcd
abr 17 20:48:04 archlinux kernel: usb usb1: SerialNumber: 0000:00:0d.0
abr 17 20:48:04 archlinux kernel: hub 1-0:1.0: USB hub found
abr 17 20:48:04 archlinux kernel: hub 1-0:1.0: 1 port detected
abr 17 20:48:04 archlinux kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.02
abr 17 20:48:04 archlinux kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
abr 17 20:48:04 archlinux kernel: usb usb2: Product: xHCI Host Controller
abr 17 20:48:04 archlinux kernel: usb usb2: Manufacturer: Linux 6.2.11-arch1-1 xhci-hcd
abr 17 20:48:04 archlinux kernel: usb usb2: SerialNumber: 0000:00:0d.0
abr 17 20:48:04 archlinux kernel: hub 2-0:1.0: USB hub found
abr 17 20:48:04 archlinux kernel: hub 2-0:1.0: 4 ports detected
abr 17 20:48:04 archlinux kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
abr 17 20:48:04 archlinux kernel: Console: switching to colour dummy device 80x25
abr 17 20:48:04 archlinux kernel: i915 0000:00:02.0: vgaarb: deactivate vga console
abr 17 20:48:04 archlinux kernel: i915 0000:00:02.0: [drm] Using Transparent Hugepages
abr 17 20:48:04 archlinux kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
abr 17 20:48:04 archlinux kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
abr 17 20:48:04 archlinux kernel: xhci_hcd 0000:00:14.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000000200009810
abr 17 20:48:04 archlinux kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
abr 17 20:48:04 archlinux kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
abr 17 20:48:04 archlinux kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
abr 17 20:48:04 archlinux kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.02
abr 17 20:48:04 archlinux kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
abr 17 20:48:04 archlinux kernel: usb usb3: Product: xHCI Host Controller
abr 17 20:48:04 archlinux kernel: usb usb3: Manufacturer: Linux 6.2.11-arch1-1 xhci-hcd
abr 17 20:48:04 archlinux kernel: usb usb3: SerialNumber: 0000:00:14.0
abr 17 20:48:04 archlinux kernel: hub 3-0:1.0: USB hub found
abr 17 20:48:04 archlinux kernel: hub 3-0:1.0: 12 ports detected
abr 17 20:48:04 archlinux kernel: nvme 0000:01:00.0: platform quirk: setting simple suspend
abr 17 20:48:04 archlinux kernel: nvme nvme0: pci function 0000:01:00.0
abr 17 20:48:04 archlinux kernel: i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
abr 17 20:48:04 archlinux kernel: sdhci: Secure Digital Host Controller Interface driver
abr 17 20:48:04 archlinux kernel: sdhci: Copyright(c) Pierre Ossman
abr 17 20:48:04 archlinux kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.02
abr 17 20:48:04 archlinux kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
abr 17 20:48:04 archlinux kernel: usb usb4: Product: xHCI Host Controller
abr 17 20:48:04 archlinux kernel: usb usb4: Manufacturer: Linux 6.2.11-arch1-1 xhci-hcd
abr 17 20:48:04 archlinux kernel: usb usb4: SerialNumber: 0000:00:14.0
abr 17 20:48:04 archlinux kernel: hub 4-0:1.0: USB hub found
abr 17 20:48:04 archlinux kernel: hub 4-0:1.0: 4 ports detected
abr 17 20:48:04 archlinux kernel: i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/tgl_dmc_ver2_12.bin (v2.12)
abr 17 20:48:04 archlinux kernel: i915 0000:00:02.0: [drm] Protected Xe Path (PXP) protected content support initialized
abr 17 20:48:04 archlinux kernel: [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 0
abr 17 20:48:04 archlinux kernel: ACPI: video: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
abr 17 20:48:04 archlinux kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input3
abr 17 20:48:04 archlinux kernel: nvme nvme0: Shutdown timeout set to 8 seconds
abr 17 20:48:04 archlinux kernel: fbcon: i915drmfb (fb0) is primary device
abr 17 20:48:04 archlinux kernel: Console: switching to colour frame buffer device 240x67
abr 17 20:48:04 archlinux kernel: nvme nvme0: allocated 64 MiB host memory buffer.
abr 17 20:48:04 archlinux kernel: i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
abr 17 20:48:04 archlinux (udev-worker)[145]: vtcon1: Process '/usr/lib/systemd/systemd-vconsole-setup' failed with exit code 1.
abr 17 20:48:04 archlinux kernel: nvme nvme0: 8/0/0 default/read/poll queues
abr 17 20:48:04 archlinux systemd-modules-load[124]: Inserted module 'i915'
abr 17 20:48:04 archlinux kernel:  nvme0n1: p1 p2 p3 p4 p5 p6
abr 17 20:48:04 archlinux systemd[1]: Finished Load Kernel Modules.
abr 17 20:48:04 archlinux kernel: sdhci-pci 0000:03:00.0: SDHCI controller found [1217:8621] (rev 1)
abr 17 20:48:04 archlinux kernel: mmc0: SDHCI controller on PCI [0000:03:00.0] using ADMA
abr 17 20:48:04 archlinux kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
abr 17 20:48:04 archlinux kernel: usb 3-1: new high-speed USB device number 2 using xhci_hcd
abr 17 20:48:04 archlinux kernel: usb 3-1: New USB device found, idVendor=03f0, idProduct=6c40, bcdDevice= 1.10
abr 17 20:48:04 archlinux kernel: usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
abr 17 20:48:04 archlinux kernel: usb 3-1: Product: x795w
abr 17 20:48:04 archlinux kernel: usb 3-1: Manufacturer: HP
abr 17 20:48:04 archlinux kernel: usb 3-1: SerialNumber: 070C9423C4BE0321
abr 17 20:48:04 archlinux kernel: usb 3-7: new high-speed USB device number 3 using xhci_hcd
abr 17 20:48:04 archlinux kernel: usb 3-7: New USB device found, idVendor=13d3, idProduct=5a24, bcdDevice=20.12
abr 17 20:48:04 archlinux kernel: usb 3-7: New USB device strings: Mfr=3, Product=1, SerialNumber=2
abr 17 20:48:04 archlinux kernel: usb 3-7: Product: VGA camera
abr 17 20:48:04 archlinux kernel: usb 3-7: Manufacturer: Azurewave
abr 17 20:48:04 archlinux kernel: usb 3-7: SerialNumber:  
abr 17 20:48:05 archlinux kernel: usb 3-10: new full-speed USB device number 4 using xhci_hcd
abr 17 20:48:05 archlinux kernel: usb 3-10: New USB device found, idVendor=8087, idProduct=0aaa, bcdDevice= 0.02
abr 17 20:48:05 archlinux kernel: usb 3-10: New USB device strings: Mfr=0, Product=0, SerialNumber=0
abr 17 20:48:05 archlinux kernel: usb-storage 3-1:1.0: USB Mass Storage device detected
abr 17 20:48:05 archlinux kernel: scsi host1: usb-storage 3-1:1.0
abr 17 20:48:05 archlinux kernel: usbcore: registered new interface driver usb-storage
abr 17 20:48:05 archlinux kernel: usbcore: registered new interface driver uas
abr 17 20:48:07 archlinux kernel: scsi 1:0:0:0: Direct-Access     hp       x795w            PMAP PQ: 0 ANSI: 6
abr 17 20:48:07 archlinux kernel: sd 1:0:0:0: [sda] 60555264 512-byte logical blocks: (31.0 GB/28.9 GiB)
abr 17 20:48:07 archlinux kernel: sd 1:0:0:0: [sda] Write Protect is off
abr 17 20:48:07 archlinux kernel: sd 1:0:0:0: [sda] Mode Sense: 45 00 00 00
abr 17 20:48:07 archlinux kernel: sd 1:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
abr 17 20:48:07 archlinux kernel:  sda: sda1 sda2
abr 17 20:48:07 archlinux kernel: sd 1:0:0:0: [sda] Attached SCSI removable disk
abr 17 20:48:08 archlinux systemd[1]: Found device x795w 2.
abr 17 20:48:08 archlinux systemd[1]: Mounting /rootsource...
abr 17 20:48:08 archlinux systemd[1]: Mounted /rootsource.
abr 17 20:48:08 archlinux systemd[1]: Reached target Local File Systems.
abr 17 20:48:08 archlinux kernel: EXT4-fs (sda2): mounted filesystem 75fb575c-2b60-4394-922a-447ef0188601 without journal. Quota mode: none.
abr 17 20:48:08 archlinux systemd[1]: Reached target System Initialization.
abr 17 20:48:08 archlinux systemd[1]: Reached target Basic System.
abr 17 20:48:08 archlinux systemd[1]: Starting Populate /...
abr 17 20:48:08 archlinux rsync[198]: sending incremental file list
abr 17 20:48:08 archlinux rsync[198]: ./
abr 17 20:48:08 archlinux rsync[198]: bin -> usr/bin
...
abr 17 20:50:41 archlinux rsync[198]: x/.mozilla/firefox/00000000.default/bookmarkbackups/bookmarks-2023-03-16.json
abr 17 20:50:41 archlinux rsync[198]: sent 5,063,500,069 bytes  received 2,557,027 bytes  33,003,629.29 bytes/sec
abr 17 20:50:41 archlinux rsync[198]: total size is 5,053,840,973  speedup is 1.00
abr 17 20:50:41 archlinux systemd[1]: rootfiller.service: Deactivated successfully.
abr 17 20:50:41 archlinux systemd[1]: Finished Populate /.
abr 17 20:50:41 archlinux systemd[1]: rootfiller.service: Consumed 18.942s CPU time.
abr 17 20:50:41 archlinux systemd[1]: Unmounting /rootsource...
abr 17 20:50:41 archlinux systemd[1]: Starting Mountpoints Configured in the Real Root...
abr 17 20:50:41 archlinux systemd[1]: initrd-parse-etc.service: Deactivated successfully.
abr 17 20:50:41 archlinux systemd[1]: Finished Mountpoints Configured in the Real Root.
abr 17 20:50:41 archlinux systemd[1]: Reached target Initrd File Systems.
abr 17 20:50:41 archlinux systemd[1]: Reached target Initrd Default Target.
abr 17 20:50:41 archlinux systemd-journald[123]: Data hash table of /run/log/journal/e435833ac71a47a1ae5a358a3b4151ae/system.journal has a fill level at 75.0 (26176 of 34901 items, 16777216 file size, 640 bytes per hash table item), suggesting rotation.
abr 17 20:50:41 archlinux systemd-journald[123]: /run/log/journal/e435833ac71a47a1ae5a358a3b4151ae/system.journal: Journal header limits reached or header out-of-date, rotating.
abr 17 20:50:41 archlinux systemd[1]: Starting Cleaning Up and Shutting Down Daemons...
abr 17 20:50:41 archlinux systemd[1]: Stopped target Initrd Default Target.
abr 17 20:50:41 archlinux systemd[1]: Stopped target Basic System.
abr 17 20:50:41 archlinux systemd[1]: Stopped target Initrd Root Device.
abr 17 20:50:41 archlinux systemd[1]: Stopped target Path Units.
abr 17 20:50:41 archlinux systemd[1]: Stopped target Slice Units.
abr 17 20:50:41 archlinux systemd[1]: Stopped target Socket Units.
abr 17 20:50:41 archlinux systemd[1]: Stopped target Timer Units.
abr 17 20:50:41 archlinux systemd[1]: Create List of Static Device Nodes was skipped because of an unmet condition check (ConditionFileNotEmpty=/lib/modules/6.2.11-arch1-1/modules.devname).
abr 17 20:50:41 archlinux systemd[1]: systemd-udev-trigger.service: Deactivated successfully.
abr 17 20:50:41 archlinux systemd[1]: Stopped Coldplug All udev Devices.
abr 17 20:50:41 archlinux systemd[1]: Stopping Rule-based Manager for Device Events and Files...
abr 17 20:50:41 archlinux systemd[1]: systemd-udevd.service: Deactivated successfully.
abr 17 20:50:41 archlinux systemd[1]: Stopped Rule-based Manager for Device Events and Files.
abr 17 20:50:41 archlinux systemd[1]: systemd-udevd-control.socket: Deactivated successfully.
abr 17 20:50:41 archlinux systemd[1]: Closed udev Control Socket.
abr 17 20:50:41 archlinux systemd[1]: systemd-udevd-kernel.socket: Deactivated successfully.
abr 17 20:50:41 archlinux systemd[1]: Closed udev Kernel Socket.
abr 17 20:50:41 archlinux systemd[1]: Starting Cleanup udev Database...
abr 17 20:50:41 archlinux systemd[1]: initrd-cleanup.service: Deactivated successfully.
abr 17 20:50:41 archlinux systemd[1]: Finished Cleaning Up and Shutting Down Daemons.
abr 17 20:50:41 archlinux systemd[1]: initrd-udevadm-cleanup-db.service: Deactivated successfully.
abr 17 20:50:41 archlinux systemd[1]: Finished Cleanup udev Database.
abr 17 20:50:41 archlinux systemd[1]: Reached target Switch Root.
abr 17 20:50:41 archlinux systemd[1]: Starting Switch Root...
abr 17 20:50:41 archlinux systemd[1]: Switching root.
abr 17 20:50:41 archlinux systemd-journald[123]: Journal stopped

And system.journal-postrootswitch.txt:

abr 17 20:50:42 archlinux systemd-journald[123]: Received SIGTERM from PID 1 (n/a).
abr 17 20:50:42 archlinux systemd[1]: systemd 253.3-3-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)
abr 17 20:50:42 archlinux systemd[1]: Detected architecture x86-64.
abr 17 20:50:42 archlinux systemd[1]: Detected first boot.
abr 17 20:50:42 archlinux systemd[1]: Initializing machine ID from random generator.
abr 17 20:50:42 archlinux kernel: EXT4-fs (sda2): unmounting filesystem 75fb575c-2b60-4394-922a-447ef0188601.
abr 17 20:50:42 archlinux systemd[1]: bpf-lsm: LSM BPF program attached
abr 17 20:50:42 archlinux systemd-fstab-generator[219]: Checking was requested for "tmpfs", but it is not a device.
abr 17 20:50:42 archlinux systemd[1]: Populated /etc with preset unit settings.
abr 17 20:50:42 archlinux systemd[1]: /etc/systemd/system/systemd-vconsole-setup.service:21: Unknown key name 'WantedBy' in section 'Service', ignoring.
abr 17 20:50:42 archlinux systemd[1]: initrd-switch-root.service: Deactivated successfully.
abr 17 20:50:42 archlinux systemd[1]: Stopped Switch Root.
abr 17 20:50:42 archlinux systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
abr 17 20:50:42 archlinux systemd[1]: Created slice Slice /system/getty.
abr 17 20:50:42 archlinux systemd[1]: Created slice Slice /system/modprobe.
abr 17 20:50:42 archlinux systemd[1]: Created slice Slice /system/systemd-fsck.
abr 17 20:50:42 archlinux systemd[1]: Created slice User and Session Slice.
abr 17 20:50:42 archlinux systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
abr 17 20:50:42 archlinux systemd[1]: Started Forward Password Requests to Wall Directory Watch.
abr 17 20:50:42 archlinux systemd[1]: Started Daily Cleanup of Temporary Directories.
abr 17 20:50:42 archlinux systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
abr 17 20:50:42 archlinux systemd[1]: Reached target Local Encrypted Volumes.
abr 17 20:50:42 archlinux systemd[1]: Stopped target Switch Root.
abr 17 20:50:42 archlinux systemd[1]: Stopped target Initrd File Systems.
abr 17 20:50:42 archlinux systemd[1]: Stopped target Initrd Root File System.
abr 17 20:50:42 archlinux systemd[1]: Reached target Local Integrity Protected Volumes.
abr 17 20:50:42 archlinux systemd[1]: Reached target Path Units.
abr 17 20:50:42 archlinux systemd[1]: Reached target Remote Encrypted Volumes.
abr 17 20:50:42 archlinux systemd[1]: Reached target Remote File Systems.
abr 17 20:50:42 archlinux systemd[1]: Reached target Slice Units.
abr 17 20:50:42 archlinux systemd[1]: Stopped target Swaps.
abr 17 20:50:42 archlinux systemd[1]: Reached target Local Verity Protected Volumes.
abr 17 20:50:42 archlinux systemd[1]: Listening on D-Bus System Message Bus Socket.
abr 17 20:50:42 archlinux systemd[1]: Listening on Device-mapper event daemon FIFOs.
abr 17 20:50:42 archlinux systemd[1]: Listening on Process Core Dump Socket.
abr 17 20:50:42 archlinux systemd[1]: Listening on Network Service Netlink Socket.
abr 17 20:50:42 archlinux systemd[1]: Listening on udev Control Socket.
abr 17 20:50:42 archlinux systemd[1]: Listening on udev Kernel Socket.
abr 17 20:50:42 archlinux systemd[1]: Listening on User Database Manager Socket.
abr 17 20:50:42 archlinux systemd[1]: Mounting Huge Pages File System...
abr 17 20:50:42 archlinux systemd[1]: Mounting POSIX Message Queue File System...
abr 17 20:50:42 archlinux systemd[1]: Mounting Kernel Debug File System...
abr 17 20:50:42 archlinux systemd[1]: Mounting Kernel Trace File System...
abr 17 20:50:42 archlinux systemd[1]: Mounting Temporary Directory /tmp...
abr 17 20:50:42 archlinux systemd[1]: Starting Create List of Static Device Nodes...
abr 17 20:50:42 archlinux systemd[1]: Rebuild Dynamic Linker Cache was skipped because no trigger condition checks were met.
abr 17 20:50:42 archlinux systemd[1]: Starting Load Kernel Module configfs...
abr 17 20:50:42 archlinux systemd[1]: Starting Load Kernel Module dm_mod...
abr 17 20:50:42 archlinux systemd[1]: Starting Load Kernel Module drm...
abr 17 20:50:42 archlinux systemd[1]: Starting Load Kernel Module efi_pstore...
abr 17 20:50:42 archlinux systemd[1]: Starting Load Kernel Module fuse...
abr 17 20:50:42 archlinux systemd[1]: Starting Load Kernel Module loop...
abr 17 20:50:42 archlinux systemd[1]: Set Up Additional Binary Formats was skipped because no trigger condition checks were met.
abr 17 20:50:42 archlinux systemd[1]: Starting Automatic Boot Loader Update...
abr 17 20:50:42 archlinux kernel: device-mapper: uevent: version 1.0.3
abr 17 20:50:42 archlinux kernel: device-mapper: ioctl: 4.47.0-ioctl (2022-07-28) initialised: dm-devel@redhat.com
abr 17 20:50:42 archlinux systemd[1]: Stopped Journal Service.
abr 17 20:50:42 archlinux kernel: loop: module loaded
abr 17 20:50:42 archlinux systemd[1]: systemd-journald.service: Consumed 3.100s CPU time.
abr 17 20:50:42 archlinux systemd[1]: Listening on Journal Audit Socket.
abr 17 20:50:42 archlinux kernel: fuse: init (API version 7.38)
abr 17 20:50:42 archlinux systemd[1]: Reached target Socket Units.
abr 17 20:50:42 archlinux systemd[1]: Starting Journal Service...
abr 17 20:50:42 archlinux systemd[1]: Starting Generate network units from Kernel command line...
abr 17 20:50:42 archlinux systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
abr 17 20:50:42 archlinux systemd[1]: TPM2 PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
abr 17 20:50:42 archlinux systemd[1]: Starting Remount Root and Kernel File Systems...
abr 17 20:50:42 archlinux systemd[1]: Starting Apply Kernel Variables...
abr 17 20:50:42 archlinux systemd[1]: Starting Coldplug All udev Devices...
abr 17 20:50:42 archlinux systemd-journald[240]: Collecting audit messages is enabled.
abr 17 20:50:42 archlinux systemd[1]: Mounted Huge Pages File System.
abr 17 20:50:42 archlinux systemd[1]: Mounted POSIX Message Queue File System.
abr 17 20:50:42 archlinux systemd-journald[240]: Journal started
abr 17 20:50:42 archlinux systemd-journald[240]: Runtime Journal (/run/log/journal/da15a40a98064e5896279e9d0fab03a0) is 8.0M, max 153.3M, 145.3M free.
abr 17 20:50:41 archlinux systemd[1]: Queued start job for default target Graphical Interface.
abr 17 20:50:41 archlinux systemd[1]: systemd-journald.service: Deactivated successfully.
abr 17 20:50:41 archlinux systemd[1]: systemd-journald.service: Consumed 3.100s CPU time.
abr 17 20:50:42 archlinux bootctl[239]: Couldn't find EFI system partition, skipping.
abr 17 20:50:42 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 17 20:50:42 archlinux systemd[1]: Mounted Kernel Debug File System.
abr 17 20:50:42 archlinux systemd[1]: Mounted Kernel Trace File System.
abr 17 20:50:42 archlinux systemd[1]: Started Journal Service.
abr 17 20:50:42 archlinux kernel: audit: type=1130 audit(1681775442.100:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 17 20:50:42 archlinux systemd[1]: Mounted Temporary Directory /tmp.
abr 17 20:50:42 archlinux systemd[1]: Finished Create List of Static Device Nodes.
abr 17 20:50:42 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=kmod-static-nodes comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 17 20:50:42 archlinux systemd[1]: modprobe@configfs.service: Deactivated successfully.
abr 17 20:50:42 archlinux kernel: audit: type=1130 audit(1681775442.146:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=kmod-static-nodes comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 17 20:50:42 archlinux systemd[1]: Finished Load Kernel Module configfs.
abr 17 20:50:42 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@configfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 17 20:50:42 archlinux audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@configfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 17 20:50:42 archlinux systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
abr 17 20:50:42 archlinux kernel: audit: type=1130 audit(1681775442.176:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@configfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 17 20:50:42 archlinux kernel: audit: type=1131 audit(1681775442.176:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@configfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 17 20:50:42 archlinux systemd[1]: Finished Load Kernel Module dm_mod.
abr 17 20:50:42 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@dm_mod comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 17 20:50:42 archlinux audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@dm_mod comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 17 20:50:42 archlinux systemd[1]: modprobe@drm.service: Deactivated successfully.
abr 17 20:50:42 archlinux kernel: audit: type=1130 audit(1681775442.196:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@dm_mod comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 17 20:50:42 archlinux kernel: audit: type=1131 audit(1681775442.196:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@dm_mod comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 17 20:50:42 archlinux systemd[1]: Finished Load Kernel Module drm.
abr 17 20:50:42 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 17 20:50:42 archlinux audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 17 20:50:42 archlinux systemd[1]: modprobe@efi_pstore.service: Deactivated successfully.
abr 17 20:50:42 archlinux kernel: audit: type=1130 audit(1681775442.230:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 17 20:50:42 archlinux kernel: audit: type=1131 audit(1681775442.230:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 17 20:50:42 archlinux systemd[1]: Finished Load Kernel Module efi_pstore.
abr 17 20:50:42 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@efi_pstore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 17 20:50:42 archlinux audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@efi_pstore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 17 20:50:42 archlinux systemd[1]: modprobe@fuse.service: Deactivated successfully.
abr 17 20:50:42 archlinux kernel: audit: type=1130 audit(1681775442.256:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@efi_pstore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 17 20:50:42 archlinux kernel: audit: type=1131 audit(1681775442.256:11): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@efi_pstore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 17 20:50:42 archlinux systemd[1]: Finished Load Kernel Module fuse.
abr 17 20:50:42 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 17 20:50:42 archlinux audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 17 20:50:42 archlinux systemd[1]: modprobe@loop.service: Deactivated successfully.
abr 17 20:50:42 archlinux systemd[1]: Finished Load Kernel Module loop.
abr 17 20:50:42 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@loop comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 17 20:50:42 archlinux audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@loop comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 17 20:50:42 archlinux systemd[1]: Finished Automatic Boot Loader Update.
abr 17 20:50:42 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-boot-update comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 17 20:50:42 archlinux systemd[1]: Finished Generate network units from Kernel command line.
abr 17 20:50:42 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-network-generator comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 17 20:50:42 archlinux systemd[1]: Finished Remount Root and Kernel File Systems.
abr 17 20:50:42 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-remount-fs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 17 20:50:42 archlinux systemd[1]: Finished Apply Kernel Variables.
abr 17 20:50:42 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 17 20:50:42 archlinux systemd[1]: Finished Coldplug All udev Devices.
abr 17 20:50:42 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 17 20:50:42 archlinux systemd[1]: Reached target Preparation for Local File Systems.
abr 17 20:50:42 archlinux systemd[1]: Reached target Preparation for Network.
abr 17 20:50:42 archlinux systemd[1]: Mounting /home...
abr 17 20:50:42 archlinux systemd[1]: Mounting FUSE Control File System...
abr 17 20:50:42 archlinux systemd[1]: Mounting Kernel Configuration File System...
abr 17 20:50:42 archlinux systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of an unmet condition check (ConditionPathExists=/var/lib/machines.raw).
abr 17 20:50:42 archlinux systemd[1]: Reached target Containers.
abr 17 20:50:42 archlinux systemd[1]: Mounting /var/log...
abr 17 20:50:42 archlinux systemd[1]: Mounting /var/tmp...
abr 17 20:50:42 archlinux systemd[1]: Starting First Boot Wizard...
abr 17 20:50:42 archlinux systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
abr 17 20:50:42 archlinux systemd[1]: Platform Persistent Storage Archival was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore).
abr 17 20:50:42 archlinux systemd[1]: Starting Load/Save OS Random Seed...
abr 17 20:50:42 archlinux systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
abr 17 20:50:42 archlinux systemd[1]: Mounted /home.
abr 17 20:50:42 archlinux systemd[1]: Mounted FUSE Control File System.
abr 17 20:50:42 archlinux systemd[1]: Mounted Kernel Configuration File System.
abr 17 20:50:42 archlinux systemd[1]: Mounted /var/log.
abr 17 20:50:42 archlinux systemd[1]: Mounted /var/tmp.
abr 17 20:50:42 archlinux systemd[1]: Finished Load/Save OS Random Seed.
abr 17 20:50:42 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 17 20:50:42 archlinux systemd[1]: Finished First Boot Wizard.
abr 17 20:50:42 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-firstboot comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 17 20:50:42 archlinux systemd[1]: Reached target Basic System.
abr 17 20:50:42 archlinux systemd[1]: Reached target First Boot Complete.
abr 17 20:50:42 archlinux systemd[1]: Starting D-Bus System Message Bus...
abr 17 20:50:42 archlinux systemd[1]: Starting Initialize hardware monitoring sensors...
abr 17 20:50:42 archlinux systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
abr 17 20:50:42 archlinux systemd[1]: Starting Commit a transient machine-id on disk...
abr 17 20:50:42 archlinux systemd[1]: TPM2 PCR Barrier (User) was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
abr 17 20:50:42 archlinux systemd[1]: Create System Users was skipped because no trigger condition checks were met.
abr 17 20:50:42 archlinux systemd[1]: Starting Create Volatile Files and Directories...
abr 17 20:50:42 archlinux audit: BPF prog-id=34 op=LOAD
abr 17 20:50:42 archlinux audit: BPF prog-id=35 op=LOAD
abr 17 20:50:42 archlinux audit: BPF prog-id=6 op=UNLOAD
abr 17 20:50:42 archlinux audit: BPF prog-id=7 op=UNLOAD
abr 17 20:50:42 archlinux systemd[1]: Starting Rule-based Manager for Device Events and Files...
abr 17 20:50:42 archlinux audit: BPF prog-id=36 op=LOAD
abr 17 20:50:42 archlinux audit: BPF prog-id=37 op=LOAD
abr 17 20:50:42 archlinux audit: BPF prog-id=38 op=LOAD
abr 17 20:50:42 archlinux systemd[1]: Starting User Database Manager...
abr 17 20:50:42 archlinux systemd-udevd[270]: Using default interface naming scheme 'v253'.
abr 17 20:50:42 archlinux systemd[1]: Finished Initialize hardware monitoring sensors.
abr 17 20:50:42 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lm_sensors comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 17 20:50:42 archlinux systemd[1]: Started User Database Manager.
abr 17 20:50:42 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-userdbd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 17 20:50:42 archlinux systemd[1]: Started D-Bus System Message Bus.
abr 17 20:50:42 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 17 20:50:42 archlinux audit: BPF prog-id=39 op=LOAD
abr 17 20:50:42 archlinux systemd[1]: Starting Home Area Manager...
abr 17 20:50:42 archlinux systemd-homed[277]: Watching /home.
abr 17 20:50:42 archlinux systemd[1]: Started Home Area Manager.
abr 17 20:50:42 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-homed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 17 20:50:42 archlinux systemd[1]: Finished Home Area Activation.
abr 17 20:50:42 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-homed-activate comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 17 20:50:42 archlinux systemd[1]: Started Rule-based Manager for Device Events and Files.
abr 17 20:50:42 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 17 20:50:42 archlinux audit: BPF prog-id=40 op=LOAD
abr 17 20:50:42 archlinux systemd[1]: Starting Network Configuration...
abr 17 20:50:42 archlinux systemd[1]: Starting Load Kernel Module configfs...
abr 17 20:50:42 archlinux systemd[1]: modprobe@configfs.service: Deactivated successfully.
abr 17 20:50:42 archlinux mtp-probe[301]: checking bus 3, device 2: "/sys/devices/pci0000:00/0000:00:14.0/usb3/3-1"
abr 17 20:50:42 archlinux mtp-probe[301]: bus: 3, device: 2 was not an MTP device
abr 17 20:50:42 archlinux systemd[1]: Finished Load Kernel Module configfs.
abr 17 20:50:42 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@configfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 17 20:50:42 archlinux audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@configfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 17 20:50:42 archlinux kernel: Consider using thermal netlink events interface
abr 17 20:50:42 archlinux kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
abr 17 20:50:42 archlinux kernel: cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
abr 17 20:50:42 archlinux kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
abr 17 20:50:42 archlinux kernel: cfg80211: failed to load regulatory.db
abr 17 20:50:42 archlinux systemd[1]: Finished Create Volatile Files and Directories.
abr 17 20:50:42 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 17 20:50:42 archlinux systemd[1]: Rebuild Journal Catalog was skipped because of an unmet condition check (ConditionNeedsUpdate=/var).
abr 17 20:50:42 archlinux audit: BPF prog-id=41 op=LOAD
abr 17 20:50:42 archlinux audit: BPF prog-id=42 op=LOAD
abr 17 20:50:42 archlinux audit: BPF prog-id=43 op=LOAD
abr 17 20:50:42 archlinux systemd[1]: Starting User Login Management...
abr 17 20:50:42 archlinux audit: BPF prog-id=44 op=LOAD
abr 17 20:50:42 archlinux mtp-probe[324]: checking bus 3, device 3: "/sys/devices/pci0000:00/0000:00:14.0/usb3/3-7"
abr 17 20:50:42 archlinux systemd[1]: Starting Network Name Resolution...
abr 17 20:50:42 archlinux mtp-probe[324]: bus: 3, device: 3 was not an MTP device
abr 17 20:50:42 archlinux audit: BPF prog-id=45 op=LOAD
abr 17 20:50:42 archlinux systemd[1]: Starting Network Time Synchronization...
abr 17 20:50:42 archlinux systemd[1]: Update is Completed was skipped because no trigger condition checks were met.
abr 17 20:50:42 archlinux systemd[1]: Starting Record System Boot/Shutdown in UTMP...
abr 17 20:50:42 archlinux systemd[1]: Created slice Slice /system/systemd-backlight.
abr 17 20:50:42 archlinux systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:intel_backlight...
abr 17 20:50:42 archlinux audit[327]: SYSTEM_BOOT pid=327 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
abr 17 20:50:42 archlinux kernel: EDAC igen6: v2.5
abr 17 20:50:42 archlinux systemd-logind[321]: New seat seat0.
abr 17 20:50:42 archlinux systemd-logind[321]: Watching system buttons on /dev/input/event2 (Power Button)
abr 17 20:50:42 archlinux systemd-logind[321]: Watching system buttons on /dev/input/event1 (Power Button)
abr 17 20:50:42 archlinux systemd-logind[321]: Watching system buttons on /dev/input/event0 (Lid Switch)
abr 17 20:50:42 archlinux systemd-logind[321]: Watching system buttons on /dev/input/event4 (AT Translated Set 2 keyboard)
abr 17 20:50:42 archlinux systemd[1]: Finished Record System Boot/Shutdown in UTMP.
abr 17 20:50:42 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 17 20:50:42 archlinux systemd[1]: Started User Login Management.
abr 17 20:50:42 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 17 20:50:42 archlinux systemd-resolved[325]: Positive Trust Anchors:
abr 17 20:50:42 archlinux systemd-resolved[325]: . IN DS 20326 8 2 e06d44b80b8f1d39a95c0b0d7c65d08458e880409bbc683457104237c7f8ec8d
abr 17 20:50:42 archlinux systemd-resolved[325]: Negative trust anchors: home.arpa 10.in-addr.arpa 16.172.in-addr.arpa 17.172.in-addr.arpa 18.172.in-addr.arpa 19.172.in-addr.arpa 20.172.in-addr.arpa 21.172.in-addr.arpa 22.172.in-addr.arpa 23.172.in-addr.arpa 24.172.in-addr.arpa 25.172.in-addr.arpa 26.172.in-addr.arpa 27.172.in-addr.arpa 28.172.in-addr.arpa 29.172.in-addr.arpa 30.172.in-addr.arpa 31.172.in-addr.arpa 168.192.in-addr.arpa d.f.ip6.arpa corp home internal intranet lan local private test
abr 17 20:50:42 archlinux systemd-resolved[325]: Using system hostname 'archlinux'.
abr 17 20:50:42 archlinux systemd[1]: Finished Load/Save Screen Backlight Brightness of backlight:intel_backlight.
abr 17 20:50:42 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:intel_backlight comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 17 20:50:42 archlinux systemd[1]: Started Network Time Synchronization.
abr 17 20:50:42 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timesyncd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 17 20:50:42 archlinux systemd[1]: Started Network Name Resolution.
abr 17 20:50:42 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-resolved comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 17 20:50:42 archlinux systemd[1]: Reached target Host and Network Name Lookups.
abr 17 20:50:42 archlinux systemd[1]: Reached target System Time Set.
abr 17 20:50:42 archlinux systemd[1]: Started Refresh existing PGP keys of archlinux-keyring regularly.
abr 17 20:50:42 archlinux systemd[1]: Started Daily rotation of log files.
abr 17 20:50:42 archlinux systemd[1]: Started Daily man-db regeneration.
abr 17 20:50:42 archlinux systemd[1]: Started Daily verification of password and group files.
abr 17 20:50:42 archlinux systemd[1]: Reached target Timer Units.
abr 17 20:50:42 archlinux kernel: spi-nor spi0.0: spi-nor-generic (16384 Kbytes)
abr 17 20:50:42 archlinux kernel: input: PC Speaker as /devices/platform/pcspkr/input/input5
abr 17 20:50:42 archlinux kernel: resource: resource sanity check: requesting [mem 0x00000000fedc0000-0x00000000fedcdfff], which spans more than pnp 00:03 [mem 0xfedc0000-0xfedc7fff]
abr 17 20:50:42 archlinux kernel: caller __uncore_imc_init_box+0xc4/0x140 [intel_uncore] mapping multiple BARs
abr 17 20:50:42 archlinux kernel: Intel(R) Wireless WiFi driver for Linux
abr 17 20:50:42 archlinux kernel: iwlwifi 0000:00:14.3: enabling device (0000 -> 0002)
abr 17 20:50:42 archlinux kernel: Creating 1 MTD partitions on "0000:00:1f.5":
abr 17 20:50:42 archlinux kernel: 0x000000000000-0x000001000000 : "BIOS"
abr 17 20:50:42 archlinux kernel: mc: Linux media interface: v0.10
abr 17 20:50:42 archlinux kernel: i801_smbus 0000:00:1f.4: SPD Write Disable is set
abr 17 20:50:42 archlinux kernel: i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
abr 17 20:50:42 archlinux kernel: i2c i2c-11: 1/2 memory slots populated (from DMI)
abr 17 20:50:42 archlinux kernel: i2c i2c-11: Successfully instantiated SPD at 0x50
abr 17 20:50:42 archlinux kernel: intel-lpss 0000:00:15.0: enabling device (0004 -> 0006)
abr 17 20:50:42 archlinux kernel: idma64 idma64.0: Found Intel integrated DMA 64-bit
abr 17 20:50:42 archlinux systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
abr 17 20:50:42 archlinux kernel: i2c_hid_acpi i2c-PNP0C50:01: weird size of HID descriptor (3)
abr 17 20:50:43 archlinux kernel: Bluetooth: Core ver 2.22
abr 17 20:50:43 archlinux kernel: i2c_hid_acpi i2c-PNP0C50:01: Failed to fetch the HID Descriptor
abr 17 20:50:43 archlinux kernel: NET: Registered PF_BLUETOOTH protocol family
abr 17 20:50:43 archlinux kernel: Bluetooth: HCI device and connection manager initialized
abr 17 20:50:43 archlinux kernel: Bluetooth: HCI socket layer initialized
abr 17 20:50:43 archlinux kernel: Bluetooth: L2CAP socket layer initialized
abr 17 20:50:43 archlinux kernel: Bluetooth: SCO socket layer initialized
abr 17 20:50:43 archlinux kernel: iwlwifi 0000:00:14.3: api flags index 2 larger than supported by driver
abr 17 20:50:43 archlinux kernel: iwlwifi 0000:00:14.3: TLV_FW_FSEQ_VERSION: FSEQ Version: 89.3.35.37
abr 17 20:50:43 archlinux kernel: iwlwifi 0000:00:14.3: loaded firmware version 72.daa05125.0 QuZ-a0-jf-b0-72.ucode op_mode iwlmvm
abr 17 20:50:43 archlinux kernel: mei_me 0000:00:16.0: enabling device (0000 -> 0002)
abr 17 20:50:43 archlinux kernel: r8169 0000:02:00.0 eth0: RTL8168h/8111h, 98:83:89:fd:b9:f4, XID 541, IRQ 151
abr 17 20:50:43 archlinux kernel: r8169 0000:02:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
abr 17 20:50:43 archlinux kernel: videodev: Linux video capture interface: v2.00
abr 17 20:50:43 archlinux kernel: intel_rapl_msr: PL4 support detected.
abr 17 20:50:43 archlinux kernel: intel_rapl_common: Found RAPL domain package
abr 17 20:50:43 archlinux kernel: intel_rapl_common: Found RAPL domain core
abr 17 20:50:43 archlinux kernel: intel_rapl_common: Found RAPL domain uncore
abr 17 20:50:43 archlinux kernel: intel_rapl_common: Found RAPL domain psys
abr 17 20:50:43 archlinux kernel: proc_thermal 0000:00:04.0: enabling device (0000 -> 0002)
abr 17 20:50:43 archlinux kernel: iTCO_vendor_support: vendor-support=0
abr 17 20:50:43 archlinux kernel: intel_rapl_common: Found RAPL domain package
abr 17 20:50:43 archlinux kernel: RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
abr 17 20:50:43 archlinux kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
abr 17 20:50:43 archlinux kernel: RAPL PMU: hw unit of domain package 2^-14 Joules
abr 17 20:50:43 archlinux kernel: RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
abr 17 20:50:43 archlinux kernel: RAPL PMU: hw unit of domain psys 2^-14 Joules
abr 17 20:50:43 archlinux kernel: ee1004 11-0050: 512 byte EE1004-compliant SPD EEPROM, read-only
abr 17 20:50:43 archlinux kernel: r8169 0000:02:00.0 enp2s0: renamed from eth0
abr 17 20:50:43 archlinux kernel: iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=6, TCOBASE=0x0400)
abr 17 20:50:43 archlinux kernel: iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
abr 17 20:50:43 archlinux kernel: mei_pxp 0000:00:16.0-fbf6fcf1-96cf-4e2e-a6a6-1bab8cbe36b1: bound 0000:00:02.0 (ops i915_pxp_tee_component_ops [i915])
abr 17 20:50:43 archlinux kernel: cryptd: max_cpu_qlen set to 1000
abr 17 20:50:43 archlinux kernel: wireguard: WireGuard 1.0.0 loaded. See www.wireguard.com for information.
abr 17 20:50:43 archlinux kernel: wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
abr 17 20:50:43 archlinux kernel: AVX2 version of gcm_enc/dec engaged.
abr 17 20:50:43 archlinux kernel: AES CTR mode by8 optimization enabled
abr 17 20:50:43 archlinux systemd-networkd[285]: lo: Link UP
abr 17 20:50:43 archlinux systemd-networkd[285]: lo: Gained carrier
abr 17 20:50:43 archlinux systemd-networkd[285]: wg0: netdev ready
abr 17 20:50:43 archlinux systemd-networkd[285]: Enumeration completed
abr 17 20:50:43 archlinux kernel: usb 3-7: Found UVC 1.00 device VGA camera (13d3:5a24)
abr 17 20:50:43 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-networkd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 17 20:50:43 archlinux systemd[1]: Started Network Configuration.
abr 17 20:50:43 archlinux kernel: mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_component_ops [i915])
abr 17 20:50:43 archlinux kernel: iwlwifi 0000:00:14.3: Detected Intel(R) Wireless-AC 9462, REV=0x351
abr 17 20:50:43 archlinux kernel: thermal thermal_zone5: failed to read out thermal zone (-61)
abr 17 20:50:43 archlinux kernel: input: VGA camera: VGA camera as /devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.0/input/input6
abr 17 20:50:43 archlinux kernel: usbcore: registered new interface driver uvcvideo
abr 17 20:50:43 archlinux systemd[1]: Reached target Network.
abr 17 20:50:43 archlinux systemd-networkd[285]: wg0: Configuring with /etc/systemd/network/wg0.network.
abr 17 20:50:43 archlinux systemd[1]: Starting Permit User Sessions...
abr 17 20:50:43 archlinux kernel: snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
abr 17 20:50:43 archlinux kernel: snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
abr 17 20:50:43 archlinux kernel: snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
abr 17 20:50:43 archlinux kernel: usbcore: registered new interface driver btusb
abr 17 20:50:43 archlinux kernel: Bluetooth: hci0: Bootloader revision 0.0 build 0 week 30 2018
abr 17 20:50:43 archlinux systemd[1]: Finished Permit User Sessions.
abr 17 20:50:43 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-user-sessions comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 17 20:50:43 archlinux kernel: Bluetooth: hci0: Device revision is 2
abr 17 20:50:43 archlinux kernel: Bluetooth: hci0: Secure boot is enabled
abr 17 20:50:43 archlinux kernel: Bluetooth: hci0: OTP lock is enabled
abr 17 20:50:43 archlinux kernel: Bluetooth: hci0: API lock is enabled
abr 17 20:50:43 archlinux kernel: Bluetooth: hci0: Debug lock is disabled
abr 17 20:50:43 archlinux kernel: Bluetooth: hci0: Minimum firmware build 1 week 10 2014
abr 17 20:50:43 archlinux kernel: snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC897: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
abr 17 20:50:43 archlinux kernel: snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
abr 17 20:50:43 archlinux kernel: snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
abr 17 20:50:43 archlinux kernel: snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
abr 17 20:50:43 archlinux kernel: snd_hda_codec_realtek hdaudioC0D0:    inputs:
abr 17 20:50:43 archlinux kernel: snd_hda_codec_realtek hdaudioC0D0:      Mic=0x12
abr 17 20:50:43 archlinux systemd[1]: Starting Bluetooth service...
abr 17 20:50:43 archlinux (uetoothd)[376]: ConfigurationDirectory 'bluetooth' already exists but the mode is different. (File system: 755 ConfigurationDirectoryMode: 555)
abr 17 20:50:43 archlinux systemd[1]: Started Getty on tty1.
abr 17 20:50:43 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 17 20:50:43 archlinux systemd[1]: Reached target Login Prompts.
abr 17 20:50:43 archlinux systemd[1]: Starting Populate /home...
abr 17 20:50:43 archlinux systemd[1]: Starting Load/Save RF Kill Switch Status...
abr 17 20:50:43 archlinux bluetoothd[376]: Bluetooth daemon 5.66
abr 17 20:50:43 archlinux bluetoothd[376]: Starting SDP server
abr 17 20:50:43 archlinux bluetoothd[376]: profiles/audio/vcp.c:vcp_init() D-Bus experimental not enabled
abr 17 20:50:43 archlinux bluetoothd[376]: src/plugin.c:plugin_init() Failed to init vcp plugin
abr 17 20:50:43 archlinux bluetoothd[376]: profiles/audio/mcp.c:mcp_init() D-Bus experimental not enabled
abr 17 20:50:43 archlinux bluetoothd[376]: src/plugin.c:plugin_init() Failed to init mcp plugin
abr 17 20:50:43 archlinux bluetoothd[376]: profiles/audio/bap.c:bap_init() D-Bus experimental not enabled
abr 17 20:50:43 archlinux bluetoothd[376]: src/plugin.c:plugin_init() Failed to init bap plugin
abr 17 20:50:43 archlinux bluetoothd[376]: Bluetooth management interface 1.22 initialized
abr 17 20:50:43 archlinux dbus-daemon[265]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.6' (uid=0 pid=376 comm="/usr/lib/bluetooth/bluetoothd")
abr 17 20:50:43 archlinux kernel: Bluetooth: BNEP (Ethernet Emulation) ver 1.3
abr 17 20:50:43 archlinux kernel: Bluetooth: BNEP filters: protocol multicast
abr 17 20:50:43 archlinux kernel: Bluetooth: BNEP socket layer initialized
abr 17 20:50:43 archlinux kernel: intel_tcc_cooling: TCC Offset locked
abr 17 20:50:43 archlinux kernel: Bluetooth: hci0: Found device firmware: intel/ibt-19-0-0.sfi
abr 17 20:50:43 archlinux kernel: Bluetooth: hci0: Boot Address: 0x24800
abr 17 20:50:43 archlinux kernel: Bluetooth: hci0: Firmware Version: 15-45.22
abr 17 20:50:43 archlinux kernel: input: HDA Intel PCH Headphone Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input7
abr 17 20:50:43 archlinux kernel: input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input8
abr 17 20:50:43 archlinux kernel: input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input9
abr 17 20:50:43 archlinux kernel: input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input10
abr 17 20:50:43 archlinux kernel: input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input11
abr 17 20:50:43 archlinux systemd[1]: Finished Populate /home.
abr 17 20:50:43 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=homefiller comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 17 20:50:43 archlinux systemd[1]: Started Load/Save RF Kill Switch Status.
abr 17 20:50:43 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 17 20:50:43 archlinux systemd[1]: Started Bluetooth service.
abr 17 20:50:43 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bluetooth comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 17 20:50:43 archlinux systemd[1]: Reached target Bluetooth Support.
abr 17 20:50:43 archlinux systemd[1]: Reached target Multi-User System.
abr 17 20:50:43 archlinux systemd[1]: Reached target Graphical Interface.
abr 17 20:50:43 archlinux audit: BPF prog-id=46 op=LOAD
abr 17 20:50:43 archlinux audit: BPF prog-id=47 op=LOAD
abr 17 20:50:43 archlinux audit: BPF prog-id=48 op=LOAD
abr 17 20:50:43 archlinux systemd[1]: Starting Hostname Service...
abr 17 20:50:43 archlinux kernel: iwlwifi 0000:00:14.3: base HW address: 80:b6:55:b6:fb:0c
abr 17 20:50:43 archlinux kernel: iwlwifi 0000:00:14.3 wlo1: renamed from wlan0
abr 17 20:50:43 archlinux systemd-networkd[285]: wlan0: Interface name change detected, renamed to wlo1.
abr 17 20:50:43 archlinux dbus-daemon[265]: [system] Successfully activated service 'org.freedesktop.hostname1'
abr 17 20:50:43 archlinux systemd[1]: Started Hostname Service.
abr 17 20:50:43 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 17 20:50:43 archlinux systemd[1]: Starting Save/Restore Sound Card State...
abr 17 20:50:43 archlinux systemd[1]: Manage Sound Card State (restore and store) was skipped because of an unmet condition check (ConditionPathExists=/etc/alsa/state-daemon.conf).
abr 17 20:50:43 archlinux systemd[1]: Finished Save/Restore Sound Card State.
abr 17 20:50:43 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 17 20:50:43 archlinux systemd[1]: Reached target Sound Card.
abr 17 20:50:43 archlinux systemd[1]: etc-machine\x2did.mount: Deactivated successfully.
abr 17 20:50:43 archlinux systemd[1]: Finished Commit a transient machine-id on disk.
abr 17 20:50:43 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-machine-id-commit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 17 20:50:43 archlinux systemd[1]: Condition check resulted in x795w 1 being skipped.
abr 17 20:50:43 archlinux systemd[1]: Starting File System Check on /dev/disk/by-uuid/C867-3DF5...
abr 17 20:50:43 archlinux systemd-fsck[401]: fsck.fat 4.2 (2021-01-31)
abr 17 20:50:43 archlinux systemd-fsck[401]: /dev/sda1: 370 files, 180149/201616 clusters
abr 17 20:50:43 archlinux systemd[1]: Finished File System Check on /dev/disk/by-uuid/C867-3DF5.
abr 17 20:50:43 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-C867\x2d3DF5 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 17 20:50:43 archlinux systemd[1]: Mounting /boot...
abr 17 20:50:45 archlinux kernel: Bluetooth: hci0: Waiting for firmware download to complete
abr 17 20:50:45 archlinux kernel: Bluetooth: hci0: Firmware loaded in 1763325 usecs
abr 17 20:50:45 archlinux kernel: Bluetooth: hci0: Waiting for device to boot
abr 17 20:50:45 archlinux kernel: Bluetooth: hci0: Device booted in 14891 usecs
abr 17 20:50:45 archlinux kernel: Bluetooth: hci0: Malformed MSFT vendor event: 0x02
abr 17 20:50:45 archlinux kernel: Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-19-0-0.ddc
abr 17 20:50:45 archlinux kernel: Bluetooth: hci0: Applying Intel DDC parameters completed
abr 17 20:50:45 archlinux kernel: Bluetooth: hci0: Firmware revision 0.0 build 15 week 45 2022
abr 17 20:50:45 archlinux kernel: Bluetooth: MGMT ver 1.22
abr 17 20:50:45 archlinux kernel: NET: Registered PF_ALG protocol family
abr 17 20:50:45 archlinux systemd[1]: Mounted /boot.
abr 17 20:50:45 archlinux systemd[1]: Startup finished in 4.984s (firmware) + 44.536s (loader) + 9.536s (kernel) + 2min 37.449s (initrd) + 4.101s (userspace) = 3min 40.608s.
abr 17 20:50:48 archlinux systemd[1]: systemd-rfkill.service: Deactivated successfully.
abr 17 20:50:48 archlinux audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 17 20:50:48 archlinux kernel: kauditd_printk_skb: 53 callbacks suppressed
abr 17 20:50:48 archlinux kernel: audit: type=1131 audit(1681775448.306:65): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 17 20:51:13 archlinux systemd[1]: systemd-hostnamed.service: Deactivated successfully.
abr 17 20:51:13 archlinux audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 17 20:51:13 archlinux kernel: audit: type=1131 audit(1681775473.380:66): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 17 20:51:13 archlinux audit: BPF prog-id=48 op=UNLOAD
abr 17 20:51:13 archlinux audit: BPF prog-id=47 op=UNLOAD
abr 17 20:51:13 archlinux audit: BPF prog-id=46 op=UNLOAD
abr 17 20:51:13 archlinux kernel: audit: type=1334 audit(1681775473.456:67): prog-id=48 op=UNLOAD
abr 17 20:51:13 archlinux kernel: audit: type=1334 audit(1681775473.456:68): prog-id=47 op=UNLOAD
abr 17 20:51:13 archlinux kernel: audit: type=1334 audit(1681775473.456:69): prog-id=46 op=UNLOAD
abr 17 20:51:22 archlinux login[377]: pam_systemd_home(login:auth): Not a user managed by systemd-homed: No home for user x known
abr 17 20:51:22 archlinux login[377]: pam_unix(login:auth): user [x] has blank password; authenticated without it
abr 17 20:51:22 archlinux audit[377]: USER_AUTH pid=377 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="x" exe="/usr/bin/login" hostname=archlinux addr=? terminal=/dev/tty1 res=success'
abr 17 20:51:22 archlinux audit[377]: USER_ACCT pid=377 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="x" exe="/usr/bin/login" hostname=archlinux addr=? terminal=/dev/tty1 res=success'
abr 17 20:51:22 archlinux audit[377]: CRED_ACQ pid=377 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="x" exe="/usr/bin/login" hostname=archlinux addr=? terminal=/dev/tty1 res=success'
abr 17 20:51:22 archlinux kernel: audit: type=1100 audit(1681775482.113:70): pid=377 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="x" exe="/usr/bin/login" hostname=archlinux addr=? terminal=/dev/tty1 res=success'
abr 17 20:51:22 archlinux kernel: audit: type=1101 audit(1681775482.113:71): pid=377 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="x" exe="/usr/bin/login" hostname=archlinux addr=? terminal=/dev/tty1 res=success'
abr 17 20:51:22 archlinux kernel: audit: type=1103 audit(1681775482.113:72): pid=377 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="x" exe="/usr/bin/login" hostname=archlinux addr=? terminal=/dev/tty1 res=success'
abr 17 20:51:22 archlinux kernel: audit: type=1006 audit(1681775482.113:73): pid=377 uid=0 old-auid=4294967295 auid=1000 tty=tty1 old-ses=4294967295 ses=1 res=1
abr 17 20:51:22 archlinux kernel: audit: type=1300 audit(1681775482.113:73): arch=c000003e syscall=1 success=yes exit=4 a0=5 a1=7ffe17809830 a2=4 a3=0 items=0 ppid=1 pid=377 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=1000 fsgid=0 tty=tty1 ses=1 comm="login" exe="/usr/bin/login" key=(null)
abr 17 20:51:22 archlinux kernel: audit: type=1327 audit(1681775482.113:73): proctitle=2F62696E2F6C6F67696E002D70002D2D
abr 17 20:51:22 archlinux audit[377]: SYSCALL arch=c000003e syscall=1 success=yes exit=4 a0=5 a1=7ffe17809830 a2=4 a3=0 items=0 ppid=1 pid=377 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=1000 fsgid=0 tty=tty1 ses=1 comm="login" exe="/usr/bin/login" key=(null)
abr 17 20:51:22 archlinux audit: PROCTITLE proctitle=2F62696E2F6C6F67696E002D70002D2D
abr 17 20:51:22 archlinux login[377]: pam_unix(login:session): session opened for user x(uid=1000) by LOGIN(uid=0)
abr 17 20:51:22 archlinux systemd-logind[321]: New session 1 of user x.
abr 17 20:51:22 archlinux systemd[1]: Created slice User Slice of UID 1000.
abr 17 20:51:22 archlinux systemd[1]: Starting User Runtime Directory /run/user/1000...
abr 17 20:51:22 archlinux systemd[1]: Finished User Runtime Directory /run/user/1000.
abr 17 20:51:22 archlinux audit[1]: SERVICE_START 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'
abr 17 20:51:22 archlinux systemd[1]: Starting User Manager for UID 1000...
abr 17 20:51:22 archlinux kernel: audit: type=1130 audit(1681775482.176:74): 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'
abr 17 20:51:22 archlinux (systemd)[428]: pam_systemd_home(systemd-user:account): Not a user managed by systemd-homed: No home for user x known
abr 17 20:51:22 archlinux audit[428]: USER_ACCT pid=428 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="x" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 17 20:51:22 archlinux audit[428]: CRED_ACQ pid=428 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="x" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
abr 17 20:51:22 archlinux audit[428]: SYSCALL arch=c000003e syscall=1 success=yes exit=4 a0=9 a1=7fff75bddbb0 a2=4 a3=0 items=0 ppid=1 pid=428 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="(systemd)" exe="/usr/lib/systemd/systemd" key=(null)
abr 17 20:51:22 archlinux audit: PROCTITLE proctitle="(systemd)"
abr 17 20:51:22 archlinux (systemd)[428]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[x] ruser=[<unknown>] rhost=[<unknown>]
abr 17 20:51:22 archlinux (systemd)[428]: pam_unix(systemd-user:session): session opened for user x(uid=1000) by (uid=0)
abr 17 20:51:22 archlinux audit[428]: USER_START pid=428 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_systemd_home,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="x" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 17 20:51:22 archlinux kernel: audit: type=1101 audit(1681775482.186:75): pid=428 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="x" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 17 20:51:22 archlinux kernel: audit: type=1103 audit(1681775482.186:76): pid=428 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="x" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
abr 17 20:51:22 archlinux kernel: audit: type=1006 audit(1681775482.186:77): pid=428 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1
abr 17 20:51:22 archlinux systemd[428]: Queued start job for default target Main User Target.
abr 17 20:51:22 archlinux systemd[428]: Created slice User Application Slice.
abr 17 20:51:22 archlinux systemd[428]: Reached target Paths.
abr 17 20:51:22 archlinux systemd[428]: Reached target Timers.
abr 17 20:51:22 archlinux systemd[428]: Starting D-Bus User Message Bus Socket...
abr 17 20:51:22 archlinux systemd[428]: Listening on GnuPG network certificate management daemon.
abr 17 20:51:22 archlinux systemd[428]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
abr 17 20:51:22 archlinux systemd[428]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
abr 17 20:51:22 archlinux systemd[428]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
abr 17 20:51:22 archlinux systemd[428]: Listening on GnuPG cryptographic agent and passphrase cache.
abr 17 20:51:22 archlinux systemd[428]: Listening on p11-kit server.
abr 17 20:51:22 archlinux systemd[428]: Listening on PipeWire Multimedia System Socket.
abr 17 20:51:22 archlinux systemd[428]: Listening on Sound System.
abr 17 20:51:22 archlinux systemd[428]: Listening on D-Bus User Message Bus Socket.
abr 17 20:51:22 archlinux systemd[428]: Reached target Sockets.
abr 17 20:51:22 archlinux systemd[428]: Reached target Basic System.
abr 17 20:51:22 archlinux systemd[428]: Reached target Main User Target.
abr 17 20:51:22 archlinux systemd[428]: Startup finished in 63ms.
abr 17 20:51:22 archlinux systemd[1]: Started User Manager for UID 1000.
abr 17 20:51:22 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
abr 17 20:51:22 archlinux systemd[1]: Started Session 1 of User x.
abr 17 20:51:22 archlinux audit[377]: USER_START pid=377 uid=0 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_systemd_home,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="x" exe="/usr/bin/login" hostname=archlinux addr=? terminal=/dev/tty1 res=success'
abr 17 20:51:22 archlinux audit[377]: CRED_REFR pid=377 uid=0 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="x" exe="/usr/bin/login" hostname=archlinux addr=? terminal=/dev/tty1 res=success'
abr 17 20:51:22 archlinux login[377]: LOGIN ON tty1 BY x
abr 17 20:51:27 archlinux kernel: i915 0000:00:02.0: [drm] PXP firmware failed arb session init request ret=[0x00001002]
abr 17 20:51:27 archlinux kernel: i915 0000:00:02.0: [drm] *ERROR* arb session failed to go in play
abr 17 20:51:27 archlinux kernel: i915 0000:00:02.0: [drm] PXP firmware failed arb session init request ret=[0x00001002]
abr 17 20:51:27 archlinux kernel: i915 0000:00:02.0: [drm] *ERROR* arb session failed to go in play
abr 17 20:51:27 archlinux systemd[428]: Created slice User Core Session Slice.
abr 17 20:51:27 archlinux systemd[428]: Starting D-Bus User Message Bus...
abr 17 20:51:27 archlinux systemd[428]: Started D-Bus User Message Bus.
abr 17 20:51:27 archlinux dbus-daemon[590]: [session uid=1000 pid=590] Successfully activated service 'org.freedesktop.systemd1'
abr 17 20:52:54 archlinux audit[598]: USER_AUTH pid=598 uid=1000 auid=1000 ses=1 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=archlinux addr=? terminal=/dev/tty1 res=success'
abr 17 20:52:54 archlinux audit[598]: USER_ACCT pid=598 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="root" exe="/usr/bin/sudo" hostname=archlinux addr=? terminal=/dev/tty1 res=success'
abr 17 20:52:54 archlinux sudo[598]:        x : TTY=tty1 ; PWD=/home/x ; USER=root ; COMMAND=/usr/bin/mount /dev/sda2 /mnt
abr 17 20:52:54 archlinux audit[598]: CRED_REFR pid=598 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=archlinux addr=? terminal=/dev/tty1 res=success'
abr 17 20:52:54 archlinux audit[598]: USER_START pid=598 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=archlinux addr=? terminal=/dev/tty1 res=success'
abr 17 20:52:54 archlinux sudo[598]: pam_unix(sudo:session): session opened for user root(uid=0) by x(uid=1000)
abr 17 20:52:54 archlinux kernel: kauditd_printk_skb: 6 callbacks suppressed
abr 17 20:52:54 archlinux kernel: audit: type=1100 audit(1681775574.406:82): pid=598 uid=1000 auid=1000 ses=1 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=archlinux addr=? terminal=/dev/tty1 res=success'
abr 17 20:52:54 archlinux kernel: audit: type=1101 audit(1681775574.406:83): pid=598 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="root" exe="/usr/bin/sudo" hostname=archlinux addr=? terminal=/dev/tty1 res=success'
abr 17 20:52:54 archlinux kernel: audit: type=1110 audit(1681775574.406:84): pid=598 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=archlinux addr=? terminal=/dev/tty1 res=success'
abr 17 20:52:54 archlinux kernel: audit: type=1105 audit(1681775574.406:85): pid=598 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=archlinux addr=? terminal=/dev/tty1 res=success'
abr 17 20:52:54 archlinux kernel: EXT4-fs (sda2): warning: maximal mount count reached, running e2fsck is recommended
abr 17 20:52:54 archlinux audit[598]: USER_END pid=598 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=archlinux addr=? terminal=/dev/tty1 res=success'
abr 17 20:52:54 archlinux audit[598]: CRED_DISP pid=598 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=archlinux addr=? terminal=/dev/tty1 res=success'
abr 17 20:52:54 archlinux sudo[598]: pam_unix(sudo:session): session closed for user root
abr 17 20:52:54 archlinux kernel: EXT4-fs (sda2): mounted filesystem 75fb575c-2b60-4394-922a-447ef0188601 without journal. Quota mode: none.
abr 17 20:52:54 archlinux kernel: audit: type=1106 audit(1681775574.473:86): pid=598 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=archlinux addr=? terminal=/dev/tty1 res=success'
abr 17 20:52:54 archlinux kernel: audit: type=1104 audit(1681775574.473:87): pid=598 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=archlinux addr=? terminal=/dev/tty1 res=success'
abr 17 20:56:21 archlinux audit[609]: USER_ACCT pid=609 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="root" exe="/usr/bin/sudo" hostname=archlinux addr=? terminal=/dev/tty1 res=success'
abr 17 20:56:21 archlinux sudo[609]:        x : TTY=tty1 ; PWD=/home/x ; USER=root ; COMMAND=/usr/bin/cp -a /run/log/journal/da15a40a98064e5896279e9d0fab03a0 /run/log/journal/e435833ac71a47a1ae5a358a3b4151ae /mnt/xbkp/tmpfsroot/
abr 17 20:56:21 archlinux audit[609]: CRED_REFR pid=609 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=archlinux addr=? terminal=/dev/tty1 res=success'
abr 17 20:56:21 archlinux audit[609]: USER_START pid=609 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=archlinux addr=? terminal=/dev/tty1 res=success'
abr 17 20:56:21 archlinux sudo[609]: pam_unix(sudo:session): session opened for user root(uid=0) by x(uid=1000)
abr 17 20:56:21 archlinux kernel: audit: type=1101 audit(1681775781.496:88): pid=609 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="root" exe="/usr/bin/sudo" hostname=archlinux addr=? terminal=/dev/tty1 res=success'
abr 17 20:56:21 archlinux kernel: audit: type=1110 audit(1681775781.496:89): pid=609 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=archlinux addr=? terminal=/dev/tty1 res=success'
abr 17 20:56:21 archlinux kernel: audit: type=1105 audit(1681775781.496:90): pid=609 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=archlinux addr=? terminal=/dev/tty1 res=success'

As the name implies, the first file goes on until root switching and was originally 5 journal files in the folder with the randomly generated machine-id, from which I cut off thousands of "rsync[201]:" lines of it copying everything to RAM.
The second file starts precisely after root switching and was originally in the folder with the "fixed" machine-id.

Just to be clear, when the touchpad is working, these lines are present in the journal:

...
abr 17 14:10:39 archlinux kernel: input: PNP0C50:01 0911:5288 Mouse as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-11/i2c-PNP0C50:01/001>
abr 17 14:10:39 archlinux kernel: input: PNP0C50:01 0911:5288 Touchpad as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-11/i2c-PNP0C50:01/>
abr 17 14:10:39 archlinux kernel: input: PNP0C50:01 0911:5288 as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-11/i2c-PNP0C50:01/0018:0911>
abr 17 14:10:39 archlinux kernel: hid-generic 0018:0911:5288.0001: input,hidraw0: I2C HID v1.00 Mouse [PNP0C50:01 0911:5288] on i2c-PNP0C50:01
...
abr 17 14:10:40 archlinux kernel: input: PNP0C50:01 0911:5288 Mouse as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-11/i2c-PNP0C50:01/001>
abr 17 14:10:40 archlinux kernel: input: PNP0C50:01 0911:5288 Touchpad as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-11/i2c-PNP0C50:01/>
abr 17 14:10:40 archlinux kernel: input: PNP0C50:01 0911:5288 UNKNOWN as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-11/i2c-PNP0C50:01/0>
abr 17 14:10:40 archlinux kernel: hid-multitouch 0018:0911:5288.0001: input,hidraw0: I2C HID v1.00 Mouse [PNP0C50:01 0911:5288] on i2c-PNP0C50:01
...

Almost right after "Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch" and before "Intel(R) Wireless WiFi driver for Linux".
Here, however, those 2 lines appear instead:

...
abr 17 20:50:42 archlinux kernel: i2c_hid_acpi i2c-PNP0C50:01: weird size of HID descriptor (3)
...
abr 17 20:50:43 archlinux kernel: i2c_hid_acpi i2c-PNP0C50:01: Failed to fetch the HID Descriptor
...

And as mentioned, nothing of the touchpad in /proc/bus/input/devices.

I'll stay alert to the next time the issue happens again in my normal (not on RAM) system to get the log from it and post it here, but for now it'll do it, since the systems are equal in everthing else.
Hoping anyone can help me,
xenobro

(Edited to correct the logs posted: I had originally posted it from a session with working touchpad, now I put it from a non-functioning one.)

Last edited by xenobro (2023-04-18 01:28:52)

Offline

#3 2023-04-18 01:58:57

xenobro
Member
Registered: 2019-05-25
Posts: 102

Re: Touchpad not even in /proc/bus/input/devices

First of all, I should mention that I've just edited the previous message with the correct logs.

I've also managed to reproduce the issue (frozen touchpad that doesn't even appear in /proc/bus/input/devices) with a clone of my system in a pendrive, first running normally from the pendrive with a busybox initramfs, then from the pendrive with systemd initramfs and finally running from RAM - the latter gave me the logs to correct the ones used in the previous post.
Once again, it's important to notice that, when using a systemd initramfs, the system produces 2 different log files, each one in a folder with a machine-id: the first one a randomly generated one, in which folder the log file goes from the beginning of boot until root switching; and the second one, the usually more "fixed' one, in which folder the log file will go from root switching on until after boot. With busybox initramfs however, there's only one log file and folder. So here we go:

Touchpad not working, busybox initramfs, running Arch normally, NOT from RAM:

abr 17 17:16:52 archlinux kernel: microcode: microcode updated early to revision 0xa6, date = 2022-06-28
abr 17 17:16:52 archlinux kernel: Linux version 6.2.11-arch1-1 (linux@archlinux) (gcc (GCC) 12.2.1 20230201, GNU ld (GNU Binutils) 2.40) #1 SMP PREEMPT_DYNAMIC Thu, 13 Apr 2023 16:59:24 +0000
abr 17 17:16:52 archlinux kernel: Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=75fb575c-2b60-4394-922a-447ef0188601 rw
abr 17 17:16:52 archlinux kernel: x86/split lock detection: #AC: crashing the kernel on kernel split_locks and warning on user-space split_locks
abr 17 17:16:52 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
abr 17 17:16:52 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
abr 17 17:16:52 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
abr 17 17:16:52 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x020: 'AVX-512 opmask'
abr 17 17:16:52 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x040: 'AVX-512 Hi256'
abr 17 17:16:52 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x080: 'AVX-512 ZMM_Hi256'
abr 17 17:16:52 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
abr 17 17:16:52 archlinux kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
abr 17 17:16:52 archlinux kernel: x86/fpu: xstate_offset[5]:  832, xstate_sizes[5]:   64
abr 17 17:16:52 archlinux kernel: x86/fpu: xstate_offset[6]:  896, xstate_sizes[6]:  512
abr 17 17:16:52 archlinux kernel: x86/fpu: xstate_offset[7]: 1408, xstate_sizes[7]: 1024
abr 17 17:16:52 archlinux kernel: x86/fpu: xstate_offset[9]: 2432, xstate_sizes[9]:    8
abr 17 17:16:52 archlinux kernel: x86/fpu: Enabled xstate features 0x2e7, context size is 2440 bytes, using 'compacted' format.
abr 17 17:16:52 archlinux kernel: signal: max sigframe size: 3632
abr 17 17:16:52 archlinux kernel: BIOS-provided physical RAM map:
abr 17 17:16:52 archlinux kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
abr 17 17:16:52 archlinux kernel: BIOS-e820: [mem 0x000000000009f000-0x00000000000fffff] reserved
abr 17 17:16:52 archlinux kernel: BIOS-e820: [mem 0x0000000000100000-0x000000003dfc9fff] usable
abr 17 17:16:52 archlinux kernel: BIOS-e820: [mem 0x000000003dfca000-0x000000003dfcafff] reserved
abr 17 17:16:52 archlinux kernel: BIOS-e820: [mem 0x000000003dfcb000-0x000000003e3bbfff] usable
abr 17 17:16:52 archlinux kernel: BIOS-e820: [mem 0x000000003e3bc000-0x00000000435b4fff] reserved
abr 17 17:16:52 archlinux kernel: BIOS-e820: [mem 0x00000000435b5000-0x0000000043680fff] ACPI data
abr 17 17:16:52 archlinux kernel: BIOS-e820: [mem 0x0000000043681000-0x000000004373afff] ACPI NVS
abr 17 17:16:52 archlinux kernel: BIOS-e820: [mem 0x000000004373b000-0x000000004473afff] reserved
abr 17 17:16:52 archlinux kernel: BIOS-e820: [mem 0x000000004473b000-0x00000000447fefff] type 20
abr 17 17:16:52 archlinux kernel: BIOS-e820: [mem 0x00000000447ff000-0x00000000447fffff] usable
abr 17 17:16:52 archlinux kernel: BIOS-e820: [mem 0x0000000044800000-0x000000004affffff] reserved
abr 17 17:16:52 archlinux kernel: BIOS-e820: [mem 0x000000004b300000-0x000000004f7fffff] reserved
abr 17 17:16:52 archlinux kernel: BIOS-e820: [mem 0x00000000c0000000-0x00000000cfffffff] reserved
abr 17 17:16:52 archlinux kernel: BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
abr 17 17:16:52 archlinux kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
abr 17 17:16:52 archlinux kernel: BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
abr 17 17:16:52 archlinux kernel: BIOS-e820: [mem 0x00000000fed20000-0x00000000fed7ffff] reserved
abr 17 17:16:52 archlinux kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
abr 17 17:16:52 archlinux kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
abr 17 17:16:52 archlinux kernel: BIOS-e820: [mem 0x0000000100000000-0x00000002b07fffff] usable
abr 17 17:16:52 archlinux kernel: NX (Execute Disable) protection: active
abr 17 17:16:52 archlinux kernel: efi: EFI v2.70 by American Megatrends
abr 17 17:16:52 archlinux kernel: efi: ACPI=0x43680000 ACPI 2.0=0x43680014 TPMFinalLog=0x436c7000 SMBIOS=0x44604000 SMBIOS 3.0=0x44603000 MEMATTR=0x3a710518 ESRT=0x3c11b518 
abr 17 17:16:52 archlinux kernel: efi: Remove mem67: MMIO range=[0xc0000000-0xcfffffff] (256MB) from e820 map
abr 17 17:16:52 archlinux kernel: e820: remove [mem 0xc0000000-0xcfffffff] reserved
abr 17 17:16:52 archlinux kernel: efi: Not removing mem68: MMIO range=[0xfe000000-0xfe010fff] (68KB) from e820 map
abr 17 17:16:52 archlinux kernel: efi: Not removing mem69: MMIO range=[0xfec00000-0xfec00fff] (4KB) from e820 map
abr 17 17:16:52 archlinux kernel: efi: Not removing mem70: MMIO range=[0xfed00000-0xfed00fff] (4KB) from e820 map
abr 17 17:16:52 archlinux kernel: efi: Not removing mem72: MMIO range=[0xfee00000-0xfee00fff] (4KB) from e820 map
abr 17 17:16:52 archlinux kernel: efi: Remove mem73: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
abr 17 17:16:52 archlinux kernel: e820: remove [mem 0xff000000-0xffffffff] reserved
abr 17 17:16:52 archlinux kernel: SMBIOS 3.3.0 present.
abr 17 17:16:52 archlinux kernel: DMI: SAMSUNG ELECTRONICS CO., LTD. 550XDA/NP550XDA-KH2BR, BIOS P17CFB.044.220223.HQ 02/23/2022
abr 17 17:16:52 archlinux kernel: tsc: Detected 2400.000 MHz processor
abr 17 17:16:52 archlinux kernel: tsc: Detected 2419.200 MHz TSC
abr 17 17:16:52 archlinux kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
abr 17 17:16:52 archlinux kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
abr 17 17:16:52 archlinux kernel: last_pfn = 0x2b0800 max_arch_pfn = 0x400000000
abr 17 17:16:52 archlinux kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
abr 17 17:16:52 archlinux kernel: last_pfn = 0x44800 max_arch_pfn = 0x400000000
abr 17 17:16:52 archlinux kernel: esrt: Reserving ESRT space from 0x000000003c11b518 to 0x000000003c11b5a0.
abr 17 17:16:52 archlinux kernel: e820: update [mem 0x3c11b000-0x3c11bfff] usable ==> reserved
abr 17 17:16:52 archlinux kernel: Using GB pages for direct mapping
abr 17 17:16:52 archlinux kernel: Secure boot disabled
abr 17 17:16:52 archlinux kernel: RAMDISK: [mem 0x35751000-0x36b9ffff]
abr 17 17:16:52 archlinux kernel: ACPI: Early table checksum verification disabled
abr 17 17:16:52 archlinux kernel: ACPI: RSDP 0x0000000043680014 000024 (v02 SECCSD)
abr 17 17:16:52 archlinux kernel: ACPI: XSDT 0x000000004367F728 0000FC (v01 SECCSD LH43STAR 01072009 AMI  01000013)
abr 17 17:16:52 archlinux kernel: ACPI: FACP 0x000000004367A000 000114 (v06 SECCSD LH43STAR 01072009 AMI  01000013)
abr 17 17:16:52 archlinux kernel: ACPI: DSDT 0x0000000043626000 053D30 (v02 SECCSD LH43STAR 01072009 INTL 20191018)
abr 17 17:16:52 archlinux kernel: ACPI: FACS 0x0000000043737000 000040
abr 17 17:16:52 archlinux kernel: ACPI: MCFG 0x000000004367E000 00003C (v01 SECCSD LH43STAR 01072009 MSFT 00000097)
abr 17 17:16:52 archlinux kernel: ACPI: SSDT 0x000000004367B000 00255D (v02 CpuRef CpuSsdt  00003000 INTL 20191018)
abr 17 17:16:52 archlinux kernel: ACPI: FIDT 0x0000000043625000 00009C (v01 SECCSD LH43STAR 01072009 AMI  00010013)
abr 17 17:16:52 archlinux kernel: ACPI: MSDM 0x0000000043624000 000055 (v03 SECCSD LH43STAR 01072009 AMI  01000013)
abr 17 17:16:52 archlinux kernel: ACPI: SSDT 0x0000000043620000 003D0E (v02 DptfTb DptfTabl 00001000 INTL 20191018)
abr 17 17:16:52 archlinux kernel: ACPI: SSDT 0x000000004361D000 002CC7 (v02 SaSsdt SaSsdt   00003000 INTL 20191018)
abr 17 17:16:52 archlinux kernel: ACPI: SSDT 0x0000000043619000 003350 (v02 INTEL  IgfxSsdt 00003000 INTL 20191018)
abr 17 17:16:52 archlinux kernel: ACPI: SSDT 0x000000004360D000 00B1B2 (v02 INTEL  TcssSsdt 00001000 INTL 20191018)
abr 17 17:16:52 archlinux kernel: ACPI: HPET 0x000000004360C000 000038 (v01 SECCSD LH43STAR 01072009 AMI  01000013)
abr 17 17:16:52 archlinux kernel: ACPI: APIC 0x000000004360B000 00012C (v04 SECCSD LH43STAR 01072009 AMI  01000013)
abr 17 17:16:52 archlinux kernel: ACPI: SSDT 0x0000000043605000 005C77 (v02 SECCSD TglU_Rvp 00001000 INTL 20191018)
abr 17 17:16:52 archlinux kernel: ACPI: SSDT 0x0000000043604000 000E11 (v02 SECCSD Ther_Rvp 00001000 INTL 20191018)
abr 17 17:16:52 archlinux kernel: ACPI: NHLT 0x0000000043603000 00002D (v00 SECCSD LH43STAR 01072009 AMI  01000013)
abr 17 17:16:52 archlinux kernel: ACPI: LPIT 0x0000000043602000 0000CC (v01 SECCSD LH43STAR 01072009 AMI  01000013)
abr 17 17:16:52 archlinux kernel: ACPI: SSDT 0x00000000435FE000 002720 (v02 SECCSD PtidDevc 00001000 INTL 20191018)
abr 17 17:16:52 archlinux kernel: ACPI: SSDT 0x00000000435FD000 00012A (v02 SECCSD TbtTypeC 00000000 INTL 20191018)
abr 17 17:16:52 archlinux kernel: ACPI: DBGP 0x00000000435FC000 000034 (v01 SECCSD LH43STAR 01072009 AMI  01000013)
abr 17 17:16:52 archlinux kernel: ACPI: DBG2 0x00000000435FB000 000054 (v00 SECCSD LH43STAR 01072009 AMI  01000013)
abr 17 17:16:52 archlinux kernel: ACPI: DMAR 0x00000000435FA000 000088 (v02 INTEL  EDK2     00000002      01000013)
abr 17 17:16:52 archlinux kernel: ACPI: SSDT 0x00000000435F9000 0009F9 (v02 INTEL  xh_tudd4 00000000 INTL 20191018)
abr 17 17:16:52 archlinux kernel: ACPI: SSDT 0x00000000435F8000 000144 (v02 Intel  ADebTabl 00001000 INTL 20191018)
abr 17 17:16:52 archlinux kernel: ACPI: BGRT 0x00000000435F7000 000038 (v01 SECCSD LH43STAR 01072009 AMI  00010013)
abr 17 17:16:52 archlinux kernel: ACPI: TPM2 0x00000000435F6000 00004C (v04 SECCSD LH43STAR 00000001 AMI  00000000)
abr 17 17:16:52 archlinux kernel: ACPI: PTDT 0x00000000435F5000 000D44 (v00 SECCSD LH43STAR 00000005 MSFT 0100000D)
abr 17 17:16:52 archlinux kernel: ACPI: WSMT 0x0000000043601000 000028 (v01 SECCSD LH43STAR 01072009 AMI  00010013)
abr 17 17:16:52 archlinux kernel: ACPI: FPDT 0x00000000435F4000 000044 (v01 SECCSD A M I    01072009 AMI  01000013)
abr 17 17:16:52 archlinux kernel: ACPI: Reserving FACP table memory at [mem 0x4367a000-0x4367a113]
abr 17 17:16:52 archlinux kernel: ACPI: Reserving DSDT table memory at [mem 0x43626000-0x43679d2f]
abr 17 17:16:52 archlinux kernel: ACPI: Reserving FACS table memory at [mem 0x43737000-0x4373703f]
abr 17 17:16:52 archlinux kernel: ACPI: Reserving MCFG table memory at [mem 0x4367e000-0x4367e03b]
abr 17 17:16:52 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x4367b000-0x4367d55c]
abr 17 17:16:52 archlinux kernel: ACPI: Reserving FIDT table memory at [mem 0x43625000-0x4362509b]
abr 17 17:16:52 archlinux kernel: ACPI: Reserving MSDM table memory at [mem 0x43624000-0x43624054]
abr 17 17:16:52 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x43620000-0x43623d0d]
abr 17 17:16:52 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x4361d000-0x4361fcc6]
abr 17 17:16:52 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x43619000-0x4361c34f]
abr 17 17:16:52 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x4360d000-0x436181b1]
abr 17 17:16:52 archlinux kernel: ACPI: Reserving HPET table memory at [mem 0x4360c000-0x4360c037]
abr 17 17:16:52 archlinux kernel: ACPI: Reserving APIC table memory at [mem 0x4360b000-0x4360b12b]
abr 17 17:16:52 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x43605000-0x4360ac76]
abr 17 17:16:52 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x43604000-0x43604e10]
abr 17 17:16:52 archlinux kernel: ACPI: Reserving NHLT table memory at [mem 0x43603000-0x4360302c]
abr 17 17:16:52 archlinux kernel: ACPI: Reserving LPIT table memory at [mem 0x43602000-0x436020cb]
abr 17 17:16:52 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x435fe000-0x4360071f]
abr 17 17:16:52 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x435fd000-0x435fd129]
abr 17 17:16:52 archlinux kernel: ACPI: Reserving DBGP table memory at [mem 0x435fc000-0x435fc033]
abr 17 17:16:52 archlinux kernel: ACPI: Reserving DBG2 table memory at [mem 0x435fb000-0x435fb053]
abr 17 17:16:52 archlinux kernel: ACPI: Reserving DMAR table memory at [mem 0x435fa000-0x435fa087]
abr 17 17:16:52 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x435f9000-0x435f99f8]
abr 17 17:16:52 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x435f8000-0x435f8143]
abr 17 17:16:52 archlinux kernel: ACPI: Reserving BGRT table memory at [mem 0x435f7000-0x435f7037]
abr 17 17:16:52 archlinux kernel: ACPI: Reserving TPM2 table memory at [mem 0x435f6000-0x435f604b]
abr 17 17:16:52 archlinux kernel: ACPI: Reserving PTDT table memory at [mem 0x435f5000-0x435f5d43]
abr 17 17:16:52 archlinux kernel: ACPI: Reserving WSMT table memory at [mem 0x43601000-0x43601027]
abr 17 17:16:52 archlinux kernel: ACPI: Reserving FPDT table memory at [mem 0x435f4000-0x435f4043]
abr 17 17:16:52 archlinux kernel: No NUMA configuration found
abr 17 17:16:52 archlinux kernel: Faking a node at [mem 0x0000000000000000-0x00000002b07fffff]
abr 17 17:16:52 archlinux kernel: NODE_DATA(0) allocated [mem 0x2b07fb000-0x2b07fffff]
abr 17 17:16:52 archlinux kernel: Zone ranges:
abr 17 17:16:52 archlinux kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
abr 17 17:16:52 archlinux kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
abr 17 17:16:52 archlinux kernel:   Normal   [mem 0x0000000100000000-0x00000002b07fffff]
abr 17 17:16:52 archlinux kernel:   Device   empty
abr 17 17:16:52 archlinux kernel: Movable zone start for each node
abr 17 17:16:52 archlinux kernel: Early memory node ranges
abr 17 17:16:52 archlinux kernel:   node   0: [mem 0x0000000000001000-0x000000000009efff]
abr 17 17:16:52 archlinux kernel:   node   0: [mem 0x0000000000100000-0x000000003dfc9fff]
abr 17 17:16:52 archlinux kernel:   node   0: [mem 0x000000003dfcb000-0x000000003e3bbfff]
abr 17 17:16:52 archlinux kernel:   node   0: [mem 0x00000000447ff000-0x00000000447fffff]
abr 17 17:16:52 archlinux kernel:   node   0: [mem 0x0000000100000000-0x00000002b07fffff]
abr 17 17:16:52 archlinux kernel: Initmem setup node 0 [mem 0x0000000000001000-0x00000002b07fffff]
abr 17 17:16:52 archlinux kernel: On node 0, zone DMA: 1 pages in unavailable ranges
abr 17 17:16:52 archlinux kernel: On node 0, zone DMA: 97 pages in unavailable ranges
abr 17 17:16:52 archlinux kernel: On node 0, zone DMA32: 1 pages in unavailable ranges
abr 17 17:16:52 archlinux kernel: On node 0, zone DMA32: 25667 pages in unavailable ranges
abr 17 17:16:52 archlinux kernel: On node 0, zone Normal: 14336 pages in unavailable ranges
abr 17 17:16:52 archlinux kernel: On node 0, zone Normal: 30720 pages in unavailable ranges
abr 17 17:16:52 archlinux kernel: Reserving Intel graphics memory at [mem 0x4d800000-0x4f7fffff]
abr 17 17:16:52 archlinux kernel: ACPI: PM-Timer IO Port: 0x1808
abr 17 17:16:52 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
abr 17 17:16:52 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
abr 17 17:16:52 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
abr 17 17:16:52 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
abr 17 17:16:52 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
abr 17 17:16:52 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
abr 17 17:16:52 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
abr 17 17:16:52 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
abr 17 17:16:52 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
abr 17 17:16:52 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
abr 17 17:16:52 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
abr 17 17:16:52 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
abr 17 17:16:52 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
abr 17 17:16:52 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
abr 17 17:16:52 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
abr 17 17:16:52 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
abr 17 17:16:52 archlinux kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
abr 17 17:16:52 archlinux kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
abr 17 17:16:52 archlinux kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
abr 17 17:16:52 archlinux kernel: ACPI: Using ACPI (MADT) for SMP configuration information
abr 17 17:16:52 archlinux kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
abr 17 17:16:52 archlinux kernel: e820: update [mem 0x39963000-0x3997dfff] usable ==> reserved
abr 17 17:16:52 archlinux kernel: TSC deadline timer available
abr 17 17:16:52 archlinux kernel: smpboot: Allowing 8 CPUs, 0 hotplug CPUs
abr 17 17:16:52 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
abr 17 17:16:52 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000fffff]
abr 17 17:16:52 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x39963000-0x3997dfff]
abr 17 17:16:52 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x3c11b000-0x3c11bfff]
abr 17 17:16:52 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x3dfca000-0x3dfcafff]
abr 17 17:16:52 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x3e3bc000-0x435b4fff]
abr 17 17:16:52 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x435b5000-0x43680fff]
abr 17 17:16:52 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x43681000-0x4373afff]
abr 17 17:16:52 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x4373b000-0x4473afff]
abr 17 17:16:52 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x4473b000-0x447fefff]
abr 17 17:16:52 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x44800000-0x4affffff]
abr 17 17:16:52 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x4b000000-0x4b2fffff]
abr 17 17:16:52 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x4b300000-0x4f7fffff]
abr 17 17:16:52 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x4f800000-0xfdffffff]
abr 17 17:16:52 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
abr 17 17:16:52 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
abr 17 17:16:52 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
abr 17 17:16:52 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
abr 17 17:16:52 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
abr 17 17:16:52 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed1ffff]
abr 17 17:16:52 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xfed7ffff]
abr 17 17:16:52 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfedfffff]
abr 17 17:16:52 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
abr 17 17:16:52 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xffffffff]
abr 17 17:16:52 archlinux kernel: [mem 0x4f800000-0xfdffffff] available for PCI devices
abr 17 17:16:52 archlinux kernel: Booting paravirtualized kernel on bare hardware
abr 17 17:16:52 archlinux kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
abr 17 17:16:52 archlinux kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
abr 17 17:16:52 archlinux kernel: percpu: Embedded 63 pages/cpu s221184 r8192 d28672 u262144
abr 17 17:16:52 archlinux kernel: pcpu-alloc: s221184 r8192 d28672 u262144 alloc=1*2097152
abr 17 17:16:52 archlinux kernel: pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
abr 17 17:16:52 archlinux kernel: Fallback order for Node 0: 0 
abr 17 17:16:52 archlinux kernel: Built 1 zonelists, mobility grouping on.  Total pages: 1994509
abr 17 17:16:52 archlinux kernel: Policy zone: Normal
abr 17 17:16:52 archlinux kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=75fb575c-2b60-4394-922a-447ef0188601 rw
abr 17 17:16:52 archlinux kernel: Unknown kernel command line parameters "BOOT_IMAGE=/vmlinuz-linux", will be passed to user space.
abr 17 17:16:52 archlinux kernel: random: crng init done
abr 17 17:16:52 archlinux kernel: Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
abr 17 17:16:52 archlinux kernel: Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
abr 17 17:16:52 archlinux kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
abr 17 17:16:52 archlinux kernel: software IO TLB: area num 8.
abr 17 17:16:52 archlinux kernel: Memory: 7728640K/8105320K available (16384K kernel code, 2097K rwdata, 12628K rodata, 3276K init, 4100K bss, 376420K reserved, 0K cma-reserved)
abr 17 17:16:52 archlinux kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
abr 17 17:16:52 archlinux kernel: ftrace: allocating 46876 entries in 184 pages
abr 17 17:16:52 archlinux kernel: ftrace: allocated 184 pages with 4 groups
abr 17 17:16:52 archlinux kernel: Dynamic Preempt: full
abr 17 17:16:52 archlinux kernel: rcu: Preemptible hierarchical RCU implementation.
abr 17 17:16:52 archlinux kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=8.
abr 17 17:16:52 archlinux kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
abr 17 17:16:52 archlinux kernel:         Trampoline variant of Tasks RCU enabled.
abr 17 17:16:52 archlinux kernel:         Rude variant of Tasks RCU enabled.
abr 17 17:16:52 archlinux kernel:         Tracing variant of Tasks RCU enabled.
abr 17 17:16:52 archlinux kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
abr 17 17:16:52 archlinux kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
abr 17 17:16:52 archlinux kernel: NR_IRQS: 20736, nr_irqs: 2048, preallocated irqs: 16
abr 17 17:16:52 archlinux kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
abr 17 17:16:52 archlinux kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
abr 17 17:16:52 archlinux kernel: Console: colour dummy device 80x25
abr 17 17:16:52 archlinux kernel: printk: console [tty0] enabled
abr 17 17:16:52 archlinux kernel: ACPI: Core revision 20221020
abr 17 17:16:52 archlinux kernel: hpet: HPET dysfunctional in PC10. Force disabled.
abr 17 17:16:52 archlinux kernel: APIC: Switch to symmetric I/O mode setup
abr 17 17:16:52 archlinux kernel: DMAR: Host address width 39
abr 17 17:16:52 archlinux kernel: DMAR: DRHD base: 0x000000fed90000 flags: 0x0
abr 17 17:16:52 archlinux kernel: DMAR: dmar0: reg_base_addr fed90000 ver 4:0 cap 1c0000c40660462 ecap 69e2ff0505e
abr 17 17:16:52 archlinux kernel: DMAR: DRHD base: 0x000000fed91000 flags: 0x1
abr 17 17:16:52 archlinux kernel: DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
abr 17 17:16:52 archlinux kernel: DMAR: RMRR base: 0x0000004d000000 end: 0x0000004f7fffff
abr 17 17:16:52 archlinux kernel: DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
abr 17 17:16:52 archlinux kernel: DMAR-IR: HPET id 0 under DRHD base 0xfed91000
abr 17 17:16:52 archlinux kernel: DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
abr 17 17:16:52 archlinux kernel: DMAR-IR: Enabled IRQ remapping in x2apic mode
abr 17 17:16:52 archlinux kernel: x2apic enabled
abr 17 17:16:52 archlinux kernel: Switched APIC routing to cluster x2apic.
abr 17 17:16:52 archlinux kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x22df1149949, max_idle_ns: 440795312789 ns
abr 17 17:16:52 archlinux kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 4840.00 BogoMIPS (lpj=8064000)
abr 17 17:16:52 archlinux kernel: pid_max: default: 32768 minimum: 301
abr 17 17:16:52 archlinux kernel: LSM: initializing lsm=capability,landlock,lockdown,yama,integrity,bpf
abr 17 17:16:52 archlinux kernel: landlock: Up and running.
abr 17 17:16:52 archlinux kernel: Yama: becoming mindful.
abr 17 17:16:52 archlinux kernel: LSM support for eBPF active
abr 17 17:16:52 archlinux kernel: Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
abr 17 17:16:52 archlinux kernel: Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
abr 17 17:16:52 archlinux kernel: CPU0: Thermal monitoring enabled (TM1)
abr 17 17:16:52 archlinux kernel: x86/cpu: User Mode Instruction Prevention (UMIP) activated
abr 17 17:16:52 archlinux kernel: process: using mwait in idle threads
abr 17 17:16:52 archlinux kernel: CET detected: Indirect Branch Tracking enabled
abr 17 17:16:52 archlinux kernel: Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
abr 17 17:16:52 archlinux kernel: Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
abr 17 17:16:52 archlinux kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
abr 17 17:16:52 archlinux kernel: Spectre V2 : Mitigation: Enhanced IBRS
abr 17 17:16:52 archlinux kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
abr 17 17:16:52 archlinux kernel: Spectre V2 : Spectre v2 / PBRSB-eIBRS: Retire a single CALL on VMEXIT
abr 17 17:16:52 archlinux kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
abr 17 17:16:52 archlinux kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
abr 17 17:16:52 archlinux kernel: Freeing SMP alternatives memory: 40K
abr 17 17:16:52 archlinux kernel: smpboot: CPU0: 11th Gen Intel(R) Core(TM) i5-1135G7 @ 2.40GHz (family: 0x6, model: 0x8c, stepping: 0x1)
abr 17 17:16:52 archlinux kernel: cblist_init_generic: Setting adjustable number of callback queues.
abr 17 17:16:52 archlinux kernel: cblist_init_generic: Setting shift to 3 and lim to 1.
abr 17 17:16:52 archlinux kernel: cblist_init_generic: Setting shift to 3 and lim to 1.
abr 17 17:16:52 archlinux kernel: cblist_init_generic: Setting shift to 3 and lim to 1.
abr 17 17:16:52 archlinux kernel: Performance Events: PEBS fmt4+-baseline,  AnyThread deprecated, Icelake events, 32-deep LBR, full-width counters, Intel PMU driver.
abr 17 17:16:52 archlinux kernel: ... version:                5
abr 17 17:16:52 archlinux kernel: ... bit width:              48
abr 17 17:16:52 archlinux kernel: ... generic registers:      8
abr 17 17:16:52 archlinux kernel: ... value mask:             0000ffffffffffff
abr 17 17:16:52 archlinux kernel: ... max period:             00007fffffffffff
abr 17 17:16:52 archlinux kernel: ... fixed-purpose events:   4
abr 17 17:16:52 archlinux kernel: ... event mask:             0001000f000000ff
abr 17 17:16:52 archlinux kernel: Estimated ratio of average max frequency by base frequency (times 1024): 1621
abr 17 17:16:52 archlinux kernel: rcu: Hierarchical SRCU implementation.
abr 17 17:16:52 archlinux kernel: rcu:         Max phase no-delay instances is 1000.
abr 17 17:16:52 archlinux kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
abr 17 17:16:52 archlinux kernel: smp: Bringing up secondary CPUs ...
abr 17 17:16:52 archlinux kernel: x86: Booting SMP configuration:
abr 17 17:16:52 archlinux kernel: .... node  #0, CPUs:      #1 #2 #3 #4 #5 #6 #7
abr 17 17:16:52 archlinux kernel: smp: Brought up 1 node, 8 CPUs
abr 17 17:16:52 archlinux kernel: smpboot: Max logical packages: 1
abr 17 17:16:52 archlinux kernel: smpboot: Total of 8 processors activated (38722.00 BogoMIPS)
abr 17 17:16:52 archlinux kernel: devtmpfs: initialized
abr 17 17:16:52 archlinux kernel: x86/mm: Memory block size: 128MB
abr 17 17:16:52 archlinux kernel: ACPI: PM: Registering ACPI NVS region [mem 0x43681000-0x4373afff] (761856 bytes)
abr 17 17:16:52 archlinux kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
abr 17 17:16:52 archlinux kernel: futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
abr 17 17:16:52 archlinux kernel: pinctrl core: initialized pinctrl subsystem
abr 17 17:16:52 archlinux kernel: PM: RTC time: 20:16:43, date: 2023-04-17
abr 17 17:16:52 archlinux kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
abr 17 17:16:52 archlinux kernel: DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
abr 17 17:16:52 archlinux kernel: DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
abr 17 17:16:52 archlinux kernel: DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
abr 17 17:16:52 archlinux kernel: audit: initializing netlink subsys (disabled)
abr 17 17:16:52 archlinux kernel: audit: type=2000 audit(1681762603.023:1): state=initialized audit_enabled=0 res=1
abr 17 17:16:52 archlinux kernel: thermal_sys: Registered thermal governor 'fair_share'
abr 17 17:16:52 archlinux kernel: thermal_sys: Registered thermal governor 'bang_bang'
abr 17 17:16:52 archlinux kernel: thermal_sys: Registered thermal governor 'step_wise'
abr 17 17:16:52 archlinux kernel: thermal_sys: Registered thermal governor 'user_space'
abr 17 17:16:52 archlinux kernel: thermal_sys: Registered thermal governor 'power_allocator'
abr 17 17:16:52 archlinux kernel: cpuidle: using governor ladder
abr 17 17:16:52 archlinux kernel: cpuidle: using governor menu
abr 17 17:16:52 archlinux kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
abr 17 17:16:52 archlinux kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xc0000000-0xcfffffff] (base 0xc0000000)
abr 17 17:16:52 archlinux kernel: PCI: not using MMCONFIG
abr 17 17:16:52 archlinux kernel: PCI: Using configuration type 1 for base access
abr 17 17:16:52 archlinux kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
abr 17 17:16:52 archlinux kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
abr 17 17:16:52 archlinux kernel: HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
abr 17 17:16:52 archlinux kernel: HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
abr 17 17:16:52 archlinux kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
abr 17 17:16:52 archlinux kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
abr 17 17:16:52 archlinux kernel: ACPI: Added _OSI(Module Device)
abr 17 17:16:52 archlinux kernel: ACPI: Added _OSI(Processor Device)
abr 17 17:16:52 archlinux kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
abr 17 17:16:52 archlinux kernel: ACPI: Added _OSI(Processor Aggregator Device)
abr 17 17:16:52 archlinux kernel: ACPI: 12 ACPI AML tables successfully acquired and loaded
abr 17 17:16:52 archlinux kernel: ACPI: Dynamic OEM Table Load:
abr 17 17:16:52 archlinux kernel: ACPI: SSDT 0xFFFF9A09014F9000 0001CB (v02 PmRef  Cpu0Psd  00003000 INTL 20191018)
abr 17 17:16:52 archlinux kernel: ACPI: \_SB_.PR00: _OSC native thermal LVT Acked
abr 17 17:16:52 archlinux kernel: ACPI: Dynamic OEM Table Load:
abr 17 17:16:52 archlinux kernel: ACPI: SSDT 0xFFFF9A090167B000 000394 (v02 PmRef  Cpu0Cst  00003001 INTL 20191018)
abr 17 17:16:52 archlinux kernel: ACPI: Dynamic OEM Table Load:
abr 17 17:16:52 archlinux kernel: ACPI: SSDT 0xFFFF9A090168F800 0005C3 (v02 PmRef  Cpu0Ist  00003000 INTL 20191018)
abr 17 17:16:52 archlinux kernel: ACPI: Dynamic OEM Table Load:
abr 17 17:16:52 archlinux kernel: ACPI: SSDT 0xFFFF9A0901679400 000266 (v02 PmRef  Cpu0Hwp  00003000 INTL 20191018)
abr 17 17:16:52 archlinux kernel: ACPI: Dynamic OEM Table Load:
abr 17 17:16:52 archlinux kernel: ACPI: SSDT 0xFFFF9A0901684000 0008E7 (v02 PmRef  ApIst    00003000 INTL 20191018)
abr 17 17:16:52 archlinux kernel: ACPI: Dynamic OEM Table Load:
abr 17 17:16:52 archlinux kernel: ACPI: SSDT 0xFFFF9A090168C000 00048A (v02 PmRef  ApHwp    00003000 INTL 20191018)
abr 17 17:16:52 archlinux kernel: ACPI: Dynamic OEM Table Load:
abr 17 17:16:52 archlinux kernel: ACPI: SSDT 0xFFFF9A090168B000 0004D4 (v02 PmRef  ApPsd    00003000 INTL 20191018)
abr 17 17:16:52 archlinux kernel: ACPI: Dynamic OEM Table Load:
abr 17 17:16:52 archlinux kernel: ACPI: SSDT 0xFFFF9A0901688000 00048A (v02 PmRef  ApCst    00003000 INTL 20191018)
abr 17 17:16:52 archlinux kernel: ACPI: EC: EC started
abr 17 17:16:52 archlinux kernel: ACPI: EC: interrupt blocked
abr 17 17:16:52 archlinux kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
abr 17 17:16:52 archlinux kernel: ACPI: \_SB_.PC00.LPCB.H_EC: Boot DSDT EC used to handle transactions
abr 17 17:16:52 archlinux kernel: ACPI: Interpreter enabled
abr 17 17:16:52 archlinux kernel: ACPI: PM: (supports S0 S3 S4 S5)
abr 17 17:16:52 archlinux kernel: ACPI: Using IOAPIC for interrupt routing
abr 17 17:16:52 archlinux kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xc0000000-0xcfffffff] (base 0xc0000000)
abr 17 17:16:52 archlinux kernel: PCI: MMCONFIG at [mem 0xc0000000-0xcfffffff] reserved as ACPI motherboard resource
abr 17 17:16:52 archlinux kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
abr 17 17:16:52 archlinux kernel: PCI: Using E820 reservations for host bridge windows
abr 17 17:16:52 archlinux kernel: ACPI: Enabled 8 GPEs in block 00 to 7F
abr 17 17:16:52 archlinux kernel: ACPI: \_SB_.PC00.RP04.PXP_: New power resource
abr 17 17:16:52 archlinux kernel: ACPI: \_SB_.PC00.RP05.PXP_: New power resource
abr 17 17:16:52 archlinux kernel: ACPI: \_SB_.PC00.RP08.PXP_: New power resource
abr 17 17:16:52 archlinux kernel: ACPI: \_SB_.PC00.XHCI.RHUB.HS10.BTRT: New power resource
abr 17 17:16:52 archlinux kernel: ACPI: \_SB_.PC00.PAUD: New power resource
abr 17 17:16:52 archlinux kernel: ACPI: \_SB_.PC00.SAT0.VOL0.V0PR: New power resource
abr 17 17:16:52 archlinux kernel: ACPI: \_SB_.PC00.SAT0.VOL1.V1PR: New power resource
abr 17 17:16:52 archlinux kernel: ACPI: \_SB_.PC00.SAT0.VOL2.V2PR: New power resource
abr 17 17:16:52 archlinux kernel: ACPI: \_SB_.PC00.I2C0.PXTC: New power resource
abr 17 17:16:52 archlinux kernel: ACPI: \_SB_.PC00.I2C0.PTPL: New power resource
abr 17 17:16:52 archlinux kernel: ACPI: \_SB_.PC00.I2C1.PXTC: New power resource
abr 17 17:16:52 archlinux kernel: ACPI: \_SB_.PC00.I2C2.PXTC: New power resource
abr 17 17:16:52 archlinux kernel: ACPI: \_SB_.PC00.CNVW.WRST: New power resource
abr 17 17:16:52 archlinux kernel: ACPI: \_SB_.PC00.TBT0: New power resource
abr 17 17:16:52 archlinux kernel: ACPI: \_SB_.PC00.TBT1: New power resource
abr 17 17:16:52 archlinux kernel: ACPI: \_SB_.PC00.D3C_: New power resource
abr 17 17:16:52 archlinux kernel: ACPI: \_TZ_.FN00: New power resource
abr 17 17:16:52 archlinux kernel: ACPI: \_TZ_.FN01: New power resource
abr 17 17:16:52 archlinux kernel: ACPI: \_TZ_.FN02: New power resource
abr 17 17:16:52 archlinux kernel: ACPI: \_TZ_.FN03: New power resource
abr 17 17:16:52 archlinux kernel: ACPI: \_TZ_.FN04: New power resource
abr 17 17:16:52 archlinux kernel: ACPI: \PIN_: New power resource
abr 17 17:16:52 archlinux kernel: ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-fe])
abr 17 17:16:52 archlinux kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
abr 17 17:16:52 archlinux kernel: acpi PNP0A08:00: _OSC: platform does not support [AER]
abr 17 17:16:52 archlinux kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability LTR DPC]
abr 17 17:16:52 archlinux kernel: PCI host bridge to bus 0000:00
abr 17 17:16:52 archlinux kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
abr 17 17:16:52 archlinux kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
abr 17 17:16:52 archlinux kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
abr 17 17:16:52 archlinux kernel: pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000fffff window]
abr 17 17:16:52 archlinux kernel: pci_bus 0000:00: root bus resource [mem 0x4f800000-0xbfffffff window]
abr 17 17:16:52 archlinux kernel: pci_bus 0000:00: root bus resource [mem 0x4000000000-0x7fffffffff window]
abr 17 17:16:52 archlinux kernel: pci_bus 0000:00: root bus resource [bus 00-fe]
abr 17 17:16:52 archlinux kernel: pci 0000:00:00.0: [8086:9a14] type 00 class 0x060000
abr 17 17:16:52 archlinux kernel: pci 0000:00:02.0: [8086:9a49] type 00 class 0x030000
abr 17 17:16:52 archlinux kernel: pci 0000:00:02.0: reg 0x10: [mem 0x6000000000-0x6000ffffff 64bit]
abr 17 17:16:52 archlinux kernel: pci 0000:00:02.0: reg 0x18: [mem 0x4000000000-0x400fffffff 64bit pref]
abr 17 17:16:52 archlinux kernel: pci 0000:00:02.0: reg 0x20: [io  0x4000-0x403f]
abr 17 17:16:52 archlinux kernel: pci 0000:00:02.0: BAR 2: assigned to efifb
abr 17 17:16:52 archlinux kernel: pci 0000:00:02.0: DMAR: Skip IOMMU disabling for graphics
abr 17 17:16:52 archlinux kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
abr 17 17:16:52 archlinux kernel: pci 0000:00:02.0: reg 0x344: [mem 0x00000000-0x00ffffff 64bit]
abr 17 17:16:52 archlinux kernel: pci 0000:00:02.0: VF(n) BAR0 space: [mem 0x00000000-0x06ffffff 64bit] (contains BAR0 for 7 VFs)
abr 17 17:16:52 archlinux kernel: pci 0000:00:02.0: reg 0x34c: [mem 0x00000000-0x1fffffff 64bit pref]
abr 17 17:16:52 archlinux kernel: pci 0000:00:02.0: VF(n) BAR2 space: [mem 0x00000000-0xdfffffff 64bit pref] (contains BAR2 for 7 VFs)
abr 17 17:16:52 archlinux kernel: pci 0000:00:04.0: [8086:9a03] type 00 class 0x118000
abr 17 17:16:52 archlinux kernel: pci 0000:00:04.0: reg 0x10: [mem 0x6001100000-0x600111ffff 64bit]
abr 17 17:16:52 archlinux kernel: pci 0000:00:08.0: [8086:9a11] type 00 class 0x088000
abr 17 17:16:52 archlinux kernel: pci 0000:00:08.0: reg 0x10: [mem 0x6001150000-0x6001150fff 64bit]
abr 17 17:16:52 archlinux kernel: pci 0000:00:0d.0: [8086:9a13] type 00 class 0x0c0330
abr 17 17:16:52 archlinux kernel: pci 0000:00:0d.0: reg 0x10: [mem 0x6001130000-0x600113ffff 64bit]
abr 17 17:16:52 archlinux kernel: pci 0000:00:0d.0: PME# supported from D3hot D3cold
abr 17 17:16:52 archlinux kernel: pci 0000:00:14.0: [8086:a0ed] type 00 class 0x0c0330
abr 17 17:16:52 archlinux kernel: pci 0000:00:14.0: reg 0x10: [mem 0x6001120000-0x600112ffff 64bit]
abr 17 17:16:52 archlinux kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
abr 17 17:16:52 archlinux kernel: pci 0000:00:14.2: [8086:a0ef] type 00 class 0x050000
abr 17 17:16:52 archlinux kernel: pci 0000:00:14.2: reg 0x10: [mem 0x6001148000-0x600114bfff 64bit]
abr 17 17:16:52 archlinux kernel: pci 0000:00:14.2: reg 0x18: [mem 0x600114f000-0x600114ffff 64bit]
abr 17 17:16:52 archlinux kernel: pci 0000:00:14.3: [8086:a0f0] type 00 class 0x028000
abr 17 17:16:52 archlinux kernel: pci 0000:00:14.3: reg 0x10: [mem 0x6001144000-0x6001147fff 64bit]
abr 17 17:16:52 archlinux kernel: pci 0000:00:14.3: PME# supported from D0 D3hot D3cold
abr 17 17:16:52 archlinux kernel: pci 0000:00:15.0: [8086:a0e8] type 00 class 0x0c8000
abr 17 17:16:52 archlinux kernel: pci 0000:00:15.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
abr 17 17:16:52 archlinux kernel: pci 0000:00:16.0: [8086:a0e0] type 00 class 0x078000
abr 17 17:16:52 archlinux kernel: pci 0000:00:16.0: reg 0x10: [mem 0x600114d000-0x600114dfff 64bit]
abr 17 17:16:52 archlinux kernel: pci 0000:00:16.0: PME# supported from D3hot
abr 17 17:16:52 archlinux kernel: pci 0000:00:17.0: [8086:a0d3] type 00 class 0x010601
abr 17 17:16:52 archlinux kernel: pci 0000:00:17.0: reg 0x10: [mem 0x4fb00000-0x4fb01fff]
abr 17 17:16:52 archlinux kernel: pci 0000:00:17.0: reg 0x14: [mem 0x4fb03000-0x4fb030ff]
abr 17 17:16:52 archlinux kernel: pci 0000:00:17.0: reg 0x18: [io  0x4090-0x4097]
abr 17 17:16:52 archlinux kernel: pci 0000:00:17.0: reg 0x1c: [io  0x4080-0x4083]
abr 17 17:16:52 archlinux kernel: pci 0000:00:17.0: reg 0x20: [io  0x4060-0x407f]
abr 17 17:16:52 archlinux kernel: pci 0000:00:17.0: reg 0x24: [mem 0x4fb02000-0x4fb027ff]
abr 17 17:16:52 archlinux kernel: pci 0000:00:17.0: PME# supported from D3hot
abr 17 17:16:52 archlinux kernel: pci 0000:00:1c.0: [8086:a0bc] type 01 class 0x060400
abr 17 17:16:52 archlinux kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
abr 17 17:16:52 archlinux kernel: pci 0000:00:1c.0: PTM enabled (root), 4ns granularity
abr 17 17:16:52 archlinux kernel: pci 0000:00:1d.0: [8086:a0b0] type 01 class 0x060400
abr 17 17:16:52 archlinux kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
abr 17 17:16:52 archlinux kernel: pci 0000:00:1d.0: PTM enabled (root), 4ns granularity
abr 17 17:16:52 archlinux kernel: pci 0000:00:1d.1: [8086:a0b1] type 01 class 0x060400
abr 17 17:16:52 archlinux kernel: pci 0000:00:1d.1: PME# supported from D0 D3hot D3cold
abr 17 17:16:52 archlinux kernel: pci 0000:00:1d.1: PTM enabled (root), 4ns granularity
abr 17 17:16:52 archlinux kernel: pci 0000:00:1f.0: [8086:a082] type 00 class 0x060100
abr 17 17:16:52 archlinux kernel: pci 0000:00:1f.3: [8086:a0c8] type 00 class 0x040380
abr 17 17:16:52 archlinux kernel: pci 0000:00:1f.3: reg 0x10: [mem 0x6001140000-0x6001143fff 64bit]
abr 17 17:16:52 archlinux kernel: pci 0000:00:1f.3: reg 0x20: [mem 0x6001000000-0x60010fffff 64bit]
abr 17 17:16:52 archlinux kernel: pci 0000:00:1f.3: PME# supported from D3hot D3cold
abr 17 17:16:52 archlinux kernel: pci 0000:00:1f.4: [8086:a0a3] type 00 class 0x0c0500
abr 17 17:16:52 archlinux kernel: pci 0000:00:1f.4: reg 0x10: [mem 0x600114c000-0x600114c0ff 64bit]
abr 17 17:16:52 archlinux kernel: pci 0000:00:1f.4: reg 0x20: [io  0xefa0-0xefbf]
abr 17 17:16:52 archlinux kernel: pci 0000:00:1f.5: [8086:a0a4] type 00 class 0x0c8000
abr 17 17:16:52 archlinux kernel: pci 0000:00:1f.5: reg 0x10: [mem 0xfe010000-0xfe010fff]
abr 17 17:16:52 archlinux kernel: pci 0000:01:00.0: [144d:a809] type 00 class 0x010802
abr 17 17:16:52 archlinux kernel: pci 0000:01:00.0: reg 0x10: [mem 0x4fa00000-0x4fa03fff 64bit]
abr 17 17:16:52 archlinux kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
abr 17 17:16:52 archlinux kernel: pci 0000:00:1c.0:   bridge window [mem 0x4fa00000-0x4fafffff]
abr 17 17:16:52 archlinux kernel: pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000
abr 17 17:16:52 archlinux kernel: pci 0000:02:00.0: reg 0x10: [io  0x3000-0x30ff]
abr 17 17:16:52 archlinux kernel: pci 0000:02:00.0: reg 0x18: [mem 0x4f904000-0x4f904fff 64bit]
abr 17 17:16:52 archlinux kernel: pci 0000:02:00.0: reg 0x20: [mem 0x4f900000-0x4f903fff 64bit]
abr 17 17:16:52 archlinux kernel: pci 0000:02:00.0: supports D1 D2
abr 17 17:16:52 archlinux kernel: pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
abr 17 17:16:52 archlinux kernel: pci 0000:00:1d.0: PCI bridge to [bus 02]
abr 17 17:16:52 archlinux kernel: pci 0000:00:1d.0:   bridge window [io  0x3000-0x3fff]
abr 17 17:16:52 archlinux kernel: pci 0000:00:1d.0:   bridge window [mem 0x4f900000-0x4f9fffff]
abr 17 17:16:52 archlinux kernel: pci 0000:03:00.0: [1217:8621] type 00 class 0x080501
abr 17 17:16:52 archlinux kernel: pci 0000:03:00.0: reg 0x10: [mem 0x4f801000-0x4f801fff]
abr 17 17:16:52 archlinux kernel: pci 0000:03:00.0: reg 0x14: [mem 0x4f800000-0x4f8007ff]
abr 17 17:16:52 archlinux kernel: pci 0000:03:00.0: PME# supported from D3hot D3cold
abr 17 17:16:52 archlinux kernel: pci 0000:00:1d.1: PCI bridge to [bus 03]
abr 17 17:16:52 archlinux kernel: pci 0000:00:1d.1:   bridge window [mem 0x4f800000-0x4f8fffff]
abr 17 17:16:52 archlinux kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 0
abr 17 17:16:52 archlinux kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 1
abr 17 17:16:52 archlinux kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 0
abr 17 17:16:52 archlinux kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 0
abr 17 17:16:52 archlinux kernel: ACPI: PCI: Interrupt link LNKE configured for IRQ 0
abr 17 17:16:52 archlinux kernel: ACPI: PCI: Interrupt link LNKF configured for IRQ 0
abr 17 17:16:52 archlinux kernel: ACPI: PCI: Interrupt link LNKG configured for IRQ 0
abr 17 17:16:52 archlinux kernel: ACPI: PCI: Interrupt link LNKH configured for IRQ 0
abr 17 17:16:52 archlinux kernel: Low-power S0 idle used by default for system suspend
abr 17 17:16:52 archlinux kernel: ACPI: EC: interrupt unblocked
abr 17 17:16:52 archlinux kernel: ACPI: EC: event unblocked
abr 17 17:16:52 archlinux kernel: ACPI: EC: 0 stale EC events cleared
abr 17 17:16:52 archlinux kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
abr 17 17:16:52 archlinux kernel: ACPI: EC: GPE=0x6e
abr 17 17:16:52 archlinux kernel: ACPI: \_SB_.PC00.LPCB.H_EC: Boot DSDT EC initialization complete
abr 17 17:16:52 archlinux kernel: ACPI: \_SB_.PC00.LPCB.H_EC: EC: Used to handle transactions and events
abr 17 17:16:52 archlinux kernel: iommu: Default domain type: Translated 
abr 17 17:16:52 archlinux kernel: iommu: DMA domain TLB invalidation policy: lazy mode 
abr 17 17:16:52 archlinux kernel: SCSI subsystem initialized
abr 17 17:16:52 archlinux kernel: libata version 3.00 loaded.
abr 17 17:16:52 archlinux kernel: ACPI: bus type USB registered
abr 17 17:16:52 archlinux kernel: usbcore: registered new interface driver usbfs
abr 17 17:16:52 archlinux kernel: usbcore: registered new interface driver hub
abr 17 17:16:52 archlinux kernel: usbcore: registered new device driver usb
abr 17 17:16:52 archlinux kernel: pps_core: LinuxPPS API ver. 1 registered
abr 17 17:16:52 archlinux kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
abr 17 17:16:52 archlinux kernel: PTP clock support registered
abr 17 17:16:52 archlinux kernel: EDAC MC: Ver: 3.0.0
abr 17 17:16:52 archlinux kernel: Registered efivars operations
abr 17 17:16:52 archlinux kernel: NetLabel: Initializing
abr 17 17:16:52 archlinux kernel: NetLabel:  domain hash size = 128
abr 17 17:16:52 archlinux kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
abr 17 17:16:52 archlinux kernel: NetLabel:  unlabeled traffic allowed by default
abr 17 17:16:52 archlinux kernel: mctp: management component transport protocol core
abr 17 17:16:52 archlinux kernel: NET: Registered PF_MCTP protocol family
abr 17 17:16:52 archlinux kernel: PCI: Using ACPI for IRQ routing
abr 17 17:16:52 archlinux kernel: PCI: pci_cache_line_size set to 64 bytes
abr 17 17:16:52 archlinux kernel: pci 0000:00:1f.5: can't claim BAR 0 [mem 0xfe010000-0xfe010fff]: no compatible bridge window
abr 17 17:16:52 archlinux kernel: e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
abr 17 17:16:52 archlinux kernel: e820: reserve RAM buffer [mem 0x39963000-0x3bffffff]
abr 17 17:16:52 archlinux kernel: e820: reserve RAM buffer [mem 0x3c11b000-0x3fffffff]
abr 17 17:16:52 archlinux kernel: e820: reserve RAM buffer [mem 0x3dfca000-0x3fffffff]
abr 17 17:16:52 archlinux kernel: e820: reserve RAM buffer [mem 0x3e3bc000-0x3fffffff]
abr 17 17:16:52 archlinux kernel: e820: reserve RAM buffer [mem 0x44800000-0x47ffffff]
abr 17 17:16:52 archlinux kernel: e820: reserve RAM buffer [mem 0x2b0800000-0x2b3ffffff]
abr 17 17:16:52 archlinux kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device
abr 17 17:16:52 archlinux kernel: pci 0000:00:02.0: vgaarb: bridge control possible
abr 17 17:16:52 archlinux kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
abr 17 17:16:52 archlinux kernel: vgaarb: loaded
abr 17 17:16:52 archlinux kernel: clocksource: Switched to clocksource tsc-early
abr 17 17:16:52 archlinux kernel: VFS: Disk quotas dquot_6.6.0
abr 17 17:16:52 archlinux kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
abr 17 17:16:52 archlinux kernel: pnp: PnP ACPI init
abr 17 17:16:52 archlinux kernel: system 00:00: [io  0x0680-0x069f] has been reserved
abr 17 17:16:52 archlinux kernel: system 00:00: [io  0x164e-0x164f] has been reserved
abr 17 17:16:52 archlinux kernel: system 00:01: [io  0x1854-0x1857] has been reserved
abr 17 17:16:52 archlinux kernel: pnp 00:03: disabling [mem 0xc0000000-0xcfffffff] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
abr 17 17:16:52 archlinux kernel: system 00:03: [mem 0xfedc0000-0xfedc7fff] has been reserved
abr 17 17:16:52 archlinux kernel: system 00:03: [mem 0xfeda0000-0xfeda0fff] has been reserved
abr 17 17:16:52 archlinux kernel: system 00:03: [mem 0xfeda1000-0xfeda1fff] has been reserved
abr 17 17:16:52 archlinux kernel: system 00:03: [mem 0xfed20000-0xfed7ffff] could not be reserved
abr 17 17:16:52 archlinux kernel: system 00:03: [mem 0xfed90000-0xfed93fff] could not be reserved
abr 17 17:16:52 archlinux kernel: system 00:03: [mem 0xfed45000-0xfed8ffff] could not be reserved
abr 17 17:16:52 archlinux kernel: system 00:03: [mem 0xfee00000-0xfeefffff] could not be reserved
abr 17 17:16:52 archlinux kernel: system 00:04: [mem 0xfe400700-0xfe4007ff] has been reserved
abr 17 17:16:52 archlinux kernel: system 00:05: [io  0x1800-0x18fe] could not be reserved
abr 17 17:16:52 archlinux kernel: system 00:05: [mem 0xfe000000-0xfe01ffff] could not be reserved
abr 17 17:16:52 archlinux kernel: system 00:05: [mem 0xfe04c000-0xfe04ffff] has been reserved
abr 17 17:16:52 archlinux kernel: system 00:05: [mem 0xfe050000-0xfe0affff] has been reserved
abr 17 17:16:52 archlinux kernel: system 00:05: [mem 0xfe0d0000-0xfe0fffff] has been reserved
abr 17 17:16:52 archlinux kernel: system 00:05: [mem 0xfe200000-0xfe7fffff] could not be reserved
abr 17 17:16:52 archlinux kernel: system 00:05: [mem 0xff000000-0xffffffff] has been reserved
abr 17 17:16:52 archlinux kernel: system 00:05: [mem 0xfd000000-0xfd68ffff] has been reserved
abr 17 17:16:52 archlinux kernel: system 00:05: [mem 0xfd6b0000-0xfd6cffff] has been reserved
abr 17 17:16:52 archlinux kernel: system 00:05: [mem 0xfd6f0000-0xfdffffff] has been reserved
abr 17 17:16:52 archlinux kernel: system 00:06: [io  0x2000-0x20fe] has been reserved
abr 17 17:16:52 archlinux kernel: pnp: PnP ACPI: found 8 devices
abr 17 17:16:52 archlinux kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
abr 17 17:16:52 archlinux kernel: NET: Registered PF_INET protocol family
abr 17 17:16:52 archlinux kernel: IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear)
abr 17 17:16:52 archlinux kernel: tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
abr 17 17:16:52 archlinux kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
abr 17 17:16:52 archlinux kernel: TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
abr 17 17:16:52 archlinux kernel: TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
abr 17 17:16:52 archlinux kernel: TCP: Hash tables configured (established 65536 bind 65536)
abr 17 17:16:52 archlinux kernel: MPTCP token hash table entries: 8192 (order: 5, 196608 bytes, linear)
abr 17 17:16:52 archlinux kernel: UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
abr 17 17:16:52 archlinux kernel: UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
abr 17 17:16:52 archlinux kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
abr 17 17:16:52 archlinux kernel: NET: Registered PF_XDP protocol family
abr 17 17:16:52 archlinux kernel: pci 0000:00:02.0: BAR 9: assigned [mem 0x4020000000-0x40ffffffff 64bit pref]
abr 17 17:16:52 archlinux kernel: pci 0000:00:02.0: BAR 7: assigned [mem 0x4010000000-0x4016ffffff 64bit]
abr 17 17:16:52 archlinux kernel: pci 0000:00:15.0: BAR 0: assigned [mem 0x4017000000-0x4017000fff 64bit]
abr 17 17:16:52 archlinux kernel: resource: avoiding allocation from e820 entry [mem 0x0009f000-0x000fffff]
abr 17 17:16:52 archlinux kernel: resource: avoiding allocation from e820 entry [mem 0x0009f000-0x000fffff]
abr 17 17:16:52 archlinux kernel: pci 0000:00:1f.5: BAR 0: assigned [mem 0x4fb04000-0x4fb04fff]
abr 17 17:16:52 archlinux kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
abr 17 17:16:52 archlinux kernel: pci 0000:00:1c.0:   bridge window [mem 0x4fa00000-0x4fafffff]
abr 17 17:16:52 archlinux kernel: pci 0000:00:1d.0: PCI bridge to [bus 02]
abr 17 17:16:52 archlinux kernel: pci 0000:00:1d.0:   bridge window [io  0x3000-0x3fff]
abr 17 17:16:52 archlinux kernel: pci 0000:00:1d.0:   bridge window [mem 0x4f900000-0x4f9fffff]
abr 17 17:16:52 archlinux kernel: pci 0000:00:1d.1: PCI bridge to [bus 03]
abr 17 17:16:52 archlinux kernel: pci 0000:00:1d.1:   bridge window [mem 0x4f800000-0x4f8fffff]
abr 17 17:16:52 archlinux kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
abr 17 17:16:52 archlinux kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
abr 17 17:16:52 archlinux kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
abr 17 17:16:52 archlinux kernel: pci_bus 0000:00: resource 7 [mem 0x000e0000-0x000fffff window]
abr 17 17:16:52 archlinux kernel: pci_bus 0000:00: resource 8 [mem 0x4f800000-0xbfffffff window]
abr 17 17:16:52 archlinux kernel: pci_bus 0000:00: resource 9 [mem 0x4000000000-0x7fffffffff window]
abr 17 17:16:52 archlinux kernel: pci_bus 0000:01: resource 1 [mem 0x4fa00000-0x4fafffff]
abr 17 17:16:52 archlinux kernel: pci_bus 0000:02: resource 0 [io  0x3000-0x3fff]
abr 17 17:16:52 archlinux kernel: pci_bus 0000:02: resource 1 [mem 0x4f900000-0x4f9fffff]
abr 17 17:16:52 archlinux kernel: pci_bus 0000:03: resource 1 [mem 0x4f800000-0x4f8fffff]
abr 17 17:16:52 archlinux kernel: PCI: CLS 64 bytes, default 64
abr 17 17:16:52 archlinux kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
abr 17 17:16:52 archlinux kernel: software IO TLB: mapped [mem 0x0000000031751000-0x0000000035751000] (64MB)
abr 17 17:16:52 archlinux kernel: Trying to unpack rootfs image as initramfs...
abr 17 17:16:52 archlinux kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x22df1149949, max_idle_ns: 440795312789 ns
abr 17 17:16:52 archlinux kernel: clocksource: Switched to clocksource tsc
abr 17 17:16:52 archlinux kernel: platform rtc_cmos: registered platform RTC device (no PNP device found)
abr 17 17:16:52 archlinux kernel: Initialise system trusted keyrings
abr 17 17:16:52 archlinux kernel: Key type blacklist registered
abr 17 17:16:52 archlinux kernel: workingset: timestamp_bits=41 max_order=21 bucket_order=0
abr 17 17:16:52 archlinux kernel: zbud: loaded
abr 17 17:16:52 archlinux kernel: integrity: Platform Keyring initialized
abr 17 17:16:52 archlinux kernel: integrity: Machine keyring initialized
abr 17 17:16:52 archlinux kernel: Key type asymmetric registered
abr 17 17:16:52 archlinux kernel: Asymmetric key parser 'x509' registered
abr 17 17:16:52 archlinux kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
abr 17 17:16:52 archlinux kernel: io scheduler mq-deadline registered
abr 17 17:16:52 archlinux kernel: io scheduler kyber registered
abr 17 17:16:52 archlinux kernel: io scheduler bfq registered
abr 17 17:16:52 archlinux kernel: pcieport 0000:00:1c.0: PME: Signaling with IRQ 122
abr 17 17:16:52 archlinux kernel: pcieport 0000:00:1d.0: PME: Signaling with IRQ 123
abr 17 17:16:52 archlinux kernel: pcieport 0000:00:1d.1: PME: Signaling with IRQ 124
abr 17 17:16:52 archlinux kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
abr 17 17:16:52 archlinux kernel: Monitor-Mwait will be used to enter C-1 state
abr 17 17:16:52 archlinux kernel: Monitor-Mwait will be used to enter C-2 state
abr 17 17:16:52 archlinux kernel: Monitor-Mwait will be used to enter C-3 state
abr 17 17:16:52 archlinux kernel: ACPI: \_SB_.PR00: Found 3 idle states
abr 17 17:16:52 archlinux kernel: ACPI: AC: AC Adapter [ADP1] (on-line)
abr 17 17:16:52 archlinux kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
abr 17 17:16:52 archlinux kernel: ACPI: button: Lid Switch [LID0]
abr 17 17:16:52 archlinux kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
abr 17 17:16:52 archlinux kernel: ACPI: button: Power Button [PWRB]
abr 17 17:16:52 archlinux kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
abr 17 17:16:52 archlinux kernel: ACPI: button: Power Button [PWRF]
abr 17 17:16:52 archlinux kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.LPCB.HEC.ECAV], AE_NOT_FOUND (20221020/psargs-330)
abr 17 17:16:52 archlinux kernel: fbcon: Taking over console
abr 17 17:16:52 archlinux kernel: ACPI Error: Aborting method \_TZ.FNCL due to previous error (AE_NOT_FOUND) (20221020/psparse-529)
abr 17 17:16:52 archlinux kernel: ACPI Error: Aborting method \_TZ.FN04._ON due to previous error (AE_NOT_FOUND) (20221020/psparse-529)
abr 17 17:16:52 archlinux kernel: thermal LNXTHERM:00: registered as thermal_zone0
abr 17 17:16:52 archlinux kernel: ACPI: thermal: Thermal Zone [TZ00] (40 C)
abr 17 17:16:52 archlinux kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
abr 17 17:16:52 archlinux kernel: hpet_acpi_add: no address or irqs in _CRS
abr 17 17:16:52 archlinux kernel: Non-volatile memory driver v1.3
abr 17 17:16:52 archlinux kernel: Linux agpgart interface v0.103
abr 17 17:16:52 archlinux kernel: AMD-Vi: AMD IOMMUv2 functionality not available on this system - This is not a bug.
abr 17 17:16:52 archlinux kernel: ACPI: bus type drm_connector registered
abr 17 17:16:52 archlinux kernel: ahci 0000:00:17.0: version 3.0
abr 17 17:16:52 archlinux kernel: ahci 0000:00:17.0: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
abr 17 17:16:52 archlinux kernel: ahci 0000:00:17.0: flags: 64bit ncq sntf clo only pio slum part deso sadm sds 
abr 17 17:16:52 archlinux kernel: scsi host0: ahci
abr 17 17:16:52 archlinux kernel: ata1: SATA max UDMA/133 abar m2048@0x4fb02000 port 0x4fb02100 irq 125
abr 17 17:16:52 archlinux kernel: usbcore: registered new interface driver usbserial_generic
abr 17 17:16:52 archlinux kernel: usbserial: USB Serial support registered for generic
abr 17 17:16:52 archlinux kernel: rtc_cmos rtc_cmos: RTC can wake from S4
abr 17 17:16:52 archlinux kernel: rtc_cmos rtc_cmos: registered as rtc0
abr 17 17:16:52 archlinux kernel: rtc_cmos rtc_cmos: setting system clock to 2023-04-17T20:16:46 UTC (1681762606)
abr 17 17:16:52 archlinux kernel: rtc_cmos rtc_cmos: alarms up to one month, y3k, 114 bytes nvram
abr 17 17:16:52 archlinux kernel: intel_pstate: Intel P-state driver initializing
abr 17 17:16:52 archlinux kernel: intel_pstate: HWP enabled
abr 17 17:16:52 archlinux kernel: ledtrig-cpu: registered to indicate activity on CPUs
abr 17 17:16:52 archlinux kernel: efifb: probing for efifb
abr 17 17:16:52 archlinux kernel: efifb: framebuffer at 0x4000000000, using 8128k, total 8128k
abr 17 17:16:52 archlinux kernel: efifb: mode is 1920x1080x32, linelength=7680, pages=1
abr 17 17:16:52 archlinux kernel: efifb: scrolling: redraw
abr 17 17:16:52 archlinux kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
abr 17 17:16:52 archlinux kernel: Console: switching to colour frame buffer device 240x67
abr 17 17:16:52 archlinux kernel: fb0: EFI VGA frame buffer device
abr 17 17:16:52 archlinux kernel: hid: raw HID events driver (C) Jiri Kosina
abr 17 17:16:52 archlinux kernel: intel_pmc_core INT33A1:00:  initialized
abr 17 17:16:52 archlinux kernel: drop_monitor: Initializing network drop monitor service
abr 17 17:16:52 archlinux kernel: Initializing XFRM netlink socket
abr 17 17:16:52 archlinux kernel: NET: Registered PF_INET6 protocol family
abr 17 17:16:52 archlinux kernel: Freeing initrd memory: 20796K
abr 17 17:16:52 archlinux kernel: Segment Routing with IPv6
abr 17 17:16:52 archlinux kernel: RPL Segment Routing with IPv6
abr 17 17:16:52 archlinux kernel: In-situ OAM (IOAM) with IPv6
abr 17 17:16:52 archlinux kernel: NET: Registered PF_PACKET protocol family
abr 17 17:16:52 archlinux kernel: microcode: Microcode Update Driver: v2.2.
abr 17 17:16:52 archlinux kernel: resctrl: L2 allocation detected
abr 17 17:16:52 archlinux kernel: IPI shorthand broadcast: enabled
abr 17 17:16:52 archlinux kernel: sched_clock: Marking stable (3199338467, 7858966)->(3264570368, -57372935)
abr 17 17:16:52 archlinux kernel: registered taskstats version 1
abr 17 17:16:52 archlinux kernel: Loading compiled-in X.509 certificates
abr 17 17:16:52 archlinux kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 0f6f48e78029b5e8a77af611b7f9e34e7e2270b5'
abr 17 17:16:52 archlinux kernel: zswap: loaded using pool lz4/z3fold
abr 17 17:16:52 archlinux kernel: Key type .fscrypt registered
abr 17 17:16:52 archlinux kernel: Key type fscrypt-provisioning registered
abr 17 17:16:52 archlinux kernel: integrity: Loading X.509 certificate: UEFI:db
abr 17 17:16:52 archlinux kernel: integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
abr 17 17:16:52 archlinux kernel: integrity: Loading X.509 certificate: UEFI:db
abr 17 17:16:52 archlinux kernel: integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
abr 17 17:16:52 archlinux kernel: integrity: Loading X.509 certificate: UEFI:db
abr 17 17:16:52 archlinux kernel: integrity: Loaded X.509 cert ': 3d5bb49f5d3b7b9741b5cf19e3a82ced'
abr 17 17:16:52 archlinux kernel: PM:   Magic number: 3:108:296
abr 17 17:16:52 archlinux kernel: tty tty29: hash matches
abr 17 17:16:52 archlinux kernel: RAS: Correctable Errors collector initialized.
abr 17 17:16:52 archlinux kernel: ACPI: battery: Slot [BAT1] (battery present)
abr 17 17:16:52 archlinux kernel: ata1: SATA link down (SStatus 4 SControl 300)
abr 17 17:16:52 archlinux kernel: Freeing unused decrypted memory: 2036K
abr 17 17:16:52 archlinux kernel: Freeing unused kernel image (initmem) memory: 3276K
abr 17 17:16:52 archlinux kernel: Write protecting the kernel read-only data: 30720k
abr 17 17:16:52 archlinux kernel: Freeing unused kernel image (rodata/data gap) memory: 1708K
abr 17 17:16:52 archlinux kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
abr 17 17:16:52 archlinux kernel: rodata_test: all tests were successful
abr 17 17:16:52 archlinux kernel: Run /init as init process
abr 17 17:16:52 archlinux kernel:   with arguments:
abr 17 17:16:52 archlinux kernel:     /init
abr 17 17:16:52 archlinux kernel:   with environment:
abr 17 17:16:52 archlinux kernel:     HOME=/
abr 17 17:16:52 archlinux kernel:     TERM=linux
abr 17 17:16:52 archlinux kernel:     BOOT_IMAGE=/vmlinuz-linux
abr 17 17:16:52 archlinux kernel: Console: switching to colour dummy device 80x25
abr 17 17:16:52 archlinux kernel: i915 0000:00:02.0: vgaarb: deactivate vga console
abr 17 17:16:52 archlinux kernel: i915 0000:00:02.0: [drm] Using Transparent Hugepages
abr 17 17:16:52 archlinux kernel: i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
abr 17 17:16:52 archlinux kernel: i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/tgl_dmc_ver2_12.bin (v2.12)
abr 17 17:16:52 archlinux kernel: i915 0000:00:02.0: [drm] Protected Xe Path (PXP) protected content support initialized
abr 17 17:16:52 archlinux kernel: [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 0
abr 17 17:16:52 archlinux kernel: ACPI: video: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
abr 17 17:16:52 archlinux kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input3
abr 17 17:16:52 archlinux kernel: fbcon: i915drmfb (fb0) is primary device
abr 17 17:16:52 archlinux kernel: Console: switching to colour frame buffer device 240x67
abr 17 17:16:52 archlinux kernel: i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
abr 17 17:16:52 archlinux kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
abr 17 17:16:52 archlinux kernel: i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
abr 17 17:16:52 archlinux kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
abr 17 17:16:52 archlinux kernel: xhci_hcd 0000:00:0d.0: xHCI Host Controller
abr 17 17:16:52 archlinux kernel: xhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 1
abr 17 17:16:52 archlinux kernel: xhci_hcd 0000:00:0d.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000000200009810
abr 17 17:16:52 archlinux kernel: xhci_hcd 0000:00:0d.0: xHCI Host Controller
abr 17 17:16:52 archlinux kernel: xhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 2
abr 17 17:16:52 archlinux kernel: xhci_hcd 0000:00:0d.0: Host supports USB 3.1 Enhanced SuperSpeed
abr 17 17:16:52 archlinux kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.02
abr 17 17:16:52 archlinux kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
abr 17 17:16:52 archlinux kernel: usb usb1: Product: xHCI Host Controller
abr 17 17:16:52 archlinux kernel: usb usb1: Manufacturer: Linux 6.2.11-arch1-1 xhci-hcd
abr 17 17:16:52 archlinux kernel: usb usb1: SerialNumber: 0000:00:0d.0
abr 17 17:16:52 archlinux kernel: hub 1-0:1.0: USB hub found
abr 17 17:16:52 archlinux kernel: hub 1-0:1.0: 1 port detected
abr 17 17:16:52 archlinux kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.02
abr 17 17:16:52 archlinux kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
abr 17 17:16:52 archlinux kernel: usb usb2: Product: xHCI Host Controller
abr 17 17:16:52 archlinux kernel: usb usb2: Manufacturer: Linux 6.2.11-arch1-1 xhci-hcd
abr 17 17:16:52 archlinux kernel: usb usb2: SerialNumber: 0000:00:0d.0
abr 17 17:16:52 archlinux kernel: sdhci: Secure Digital Host Controller Interface driver
abr 17 17:16:52 archlinux kernel: sdhci: Copyright(c) Pierre Ossman
abr 17 17:16:52 archlinux kernel: hub 2-0:1.0: USB hub found
abr 17 17:16:52 archlinux kernel: hub 2-0:1.0: 4 ports detected
abr 17 17:16:52 archlinux kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
abr 17 17:16:52 archlinux kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
abr 17 17:16:52 archlinux kernel: xhci_hcd 0000:00:14.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000000200009810
abr 17 17:16:52 archlinux kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
abr 17 17:16:52 archlinux kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
abr 17 17:16:52 archlinux kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
abr 17 17:16:52 archlinux kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.02
abr 17 17:16:52 archlinux kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
abr 17 17:16:52 archlinux kernel: usb usb3: Product: xHCI Host Controller
abr 17 17:16:52 archlinux kernel: usb usb3: Manufacturer: Linux 6.2.11-arch1-1 xhci-hcd
abr 17 17:16:52 archlinux kernel: usb usb3: SerialNumber: 0000:00:14.0
abr 17 17:16:52 archlinux kernel: hub 3-0:1.0: USB hub found
abr 17 17:16:52 archlinux kernel: hub 3-0:1.0: 12 ports detected
abr 17 17:16:52 archlinux kernel: nvme 0000:01:00.0: platform quirk: setting simple suspend
abr 17 17:16:52 archlinux kernel: nvme nvme0: pci function 0000:01:00.0
abr 17 17:16:52 archlinux kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.02
abr 17 17:16:52 archlinux kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
abr 17 17:16:52 archlinux kernel: usb usb4: Product: xHCI Host Controller
abr 17 17:16:52 archlinux kernel: usb usb4: Manufacturer: Linux 6.2.11-arch1-1 xhci-hcd
abr 17 17:16:52 archlinux kernel: usb usb4: SerialNumber: 0000:00:14.0
abr 17 17:16:52 archlinux kernel: hub 4-0:1.0: USB hub found
abr 17 17:16:52 archlinux kernel: hub 4-0:1.0: 4 ports detected
abr 17 17:16:52 archlinux kernel: nvme nvme0: Shutdown timeout set to 8 seconds
abr 17 17:16:52 archlinux kernel: nvme nvme0: allocated 64 MiB host memory buffer.
abr 17 17:16:52 archlinux kernel: nvme nvme0: 8/0/0 default/read/poll queues
abr 17 17:16:52 archlinux kernel:  nvme0n1: p1 p2 p3 p4 p5 p6
abr 17 17:16:52 archlinux kernel: sdhci-pci 0000:03:00.0: SDHCI controller found [1217:8621] (rev 1)
abr 17 17:16:52 archlinux kernel: mmc0: SDHCI controller on PCI [0000:03:00.0] using ADMA
abr 17 17:16:52 archlinux kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
abr 17 17:16:52 archlinux kernel: usb 3-7: new high-speed USB device number 2 using xhci_hcd
abr 17 17:16:52 archlinux kernel: usb 3-7: New USB device found, idVendor=13d3, idProduct=5a24, bcdDevice=20.12
abr 17 17:16:52 archlinux kernel: usb 3-7: New USB device strings: Mfr=3, Product=1, SerialNumber=2
abr 17 17:16:52 archlinux kernel: usb 3-7: Product: VGA camera
abr 17 17:16:52 archlinux kernel: usb 3-7: Manufacturer: Azurewave
abr 17 17:16:52 archlinux kernel: usb 3-7: SerialNumber:  
abr 17 17:16:52 archlinux kernel: usb 4-1: new SuperSpeed USB device number 2 using xhci_hcd
abr 17 17:16:52 archlinux kernel: usb 4-1: New USB device found, idVendor=03f0, idProduct=6c40, bcdDevice= 1.10
abr 17 17:16:52 archlinux kernel: usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
abr 17 17:16:52 archlinux kernel: usb 4-1: Product: x795w
abr 17 17:16:52 archlinux kernel: usb 4-1: Manufacturer: HP
abr 17 17:16:52 archlinux kernel: usb 4-1: SerialNumber: 070C9423C4BE0321
abr 17 17:16:52 archlinux kernel: usb 3-10: new full-speed USB device number 3 using xhci_hcd
abr 17 17:16:52 archlinux kernel: usb 3-10: New USB device found, idVendor=8087, idProduct=0aaa, bcdDevice= 0.02
abr 17 17:16:52 archlinux kernel: usb 3-10: New USB device strings: Mfr=0, Product=0, SerialNumber=0
abr 17 17:16:52 archlinux kernel: usb-storage 4-1:1.0: USB Mass Storage device detected
abr 17 17:16:52 archlinux kernel: scsi host1: usb-storage 4-1:1.0
abr 17 17:16:52 archlinux kernel: usbcore: registered new interface driver usb-storage
abr 17 17:16:52 archlinux kernel: usbcore: registered new interface driver uas
abr 17 17:16:52 archlinux kernel: scsi 1:0:0:0: Direct-Access     hp       x795w            PMAP PQ: 0 ANSI: 6
abr 17 17:16:52 archlinux kernel: sd 1:0:0:0: [sda] 60555264 512-byte logical blocks: (31.0 GB/28.9 GiB)
abr 17 17:16:52 archlinux kernel: sd 1:0:0:0: [sda] Write Protect is off
abr 17 17:16:52 archlinux kernel: sd 1:0:0:0: [sda] Mode Sense: 45 00 00 00
abr 17 17:16:52 archlinux kernel: sd 1:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
abr 17 17:16:52 archlinux kernel:  sda: sda1 sda2
abr 17 17:16:52 archlinux kernel: sd 1:0:0:0: [sda] Attached SCSI removable disk
abr 17 17:16:52 archlinux kernel: EXT4-fs (sda2): mounted filesystem 75fb575c-2b60-4394-922a-447ef0188601 without journal. Quota mode: none.
abr 17 17:16:52 archlinux systemd[1]: systemd 253.3-3-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)
abr 17 17:16:52 archlinux systemd[1]: Detected architecture x86-64.
abr 17 17:16:52 archlinux systemd[1]: bpf-lsm: LSM BPF program attached
abr 17 17:16:52 archlinux systemd[1]: /etc/systemd/system/systemd-vconsole-setup.service:21: Unknown key name 'WantedBy' in section 'Service', ignoring.
abr 17 17:16:52 archlinux systemd[1]: Queued start job for default target Graphical Interface.
abr 17 17:16:52 archlinux systemd[1]: Created slice Slice /system/autogetty.
abr 17 17:16:52 archlinux systemd[1]: Created slice Slice /system/modprobe.
abr 17 17:16:52 archlinux systemd[1]: Created slice Slice /system/systemd-fsck.
abr 17 17:16:52 archlinux systemd[1]: Created slice User and Session Slice.
abr 17 17:16:52 archlinux systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
abr 17 17:16:52 archlinux systemd[1]: Started Forward Password Requests to Wall Directory Watch.
abr 17 17:16:52 archlinux systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
abr 17 17:16:52 archlinux systemd[1]: Reached target Local Encrypted Volumes.
abr 17 17:16:52 archlinux systemd[1]: Reached target Local Integrity Protected Volumes.
abr 17 17:16:52 archlinux systemd[1]: Reached target Path Units.
abr 17 17:16:52 archlinux systemd[1]: Reached target Slice Units.
abr 17 17:16:52 archlinux systemd[1]: Reached target Local Verity Protected Volumes.
abr 17 17:16:52 archlinux systemd[1]: Listening on Device-mapper event daemon FIFOs.
abr 17 17:16:52 archlinux systemd[1]: Listening on Process Core Dump Socket.
abr 17 17:16:52 archlinux systemd[1]: Listening on Journal Socket (/dev/log).
abr 17 17:16:52 archlinux systemd[1]: Listening on Journal Socket.
abr 17 17:16:52 archlinux systemd[1]: Listening on udev Control Socket.
abr 17 17:16:52 archlinux systemd[1]: Listening on udev Kernel Socket.
abr 17 17:16:52 archlinux systemd[1]: Mounting Huge Pages File System...
abr 17 17:16:52 archlinux systemd[1]: Mounting POSIX Message Queue File System...
abr 17 17:16:52 archlinux systemd[1]: Mounting Kernel Debug File System...
abr 17 17:16:52 archlinux systemd[1]: Mounting Kernel Trace File System...
abr 17 17:16:52 archlinux systemd[1]: Mounting Temporary Directory /tmp...
abr 17 17:16:52 archlinux systemd[1]: Starting Create List of Static Device Nodes...
abr 17 17:16:52 archlinux systemd[1]: Starting Load Kernel Module configfs...
abr 17 17:16:52 archlinux systemd[1]: Starting Load Kernel Module dm_mod...
abr 17 17:16:52 archlinux systemd[1]: Starting Load Kernel Module drm...
abr 17 17:16:52 archlinux systemd[1]: Starting Load Kernel Module fuse...
abr 17 17:16:52 archlinux systemd[1]: Starting Load Kernel Module loop...
abr 17 17:16:52 archlinux systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
abr 17 17:16:52 archlinux systemd[1]: Starting Journal Service...
abr 17 17:16:52 archlinux systemd[1]: Starting Load Kernel Modules...
abr 17 17:16:52 archlinux systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
abr 17 17:16:52 archlinux systemd[1]: Starting Remount Root and Kernel File Systems...
abr 17 17:16:52 archlinux systemd[1]: Starting Coldplug All udev Devices...
abr 17 17:16:52 archlinux kernel: loop: module loaded
abr 17 17:16:52 archlinux systemd[1]: Mounted Huge Pages File System.
abr 17 17:16:52 archlinux systemd[1]: Mounted POSIX Message Queue File System.
abr 17 17:16:52 archlinux systemd[1]: Mounted Kernel Debug File System.
abr 17 17:16:52 archlinux systemd[1]: Mounted Kernel Trace File System.
abr 17 17:16:52 archlinux systemd[1]: Mounted Temporary Directory /tmp.
abr 17 17:16:52 archlinux kernel: device-mapper: uevent: version 1.0.3
abr 17 17:16:52 archlinux kernel: device-mapper: ioctl: 4.47.0-ioctl (2022-07-28) initialised: dm-devel@redhat.com
abr 17 17:16:52 archlinux systemd-journald[234]: Collecting audit messages is disabled.
abr 17 17:16:52 archlinux kernel: fuse: init (API version 7.38)
abr 17 17:16:52 archlinux kernel: EXT4-fs (sda2): re-mounted 75fb575c-2b60-4394-922a-447ef0188601. Quota mode: none.
abr 17 17:16:52 archlinux systemd-journald[234]: Journal started
abr 17 17:16:52 archlinux systemd-journald[234]: Runtime Journal (/run/log/journal/41bed090c3444a85a158a5b20f0a4f88) is 8.0M, max 383.4M, 375.4M free.
abr 17 17:16:52 archlinux systemd-modules-load[235]: Inserted module 'crypto_user'
abr 17 17:16:52 archlinux systemd[1]: modprobe@configfs.service: Deactivated successfully.
abr 17 17:16:52 archlinux systemd[1]: Finished Create List of Static Device Nodes.
abr 17 17:16:52 archlinux systemd[1]: Started Journal Service.
abr 17 17:16:52 archlinux systemd[1]: Finished Load Kernel Module configfs.
abr 17 17:16:52 archlinux systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
abr 17 17:16:52 archlinux systemd[1]: Finished Load Kernel Module dm_mod.
abr 17 17:16:52 archlinux systemd[1]: modprobe@drm.service: Deactivated successfully.
abr 17 17:16:52 archlinux systemd[1]: Finished Load Kernel Module drm.
abr 17 17:16:52 archlinux systemd[1]: modprobe@fuse.service: Deactivated successfully.
abr 17 17:16:52 archlinux systemd[1]: Finished Load Kernel Module fuse.
abr 17 17:16:52 archlinux systemd[1]: modprobe@loop.service: Deactivated successfully.
abr 17 17:16:52 archlinux systemd[1]: Finished Load Kernel Module loop.
abr 17 17:16:52 archlinux systemd[1]: Finished Load Kernel Modules.
abr 17 17:16:52 archlinux systemd[1]: Finished Remount Root and Kernel File Systems.
abr 17 17:16:52 archlinux systemd[1]: Finished Coldplug All udev Devices.
abr 17 17:16:52 archlinux systemd[1]: Mounting FUSE Control File System...
abr 17 17:16:52 archlinux systemd[1]: Mounting Kernel Configuration File System...
abr 17 17:16:52 archlinux systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
abr 17 17:16:52 archlinux systemd[1]: Rebuild Hardware Database was skipped because no trigger condition checks were met.
abr 17 17:16:52 archlinux systemd[1]: Starting Load/Save OS Random Seed...
abr 17 17:16:52 archlinux systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
abr 17 17:16:52 archlinux systemd[1]: Starting Apply Kernel Variables...
abr 17 17:16:52 archlinux systemd[1]: Starting Create System Users...
abr 17 17:16:52 archlinux systemd[1]: Mounted FUSE Control File System.
abr 17 17:16:52 archlinux systemd[1]: Mounted Kernel Configuration File System.
abr 17 17:16:52 archlinux systemd[1]: Finished Load/Save OS Random Seed.
abr 17 17:16:52 archlinux systemd[1]: Finished Apply Kernel Variables.
abr 17 17:16:52 archlinux systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
abr 17 17:16:54 archlinux systemd[1]: Finished Create System Users.
abr 17 17:16:54 archlinux systemd[1]: Starting Create Static Device Nodes in /dev...
abr 17 17:16:54 archlinux systemd[1]: Finished Create Static Device Nodes in /dev.
abr 17 17:16:54 archlinux systemd[1]: Reached target Preparation for Local File Systems.
abr 17 17:16:55 archlinux systemd[1]: Mounting /home...
abr 17 17:16:55 archlinux systemd[1]: Mounting /var/log...
abr 17 17:16:55 archlinux systemd[1]: Mounting /var/tmp...
abr 17 17:16:55 archlinux systemd[1]: Starting Rule-based Manager for Device Events and Files...
abr 17 17:16:55 archlinux systemd[1]: Mounted /home.
abr 17 17:16:55 archlinux systemd[1]: Mounted /var/log.
abr 17 17:16:55 archlinux systemd[1]: Mounted /var/tmp.
abr 17 17:16:55 archlinux systemd-udevd[254]: Using default interface naming scheme 'v253'.
abr 17 17:16:55 archlinux systemd[1]: Started Rule-based Manager for Device Events and Files.
abr 17 17:16:55 archlinux kernel: Consider using thermal netlink events interface
abr 17 17:16:55 archlinux mtp-probe[287]: checking bus 4, device 2: "/sys/devices/pci0000:00/0000:00:14.0/usb4/4-1"
abr 17 17:16:55 archlinux mtp-probe[287]: bus: 4, device: 2 was not an MTP device
abr 17 17:16:55 archlinux mtp-probe[292]: checking bus 3, device 2: "/sys/devices/pci0000:00/0000:00:14.0/usb3/3-7"
abr 17 17:16:55 archlinux mtp-probe[292]: bus: 3, device: 2 was not an MTP device
abr 17 17:16:55 archlinux systemd[1]: Created slice Slice /system/systemd-backlight.
abr 17 17:16:55 archlinux systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:intel_backlight...
abr 17 17:16:55 archlinux kernel: EDAC igen6: v2.5
abr 17 17:16:55 archlinux systemd[1]: Found device x795w 1.
abr 17 17:16:55 archlinux systemd[1]: Starting File System Check on /dev/disk/by-uuid/C867-3DF5...
abr 17 17:16:55 archlinux kernel: mei_me 0000:00:16.0: enabling device (0000 -> 0002)
abr 17 17:16:55 archlinux kernel: i801_smbus 0000:00:1f.4: SPD Write Disable is set
abr 17 17:16:55 archlinux kernel: i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
abr 17 17:16:55 archlinux kernel: i2c i2c-11: 1/2 memory slots populated (from DMI)
abr 17 17:16:55 archlinux kernel: i2c i2c-11: Successfully instantiated SPD at 0x50
abr 17 17:16:55 archlinux kernel: mc: Linux media interface: v0.10
abr 17 17:16:55 archlinux systemd[1]: Finished Load/Save Screen Backlight Brightness of backlight:intel_backlight.
abr 17 17:16:55 archlinux kernel: input: PC Speaker as /devices/platform/pcspkr/input/input5
abr 17 17:16:55 archlinux kernel: spi-nor spi0.0: spi-nor-generic (16384 Kbytes)
abr 17 17:16:55 archlinux kernel: Creating 1 MTD partitions on "0000:00:1f.5":
abr 17 17:16:55 archlinux kernel: 0x000000000000-0x000001000000 : "BIOS"
abr 17 17:16:55 archlinux kernel: intel-lpss 0000:00:15.0: enabling device (0004 -> 0006)
abr 17 17:16:55 archlinux kernel: idma64 idma64.0: Found Intel integrated DMA 64-bit
abr 17 17:16:55 archlinux systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
abr 17 17:16:55 archlinux kernel: resource: resource sanity check: requesting [mem 0x00000000fedc0000-0x00000000fedcdfff], which spans more than pnp 00:03 [mem 0xfedc0000-0xfedc7fff]
abr 17 17:16:55 archlinux kernel: caller __uncore_imc_init_box+0xc4/0x140 [intel_uncore] mapping multiple BARs
abr 17 17:16:55 archlinux kernel: iTCO_vendor_support: vendor-support=0
abr 17 17:16:55 archlinux kernel: intel_rapl_msr: PL4 support detected.
abr 17 17:16:55 archlinux kernel: intel_rapl_common: Found RAPL domain package
abr 17 17:16:55 archlinux kernel: intel_rapl_common: Found RAPL domain core
abr 17 17:16:55 archlinux kernel: intel_rapl_common: Found RAPL domain uncore
abr 17 17:16:55 archlinux kernel: intel_rapl_common: Found RAPL domain psys
abr 17 17:16:55 archlinux kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
abr 17 17:16:55 archlinux kernel: cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
abr 17 17:16:55 archlinux kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
abr 17 17:16:55 archlinux kernel: cfg80211: failed to load regulatory.db
abr 17 17:16:55 archlinux kernel: i2c_hid_acpi i2c-PNP0C50:01: weird size of HID descriptor (3)
abr 17 17:16:55 archlinux kernel: i2c_hid_acpi i2c-PNP0C50:01: Failed to fetch the HID Descriptor
abr 17 17:16:55 archlinux kernel: mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_component_ops [i915])
abr 17 17:16:55 archlinux kernel: ee1004 11-0050: 512 byte EE1004-compliant SPD EEPROM, read-only
abr 17 17:16:55 archlinux kernel: videodev: Linux video capture interface: v2.00
abr 17 17:16:55 archlinux kernel: mei_pxp 0000:00:16.0-fbf6fcf1-96cf-4e2e-a6a6-1bab8cbe36b1: bound 0000:00:02.0 (ops i915_pxp_tee_component_ops [i915])
abr 17 17:16:55 archlinux kernel: RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
abr 17 17:16:55 archlinux kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
abr 17 17:16:55 archlinux kernel: RAPL PMU: hw unit of domain package 2^-14 Joules
abr 17 17:16:55 archlinux kernel: RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
abr 17 17:16:55 archlinux kernel: RAPL PMU: hw unit of domain psys 2^-14 Joules
abr 17 17:16:55 archlinux kernel: Bluetooth: Core ver 2.22
abr 17 17:16:55 archlinux kernel: NET: Registered PF_BLUETOOTH protocol family
abr 17 17:16:55 archlinux kernel: Bluetooth: HCI device and connection manager initialized
abr 17 17:16:55 archlinux kernel: Bluetooth: HCI socket layer initialized
abr 17 17:16:55 archlinux kernel: Bluetooth: L2CAP socket layer initialized
abr 17 17:16:55 archlinux kernel: Bluetooth: SCO socket layer initialized
abr 17 17:16:55 archlinux kernel: iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=6, TCOBASE=0x0400)
abr 17 17:16:55 archlinux kernel: iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
abr 17 17:16:55 archlinux kernel: Intel(R) Wireless WiFi driver for Linux
abr 17 17:16:55 archlinux kernel: iwlwifi 0000:00:14.3: enabling device (0000 -> 0002)
abr 17 17:16:55 archlinux kernel: cryptd: max_cpu_qlen set to 1000
abr 17 17:16:55 archlinux kernel: r8169 0000:02:00.0 eth0: RTL8168h/8111h, 98:83:89:fd:b9:f4, XID 541, IRQ 145
abr 17 17:16:55 archlinux kernel: r8169 0000:02:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
abr 17 17:16:55 archlinux kernel: r8169 0000:02:00.0 enp2s0: renamed from eth0
abr 17 17:16:55 archlinux kernel: proc_thermal 0000:00:04.0: enabling device (0000 -> 0002)
abr 17 17:16:55 archlinux kernel: intel_rapl_common: Found RAPL domain package
abr 17 17:16:55 archlinux kernel: AVX2 version of gcm_enc/dec engaged.
abr 17 17:16:55 archlinux kernel: AES CTR mode by8 optimization enabled
abr 17 17:16:55 archlinux systemd-fsck[307]: fsck.fat 4.2 (2021-01-31)
abr 17 17:16:55 archlinux systemd-fsck[307]: /dev/sda1: 370 files, 174901/201616 clusters
abr 17 17:16:55 archlinux kernel: iwlwifi 0000:00:14.3: api flags index 2 larger than supported by driver
abr 17 17:16:55 archlinux kernel: iwlwifi 0000:00:14.3: TLV_FW_FSEQ_VERSION: FSEQ Version: 89.3.35.37
abr 17 17:16:55 archlinux kernel: iwlwifi 0000:00:14.3: loaded firmware version 72.daa05125.0 QuZ-a0-jf-b0-72.ucode op_mode iwlmvm
abr 17 17:16:55 archlinux kernel: usb 3-7: Found UVC 1.00 device VGA camera (13d3:5a24)
abr 17 17:16:55 archlinux kernel: input: VGA camera: VGA camera as /devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.0/input/input6
abr 17 17:16:55 archlinux kernel: usbcore: registered new interface driver uvcvideo
abr 17 17:16:55 archlinux systemd[1]: Finished File System Check on /dev/disk/by-uuid/C867-3DF5.
abr 17 17:16:55 archlinux kernel: snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
abr 17 17:16:55 archlinux kernel: snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
abr 17 17:16:55 archlinux kernel: snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
abr 17 17:16:55 archlinux systemd[1]: Mounting /boot...
abr 17 17:16:55 archlinux systemd[1]: Starting Load/Save RF Kill Switch Status...
abr 17 17:16:55 archlinux kernel: usbcore: registered new interface driver btusb
abr 17 17:16:55 archlinux kernel: Bluetooth: hci0: Bootloader revision 0.0 build 0 week 30 2018
abr 17 17:16:55 archlinux kernel: Bluetooth: hci0: Device revision is 2
abr 17 17:16:55 archlinux kernel: Bluetooth: hci0: Secure boot is enabled
abr 17 17:16:55 archlinux kernel: Bluetooth: hci0: OTP lock is enabled
abr 17 17:16:55 archlinux kernel: Bluetooth: hci0: API lock is enabled
abr 17 17:16:55 archlinux kernel: Bluetooth: hci0: Debug lock is disabled
abr 17 17:16:55 archlinux kernel: Bluetooth: hci0: Minimum firmware build 1 week 10 2014
abr 17 17:16:55 archlinux systemd[1]: Started Load/Save RF Kill Switch Status.
abr 17 17:16:55 archlinux systemd[1]: Starting Load Kernel Module dm_mod...
abr 17 17:16:55 archlinux systemd[1]: Starting Load Kernel Module loop...
abr 17 17:16:55 archlinux systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
abr 17 17:16:55 archlinux systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
abr 17 17:16:55 archlinux systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
abr 17 17:16:55 archlinux systemd[1]: Rebuild Hardware Database was skipped because no trigger condition checks were met.
abr 17 17:16:55 archlinux systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
abr 17 17:16:55 archlinux systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
abr 17 17:16:55 archlinux kernel: Bluetooth: hci0: Found device firmware: intel/ibt-19-0-0.sfi
abr 17 17:16:55 archlinux kernel: Bluetooth: hci0: Boot Address: 0x24800
abr 17 17:16:55 archlinux kernel: Bluetooth: hci0: Firmware Version: 15-45.22
abr 17 17:16:55 archlinux kernel: snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC897: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
abr 17 17:16:55 archlinux kernel: snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
abr 17 17:16:55 archlinux kernel: snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
abr 17 17:16:55 archlinux kernel: snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
abr 17 17:16:55 archlinux kernel: snd_hda_codec_realtek hdaudioC0D0:    inputs:
abr 17 17:16:55 archlinux kernel: snd_hda_codec_realtek hdaudioC0D0:      Mic=0x12
abr 17 17:16:55 archlinux systemd[1]: Finished Load Kernel Module dm_mod.
abr 17 17:16:55 archlinux systemd[1]: modprobe@loop.service: Deactivated successfully.
abr 17 17:16:55 archlinux kernel: iwlwifi 0000:00:14.3: Detected Intel(R) Wireless-AC 9462, REV=0x351
abr 17 17:16:55 archlinux kernel: thermal thermal_zone5: failed to read out thermal zone (-61)
abr 17 17:16:55 archlinux systemd[1]: Finished Load Kernel Module loop.
abr 17 17:16:55 archlinux systemd[1]: Mounted /boot.
abr 17 17:16:55 archlinux systemd[1]: Reached target Local File Systems.
abr 17 17:16:55 archlinux kernel: intel_tcc_cooling: TCC Offset locked
abr 17 17:16:55 archlinux kernel: input: HDA Intel PCH Headphone Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input7
abr 17 17:16:55 archlinux kernel: input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input8
abr 17 17:16:55 archlinux kernel: input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input9
abr 17 17:16:55 archlinux kernel: input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input10
abr 17 17:16:55 archlinux kernel: input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input11
abr 17 17:16:55 archlinux systemd[1]: Starting Rebuild Dynamic Linker Cache...
abr 17 17:16:55 archlinux systemd[1]: Set Up Additional Binary Formats was skipped because no trigger condition checks were met.
abr 17 17:16:55 archlinux systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
abr 17 17:16:55 archlinux systemd[1]: Commit a transient machine-id on disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
abr 17 17:16:55 archlinux systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
abr 17 17:16:55 archlinux systemd[1]: Starting Create Volatile Files and Directories...
abr 17 17:16:55 archlinux systemd[1]: Finished Create Volatile Files and Directories.
abr 17 17:16:55 archlinux kernel: iwlwifi 0000:00:14.3: base HW address: 80:b6:55:b6:fb:0c
abr 17 17:16:55 archlinux systemd[1]: Starting Rebuild Journal Catalog...
abr 17 17:16:55 archlinux systemd[1]: Starting Network Name Resolution...
abr 17 17:16:55 archlinux systemd[1]: Starting Record System Boot/Shutdown in UTMP...
abr 17 17:16:55 archlinux kernel: iwlwifi 0000:00:14.3 wlo1: renamed from wlan0
abr 17 17:16:55 archlinux systemd[1]: Finished Record System Boot/Shutdown in UTMP.
abr 17 17:16:57 archlinux kernel: Bluetooth: hci0: Waiting for firmware download to complete
abr 17 17:16:57 archlinux kernel: Bluetooth: hci0: Firmware loaded in 1733453 usecs
abr 17 17:16:57 archlinux kernel: Bluetooth: hci0: Waiting for device to boot
abr 17 17:16:57 archlinux kernel: Bluetooth: hci0: Device booted in 14788 usecs
abr 17 17:16:57 archlinux kernel: Bluetooth: hci0: Malformed MSFT vendor event: 0x02
abr 17 17:16:59 archlinux kernel: Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-19-0-0.ddc
abr 17 17:16:59 archlinux kernel: Bluetooth: hci0: Applying Intel DDC parameters completed
abr 17 17:16:59 archlinux kernel: Bluetooth: hci0: Firmware revision 0.0 build 15 week 45 2022
abr 17 17:16:59 archlinux systemd-resolved[355]: Positive Trust Anchors:
abr 17 17:16:59 archlinux systemd-resolved[355]: . IN DS 20326 8 2 e06d44b80b8f1d39a95c0b0d7c65d08458e880409bbc683457104237c7f8ec8d
abr 17 17:16:59 archlinux systemd-resolved[355]: Negative trust anchors: home.arpa 10.in-addr.arpa 16.172.in-addr.arpa 17.172.in-addr.arpa 18.172.in-addr.arpa 19.172.in-addr.arpa 20.172.in-addr.arpa 21.172.in-addr.arpa 22.172.in-addr.arpa 23.172.in-addr.arpa 24.172.in-addr.arpa 25.172.in-addr.arpa 26.172.in-addr.arpa 27.172.in-addr.arpa 28.172.in-addr.arpa 29.172.in-addr.arpa 30.172.in-addr.arpa 31.172.in-addr.arpa 168.192.in-addr.arpa d.f.ip6.arpa corp home internal intranet lan local private test
abr 17 17:17:00 archlinux systemd[1]: systemd-rfkill.service: Deactivated successfully.
abr 17 17:17:02 archlinux systemd[1]: Finished Rebuild Dynamic Linker Cache.
abr 17 17:17:02 archlinux systemd[1]: Finished Rebuild Journal Catalog.
abr 17 17:17:02 archlinux systemd[1]: Starting Update is Completed...
abr 17 17:17:06 archlinux systemd[1]: Finished Update is Completed.
abr 17 17:17:14 archlinux systemd[1]: Starting Load Kernel Module dm_mod...
abr 17 17:17:14 archlinux systemd[1]: Starting Load Kernel Module loop...
abr 17 17:17:14 archlinux systemd[1]: Set Up Additional Binary Formats was skipped because no trigger condition checks were met.
abr 17 17:17:14 archlinux systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
abr 17 17:17:14 archlinux systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
abr 17 17:17:14 archlinux systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
abr 17 17:17:14 archlinux systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
abr 17 17:17:14 archlinux systemd[1]: Commit a transient machine-id on disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
abr 17 17:17:14 archlinux systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
abr 17 17:17:14 archlinux systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
abr 17 17:17:14 archlinux systemd-resolved[355]: Using system hostname 'archlinux'.
abr 17 17:17:14 archlinux systemd[1]: Finished Load Kernel Module dm_mod.
abr 17 17:17:14 archlinux systemd[1]: Started Network Name Resolution.
abr 17 17:17:14 archlinux systemd[1]: modprobe@loop.service: Deactivated successfully.
abr 17 17:17:14 archlinux systemd[1]: Finished Load Kernel Module loop.
abr 17 17:17:14 archlinux systemd[1]: Reached target Host and Network Name Lookups.
abr 17 17:17:14 archlinux systemd[1]: Reached target System Initialization.
abr 17 17:17:14 archlinux systemd[1]: Started Refresh existing PGP keys of archlinux-keyring regularly.
abr 17 17:17:14 archlinux systemd[1]: Started Daily rotation of log files.
abr 17 17:17:14 archlinux systemd[1]: Started Daily man-db regeneration.
abr 17 17:17:14 archlinux systemd[1]: Started Daily verification of password and group files.
abr 17 17:17:14 archlinux systemd[1]: Started Daily Cleanup of Temporary Directories.
abr 17 17:17:14 archlinux systemd[1]: Reached target Timer Units.
abr 17 17:17:14 archlinux systemd[1]: Listening on D-Bus System Message Bus Socket.
abr 17 17:17:14 archlinux systemd[1]: Reached target Socket Units.
abr 17 17:17:14 archlinux systemd[1]: TPM2 PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
abr 17 17:17:14 archlinux systemd[1]: Reached target Basic System.
abr 17 17:17:14 archlinux systemd[1]: Starting Save/Restore Sound Card State...
abr 17 17:17:14 archlinux systemd[1]: Manage Sound Card State (restore and store) was skipped because of an unmet condition check (ConditionPathExists=/etc/alsa/state-daemon.conf).
abr 17 17:17:14 archlinux systemd[1]: Starting Bluetooth service...
abr 17 17:17:14 archlinux (uetoothd)[371]: ConfigurationDirectory 'bluetooth' already exists but the mode is different. (File system: 755 ConfigurationDirectoryMode: 555)
abr 17 17:17:14 archlinux systemd[1]: Starting D-Bus System Message Bus...
abr 17 17:17:14 archlinux systemd[1]: Starting Initialize hardware monitoring sensors...
abr 17 17:17:14 archlinux systemd[1]: Starting User Login Management...
abr 17 17:17:14 archlinux systemd[1]: TPM2 PCR Barrier (User) was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
abr 17 17:17:14 archlinux systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
abr 17 17:17:14 archlinux systemd[1]: Starting Permit User Sessions...
abr 17 17:17:14 archlinux systemd[1]: Finished Save/Restore Sound Card State.
abr 17 17:17:14 archlinux bluetoothd[371]: Bluetooth daemon 5.66
abr 17 17:17:14 archlinux systemd-logind[374]: New seat seat0.
abr 17 17:17:14 archlinux systemd-logind[374]: Watching system buttons on /dev/input/event2 (Power Button)
abr 17 17:17:14 archlinux systemd-logind[374]: Watching system buttons on /dev/input/event1 (Power Button)
abr 17 17:17:14 archlinux systemd-logind[374]: Watching system buttons on /dev/input/event0 (Lid Switch)
abr 17 17:17:14 archlinux systemd-logind[374]: Watching system buttons on /dev/input/event4 (AT Translated Set 2 keyboard)
abr 17 17:17:14 archlinux systemd[1]: Finished Permit User Sessions.
abr 17 17:17:14 archlinux systemd[1]: Started User Login Management.
abr 17 17:17:14 archlinux bluetoothd[371]: Starting SDP server
abr 17 17:17:14 archlinux bluetoothd[371]: profiles/audio/vcp.c:vcp_init() D-Bus experimental not enabled
abr 17 17:17:14 archlinux bluetoothd[371]: src/plugin.c:plugin_init() Failed to init vcp plugin
abr 17 17:17:14 archlinux bluetoothd[371]: profiles/audio/mcp.c:mcp_init() D-Bus experimental not enabled
abr 17 17:17:14 archlinux bluetoothd[371]: src/plugin.c:plugin_init() Failed to init mcp plugin
abr 17 17:17:14 archlinux bluetoothd[371]: profiles/audio/bap.c:bap_init() D-Bus experimental not enabled
abr 17 17:17:14 archlinux bluetoothd[371]: src/plugin.c:plugin_init() Failed to init bap plugin
abr 17 17:17:14 archlinux systemd[1]: Finished Initialize hardware monitoring sensors.
abr 17 17:17:14 archlinux systemd[1]: Started D-Bus System Message Bus.
abr 17 17:17:14 archlinux systemd[1]: Reached target Sound Card.
abr 17 17:17:14 archlinux dbus-daemon[372]: [system] Successfully activated service 'org.freedesktop.systemd1'
abr 17 17:17:14 archlinux dbus-daemon[372]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.2' (uid=0 pid=371 comm="/usr/lib/bluetooth/bluetoothd")
abr 17 17:17:14 archlinux bluetoothd[371]: Bluetooth management interface 1.22 initialized
abr 17 17:17:14 archlinux kernel: Bluetooth: BNEP (Ethernet Emulation) ver 1.3
abr 17 17:17:14 archlinux kernel: Bluetooth: BNEP filters: protocol multicast
abr 17 17:17:14 archlinux kernel: Bluetooth: BNEP socket layer initialized
abr 17 17:17:14 archlinux kernel: Bluetooth: MGMT ver 1.22
abr 17 17:17:14 archlinux kernel: NET: Registered PF_ALG protocol family
abr 17 17:17:14 archlinux systemd[1]: Started Getty on tty1.
abr 17 17:17:14 archlinux systemd[1]: Reached target Login Prompts.
abr 17 17:17:14 archlinux systemd[1]: Starting Populate /home...
abr 17 17:17:14 archlinux systemd[1]: Started Bluetooth service.
abr 17 17:17:16 archlinux systemd[1]: Reached target Bluetooth Support.
abr 17 17:17:16 archlinux systemd[1]: Starting Hostname Service...
abr 17 17:17:16 archlinux dbus-daemon[372]: [system] Successfully activated service 'org.freedesktop.hostname1'
abr 17 17:17:16 archlinux systemd[1]: Started Hostname Service.
abr 17 17:17:16 archlinux systemd[1]: Finished Populate /home.
abr 17 17:17:16 archlinux systemd[1]: Reached target Multi-User System.
abr 17 17:17:16 archlinux systemd[1]: Reached target Graphical Interface.
abr 17 17:17:16 archlinux systemd[1]: Startup finished in 5.113s (firmware) + 5.587s (loader) + 7.837s (kernel) + 25.642s (userspace) = 44.180s.
abr 17 17:17:16 archlinux dbus-daemon[372]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.5' (uid=0 pid=385 comm="/bin/login -f  ")
abr 17 17:17:16 archlinux dbus-daemon[372]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
abr 17 17:17:16 archlinux login[385]: pam_systemd_home(login:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
abr 17 17:17:16 archlinux login[385]: pam_unix(login:session): session opened for user x(uid=1000) by LOGIN(uid=0)
abr 17 17:17:16 archlinux systemd-logind[374]: New session 1 of user x.
abr 17 17:17:16 archlinux systemd[1]: Created slice User Slice of UID 1000.
abr 17 17:17:16 archlinux systemd[1]: Starting User Runtime Directory /run/user/1000...
abr 17 17:17:16 archlinux systemd[1]: Finished User Runtime Directory /run/user/1000.
abr 17 17:17:16 archlinux systemd[1]: Starting User Manager for UID 1000...
abr 17 17:17:16 archlinux dbus-daemon[372]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.7' (uid=0 pid=402 comm="(systemd)")
abr 17 17:17:16 archlinux dbus-daemon[372]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
abr 17 17:17:16 archlinux (systemd)[402]: pam_systemd_home(systemd-user:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
abr 17 17:17:16 archlinux (systemd)[402]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[x] ruser=[<unknown>] rhost=[<unknown>]
abr 17 17:17:16 archlinux (systemd)[402]: pam_unix(systemd-user:session): session opened for user x(uid=1000) by (uid=0)
abr 17 17:17:17 archlinux systemd[402]: Queued start job for default target Main User Target.
abr 17 17:17:17 archlinux systemd[402]: Created slice User Application Slice.
abr 17 17:17:17 archlinux systemd[402]: Reached target Paths.
abr 17 17:17:17 archlinux systemd[402]: Reached target Timers.
abr 17 17:17:17 archlinux systemd[402]: Starting D-Bus User Message Bus Socket...
abr 17 17:17:17 archlinux systemd[402]: Listening on GnuPG network certificate management daemon.
abr 17 17:17:17 archlinux systemd[402]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
abr 17 17:17:17 archlinux systemd[402]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
abr 17 17:17:17 archlinux systemd[402]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
abr 17 17:17:17 archlinux systemd[402]: Listening on GnuPG cryptographic agent and passphrase cache.
abr 17 17:17:17 archlinux systemd[402]: Listening on p11-kit server.
abr 17 17:17:17 archlinux systemd[402]: Listening on PipeWire Multimedia System Socket.
abr 17 17:17:17 archlinux systemd[402]: Listening on Sound System.
abr 17 17:17:17 archlinux systemd[402]: Listening on D-Bus User Message Bus Socket.
abr 17 17:17:17 archlinux systemd[402]: Reached target Sockets.
abr 17 17:17:17 archlinux systemd[402]: Reached target Basic System.
abr 17 17:17:17 archlinux systemd[402]: Reached target Main User Target.
abr 17 17:17:17 archlinux systemd[402]: Startup finished in 141ms.
abr 17 17:17:17 archlinux systemd[1]: Started User Manager for UID 1000.
abr 17 17:17:17 archlinux systemd[1]: Started Session 1 of User x.
abr 17 17:17:17 archlinux login[385]: LOGIN ON tty1 BY x
abr 17 17:17:25 archlinux kernel: i915 0000:00:02.0: [drm] PXP firmware failed arb session init request ret=[0x00001002]
abr 17 17:17:25 archlinux kernel: i915 0000:00:02.0: [drm] *ERROR* arb session failed to go in play
abr 17 17:17:25 archlinux kernel: i915 0000:00:02.0: [drm] PXP firmware failed arb session init request ret=[0x00001002]
abr 17 17:17:26 archlinux kernel: i915 0000:00:02.0: [drm] *ERROR* arb session failed to go in play
abr 17 17:17:26 archlinux systemd[402]: Created slice User Core Session Slice.
abr 17 17:17:26 archlinux systemd[402]: Starting D-Bus User Message Bus...
abr 17 17:17:26 archlinux systemd[402]: Started D-Bus User Message Bus.
abr 17 17:17:26 archlinux dbus-daemon[566]: [session uid=1000 pid=566] Successfully activated service 'org.freedesktop.systemd1'
abr 17 17:17:46 archlinux systemd[1]: systemd-hostnamed.service: Deactivated successfully.

Now, touchpad not working, systemd initramfs, running normally NOT from RAM, 1st log file (until root switch):

abr 17 17:56:22 archlinux kernel: microcode: microcode updated early to revision 0xa6, date = 2022-06-28
abr 17 17:56:22 archlinux kernel: Linux version 6.2.11-arch1-1 (linux@archlinux) (gcc (GCC) 12.2.1 20230201, GNU ld (GNU Binutils) 2.40) #1 SMP PREEMPT_DYNAMIC Thu, 13 Apr 2023 16:59:24 +0000
abr 17 17:56:22 archlinux kernel: Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=75fb575c-2b60-4394-922a-447ef0188601 rw
abr 17 17:56:22 archlinux kernel: x86/split lock detection: #AC: crashing the kernel on kernel split_locks and warning on user-space split_locks
abr 17 17:56:22 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
abr 17 17:56:22 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
abr 17 17:56:22 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
abr 17 17:56:22 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x020: 'AVX-512 opmask'
abr 17 17:56:22 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x040: 'AVX-512 Hi256'
abr 17 17:56:22 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x080: 'AVX-512 ZMM_Hi256'
abr 17 17:56:22 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
abr 17 17:56:22 archlinux kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
abr 17 17:56:22 archlinux kernel: x86/fpu: xstate_offset[5]:  832, xstate_sizes[5]:   64
abr 17 17:56:22 archlinux kernel: x86/fpu: xstate_offset[6]:  896, xstate_sizes[6]:  512
abr 17 17:56:22 archlinux kernel: x86/fpu: xstate_offset[7]: 1408, xstate_sizes[7]: 1024
abr 17 17:56:22 archlinux kernel: x86/fpu: xstate_offset[9]: 2432, xstate_sizes[9]:    8
abr 17 17:56:22 archlinux kernel: x86/fpu: Enabled xstate features 0x2e7, context size is 2440 bytes, using 'compacted' format.
abr 17 17:56:22 archlinux kernel: signal: max sigframe size: 3632
abr 17 17:56:22 archlinux kernel: BIOS-provided physical RAM map:
abr 17 17:56:22 archlinux kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
abr 17 17:56:22 archlinux kernel: BIOS-e820: [mem 0x000000000009f000-0x00000000000fffff] reserved
abr 17 17:56:22 archlinux kernel: BIOS-e820: [mem 0x0000000000100000-0x000000003dfc9fff] usable
abr 17 17:56:22 archlinux kernel: BIOS-e820: [mem 0x000000003dfca000-0x000000003dfcafff] reserved
abr 17 17:56:22 archlinux kernel: BIOS-e820: [mem 0x000000003dfcb000-0x000000003e3bbfff] usable
abr 17 17:56:22 archlinux kernel: BIOS-e820: [mem 0x000000003e3bc000-0x00000000435b4fff] reserved
abr 17 17:56:22 archlinux kernel: BIOS-e820: [mem 0x00000000435b5000-0x0000000043680fff] ACPI data
abr 17 17:56:22 archlinux kernel: BIOS-e820: [mem 0x0000000043681000-0x000000004373afff] ACPI NVS
abr 17 17:56:22 archlinux kernel: BIOS-e820: [mem 0x000000004373b000-0x000000004473afff] reserved
abr 17 17:56:22 archlinux kernel: BIOS-e820: [mem 0x000000004473b000-0x00000000447fefff] type 20
abr 17 17:56:22 archlinux kernel: BIOS-e820: [mem 0x00000000447ff000-0x00000000447fffff] usable
abr 17 17:56:22 archlinux kernel: BIOS-e820: [mem 0x0000000044800000-0x000000004affffff] reserved
abr 17 17:56:22 archlinux kernel: BIOS-e820: [mem 0x000000004b300000-0x000000004f7fffff] reserved
abr 17 17:56:22 archlinux kernel: BIOS-e820: [mem 0x00000000c0000000-0x00000000cfffffff] reserved
abr 17 17:56:22 archlinux kernel: BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
abr 17 17:56:22 archlinux kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
abr 17 17:56:22 archlinux kernel: BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
abr 17 17:56:22 archlinux kernel: BIOS-e820: [mem 0x00000000fed20000-0x00000000fed7ffff] reserved
abr 17 17:56:22 archlinux kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
abr 17 17:56:22 archlinux kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
abr 17 17:56:22 archlinux kernel: BIOS-e820: [mem 0x0000000100000000-0x00000002b07fffff] usable
abr 17 17:56:22 archlinux kernel: NX (Execute Disable) protection: active
abr 17 17:56:22 archlinux kernel: efi: EFI v2.70 by American Megatrends
abr 17 17:56:22 archlinux kernel: efi: ACPI=0x43680000 ACPI 2.0=0x43680014 TPMFinalLog=0x436c7000 SMBIOS=0x44604000 SMBIOS 3.0=0x44603000 MEMATTR=0x3a710518 ESRT=0x3c11b518 
abr 17 17:56:22 archlinux kernel: efi: Remove mem67: MMIO range=[0xc0000000-0xcfffffff] (256MB) from e820 map
abr 17 17:56:22 archlinux kernel: e820: remove [mem 0xc0000000-0xcfffffff] reserved
abr 17 17:56:22 archlinux kernel: efi: Not removing mem68: MMIO range=[0xfe000000-0xfe010fff] (68KB) from e820 map
abr 17 17:56:22 archlinux kernel: efi: Not removing mem69: MMIO range=[0xfec00000-0xfec00fff] (4KB) from e820 map
abr 17 17:56:22 archlinux kernel: efi: Not removing mem70: MMIO range=[0xfed00000-0xfed00fff] (4KB) from e820 map
abr 17 17:56:22 archlinux kernel: efi: Not removing mem72: MMIO range=[0xfee00000-0xfee00fff] (4KB) from e820 map
abr 17 17:56:22 archlinux kernel: efi: Remove mem73: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
abr 17 17:56:22 archlinux kernel: e820: remove [mem 0xff000000-0xffffffff] reserved
abr 17 17:56:22 archlinux kernel: SMBIOS 3.3.0 present.
abr 17 17:56:22 archlinux kernel: DMI: SAMSUNG ELECTRONICS CO., LTD. 550XDA/NP550XDA-KH2BR, BIOS P17CFB.044.220223.HQ 02/23/2022
abr 17 17:56:22 archlinux kernel: tsc: Detected 2400.000 MHz processor
abr 17 17:56:22 archlinux kernel: tsc: Detected 2419.200 MHz TSC
abr 17 17:56:22 archlinux kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
abr 17 17:56:22 archlinux kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
abr 17 17:56:22 archlinux kernel: last_pfn = 0x2b0800 max_arch_pfn = 0x400000000
abr 17 17:56:22 archlinux kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
abr 17 17:56:22 archlinux kernel: last_pfn = 0x44800 max_arch_pfn = 0x400000000
abr 17 17:56:22 archlinux kernel: esrt: Reserving ESRT space from 0x000000003c11b518 to 0x000000003c11b5a0.
abr 17 17:56:22 archlinux kernel: e820: update [mem 0x3c11b000-0x3c11bfff] usable ==> reserved
abr 17 17:56:22 archlinux kernel: Using GB pages for direct mapping
abr 17 17:56:22 archlinux kernel: Secure boot disabled
abr 17 17:56:22 archlinux kernel: RAMDISK: [mem 0x3550b000-0x36a7cfff]
abr 17 17:56:22 archlinux kernel: ACPI: Early table checksum verification disabled
abr 17 17:56:22 archlinux kernel: ACPI: RSDP 0x0000000043680014 000024 (v02 SECCSD)
abr 17 17:56:22 archlinux kernel: ACPI: XSDT 0x000000004367F728 0000FC (v01 SECCSD LH43STAR 01072009 AMI  01000013)
abr 17 17:56:22 archlinux kernel: ACPI: FACP 0x000000004367A000 000114 (v06 SECCSD LH43STAR 01072009 AMI  01000013)
abr 17 17:56:22 archlinux kernel: ACPI: DSDT 0x0000000043626000 053D30 (v02 SECCSD LH43STAR 01072009 INTL 20191018)
abr 17 17:56:22 archlinux kernel: ACPI: FACS 0x0000000043737000 000040
abr 17 17:56:22 archlinux kernel: ACPI: MCFG 0x000000004367E000 00003C (v01 SECCSD LH43STAR 01072009 MSFT 00000097)
abr 17 17:56:22 archlinux kernel: ACPI: SSDT 0x000000004367B000 00255D (v02 CpuRef CpuSsdt  00003000 INTL 20191018)
abr 17 17:56:22 archlinux kernel: ACPI: FIDT 0x0000000043625000 00009C (v01 SECCSD LH43STAR 01072009 AMI  00010013)
abr 17 17:56:22 archlinux kernel: ACPI: MSDM 0x0000000043624000 000055 (v03 SECCSD LH43STAR 01072009 AMI  01000013)
abr 17 17:56:22 archlinux kernel: ACPI: SSDT 0x0000000043620000 003D0E (v02 DptfTb DptfTabl 00001000 INTL 20191018)
abr 17 17:56:22 archlinux kernel: ACPI: SSDT 0x000000004361D000 002CC7 (v02 SaSsdt SaSsdt   00003000 INTL 20191018)
abr 17 17:56:22 archlinux kernel: ACPI: SSDT 0x0000000043619000 003350 (v02 INTEL  IgfxSsdt 00003000 INTL 20191018)
abr 17 17:56:22 archlinux kernel: ACPI: SSDT 0x000000004360D000 00B1B2 (v02 INTEL  TcssSsdt 00001000 INTL 20191018)
abr 17 17:56:22 archlinux kernel: ACPI: HPET 0x000000004360C000 000038 (v01 SECCSD LH43STAR 01072009 AMI  01000013)
abr 17 17:56:22 archlinux kernel: ACPI: APIC 0x000000004360B000 00012C (v04 SECCSD LH43STAR 01072009 AMI  01000013)
abr 17 17:56:22 archlinux kernel: ACPI: SSDT 0x0000000043605000 005C77 (v02 SECCSD TglU_Rvp 00001000 INTL 20191018)
abr 17 17:56:22 archlinux kernel: ACPI: SSDT 0x0000000043604000 000E11 (v02 SECCSD Ther_Rvp 00001000 INTL 20191018)
abr 17 17:56:22 archlinux kernel: ACPI: NHLT 0x0000000043603000 00002D (v00 SECCSD LH43STAR 01072009 AMI  01000013)
abr 17 17:56:22 archlinux kernel: ACPI: LPIT 0x0000000043602000 0000CC (v01 SECCSD LH43STAR 01072009 AMI  01000013)
abr 17 17:56:22 archlinux kernel: ACPI: SSDT 0x00000000435FE000 002720 (v02 SECCSD PtidDevc 00001000 INTL 20191018)
abr 17 17:56:22 archlinux kernel: ACPI: SSDT 0x00000000435FD000 00012A (v02 SECCSD TbtTypeC 00000000 INTL 20191018)
abr 17 17:56:22 archlinux kernel: ACPI: DBGP 0x00000000435FC000 000034 (v01 SECCSD LH43STAR 01072009 AMI  01000013)
abr 17 17:56:22 archlinux kernel: ACPI: DBG2 0x00000000435FB000 000054 (v00 SECCSD LH43STAR 01072009 AMI  01000013)
abr 17 17:56:22 archlinux kernel: ACPI: DMAR 0x00000000435FA000 000088 (v02 INTEL  EDK2     00000002      01000013)
abr 17 17:56:22 archlinux kernel: ACPI: SSDT 0x00000000435F9000 0009F9 (v02 INTEL  xh_tudd4 00000000 INTL 20191018)
abr 17 17:56:22 archlinux kernel: ACPI: SSDT 0x00000000435F8000 000144 (v02 Intel  ADebTabl 00001000 INTL 20191018)
abr 17 17:56:22 archlinux kernel: ACPI: BGRT 0x00000000435F7000 000038 (v01 SECCSD LH43STAR 01072009 AMI  00010013)
abr 17 17:56:22 archlinux kernel: ACPI: TPM2 0x00000000435F6000 00004C (v04 SECCSD LH43STAR 00000001 AMI  00000000)
abr 17 17:56:22 archlinux kernel: ACPI: PTDT 0x00000000435F5000 000D44 (v00 SECCSD LH43STAR 00000005 MSFT 0100000D)
abr 17 17:56:22 archlinux kernel: ACPI: WSMT 0x0000000043601000 000028 (v01 SECCSD LH43STAR 01072009 AMI  00010013)
abr 17 17:56:22 archlinux kernel: ACPI: FPDT 0x00000000435F4000 000044 (v01 SECCSD A M I    01072009 AMI  01000013)
abr 17 17:56:22 archlinux kernel: ACPI: Reserving FACP table memory at [mem 0x4367a000-0x4367a113]
abr 17 17:56:22 archlinux kernel: ACPI: Reserving DSDT table memory at [mem 0x43626000-0x43679d2f]
abr 17 17:56:22 archlinux kernel: ACPI: Reserving FACS table memory at [mem 0x43737000-0x4373703f]
abr 17 17:56:22 archlinux kernel: ACPI: Reserving MCFG table memory at [mem 0x4367e000-0x4367e03b]
abr 17 17:56:22 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x4367b000-0x4367d55c]
abr 17 17:56:22 archlinux kernel: ACPI: Reserving FIDT table memory at [mem 0x43625000-0x4362509b]
abr 17 17:56:22 archlinux kernel: ACPI: Reserving MSDM table memory at [mem 0x43624000-0x43624054]
abr 17 17:56:22 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x43620000-0x43623d0d]
abr 17 17:56:22 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x4361d000-0x4361fcc6]
abr 17 17:56:22 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x43619000-0x4361c34f]
abr 17 17:56:22 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x4360d000-0x436181b1]
abr 17 17:56:22 archlinux kernel: ACPI: Reserving HPET table memory at [mem 0x4360c000-0x4360c037]
abr 17 17:56:22 archlinux kernel: ACPI: Reserving APIC table memory at [mem 0x4360b000-0x4360b12b]
abr 17 17:56:22 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x43605000-0x4360ac76]
abr 17 17:56:22 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x43604000-0x43604e10]
abr 17 17:56:22 archlinux kernel: ACPI: Reserving NHLT table memory at [mem 0x43603000-0x4360302c]
abr 17 17:56:22 archlinux kernel: ACPI: Reserving LPIT table memory at [mem 0x43602000-0x436020cb]
abr 17 17:56:22 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x435fe000-0x4360071f]
abr 17 17:56:22 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x435fd000-0x435fd129]
abr 17 17:56:22 archlinux kernel: ACPI: Reserving DBGP table memory at [mem 0x435fc000-0x435fc033]
abr 17 17:56:22 archlinux kernel: ACPI: Reserving DBG2 table memory at [mem 0x435fb000-0x435fb053]
abr 17 17:56:22 archlinux kernel: ACPI: Reserving DMAR table memory at [mem 0x435fa000-0x435fa087]
abr 17 17:56:22 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x435f9000-0x435f99f8]
abr 17 17:56:22 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x435f8000-0x435f8143]
abr 17 17:56:22 archlinux kernel: ACPI: Reserving BGRT table memory at [mem 0x435f7000-0x435f7037]
abr 17 17:56:22 archlinux kernel: ACPI: Reserving TPM2 table memory at [mem 0x435f6000-0x435f604b]
abr 17 17:56:22 archlinux kernel: ACPI: Reserving PTDT table memory at [mem 0x435f5000-0x435f5d43]
abr 17 17:56:22 archlinux kernel: ACPI: Reserving WSMT table memory at [mem 0x43601000-0x43601027]
abr 17 17:56:22 archlinux kernel: ACPI: Reserving FPDT table memory at [mem 0x435f4000-0x435f4043]
abr 17 17:56:22 archlinux kernel: No NUMA configuration found
abr 17 17:56:22 archlinux kernel: Faking a node at [mem 0x0000000000000000-0x00000002b07fffff]
abr 17 17:56:22 archlinux kernel: NODE_DATA(0) allocated [mem 0x2b07fb000-0x2b07fffff]
abr 17 17:56:22 archlinux kernel: Zone ranges:
abr 17 17:56:22 archlinux kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
abr 17 17:56:22 archlinux kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
abr 17 17:56:22 archlinux kernel:   Normal   [mem 0x0000000100000000-0x00000002b07fffff]
abr 17 17:56:22 archlinux kernel:   Device   empty
abr 17 17:56:22 archlinux kernel: Movable zone start for each node
abr 17 17:56:22 archlinux kernel: Early memory node ranges
abr 17 17:56:22 archlinux kernel:   node   0: [mem 0x0000000000001000-0x000000000009efff]
abr 17 17:56:22 archlinux kernel:   node   0: [mem 0x0000000000100000-0x000000003dfc9fff]
abr 17 17:56:22 archlinux kernel:   node   0: [mem 0x000000003dfcb000-0x000000003e3bbfff]
abr 17 17:56:22 archlinux kernel:   node   0: [mem 0x00000000447ff000-0x00000000447fffff]
abr 17 17:56:22 archlinux kernel:   node   0: [mem 0x0000000100000000-0x00000002b07fffff]
abr 17 17:56:22 archlinux kernel: Initmem setup node 0 [mem 0x0000000000001000-0x00000002b07fffff]
abr 17 17:56:22 archlinux kernel: On node 0, zone DMA: 1 pages in unavailable ranges
abr 17 17:56:22 archlinux kernel: On node 0, zone DMA: 97 pages in unavailable ranges
abr 17 17:56:22 archlinux kernel: On node 0, zone DMA32: 1 pages in unavailable ranges
abr 17 17:56:22 archlinux kernel: On node 0, zone DMA32: 25667 pages in unavailable ranges
abr 17 17:56:22 archlinux kernel: On node 0, zone Normal: 14336 pages in unavailable ranges
abr 17 17:56:22 archlinux kernel: On node 0, zone Normal: 30720 pages in unavailable ranges
abr 17 17:56:22 archlinux kernel: Reserving Intel graphics memory at [mem 0x4d800000-0x4f7fffff]
abr 17 17:56:22 archlinux kernel: ACPI: PM-Timer IO Port: 0x1808
abr 17 17:56:22 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
abr 17 17:56:22 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
abr 17 17:56:22 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
abr 17 17:56:22 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
abr 17 17:56:22 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
abr 17 17:56:22 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
abr 17 17:56:22 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
abr 17 17:56:22 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
abr 17 17:56:22 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
abr 17 17:56:22 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
abr 17 17:56:22 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
abr 17 17:56:22 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
abr 17 17:56:22 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
abr 17 17:56:22 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
abr 17 17:56:22 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
abr 17 17:56:22 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
abr 17 17:56:22 archlinux kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
abr 17 17:56:22 archlinux kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
abr 17 17:56:22 archlinux kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
abr 17 17:56:22 archlinux kernel: ACPI: Using ACPI (MADT) for SMP configuration information
abr 17 17:56:22 archlinux kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
abr 17 17:56:22 archlinux kernel: e820: update [mem 0x39963000-0x3997dfff] usable ==> reserved
abr 17 17:56:22 archlinux kernel: TSC deadline timer available
abr 17 17:56:22 archlinux kernel: smpboot: Allowing 8 CPUs, 0 hotplug CPUs
abr 17 17:56:22 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
abr 17 17:56:22 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000fffff]
abr 17 17:56:22 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x39963000-0x3997dfff]
abr 17 17:56:22 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x3c11b000-0x3c11bfff]
abr 17 17:56:22 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x3dfca000-0x3dfcafff]
abr 17 17:56:22 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x3e3bc000-0x435b4fff]
abr 17 17:56:22 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x435b5000-0x43680fff]
abr 17 17:56:22 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x43681000-0x4373afff]
abr 17 17:56:22 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x4373b000-0x4473afff]
abr 17 17:56:22 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x4473b000-0x447fefff]
abr 17 17:56:22 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x44800000-0x4affffff]
abr 17 17:56:22 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x4b000000-0x4b2fffff]
abr 17 17:56:22 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x4b300000-0x4f7fffff]
abr 17 17:56:22 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x4f800000-0xfdffffff]
abr 17 17:56:22 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
abr 17 17:56:22 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
abr 17 17:56:22 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
abr 17 17:56:22 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
abr 17 17:56:22 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
abr 17 17:56:22 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed1ffff]
abr 17 17:56:22 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xfed7ffff]
abr 17 17:56:22 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfedfffff]
abr 17 17:56:22 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
abr 17 17:56:22 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xffffffff]
abr 17 17:56:22 archlinux kernel: [mem 0x4f800000-0xfdffffff] available for PCI devices
abr 17 17:56:22 archlinux kernel: Booting paravirtualized kernel on bare hardware
abr 17 17:56:22 archlinux kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
abr 17 17:56:22 archlinux kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
abr 17 17:56:22 archlinux kernel: percpu: Embedded 63 pages/cpu s221184 r8192 d28672 u262144
abr 17 17:56:22 archlinux kernel: pcpu-alloc: s221184 r8192 d28672 u262144 alloc=1*2097152
abr 17 17:56:22 archlinux kernel: pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
abr 17 17:56:22 archlinux kernel: Fallback order for Node 0: 0 
abr 17 17:56:22 archlinux kernel: Built 1 zonelists, mobility grouping on.  Total pages: 1994509
abr 17 17:56:22 archlinux kernel: Policy zone: Normal
abr 17 17:56:22 archlinux kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=75fb575c-2b60-4394-922a-447ef0188601 rw
abr 17 17:56:22 archlinux kernel: Unknown kernel command line parameters "BOOT_IMAGE=/vmlinuz-linux", will be passed to user space.
abr 17 17:56:22 archlinux kernel: random: crng init done
abr 17 17:56:22 archlinux kernel: Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
abr 17 17:56:22 archlinux kernel: Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
abr 17 17:56:22 archlinux kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
abr 17 17:56:22 archlinux kernel: software IO TLB: area num 8.
abr 17 17:56:22 archlinux kernel: Memory: 7727464K/8105320K available (16384K kernel code, 2097K rwdata, 12628K rodata, 3276K init, 4100K bss, 377596K reserved, 0K cma-reserved)
abr 17 17:56:22 archlinux kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
abr 17 17:56:22 archlinux kernel: ftrace: allocating 46876 entries in 184 pages
abr 17 17:56:22 archlinux kernel: ftrace: allocated 184 pages with 4 groups
abr 17 17:56:22 archlinux kernel: Dynamic Preempt: full
abr 17 17:56:22 archlinux kernel: rcu: Preemptible hierarchical RCU implementation.
abr 17 17:56:22 archlinux kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=8.
abr 17 17:56:22 archlinux kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
abr 17 17:56:22 archlinux kernel:         Trampoline variant of Tasks RCU enabled.
abr 17 17:56:22 archlinux kernel:         Rude variant of Tasks RCU enabled.
abr 17 17:56:22 archlinux kernel:         Tracing variant of Tasks RCU enabled.
abr 17 17:56:22 archlinux kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
abr 17 17:56:22 archlinux kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
abr 17 17:56:22 archlinux kernel: NR_IRQS: 20736, nr_irqs: 2048, preallocated irqs: 16
abr 17 17:56:22 archlinux kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
abr 17 17:56:22 archlinux kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
abr 17 17:56:22 archlinux kernel: Console: colour dummy device 80x25
abr 17 17:56:22 archlinux kernel: printk: console [tty0] enabled
abr 17 17:56:22 archlinux kernel: ACPI: Core revision 20221020
abr 17 17:56:22 archlinux kernel: hpet: HPET dysfunctional in PC10. Force disabled.
abr 17 17:56:22 archlinux kernel: APIC: Switch to symmetric I/O mode setup
abr 17 17:56:22 archlinux kernel: DMAR: Host address width 39
abr 17 17:56:22 archlinux kernel: DMAR: DRHD base: 0x000000fed90000 flags: 0x0
abr 17 17:56:22 archlinux kernel: DMAR: dmar0: reg_base_addr fed90000 ver 4:0 cap 1c0000c40660462 ecap 69e2ff0505e
abr 17 17:56:22 archlinux kernel: DMAR: DRHD base: 0x000000fed91000 flags: 0x1
abr 17 17:56:22 archlinux kernel: DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
abr 17 17:56:22 archlinux kernel: DMAR: RMRR base: 0x0000004d000000 end: 0x0000004f7fffff
abr 17 17:56:22 archlinux kernel: DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
abr 17 17:56:22 archlinux kernel: DMAR-IR: HPET id 0 under DRHD base 0xfed91000
abr 17 17:56:22 archlinux kernel: DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
abr 17 17:56:22 archlinux kernel: DMAR-IR: Enabled IRQ remapping in x2apic mode
abr 17 17:56:22 archlinux kernel: x2apic enabled
abr 17 17:56:22 archlinux kernel: Switched APIC routing to cluster x2apic.
abr 17 17:56:22 archlinux kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x22df1149949, max_idle_ns: 440795312789 ns
abr 17 17:56:22 archlinux kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 4840.00 BogoMIPS (lpj=8064000)
abr 17 17:56:22 archlinux kernel: pid_max: default: 32768 minimum: 301
abr 17 17:56:22 archlinux kernel: LSM: initializing lsm=capability,landlock,lockdown,yama,integrity,bpf
abr 17 17:56:22 archlinux kernel: landlock: Up and running.
abr 17 17:56:22 archlinux kernel: Yama: becoming mindful.
abr 17 17:56:22 archlinux kernel: LSM support for eBPF active
abr 17 17:56:22 archlinux kernel: Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
abr 17 17:56:22 archlinux kernel: Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
abr 17 17:56:22 archlinux kernel: CPU0: Thermal monitoring enabled (TM1)
abr 17 17:56:22 archlinux kernel: x86/cpu: User Mode Instruction Prevention (UMIP) activated
abr 17 17:56:22 archlinux kernel: process: using mwait in idle threads
abr 17 17:56:22 archlinux kernel: CET detected: Indirect Branch Tracking enabled
abr 17 17:56:22 archlinux kernel: Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
abr 17 17:56:22 archlinux kernel: Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
abr 17 17:56:22 archlinux kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
abr 17 17:56:22 archlinux kernel: Spectre V2 : Mitigation: Enhanced IBRS
abr 17 17:56:22 archlinux kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
abr 17 17:56:22 archlinux kernel: Spectre V2 : Spectre v2 / PBRSB-eIBRS: Retire a single CALL on VMEXIT
abr 17 17:56:22 archlinux kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
abr 17 17:56:22 archlinux kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
abr 17 17:56:22 archlinux kernel: Freeing SMP alternatives memory: 40K
abr 17 17:56:22 archlinux kernel: smpboot: CPU0: 11th Gen Intel(R) Core(TM) i5-1135G7 @ 2.40GHz (family: 0x6, model: 0x8c, stepping: 0x1)
abr 17 17:56:22 archlinux kernel: cblist_init_generic: Setting adjustable number of callback queues.
abr 17 17:56:22 archlinux kernel: cblist_init_generic: Setting shift to 3 and lim to 1.
abr 17 17:56:22 archlinux kernel: cblist_init_generic: Setting shift to 3 and lim to 1.
abr 17 17:56:22 archlinux kernel: cblist_init_generic: Setting shift to 3 and lim to 1.
abr 17 17:56:22 archlinux kernel: Performance Events: PEBS fmt4+-baseline,  AnyThread deprecated, Icelake events, 32-deep LBR, full-width counters, Intel PMU driver.
abr 17 17:56:22 archlinux kernel: ... version:                5
abr 17 17:56:22 archlinux kernel: ... bit width:              48
abr 17 17:56:22 archlinux kernel: ... generic registers:      8
abr 17 17:56:22 archlinux kernel: ... value mask:             0000ffffffffffff
abr 17 17:56:22 archlinux kernel: ... max period:             00007fffffffffff
abr 17 17:56:22 archlinux kernel: ... fixed-purpose events:   4
abr 17 17:56:22 archlinux kernel: ... event mask:             0001000f000000ff
abr 17 17:56:22 archlinux kernel: Estimated ratio of average max frequency by base frequency (times 1024): 1621
abr 17 17:56:22 archlinux kernel: rcu: Hierarchical SRCU implementation.
abr 17 17:56:22 archlinux kernel: rcu:         Max phase no-delay instances is 1000.
abr 17 17:56:22 archlinux kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
abr 17 17:56:22 archlinux kernel: smp: Bringing up secondary CPUs ...
abr 17 17:56:22 archlinux kernel: x86: Booting SMP configuration:
abr 17 17:56:22 archlinux kernel: .... node  #0, CPUs:      #1 #2 #3 #4 #5 #6 #7
abr 17 17:56:22 archlinux kernel: smp: Brought up 1 node, 8 CPUs
abr 17 17:56:22 archlinux kernel: smpboot: Max logical packages: 1
abr 17 17:56:22 archlinux kernel: smpboot: Total of 8 processors activated (38722.00 BogoMIPS)
abr 17 17:56:22 archlinux kernel: devtmpfs: initialized
abr 17 17:56:22 archlinux kernel: x86/mm: Memory block size: 128MB
abr 17 17:56:22 archlinux kernel: ACPI: PM: Registering ACPI NVS region [mem 0x43681000-0x4373afff] (761856 bytes)
abr 17 17:56:22 archlinux kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
abr 17 17:56:22 archlinux kernel: futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
abr 17 17:56:22 archlinux kernel: pinctrl core: initialized pinctrl subsystem
abr 17 17:56:22 archlinux kernel: PM: RTC time: 20:56:19, date: 2023-04-17
abr 17 17:56:22 archlinux kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
abr 17 17:56:22 archlinux kernel: DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
abr 17 17:56:22 archlinux kernel: DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
abr 17 17:56:22 archlinux kernel: DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
abr 17 17:56:22 archlinux kernel: audit: initializing netlink subsys (disabled)
abr 17 17:56:22 archlinux kernel: audit: type=2000 audit(1681764979.023:1): state=initialized audit_enabled=0 res=1
abr 17 17:56:22 archlinux kernel: thermal_sys: Registered thermal governor 'fair_share'
abr 17 17:56:22 archlinux kernel: thermal_sys: Registered thermal governor 'bang_bang'
abr 17 17:56:22 archlinux kernel: thermal_sys: Registered thermal governor 'step_wise'
abr 17 17:56:22 archlinux kernel: thermal_sys: Registered thermal governor 'user_space'
abr 17 17:56:22 archlinux kernel: thermal_sys: Registered thermal governor 'power_allocator'
abr 17 17:56:22 archlinux kernel: cpuidle: using governor ladder
abr 17 17:56:22 archlinux kernel: cpuidle: using governor menu
abr 17 17:56:22 archlinux kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
abr 17 17:56:22 archlinux kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xc0000000-0xcfffffff] (base 0xc0000000)
abr 17 17:56:22 archlinux kernel: PCI: not using MMCONFIG
abr 17 17:56:22 archlinux kernel: PCI: Using configuration type 1 for base access
abr 17 17:56:22 archlinux kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
abr 17 17:56:22 archlinux kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
abr 17 17:56:22 archlinux kernel: HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
abr 17 17:56:22 archlinux kernel: HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
abr 17 17:56:22 archlinux kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
abr 17 17:56:22 archlinux kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
abr 17 17:56:22 archlinux kernel: ACPI: Added _OSI(Module Device)
abr 17 17:56:22 archlinux kernel: ACPI: Added _OSI(Processor Device)
abr 17 17:56:22 archlinux kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
abr 17 17:56:22 archlinux kernel: ACPI: Added _OSI(Processor Aggregator Device)
abr 17 17:56:22 archlinux kernel: ACPI: 12 ACPI AML tables successfully acquired and loaded
abr 17 17:56:22 archlinux kernel: ACPI: Dynamic OEM Table Load:
abr 17 17:56:22 archlinux kernel: ACPI: SSDT 0xFFFF8FDF014FA000 0001CB (v02 PmRef  Cpu0Psd  00003000 INTL 20191018)
abr 17 17:56:22 archlinux kernel: ACPI: \_SB_.PR00: _OSC native thermal LVT Acked
abr 17 17:56:22 archlinux kernel: ACPI: Dynamic OEM Table Load:
abr 17 17:56:22 archlinux kernel: ACPI: SSDT 0xFFFF8FDF0167BC00 000394 (v02 PmRef  Cpu0Cst  00003001 INTL 20191018)
abr 17 17:56:22 archlinux kernel: ACPI: Dynamic OEM Table Load:
abr 17 17:56:22 archlinux kernel: ACPI: SSDT 0xFFFF8FDF0168C800 0005C3 (v02 PmRef  Cpu0Ist  00003000 INTL 20191018)
abr 17 17:56:22 archlinux kernel: ACPI: Dynamic OEM Table Load:
abr 17 17:56:22 archlinux kernel: ACPI: SSDT 0xFFFF8FDF0167C800 000266 (v02 PmRef  Cpu0Hwp  00003000 INTL 20191018)
abr 17 17:56:22 archlinux kernel: ACPI: Dynamic OEM Table Load:
abr 17 17:56:22 archlinux kernel: ACPI: SSDT 0xFFFF8FDF01682000 0008E7 (v02 PmRef  ApIst    00003000 INTL 20191018)
abr 17 17:56:22 archlinux kernel: ACPI: Dynamic OEM Table Load:
abr 17 17:56:22 archlinux kernel: ACPI: SSDT 0xFFFF8FDF0168A800 00048A (v02 PmRef  ApHwp    00003000 INTL 20191018)
abr 17 17:56:22 archlinux kernel: ACPI: Dynamic OEM Table Load:
abr 17 17:56:22 archlinux kernel: ACPI: SSDT 0xFFFF8FDF0168D000 0004D4 (v02 PmRef  ApPsd    00003000 INTL 20191018)
abr 17 17:56:22 archlinux kernel: ACPI: Dynamic OEM Table Load:
abr 17 17:56:22 archlinux kernel: ACPI: SSDT 0xFFFF8FDF0168D800 00048A (v02 PmRef  ApCst    00003000 INTL 20191018)
abr 17 17:56:22 archlinux kernel: ACPI: EC: EC started
abr 17 17:56:22 archlinux kernel: ACPI: EC: interrupt blocked
abr 17 17:56:22 archlinux kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
abr 17 17:56:22 archlinux kernel: ACPI: \_SB_.PC00.LPCB.H_EC: Boot DSDT EC used to handle transactions
abr 17 17:56:22 archlinux kernel: ACPI: Interpreter enabled
abr 17 17:56:22 archlinux kernel: ACPI: PM: (supports S0 S3 S4 S5)
abr 17 17:56:22 archlinux kernel: ACPI: Using IOAPIC for interrupt routing
abr 17 17:56:22 archlinux kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xc0000000-0xcfffffff] (base 0xc0000000)
abr 17 17:56:22 archlinux kernel: PCI: MMCONFIG at [mem 0xc0000000-0xcfffffff] reserved as ACPI motherboard resource
abr 17 17:56:22 archlinux kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
abr 17 17:56:22 archlinux kernel: PCI: Using E820 reservations for host bridge windows
abr 17 17:56:22 archlinux kernel: ACPI: Enabled 8 GPEs in block 00 to 7F
abr 17 17:56:22 archlinux kernel: ACPI: \_SB_.PC00.RP04.PXP_: New power resource
abr 17 17:56:22 archlinux kernel: ACPI: \_SB_.PC00.RP05.PXP_: New power resource
abr 17 17:56:22 archlinux kernel: ACPI: \_SB_.PC00.RP08.PXP_: New power resource
abr 17 17:56:22 archlinux kernel: ACPI: \_SB_.PC00.XHCI.RHUB.HS10.BTRT: New power resource
abr 17 17:56:22 archlinux kernel: ACPI: \_SB_.PC00.PAUD: New power resource
abr 17 17:56:22 archlinux kernel: ACPI: \_SB_.PC00.SAT0.VOL0.V0PR: New power resource
abr 17 17:56:22 archlinux kernel: ACPI: \_SB_.PC00.SAT0.VOL1.V1PR: New power resource
abr 17 17:56:22 archlinux kernel: ACPI: \_SB_.PC00.SAT0.VOL2.V2PR: New power resource
abr 17 17:56:22 archlinux kernel: ACPI: \_SB_.PC00.I2C0.PXTC: New power resource
abr 17 17:56:22 archlinux kernel: ACPI: \_SB_.PC00.I2C0.PTPL: New power resource
abr 17 17:56:22 archlinux kernel: ACPI: \_SB_.PC00.I2C1.PXTC: New power resource
abr 17 17:56:22 archlinux kernel: ACPI: \_SB_.PC00.I2C2.PXTC: New power resource
abr 17 17:56:22 archlinux kernel: ACPI: \_SB_.PC00.CNVW.WRST: New power resource
abr 17 17:56:22 archlinux kernel: ACPI: \_SB_.PC00.TBT0: New power resource
abr 17 17:56:22 archlinux kernel: ACPI: \_SB_.PC00.TBT1: New power resource
abr 17 17:56:22 archlinux kernel: ACPI: \_SB_.PC00.D3C_: New power resource
abr 17 17:56:22 archlinux kernel: ACPI: \_TZ_.FN00: New power resource
abr 17 17:56:22 archlinux kernel: ACPI: \_TZ_.FN01: New power resource
abr 17 17:56:22 archlinux kernel: ACPI: \_TZ_.FN02: New power resource
abr 17 17:56:22 archlinux kernel: ACPI: \_TZ_.FN03: New power resource
abr 17 17:56:22 archlinux kernel: ACPI: \_TZ_.FN04: New power resource
abr 17 17:56:22 archlinux kernel: ACPI: \PIN_: New power resource
abr 17 17:56:22 archlinux kernel: ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-fe])
abr 17 17:56:22 archlinux kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
abr 17 17:56:22 archlinux kernel: acpi PNP0A08:00: _OSC: platform does not support [AER]
abr 17 17:56:22 archlinux kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability LTR DPC]
abr 17 17:56:22 archlinux kernel: PCI host bridge to bus 0000:00
abr 17 17:56:22 archlinux kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
abr 17 17:56:22 archlinux kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
abr 17 17:56:22 archlinux kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
abr 17 17:56:22 archlinux kernel: pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000fffff window]
abr 17 17:56:22 archlinux kernel: pci_bus 0000:00: root bus resource [mem 0x4f800000-0xbfffffff window]
abr 17 17:56:22 archlinux kernel: pci_bus 0000:00: root bus resource [mem 0x4000000000-0x7fffffffff window]
abr 17 17:56:22 archlinux kernel: pci_bus 0000:00: root bus resource [bus 00-fe]
abr 17 17:56:22 archlinux kernel: pci 0000:00:00.0: [8086:9a14] type 00 class 0x060000
abr 17 17:56:22 archlinux kernel: pci 0000:00:02.0: [8086:9a49] type 00 class 0x030000
abr 17 17:56:22 archlinux kernel: pci 0000:00:02.0: reg 0x10: [mem 0x6000000000-0x6000ffffff 64bit]
abr 17 17:56:22 archlinux kernel: pci 0000:00:02.0: reg 0x18: [mem 0x4000000000-0x400fffffff 64bit pref]
abr 17 17:56:22 archlinux kernel: pci 0000:00:02.0: reg 0x20: [io  0x4000-0x403f]
abr 17 17:56:22 archlinux kernel: pci 0000:00:02.0: BAR 2: assigned to efifb
abr 17 17:56:22 archlinux kernel: pci 0000:00:02.0: DMAR: Skip IOMMU disabling for graphics
abr 17 17:56:22 archlinux kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
abr 17 17:56:22 archlinux kernel: pci 0000:00:02.0: reg 0x344: [mem 0x00000000-0x00ffffff 64bit]
abr 17 17:56:22 archlinux kernel: pci 0000:00:02.0: VF(n) BAR0 space: [mem 0x00000000-0x06ffffff 64bit] (contains BAR0 for 7 VFs)
abr 17 17:56:22 archlinux kernel: pci 0000:00:02.0: reg 0x34c: [mem 0x00000000-0x1fffffff 64bit pref]
abr 17 17:56:22 archlinux kernel: pci 0000:00:02.0: VF(n) BAR2 space: [mem 0x00000000-0xdfffffff 64bit pref] (contains BAR2 for 7 VFs)
abr 17 17:56:22 archlinux kernel: pci 0000:00:04.0: [8086:9a03] type 00 class 0x118000
abr 17 17:56:22 archlinux kernel: pci 0000:00:04.0: reg 0x10: [mem 0x6001100000-0x600111ffff 64bit]
abr 17 17:56:22 archlinux kernel: pci 0000:00:08.0: [8086:9a11] type 00 class 0x088000
abr 17 17:56:22 archlinux kernel: pci 0000:00:08.0: reg 0x10: [mem 0x6001150000-0x6001150fff 64bit]
abr 17 17:56:22 archlinux kernel: pci 0000:00:0d.0: [8086:9a13] type 00 class 0x0c0330
abr 17 17:56:22 archlinux kernel: pci 0000:00:0d.0: reg 0x10: [mem 0x6001130000-0x600113ffff 64bit]
abr 17 17:56:22 archlinux kernel: pci 0000:00:0d.0: PME# supported from D3hot D3cold
abr 17 17:56:22 archlinux kernel: pci 0000:00:14.0: [8086:a0ed] type 00 class 0x0c0330
abr 17 17:56:22 archlinux kernel: pci 0000:00:14.0: reg 0x10: [mem 0x6001120000-0x600112ffff 64bit]
abr 17 17:56:22 archlinux kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
abr 17 17:56:22 archlinux kernel: pci 0000:00:14.2: [8086:a0ef] type 00 class 0x050000
abr 17 17:56:22 archlinux kernel: pci 0000:00:14.2: reg 0x10: [mem 0x6001148000-0x600114bfff 64bit]
abr 17 17:56:22 archlinux kernel: pci 0000:00:14.2: reg 0x18: [mem 0x600114f000-0x600114ffff 64bit]
abr 17 17:56:22 archlinux kernel: pci 0000:00:14.3: [8086:a0f0] type 00 class 0x028000
abr 17 17:56:22 archlinux kernel: pci 0000:00:14.3: reg 0x10: [mem 0x6001144000-0x6001147fff 64bit]
abr 17 17:56:22 archlinux kernel: pci 0000:00:14.3: PME# supported from D0 D3hot D3cold
abr 17 17:56:22 archlinux kernel: pci 0000:00:15.0: [8086:a0e8] type 00 class 0x0c8000
abr 17 17:56:22 archlinux kernel: pci 0000:00:15.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
abr 17 17:56:22 archlinux kernel: pci 0000:00:16.0: [8086:a0e0] type 00 class 0x078000
abr 17 17:56:22 archlinux kernel: pci 0000:00:16.0: reg 0x10: [mem 0x600114d000-0x600114dfff 64bit]
abr 17 17:56:22 archlinux kernel: pci 0000:00:16.0: PME# supported from D3hot
abr 17 17:56:22 archlinux kernel: pci 0000:00:17.0: [8086:a0d3] type 00 class 0x010601
abr 17 17:56:22 archlinux kernel: pci 0000:00:17.0: reg 0x10: [mem 0x4fb00000-0x4fb01fff]
abr 17 17:56:22 archlinux kernel: pci 0000:00:17.0: reg 0x14: [mem 0x4fb03000-0x4fb030ff]
abr 17 17:56:22 archlinux kernel: pci 0000:00:17.0: reg 0x18: [io  0x4090-0x4097]
abr 17 17:56:22 archlinux kernel: pci 0000:00:17.0: reg 0x1c: [io  0x4080-0x4083]
abr 17 17:56:22 archlinux kernel: pci 0000:00:17.0: reg 0x20: [io  0x4060-0x407f]
abr 17 17:56:22 archlinux kernel: pci 0000:00:17.0: reg 0x24: [mem 0x4fb02000-0x4fb027ff]
abr 17 17:56:22 archlinux kernel: pci 0000:00:17.0: PME# supported from D3hot
abr 17 17:56:22 archlinux kernel: pci 0000:00:1c.0: [8086:a0bc] type 01 class 0x060400
abr 17 17:56:22 archlinux kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
abr 17 17:56:22 archlinux kernel: pci 0000:00:1c.0: PTM enabled (root), 4ns granularity
abr 17 17:56:22 archlinux kernel: pci 0000:00:1d.0: [8086:a0b0] type 01 class 0x060400
abr 17 17:56:22 archlinux kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
abr 17 17:56:22 archlinux kernel: pci 0000:00:1d.0: PTM enabled (root), 4ns granularity
abr 17 17:56:22 archlinux kernel: pci 0000:00:1d.1: [8086:a0b1] type 01 class 0x060400
abr 17 17:56:22 archlinux kernel: pci 0000:00:1d.1: PME# supported from D0 D3hot D3cold
abr 17 17:56:22 archlinux kernel: pci 0000:00:1d.1: PTM enabled (root), 4ns granularity
abr 17 17:56:22 archlinux kernel: pci 0000:00:1f.0: [8086:a082] type 00 class 0x060100
abr 17 17:56:22 archlinux kernel: pci 0000:00:1f.3: [8086:a0c8] type 00 class 0x040380
abr 17 17:56:22 archlinux kernel: pci 0000:00:1f.3: reg 0x10: [mem 0x6001140000-0x6001143fff 64bit]
abr 17 17:56:22 archlinux kernel: pci 0000:00:1f.3: reg 0x20: [mem 0x6001000000-0x60010fffff 64bit]
abr 17 17:56:22 archlinux kernel: pci 0000:00:1f.3: PME# supported from D3hot D3cold
abr 17 17:56:22 archlinux kernel: pci 0000:00:1f.4: [8086:a0a3] type 00 class 0x0c0500
abr 17 17:56:22 archlinux kernel: pci 0000:00:1f.4: reg 0x10: [mem 0x600114c000-0x600114c0ff 64bit]
abr 17 17:56:22 archlinux kernel: pci 0000:00:1f.4: reg 0x20: [io  0xefa0-0xefbf]
abr 17 17:56:22 archlinux kernel: pci 0000:00:1f.5: [8086:a0a4] type 00 class 0x0c8000
abr 17 17:56:22 archlinux kernel: pci 0000:00:1f.5: reg 0x10: [mem 0xfe010000-0xfe010fff]
abr 17 17:56:22 archlinux kernel: pci 0000:01:00.0: [144d:a809] type 00 class 0x010802
abr 17 17:56:22 archlinux kernel: pci 0000:01:00.0: reg 0x10: [mem 0x4fa00000-0x4fa03fff 64bit]
abr 17 17:56:22 archlinux kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
abr 17 17:56:22 archlinux kernel: pci 0000:00:1c.0:   bridge window [mem 0x4fa00000-0x4fafffff]
abr 17 17:56:22 archlinux kernel: pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000
abr 17 17:56:22 archlinux kernel: pci 0000:02:00.0: reg 0x10: [io  0x3000-0x30ff]
abr 17 17:56:22 archlinux kernel: pci 0000:02:00.0: reg 0x18: [mem 0x4f904000-0x4f904fff 64bit]
abr 17 17:56:22 archlinux kernel: pci 0000:02:00.0: reg 0x20: [mem 0x4f900000-0x4f903fff 64bit]
abr 17 17:56:22 archlinux kernel: pci 0000:02:00.0: supports D1 D2
abr 17 17:56:22 archlinux kernel: pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
abr 17 17:56:22 archlinux kernel: pci 0000:00:1d.0: PCI bridge to [bus 02]
abr 17 17:56:22 archlinux kernel: pci 0000:00:1d.0:   bridge window [io  0x3000-0x3fff]
abr 17 17:56:22 archlinux kernel: pci 0000:00:1d.0:   bridge window [mem 0x4f900000-0x4f9fffff]
abr 17 17:56:22 archlinux kernel: pci 0000:03:00.0: [1217:8621] type 00 class 0x080501
abr 17 17:56:22 archlinux kernel: pci 0000:03:00.0: reg 0x10: [mem 0x4f801000-0x4f801fff]
abr 17 17:56:22 archlinux kernel: pci 0000:03:00.0: reg 0x14: [mem 0x4f800000-0x4f8007ff]
abr 17 17:56:22 archlinux kernel: pci 0000:03:00.0: PME# supported from D3hot D3cold
abr 17 17:56:22 archlinux kernel: pci 0000:00:1d.1: PCI bridge to [bus 03]
abr 17 17:56:22 archlinux kernel: pci 0000:00:1d.1:   bridge window [mem 0x4f800000-0x4f8fffff]
abr 17 17:56:22 archlinux kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 0
abr 17 17:56:22 archlinux kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 1
abr 17 17:56:22 archlinux kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 0
abr 17 17:56:22 archlinux kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 0
abr 17 17:56:22 archlinux kernel: ACPI: PCI: Interrupt link LNKE configured for IRQ 0
abr 17 17:56:22 archlinux kernel: ACPI: PCI: Interrupt link LNKF configured for IRQ 0
abr 17 17:56:22 archlinux kernel: ACPI: PCI: Interrupt link LNKG configured for IRQ 0
abr 17 17:56:22 archlinux kernel: ACPI: PCI: Interrupt link LNKH configured for IRQ 0
abr 17 17:56:22 archlinux kernel: Low-power S0 idle used by default for system suspend
abr 17 17:56:22 archlinux kernel: ACPI: EC: interrupt unblocked
abr 17 17:56:22 archlinux kernel: ACPI: EC: event unblocked
abr 17 17:56:22 archlinux kernel: ACPI: EC: 0 stale EC events cleared
abr 17 17:56:22 archlinux kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
abr 17 17:56:22 archlinux kernel: ACPI: EC: GPE=0x6e
abr 17 17:56:22 archlinux kernel: ACPI: \_SB_.PC00.LPCB.H_EC: Boot DSDT EC initialization complete
abr 17 17:56:22 archlinux kernel: ACPI: \_SB_.PC00.LPCB.H_EC: EC: Used to handle transactions and events
abr 17 17:56:22 archlinux kernel: iommu: Default domain type: Translated 
abr 17 17:56:22 archlinux kernel: iommu: DMA domain TLB invalidation policy: lazy mode 
abr 17 17:56:22 archlinux kernel: SCSI subsystem initialized
abr 17 17:56:22 archlinux kernel: libata version 3.00 loaded.
abr 17 17:56:22 archlinux kernel: ACPI: bus type USB registered
abr 17 17:56:22 archlinux kernel: usbcore: registered new interface driver usbfs
abr 17 17:56:22 archlinux kernel: usbcore: registered new interface driver hub
abr 17 17:56:22 archlinux kernel: usbcore: registered new device driver usb
abr 17 17:56:22 archlinux kernel: pps_core: LinuxPPS API ver. 1 registered
abr 17 17:56:22 archlinux kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
abr 17 17:56:22 archlinux kernel: PTP clock support registered
abr 17 17:56:22 archlinux kernel: EDAC MC: Ver: 3.0.0
abr 17 17:56:22 archlinux kernel: Registered efivars operations
abr 17 17:56:22 archlinux kernel: NetLabel: Initializing
abr 17 17:56:22 archlinux kernel: NetLabel:  domain hash size = 128
abr 17 17:56:22 archlinux kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
abr 17 17:56:22 archlinux kernel: NetLabel:  unlabeled traffic allowed by default
abr 17 17:56:22 archlinux kernel: mctp: management component transport protocol core
abr 17 17:56:22 archlinux kernel: NET: Registered PF_MCTP protocol family
abr 17 17:56:22 archlinux kernel: PCI: Using ACPI for IRQ routing
abr 17 17:56:22 archlinux kernel: PCI: pci_cache_line_size set to 64 bytes
abr 17 17:56:22 archlinux kernel: pci 0000:00:1f.5: can't claim BAR 0 [mem 0xfe010000-0xfe010fff]: no compatible bridge window
abr 17 17:56:22 archlinux kernel: e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
abr 17 17:56:22 archlinux kernel: e820: reserve RAM buffer [mem 0x39963000-0x3bffffff]
abr 17 17:56:22 archlinux kernel: e820: reserve RAM buffer [mem 0x3c11b000-0x3fffffff]
abr 17 17:56:22 archlinux kernel: e820: reserve RAM buffer [mem 0x3dfca000-0x3fffffff]
abr 17 17:56:22 archlinux kernel: e820: reserve RAM buffer [mem 0x3e3bc000-0x3fffffff]
abr 17 17:56:22 archlinux kernel: e820: reserve RAM buffer [mem 0x44800000-0x47ffffff]
abr 17 17:56:22 archlinux kernel: e820: reserve RAM buffer [mem 0x2b0800000-0x2b3ffffff]
abr 17 17:56:22 archlinux kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device
abr 17 17:56:22 archlinux kernel: pci 0000:00:02.0: vgaarb: bridge control possible
abr 17 17:56:22 archlinux kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
abr 17 17:56:22 archlinux kernel: vgaarb: loaded
abr 17 17:56:22 archlinux kernel: clocksource: Switched to clocksource tsc-early
abr 17 17:56:22 archlinux kernel: VFS: Disk quotas dquot_6.6.0
abr 17 17:56:22 archlinux kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
abr 17 17:56:22 archlinux kernel: pnp: PnP ACPI init
abr 17 17:56:22 archlinux kernel: system 00:00: [io  0x0680-0x069f] has been reserved
abr 17 17:56:22 archlinux kernel: system 00:00: [io  0x164e-0x164f] has been reserved
abr 17 17:56:22 archlinux kernel: system 00:01: [io  0x1854-0x1857] has been reserved
abr 17 17:56:22 archlinux kernel: pnp 00:03: disabling [mem 0xc0000000-0xcfffffff] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
abr 17 17:56:22 archlinux kernel: system 00:03: [mem 0xfedc0000-0xfedc7fff] has been reserved
abr 17 17:56:22 archlinux kernel: system 00:03: [mem 0xfeda0000-0xfeda0fff] has been reserved
abr 17 17:56:22 archlinux kernel: system 00:03: [mem 0xfeda1000-0xfeda1fff] has been reserved
abr 17 17:56:22 archlinux kernel: system 00:03: [mem 0xfed20000-0xfed7ffff] could not be reserved
abr 17 17:56:22 archlinux kernel: system 00:03: [mem 0xfed90000-0xfed93fff] could not be reserved
abr 17 17:56:22 archlinux kernel: system 00:03: [mem 0xfed45000-0xfed8ffff] could not be reserved
abr 17 17:56:22 archlinux kernel: system 00:03: [mem 0xfee00000-0xfeefffff] could not be reserved
abr 17 17:56:22 archlinux kernel: system 00:04: [mem 0xfe400700-0xfe4007ff] has been reserved
abr 17 17:56:22 archlinux kernel: system 00:05: [io  0x1800-0x18fe] could not be reserved
abr 17 17:56:22 archlinux kernel: system 00:05: [mem 0xfe000000-0xfe01ffff] could not be reserved
abr 17 17:56:22 archlinux kernel: system 00:05: [mem 0xfe04c000-0xfe04ffff] has been reserved
abr 17 17:56:22 archlinux kernel: system 00:05: [mem 0xfe050000-0xfe0affff] has been reserved
abr 17 17:56:22 archlinux kernel: system 00:05: [mem 0xfe0d0000-0xfe0fffff] has been reserved
abr 17 17:56:22 archlinux kernel: system 00:05: [mem 0xfe200000-0xfe7fffff] could not be reserved
abr 17 17:56:22 archlinux kernel: system 00:05: [mem 0xff000000-0xffffffff] has been reserved
abr 17 17:56:22 archlinux kernel: system 00:05: [mem 0xfd000000-0xfd68ffff] has been reserved
abr 17 17:56:22 archlinux kernel: system 00:05: [mem 0xfd6b0000-0xfd6cffff] has been reserved
abr 17 17:56:22 archlinux kernel: system 00:05: [mem 0xfd6f0000-0xfdffffff] has been reserved
abr 17 17:56:22 archlinux kernel: system 00:06: [io  0x2000-0x20fe] has been reserved
abr 17 17:56:22 archlinux kernel: pnp: PnP ACPI: found 8 devices
abr 17 17:56:22 archlinux kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
abr 17 17:56:22 archlinux kernel: NET: Registered PF_INET protocol family
abr 17 17:56:22 archlinux kernel: IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear)
abr 17 17:56:22 archlinux kernel: tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
abr 17 17:56:22 archlinux kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
abr 17 17:56:22 archlinux kernel: TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
abr 17 17:56:22 archlinux kernel: TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
abr 17 17:56:22 archlinux kernel: TCP: Hash tables configured (established 65536 bind 65536)
abr 17 17:56:22 archlinux kernel: MPTCP token hash table entries: 8192 (order: 5, 196608 bytes, linear)
abr 17 17:56:22 archlinux kernel: UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
abr 17 17:56:22 archlinux kernel: UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
abr 17 17:56:22 archlinux kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
abr 17 17:56:22 archlinux kernel: NET: Registered PF_XDP protocol family
abr 17 17:56:22 archlinux kernel: pci 0000:00:02.0: BAR 9: assigned [mem 0x4020000000-0x40ffffffff 64bit pref]
abr 17 17:56:22 archlinux kernel: pci 0000:00:02.0: BAR 7: assigned [mem 0x4010000000-0x4016ffffff 64bit]
abr 17 17:56:22 archlinux kernel: pci 0000:00:15.0: BAR 0: assigned [mem 0x4017000000-0x4017000fff 64bit]
abr 17 17:56:22 archlinux kernel: resource: avoiding allocation from e820 entry [mem 0x0009f000-0x000fffff]
abr 17 17:56:22 archlinux kernel: resource: avoiding allocation from e820 entry [mem 0x0009f000-0x000fffff]
abr 17 17:56:22 archlinux kernel: pci 0000:00:1f.5: BAR 0: assigned [mem 0x4fb04000-0x4fb04fff]
abr 17 17:56:22 archlinux kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
abr 17 17:56:22 archlinux kernel: pci 0000:00:1c.0:   bridge window [mem 0x4fa00000-0x4fafffff]
abr 17 17:56:22 archlinux kernel: pci 0000:00:1d.0: PCI bridge to [bus 02]
abr 17 17:56:22 archlinux kernel: pci 0000:00:1d.0:   bridge window [io  0x3000-0x3fff]
abr 17 17:56:22 archlinux kernel: pci 0000:00:1d.0:   bridge window [mem 0x4f900000-0x4f9fffff]
abr 17 17:56:22 archlinux kernel: pci 0000:00:1d.1: PCI bridge to [bus 03]
abr 17 17:56:22 archlinux kernel: pci 0000:00:1d.1:   bridge window [mem 0x4f800000-0x4f8fffff]
abr 17 17:56:22 archlinux kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
abr 17 17:56:22 archlinux kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
abr 17 17:56:22 archlinux kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
abr 17 17:56:22 archlinux kernel: pci_bus 0000:00: resource 7 [mem 0x000e0000-0x000fffff window]
abr 17 17:56:22 archlinux kernel: pci_bus 0000:00: resource 8 [mem 0x4f800000-0xbfffffff window]
abr 17 17:56:22 archlinux kernel: pci_bus 0000:00: resource 9 [mem 0x4000000000-0x7fffffffff window]
abr 17 17:56:22 archlinux kernel: pci_bus 0000:01: resource 1 [mem 0x4fa00000-0x4fafffff]
abr 17 17:56:22 archlinux kernel: pci_bus 0000:02: resource 0 [io  0x3000-0x3fff]
abr 17 17:56:22 archlinux kernel: pci_bus 0000:02: resource 1 [mem 0x4f900000-0x4f9fffff]
abr 17 17:56:22 archlinux kernel: pci_bus 0000:03: resource 1 [mem 0x4f800000-0x4f8fffff]
abr 17 17:56:22 archlinux kernel: PCI: CLS 64 bytes, default 64
abr 17 17:56:22 archlinux kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
abr 17 17:56:22 archlinux kernel: software IO TLB: mapped [mem 0x000000003150b000-0x000000003550b000] (64MB)
abr 17 17:56:22 archlinux kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x22df1149949, max_idle_ns: 440795312789 ns
abr 17 17:56:22 archlinux kernel: clocksource: Switched to clocksource tsc
abr 17 17:56:22 archlinux kernel: Trying to unpack rootfs image as initramfs...
abr 17 17:56:22 archlinux kernel: platform rtc_cmos: registered platform RTC device (no PNP device found)
abr 17 17:56:22 archlinux kernel: Initialise system trusted keyrings
abr 17 17:56:22 archlinux kernel: Key type blacklist registered
abr 17 17:56:22 archlinux kernel: workingset: timestamp_bits=41 max_order=21 bucket_order=0
abr 17 17:56:22 archlinux kernel: zbud: loaded
abr 17 17:56:22 archlinux kernel: integrity: Platform Keyring initialized
abr 17 17:56:22 archlinux kernel: integrity: Machine keyring initialized
abr 17 17:56:22 archlinux kernel: Key type asymmetric registered
abr 17 17:56:22 archlinux kernel: Asymmetric key parser 'x509' registered
abr 17 17:56:22 archlinux kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
abr 17 17:56:22 archlinux kernel: io scheduler mq-deadline registered
abr 17 17:56:22 archlinux kernel: io scheduler kyber registered
abr 17 17:56:22 archlinux kernel: io scheduler bfq registered
abr 17 17:56:22 archlinux kernel: pcieport 0000:00:1c.0: PME: Signaling with IRQ 122
abr 17 17:56:22 archlinux kernel: pcieport 0000:00:1d.0: PME: Signaling with IRQ 123
abr 17 17:56:22 archlinux kernel: pcieport 0000:00:1d.1: PME: Signaling with IRQ 124
abr 17 17:56:22 archlinux kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
abr 17 17:56:22 archlinux kernel: Monitor-Mwait will be used to enter C-1 state
abr 17 17:56:22 archlinux kernel: Monitor-Mwait will be used to enter C-2 state
abr 17 17:56:22 archlinux kernel: Monitor-Mwait will be used to enter C-3 state
abr 17 17:56:22 archlinux kernel: ACPI: \_SB_.PR00: Found 3 idle states
abr 17 17:56:22 archlinux kernel: ACPI: AC: AC Adapter [ADP1] (on-line)
abr 17 17:56:22 archlinux kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
abr 17 17:56:22 archlinux kernel: ACPI: button: Lid Switch [LID0]
abr 17 17:56:22 archlinux kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
abr 17 17:56:22 archlinux kernel: ACPI: button: Power Button [PWRB]
abr 17 17:56:22 archlinux kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
abr 17 17:56:22 archlinux kernel: ACPI: button: Power Button [PWRF]
abr 17 17:56:22 archlinux kernel: thermal LNXTHERM:00: registered as thermal_zone0
abr 17 17:56:22 archlinux kernel: ACPI: thermal: Thermal Zone [TZ00] (39 C)
abr 17 17:56:22 archlinux kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
abr 17 17:56:22 archlinux kernel: hpet_acpi_add: no address or irqs in _CRS
abr 17 17:56:22 archlinux kernel: Non-volatile memory driver v1.3
abr 17 17:56:22 archlinux kernel: Linux agpgart interface v0.103
abr 17 17:56:22 archlinux kernel: AMD-Vi: AMD IOMMUv2 functionality not available on this system - This is not a bug.
abr 17 17:56:22 archlinux kernel: ACPI: bus type drm_connector registered
abr 17 17:56:22 archlinux kernel: ahci 0000:00:17.0: version 3.0
abr 17 17:56:22 archlinux kernel: ahci 0000:00:17.0: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
abr 17 17:56:22 archlinux kernel: ahci 0000:00:17.0: flags: 64bit ncq sntf clo only pio slum part deso sadm sds 
abr 17 17:56:22 archlinux kernel: scsi host0: ahci
abr 17 17:56:22 archlinux kernel: ata1: SATA max UDMA/133 abar m2048@0x4fb02000 port 0x4fb02100 irq 125
abr 17 17:56:22 archlinux kernel: usbcore: registered new interface driver usbserial_generic
abr 17 17:56:22 archlinux kernel: usbserial: USB Serial support registered for generic
abr 17 17:56:22 archlinux kernel: rtc_cmos rtc_cmos: RTC can wake from S4
abr 17 17:56:22 archlinux kernel: rtc_cmos rtc_cmos: registered as rtc0
abr 17 17:56:22 archlinux kernel: rtc_cmos rtc_cmos: setting system clock to 2023-04-17T20:56:22 UTC (1681764982)
abr 17 17:56:22 archlinux kernel: rtc_cmos rtc_cmos: alarms up to one month, y3k, 114 bytes nvram
abr 17 17:56:22 archlinux kernel: intel_pstate: Intel P-state driver initializing
abr 17 17:56:22 archlinux kernel: intel_pstate: HWP enabled
abr 17 17:56:22 archlinux kernel: ledtrig-cpu: registered to indicate activity on CPUs
abr 17 17:56:22 archlinux kernel: efifb: probing for efifb
abr 17 17:56:22 archlinux kernel: efifb: framebuffer at 0x4000000000, using 8128k, total 8128k
abr 17 17:56:22 archlinux kernel: efifb: mode is 1920x1080x32, linelength=7680, pages=1
abr 17 17:56:22 archlinux kernel: efifb: scrolling: redraw
abr 17 17:56:22 archlinux kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
abr 17 17:56:22 archlinux kernel: fbcon: Deferring console take-over
abr 17 17:56:22 archlinux kernel: fb0: EFI VGA frame buffer device
abr 17 17:56:22 archlinux kernel: hid: raw HID events driver (C) Jiri Kosina
abr 17 17:56:22 archlinux kernel: intel_pmc_core INT33A1:00:  initialized
abr 17 17:56:22 archlinux kernel: drop_monitor: Initializing network drop monitor service
abr 17 17:56:22 archlinux kernel: Initializing XFRM netlink socket
abr 17 17:56:22 archlinux kernel: NET: Registered PF_INET6 protocol family
abr 17 17:56:22 archlinux kernel: Freeing initrd memory: 21960K
abr 17 17:56:22 archlinux kernel: Segment Routing with IPv6
abr 17 17:56:22 archlinux kernel: RPL Segment Routing with IPv6
abr 17 17:56:22 archlinux kernel: In-situ OAM (IOAM) with IPv6
abr 17 17:56:22 archlinux kernel: NET: Registered PF_PACKET protocol family
abr 17 17:56:22 archlinux kernel: microcode: Microcode Update Driver: v2.2.
abr 17 17:56:22 archlinux kernel: resctrl: L2 allocation detected
abr 17 17:56:22 archlinux kernel: IPI shorthand broadcast: enabled
abr 17 17:56:22 archlinux kernel: sched_clock: Marking stable (3196856650, 7862428)->(3261645754, -56926676)
abr 17 17:56:22 archlinux kernel: registered taskstats version 1
abr 17 17:56:22 archlinux kernel: Loading compiled-in X.509 certificates
abr 17 17:56:22 archlinux kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 0f6f48e78029b5e8a77af611b7f9e34e7e2270b5'
abr 17 17:56:22 archlinux kernel: zswap: loaded using pool lz4/z3fold
abr 17 17:56:22 archlinux kernel: Key type .fscrypt registered
abr 17 17:56:22 archlinux kernel: Key type fscrypt-provisioning registered
abr 17 17:56:22 archlinux kernel: integrity: Loading X.509 certificate: UEFI:db
abr 17 17:56:22 archlinux kernel: integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
abr 17 17:56:22 archlinux kernel: integrity: Loading X.509 certificate: UEFI:db
abr 17 17:56:22 archlinux kernel: integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
abr 17 17:56:22 archlinux kernel: integrity: Loading X.509 certificate: UEFI:db
abr 17 17:56:22 archlinux kernel: integrity: Loaded X.509 cert ': 3d5bb49f5d3b7b9741b5cf19e3a82ced'
abr 17 17:56:22 archlinux kernel: PM:   Magic number: 3:279:953
abr 17 17:56:22 archlinux kernel: memory memory6: hash matches
abr 17 17:56:22 archlinux kernel: RAS: Correctable Errors collector initialized.
abr 17 17:56:22 archlinux kernel: ACPI: battery: Slot [BAT1] (battery present)
abr 17 17:56:22 archlinux kernel: ata1: SATA link down (SStatus 4 SControl 300)
abr 17 17:56:22 archlinux kernel: Freeing unused decrypted memory: 2036K
abr 17 17:56:22 archlinux kernel: Freeing unused kernel image (initmem) memory: 3276K
abr 17 17:56:22 archlinux kernel: Write protecting the kernel read-only data: 30720k
abr 17 17:56:22 archlinux kernel: Freeing unused kernel image (rodata/data gap) memory: 1708K
abr 17 17:56:22 archlinux kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
abr 17 17:56:22 archlinux kernel: rodata_test: all tests were successful
abr 17 17:56:22 archlinux kernel: Run /init as init process
abr 17 17:56:22 archlinux kernel:   with arguments:
abr 17 17:56:22 archlinux kernel:     /init
abr 17 17:56:22 archlinux kernel:   with environment:
abr 17 17:56:22 archlinux kernel:     HOME=/
abr 17 17:56:22 archlinux kernel:     TERM=linux
abr 17 17:56:22 archlinux kernel:     BOOT_IMAGE=/vmlinuz-linux
abr 17 17:56:22 archlinux systemd[1]: systemd 253.3-3-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)
abr 17 17:56:22 archlinux systemd[1]: Detected architecture x86-64.
abr 17 17:56:22 archlinux systemd[1]: Running in initrd.
abr 17 17:56:22 archlinux kernel: fbcon: Taking over console
abr 17 17:56:22 archlinux systemd[1]: Initializing machine ID from random generator.
abr 17 17:56:22 archlinux kernel: Console: switching to colour frame buffer device 240x67
abr 17 17:56:22 archlinux systemd[1]: Queued start job for default target Initrd Default Target.
abr 17 17:56:22 archlinux systemd[1]: Reached target Local File Systems.
abr 17 17:56:22 archlinux systemd[1]: Reached target Path Units.
abr 17 17:56:22 archlinux systemd[1]: Reached target Slice Units.
abr 17 17:56:22 archlinux systemd[1]: Reached target Swaps.
abr 17 17:56:22 archlinux systemd[1]: Reached target Timer Units.
abr 17 17:56:22 archlinux systemd[1]: Listening on Journal Socket (/dev/log).
abr 17 17:56:22 archlinux systemd[1]: Listening on Journal Socket.
abr 17 17:56:22 archlinux systemd[1]: Listening on udev Control Socket.
abr 17 17:56:22 archlinux systemd[1]: Listening on udev Kernel Socket.
abr 17 17:56:22 archlinux systemd[1]: Reached target Socket Units.
abr 17 17:56:22 archlinux systemd[1]: Create List of Static Device Nodes was skipped because of an unmet condition check (ConditionFileNotEmpty=/lib/modules/6.2.11-arch1-1/modules.devname).
abr 17 17:56:22 archlinux systemd[1]: Starting Journal Service...
abr 17 17:56:22 archlinux systemd[1]: Starting Load Kernel Modules...
abr 17 17:56:22 archlinux systemd[1]: TPM2 PCR Barrier (initrd) was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
abr 17 17:56:22 archlinux systemd[1]: Starting Create Static Device Nodes in /dev...
abr 17 17:56:22 archlinux systemd[1]: Starting Coldplug All udev Devices...
abr 17 17:56:22 archlinux systemd[1]: Finished Create Static Device Nodes in /dev.
abr 17 17:56:22 archlinux systemd[1]: Starting Rule-based Manager for Device Events and Files...
abr 17 17:56:22 archlinux systemd-journald[124]: Collecting audit messages is disabled.
abr 17 17:56:22 archlinux systemd[1]: Started Rule-based Manager for Device Events and Files.
abr 17 17:56:22 archlinux systemd-journald[124]: Journal started
abr 17 17:56:22 archlinux systemd-journald[124]: Runtime Journal (/run/log/journal/d3b385d16ea44fbe8b7411a3af39b228) is 8.0M, max 153.3M, 145.3M free.
abr 17 17:56:22 archlinux systemd-udevd[130]: Using default interface naming scheme 'v253'.
abr 17 17:56:22 archlinux systemd[1]: Started Journal Service.
abr 17 17:56:22 archlinux systemd[1]: Finished Coldplug All udev Devices.
abr 17 17:56:23 archlinux (udev-worker)[141]: vtcon1: Process '/usr/lib/systemd/systemd-vconsole-setup' failed with exit code 1.
abr 17 17:56:23 archlinux (udev-worker)[146]: vtcon0: Process '/usr/lib/systemd/systemd-vconsole-setup' failed with exit code 1.
abr 17 17:56:23 archlinux kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
abr 17 17:56:23 archlinux kernel: i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
abr 17 17:56:23 archlinux kernel: xhci_hcd 0000:00:0d.0: xHCI Host Controller
abr 17 17:56:23 archlinux kernel: xhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 1
abr 17 17:56:23 archlinux kernel: xhci_hcd 0000:00:0d.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000000200009810
abr 17 17:56:23 archlinux kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
abr 17 17:56:23 archlinux kernel: xhci_hcd 0000:00:0d.0: xHCI Host Controller
abr 17 17:56:23 archlinux kernel: xhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 2
abr 17 17:56:23 archlinux kernel: xhci_hcd 0000:00:0d.0: Host supports USB 3.1 Enhanced SuperSpeed
abr 17 17:56:23 archlinux kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.02
abr 17 17:56:23 archlinux kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
abr 17 17:56:23 archlinux kernel: usb usb1: Product: xHCI Host Controller
abr 17 17:56:23 archlinux kernel: usb usb1: Manufacturer: Linux 6.2.11-arch1-1 xhci-hcd
abr 17 17:56:23 archlinux kernel: usb usb1: SerialNumber: 0000:00:0d.0
abr 17 17:56:23 archlinux kernel: hub 1-0:1.0: USB hub found
abr 17 17:56:23 archlinux kernel: hub 1-0:1.0: 1 port detected
abr 17 17:56:23 archlinux kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.02
abr 17 17:56:23 archlinux kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
abr 17 17:56:23 archlinux kernel: usb usb2: Product: xHCI Host Controller
abr 17 17:56:23 archlinux kernel: usb usb2: Manufacturer: Linux 6.2.11-arch1-1 xhci-hcd
abr 17 17:56:23 archlinux kernel: usb usb2: SerialNumber: 0000:00:0d.0
abr 17 17:56:23 archlinux kernel: hub 2-0:1.0: USB hub found
abr 17 17:56:23 archlinux kernel: hub 2-0:1.0: 4 ports detected
abr 17 17:56:23 archlinux kernel: Console: switching to colour dummy device 80x25
abr 17 17:56:23 archlinux kernel: i915 0000:00:02.0: vgaarb: deactivate vga console
abr 17 17:56:23 archlinux kernel: i915 0000:00:02.0: [drm] Using Transparent Hugepages
abr 17 17:56:23 archlinux kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
abr 17 17:56:23 archlinux kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
abr 17 17:56:23 archlinux kernel: xhci_hcd 0000:00:14.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000000200009810
abr 17 17:56:23 archlinux kernel: i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
abr 17 17:56:23 archlinux kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
abr 17 17:56:23 archlinux kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
abr 17 17:56:23 archlinux kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
abr 17 17:56:23 archlinux kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.02
abr 17 17:56:23 archlinux kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
abr 17 17:56:23 archlinux kernel: usb usb3: Product: xHCI Host Controller
abr 17 17:56:23 archlinux kernel: usb usb3: Manufacturer: Linux 6.2.11-arch1-1 xhci-hcd
abr 17 17:56:23 archlinux kernel: usb usb3: SerialNumber: 0000:00:14.0
abr 17 17:56:23 archlinux kernel: hub 3-0:1.0: USB hub found
abr 17 17:56:23 archlinux kernel: hub 3-0:1.0: 12 ports detected
abr 17 17:56:23 archlinux kernel: i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/tgl_dmc_ver2_12.bin (v2.12)
abr 17 17:56:23 archlinux kernel: sdhci: Secure Digital Host Controller Interface driver
abr 17 17:56:23 archlinux kernel: sdhci: Copyright(c) Pierre Ossman
abr 17 17:56:23 archlinux kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.02
abr 17 17:56:23 archlinux kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
abr 17 17:56:23 archlinux kernel: usb usb4: Product: xHCI Host Controller
abr 17 17:56:23 archlinux kernel: usb usb4: Manufacturer: Linux 6.2.11-arch1-1 xhci-hcd
abr 17 17:56:23 archlinux kernel: usb usb4: SerialNumber: 0000:00:14.0
abr 17 17:56:23 archlinux kernel: hub 4-0:1.0: USB hub found
abr 17 17:56:23 archlinux kernel: hub 4-0:1.0: 4 ports detected
abr 17 17:56:23 archlinux kernel: nvme 0000:01:00.0: platform quirk: setting simple suspend
abr 17 17:56:23 archlinux kernel: nvme nvme0: pci function 0000:01:00.0
abr 17 17:56:23 archlinux kernel: sdhci-pci 0000:03:00.0: SDHCI controller found [1217:8621] (rev 1)
abr 17 17:56:23 archlinux kernel: mmc0: SDHCI controller on PCI [0000:03:00.0] using ADMA
abr 17 17:56:23 archlinux kernel: i915 0000:00:02.0: [drm] Protected Xe Path (PXP) protected content support initialized
abr 17 17:56:23 archlinux kernel: [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 0
abr 17 17:56:23 archlinux kernel: ACPI: video: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
abr 17 17:56:23 archlinux kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input4
abr 17 17:56:23 archlinux kernel: fbcon: i915drmfb (fb0) is primary device
abr 17 17:56:23 archlinux kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
abr 17 17:56:23 archlinux kernel: nvme nvme0: Shutdown timeout set to 8 seconds
abr 17 17:56:23 archlinux kernel: Console: switching to colour frame buffer device 240x67
abr 17 17:56:23 archlinux kernel: i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
abr 17 17:56:23 archlinux kernel: nvme nvme0: allocated 64 MiB host memory buffer.
abr 17 17:56:23 archlinux kernel: nvme nvme0: 8/0/0 default/read/poll queues
abr 17 17:56:23 archlinux kernel:  nvme0n1: p1 p2 p3 p4 p5 p6
abr 17 17:56:23 archlinux systemd-modules-load[125]: Inserted module 'i915'
abr 17 17:56:23 archlinux systemd[1]: Finished Load Kernel Modules.
abr 17 17:56:23 archlinux systemd[1]: Reached target System Initialization.
abr 17 17:56:23 archlinux systemd[1]: Reached target Basic System.
abr 17 17:56:23 archlinux kernel: usb 3-7: new high-speed USB device number 2 using xhci_hcd
abr 17 17:56:23 archlinux kernel: usb 3-7: New USB device found, idVendor=13d3, idProduct=5a24, bcdDevice=20.12
abr 17 17:56:23 archlinux kernel: usb 3-7: New USB device strings: Mfr=3, Product=1, SerialNumber=2
abr 17 17:56:23 archlinux kernel: usb 3-7: Product: VGA camera
abr 17 17:56:23 archlinux kernel: usb 3-7: Manufacturer: Azurewave
abr 17 17:56:23 archlinux kernel: usb 3-7: SerialNumber:  
abr 17 17:56:23 archlinux kernel: usb 4-1: new SuperSpeed USB device number 2 using xhci_hcd
abr 17 17:56:23 archlinux kernel: usb 4-1: New USB device found, idVendor=03f0, idProduct=6c40, bcdDevice= 1.10
abr 17 17:56:23 archlinux kernel: usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
abr 17 17:56:23 archlinux kernel: usb 4-1: Product: x795w
abr 17 17:56:23 archlinux kernel: usb 4-1: Manufacturer: HP
abr 17 17:56:23 archlinux kernel: usb 4-1: SerialNumber: 070C9423C4BE0321
abr 17 17:56:23 archlinux kernel: usb-storage 4-1:1.0: USB Mass Storage device detected
abr 17 17:56:23 archlinux kernel: scsi host1: usb-storage 4-1:1.0
abr 17 17:56:23 archlinux kernel: usbcore: registered new interface driver usb-storage
abr 17 17:56:23 archlinux kernel: usbcore: registered new interface driver uas
abr 17 17:56:23 archlinux kernel: usb 3-10: new full-speed USB device number 3 using xhci_hcd
abr 17 17:56:23 archlinux kernel: usb 3-10: New USB device found, idVendor=8087, idProduct=0aaa, bcdDevice= 0.02
abr 17 17:56:23 archlinux kernel: usb 3-10: New USB device strings: Mfr=0, Product=0, SerialNumber=0
abr 17 17:56:24 archlinux kernel: scsi 1:0:0:0: Direct-Access     hp       x795w            PMAP PQ: 0 ANSI: 6
abr 17 17:56:24 archlinux kernel: sd 1:0:0:0: [sda] 60555264 512-byte logical blocks: (31.0 GB/28.9 GiB)
abr 17 17:56:24 archlinux kernel: sd 1:0:0:0: [sda] Write Protect is off
abr 17 17:56:24 archlinux kernel: sd 1:0:0:0: [sda] Mode Sense: 45 00 00 00
abr 17 17:56:24 archlinux kernel: sd 1:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
abr 17 17:56:24 archlinux kernel:  sda: sda1 sda2
abr 17 17:56:24 archlinux kernel: sd 1:0:0:0: [sda] Attached SCSI removable disk
abr 17 17:56:24 archlinux systemd[1]: Found device x795w 2.
abr 17 17:56:24 archlinux systemd[1]: Reached target Initrd Root Device.
abr 17 17:56:24 archlinux systemd[1]: Starting File System Check on /dev/disk/by-uuid/75fb575c-2b60-4394-922a-447ef0188601...
abr 17 17:56:24 archlinux systemd-fsck[194]: /dev/sda2: clean, 148462/1888656 files, 1652140/7543547 blocks
abr 17 17:56:24 archlinux systemd[1]: Finished File System Check on /dev/disk/by-uuid/75fb575c-2b60-4394-922a-447ef0188601.
abr 17 17:56:24 archlinux systemd[1]: Mounting /sysroot...
abr 17 17:56:26 archlinux systemd[1]: Mounted /sysroot.
abr 17 17:56:26 archlinux kernel: EXT4-fs (sda2): mounted filesystem 75fb575c-2b60-4394-922a-447ef0188601 without journal. Quota mode: none.
abr 17 17:56:26 archlinux systemd[1]: Reached target Initrd Root File System.
abr 17 17:56:26 archlinux systemd[1]: Starting Mountpoints Configured in the Real Root...
abr 17 17:56:26 archlinux systemd[1]: initrd-parse-etc.service: Deactivated successfully.
abr 17 17:56:26 archlinux systemd[1]: Finished Mountpoints Configured in the Real Root.
abr 17 17:56:26 archlinux systemd[1]: Reached target Initrd File Systems.
abr 17 17:56:26 archlinux systemd[1]: Reached target Initrd Default Target.
abr 17 17:56:26 archlinux systemd[1]: Starting Cleaning Up and Shutting Down Daemons...
abr 17 17:56:26 archlinux systemd[1]: Stopped target Initrd Default Target.
abr 17 17:56:26 archlinux systemd[1]: Stopped target Basic System.
abr 17 17:56:26 archlinux systemd[1]: Stopped target Initrd Root Device.
abr 17 17:56:26 archlinux systemd[1]: Stopped target Path Units.
abr 17 17:56:26 archlinux systemd[1]: Stopped target Slice Units.
abr 17 17:56:26 archlinux systemd[1]: Stopped target Socket Units.
abr 17 17:56:26 archlinux systemd[1]: Stopped target System Initialization.
abr 17 17:56:26 archlinux systemd[1]: Stopped target Local File Systems.
abr 17 17:56:26 archlinux systemd[1]: Stopped target Swaps.
abr 17 17:56:26 archlinux systemd[1]: Stopped target Timer Units.
abr 17 17:56:26 archlinux systemd[1]: systemd-modules-load.service: Deactivated successfully.
abr 17 17:56:26 archlinux systemd[1]: Stopped Load Kernel Modules.
abr 17 17:56:26 archlinux systemd[1]: systemd-udev-trigger.service: Deactivated successfully.
abr 17 17:56:26 archlinux systemd[1]: Stopped Coldplug All udev Devices.
abr 17 17:56:26 archlinux systemd[1]: Stopping Rule-based Manager for Device Events and Files...
abr 17 17:56:26 archlinux systemd[1]: initrd-cleanup.service: Deactivated successfully.
abr 17 17:56:26 archlinux systemd[1]: Finished Cleaning Up and Shutting Down Daemons.
abr 17 17:56:26 archlinux systemd[1]: systemd-udevd.service: Deactivated successfully.
abr 17 17:56:26 archlinux systemd[1]: Stopped Rule-based Manager for Device Events and Files.
abr 17 17:56:26 archlinux systemd[1]: systemd-udevd-control.socket: Deactivated successfully.
abr 17 17:56:26 archlinux systemd[1]: Closed udev Control Socket.
abr 17 17:56:26 archlinux systemd[1]: systemd-udevd-kernel.socket: Deactivated successfully.
abr 17 17:56:26 archlinux systemd[1]: Closed udev Kernel Socket.
abr 17 17:56:26 archlinux systemd[1]: Starting Cleanup udev Database...
abr 17 17:56:26 archlinux systemd[1]: systemd-tmpfiles-setup-dev.service: Deactivated successfully.
abr 17 17:56:26 archlinux systemd[1]: Stopped Create Static Device Nodes in /dev.
abr 17 17:56:26 archlinux systemd[1]: run-credentials-systemd\x2dtmpfiles\x2dsetup\x2ddev.service.mount: Deactivated successfully.
abr 17 17:56:26 archlinux systemd[1]: initrd-udevadm-cleanup-db.service: Deactivated successfully.
abr 17 17:56:26 archlinux systemd[1]: Finished Cleanup udev Database.
abr 17 17:56:26 archlinux systemd[1]: Reached target Switch Root.
abr 17 17:56:26 archlinux systemd[1]: Starting Switch Root...
abr 17 17:56:26 archlinux systemd[1]: Switching root.
abr 17 17:56:26 archlinux systemd-journald[124]: Journal stopped

And in the sequence, 2o log file (from root switching until the end)  of touchpad not working, systemd initramfs, running normally, NOT from RAM:

abr 17 17:56:27 archlinux systemd-journald[124]: Received SIGTERM from PID 1 (systemd).
abr 17 17:56:27 archlinux systemd[1]: systemd 253.3-3-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)
abr 17 17:56:27 archlinux systemd[1]: Detected architecture x86-64.
abr 17 17:56:27 archlinux systemd[1]: bpf-lsm: LSM BPF program attached
abr 17 17:56:27 archlinux systemd[1]: /etc/systemd/system/systemd-vconsole-setup.service:21: Unknown key name 'WantedBy' in section 'Service', ignoring.
abr 17 17:56:27 archlinux systemd[1]: initrd-switch-root.service: Deactivated successfully.
abr 17 17:56:27 archlinux systemd[1]: Stopped Switch Root.
abr 17 17:56:27 archlinux systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
abr 17 17:56:27 archlinux systemd[1]: Created slice Slice /system/autogetty.
abr 17 17:56:27 archlinux systemd[1]: Created slice Slice /system/modprobe.
abr 17 17:56:27 archlinux systemd[1]: Created slice Slice /system/systemd-fsck.
abr 17 17:56:27 archlinux systemd[1]: Created slice User and Session Slice.
abr 17 17:56:27 archlinux systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
abr 17 17:56:27 archlinux systemd[1]: Started Forward Password Requests to Wall Directory Watch.
abr 17 17:56:27 archlinux systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
abr 17 17:56:27 archlinux systemd[1]: Reached target Local Encrypted Volumes.
abr 17 17:56:27 archlinux systemd[1]: Stopped target Switch Root.
abr 17 17:56:27 archlinux systemd[1]: Stopped target Initrd File Systems.
abr 17 17:56:27 archlinux systemd[1]: Stopped target Initrd Root File System.
abr 17 17:56:27 archlinux systemd[1]: Reached target Local Integrity Protected Volumes.
abr 17 17:56:27 archlinux systemd[1]: Reached target Path Units.
abr 17 17:56:27 archlinux systemd[1]: Reached target Slice Units.
abr 17 17:56:27 archlinux systemd[1]: Reached target Local Verity Protected Volumes.
abr 17 17:56:27 archlinux systemd[1]: Listening on Device-mapper event daemon FIFOs.
abr 17 17:56:27 archlinux systemd[1]: Listening on Process Core Dump Socket.
abr 17 17:56:27 archlinux systemd[1]: Listening on udev Control Socket.
abr 17 17:56:27 archlinux systemd[1]: Listening on udev Kernel Socket.
abr 17 17:56:27 archlinux systemd[1]: Mounting Huge Pages File System...
abr 17 17:56:27 archlinux systemd[1]: Mounting POSIX Message Queue File System...
abr 17 17:56:27 archlinux systemd[1]: Mounting Kernel Debug File System...
abr 17 17:56:27 archlinux systemd[1]: Mounting Kernel Trace File System...
abr 17 17:56:27 archlinux systemd[1]: Mounting Temporary Directory /tmp...
abr 17 17:56:27 archlinux systemd[1]: Starting Create List of Static Device Nodes...
abr 17 17:56:27 archlinux systemd[1]: Starting Load Kernel Module configfs...
abr 17 17:56:27 archlinux systemd[1]: Starting Load Kernel Module dm_mod...
abr 17 17:56:27 archlinux systemd[1]: Starting Load Kernel Module drm...
abr 17 17:56:27 archlinux systemd[1]: Starting Load Kernel Module fuse...
abr 17 17:56:27 archlinux systemd[1]: Starting Load Kernel Module loop...
abr 17 17:56:27 archlinux systemd[1]: Stopped Journal Service.
abr 17 17:56:27 archlinux systemd[1]: Starting Journal Service...
abr 17 17:56:27 archlinux kernel: loop: module loaded
abr 17 17:56:27 archlinux systemd[1]: Starting Load Kernel Modules...
abr 17 17:56:27 archlinux systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
abr 17 17:56:27 archlinux systemd[1]: Starting Remount Root and Kernel File Systems...
abr 17 17:56:27 archlinux systemd[1]: Starting Coldplug All udev Devices...
abr 17 17:56:27 archlinux kernel: device-mapper: uevent: version 1.0.3
abr 17 17:56:27 archlinux kernel: device-mapper: ioctl: 4.47.0-ioctl (2022-07-28) initialised: dm-devel@redhat.com
abr 17 17:56:27 archlinux systemd[1]: Mounted Huge Pages File System.
abr 17 17:56:27 archlinux systemd[1]: Mounted POSIX Message Queue File System.
abr 17 17:56:27 archlinux kernel: fuse: init (API version 7.38)
abr 17 17:56:27 archlinux systemd[1]: Mounted Kernel Debug File System.
abr 17 17:56:27 archlinux kernel: EXT4-fs (sda2): re-mounted 75fb575c-2b60-4394-922a-447ef0188601. Quota mode: none.
abr 17 17:56:27 archlinux systemd[1]: Mounted Kernel Trace File System.
abr 17 17:56:27 archlinux systemd-journald[230]: Collecting audit messages is disabled.
abr 17 17:56:27 archlinux systemd[1]: Mounted Temporary Directory /tmp.
abr 17 17:56:27 archlinux systemd-journald[230]: Journal started
abr 17 17:56:27 archlinux systemd-journald[230]: Runtime Journal (/run/log/journal/41bed090c3444a85a158a5b20f0a4f88) is 8.0M, max 153.3M, 145.3M free.
abr 17 17:56:27 archlinux systemd[1]: Queued start job for default target Graphical Interface.
abr 17 17:56:27 archlinux systemd[1]: systemd-journald.service: Deactivated successfully.
abr 17 17:56:27 archlinux systemd-modules-load[231]: Inserted module 'crypto_user'
abr 17 17:56:27 archlinux systemd[1]: modprobe@configfs.service: Deactivated successfully.
abr 17 17:56:27 archlinux systemd[1]: Finished Create List of Static Device Nodes.
abr 17 17:56:27 archlinux systemd[1]: Started Journal Service.
abr 17 17:56:27 archlinux systemd[1]: Finished Load Kernel Module configfs.
abr 17 17:56:27 archlinux systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
abr 17 17:56:27 archlinux systemd[1]: Finished Load Kernel Module dm_mod.
abr 17 17:56:27 archlinux systemd[1]: modprobe@drm.service: Deactivated successfully.
abr 17 17:56:27 archlinux systemd[1]: Finished Load Kernel Module drm.
abr 17 17:56:27 archlinux systemd[1]: modprobe@fuse.service: Deactivated successfully.
abr 17 17:56:27 archlinux systemd[1]: Finished Load Kernel Module fuse.
abr 17 17:56:27 archlinux systemd[1]: modprobe@loop.service: Deactivated successfully.
abr 17 17:56:27 archlinux systemd[1]: Finished Load Kernel Module loop.
abr 17 17:56:27 archlinux systemd[1]: Finished Load Kernel Modules.
abr 17 17:56:27 archlinux systemd[1]: Finished Remount Root and Kernel File Systems.
abr 17 17:56:27 archlinux systemd[1]: Finished Coldplug All udev Devices.
abr 17 17:56:27 archlinux systemd[1]: Mounting FUSE Control File System...
abr 17 17:56:27 archlinux systemd[1]: Mounting Kernel Configuration File System...
abr 17 17:56:27 archlinux systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
abr 17 17:56:27 archlinux systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
abr 17 17:56:27 archlinux systemd[1]: Starting Load/Save OS Random Seed...
abr 17 17:56:27 archlinux systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
abr 17 17:56:27 archlinux systemd[1]: Starting Apply Kernel Variables...
abr 17 17:56:27 archlinux systemd[1]: Create System Users was skipped because no trigger condition checks were met.
abr 17 17:56:27 archlinux systemd[1]: Starting Create Static Device Nodes in /dev...
abr 17 17:56:27 archlinux systemd[1]: Mounted FUSE Control File System.
abr 17 17:56:27 archlinux systemd[1]: Mounted Kernel Configuration File System.
abr 17 17:56:29 archlinux systemd[1]: Finished Load/Save OS Random Seed.
abr 17 17:56:29 archlinux systemd[1]: Finished Apply Kernel Variables.
abr 17 17:56:29 archlinux systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
abr 17 17:56:29 archlinux systemd[1]: Finished Create Static Device Nodes in /dev.
abr 17 17:56:29 archlinux systemd[1]: Reached target Preparation for Local File Systems.
abr 17 17:56:29 archlinux systemd[1]: Mounting /home...
abr 17 17:56:29 archlinux systemd[1]: Mounting /var/log...
abr 17 17:56:29 archlinux systemd[1]: Mounting /var/tmp...
abr 17 17:56:29 archlinux systemd[1]: Starting Rule-based Manager for Device Events and Files...
abr 17 17:56:29 archlinux systemd[1]: Mounted /home.
abr 17 17:56:29 archlinux systemd[1]: Mounted /var/log.
abr 17 17:56:29 archlinux systemd[1]: Mounted /var/tmp.
abr 17 17:56:29 archlinux systemd-udevd[247]: Using default interface naming scheme 'v253'.
abr 17 17:56:29 archlinux systemd[1]: Started Rule-based Manager for Device Events and Files.
abr 17 17:56:29 archlinux systemd[1]: Starting Load Kernel Module configfs...
abr 17 17:56:29 archlinux systemd[1]: modprobe@configfs.service: Deactivated successfully.
abr 17 17:56:29 archlinux systemd[1]: Finished Load Kernel Module configfs.
abr 17 17:56:29 archlinux kernel: Consider using thermal netlink events interface
abr 17 17:56:29 archlinux mtp-probe[281]: checking bus 4, device 2: "/sys/devices/pci0000:00/0000:00:14.0/usb4/4-1"
abr 17 17:56:29 archlinux mtp-probe[281]: bus: 4, device: 2 was not an MTP device
abr 17 17:56:29 archlinux systemd[1]: Created slice Slice /system/systemd-backlight.
abr 17 17:56:29 archlinux mtp-probe[287]: checking bus 3, device 2: "/sys/devices/pci0000:00/0000:00:14.0/usb3/3-7"
abr 17 17:56:29 archlinux mtp-probe[287]: bus: 3, device: 2 was not an MTP device
abr 17 17:56:29 archlinux systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:intel_backlight...
abr 17 17:56:29 archlinux kernel: EDAC igen6: v2.5
abr 17 17:56:29 archlinux kernel: i801_smbus 0000:00:1f.4: SPD Write Disable is set
abr 17 17:56:29 archlinux kernel: i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
abr 17 17:56:29 archlinux kernel: i2c i2c-11: 1/2 memory slots populated (from DMI)
abr 17 17:56:29 archlinux kernel: i2c i2c-11: Successfully instantiated SPD at 0x50
abr 17 17:56:29 archlinux kernel: mc: Linux media interface: v0.10
abr 17 17:56:29 archlinux systemd[1]: Finished Load/Save Screen Backlight Brightness of backlight:intel_backlight.
abr 17 17:56:29 archlinux kernel: input: PC Speaker as /devices/platform/pcspkr/input/input5
abr 17 17:56:29 archlinux kernel: resource: resource sanity check: requesting [mem 0x00000000fedc0000-0x00000000fedcdfff], which spans more than pnp 00:03 [mem 0xfedc0000-0xfedc7fff]
abr 17 17:56:29 archlinux kernel: caller __uncore_imc_init_box+0xc4/0x140 [intel_uncore] mapping multiple BARs
abr 17 17:56:29 archlinux kernel: iTCO_vendor_support: vendor-support=0
abr 17 17:56:29 archlinux systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
abr 17 17:56:29 archlinux kernel: spi-nor spi0.0: spi-nor-generic (16384 Kbytes)
abr 17 17:56:29 archlinux kernel: intel-lpss 0000:00:15.0: enabling device (0004 -> 0006)
abr 17 17:56:29 archlinux kernel: Creating 1 MTD partitions on "0000:00:1f.5":
abr 17 17:56:29 archlinux kernel: 0x000000000000-0x000001000000 : "BIOS"
abr 17 17:56:29 archlinux kernel: idma64 idma64.0: Found Intel integrated DMA 64-bit
abr 17 17:56:29 archlinux systemd[1]: Condition check resulted in x795w 1 being skipped.
abr 17 17:56:29 archlinux kernel: ee1004 11-0050: 512 byte EE1004-compliant SPD EEPROM, read-only
abr 17 17:56:29 archlinux kernel: i2c_hid_acpi i2c-PNP0C50:01: weird size of HID descriptor (3)
abr 17 17:56:29 archlinux kernel: i2c_hid_acpi i2c-PNP0C50:01: Failed to fetch the HID Descriptor
abr 17 17:56:29 archlinux systemd[1]: Starting File System Check on /dev/disk/by-uuid/C867-3DF5...
abr 17 17:56:29 archlinux kernel: intel_rapl_msr: PL4 support detected.
abr 17 17:56:29 archlinux kernel: intel_rapl_common: Found RAPL domain package
abr 17 17:56:29 archlinux kernel: intel_rapl_common: Found RAPL domain core
abr 17 17:56:29 archlinux kernel: intel_rapl_common: Found RAPL domain uncore
abr 17 17:56:29 archlinux kernel: intel_rapl_common: Found RAPL domain psys
abr 17 17:56:29 archlinux kernel: RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
abr 17 17:56:29 archlinux kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
abr 17 17:56:29 archlinux kernel: RAPL PMU: hw unit of domain package 2^-14 Joules
abr 17 17:56:29 archlinux kernel: RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
abr 17 17:56:29 archlinux kernel: RAPL PMU: hw unit of domain psys 2^-14 Joules
abr 17 17:56:29 archlinux kernel: mei_me 0000:00:16.0: enabling device (0000 -> 0002)
abr 17 17:56:29 archlinux kernel: cryptd: max_cpu_qlen set to 1000
abr 17 17:56:29 archlinux kernel: iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=6, TCOBASE=0x0400)
abr 17 17:56:29 archlinux kernel: mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_component_ops [i915])
abr 17 17:56:29 archlinux kernel: mei_pxp 0000:00:16.0-fbf6fcf1-96cf-4e2e-a6a6-1bab8cbe36b1: bound 0000:00:02.0 (ops i915_pxp_tee_component_ops [i915])
abr 17 17:56:29 archlinux kernel: iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
abr 17 17:56:29 archlinux kernel: Bluetooth: Core ver 2.22
abr 17 17:56:29 archlinux kernel: NET: Registered PF_BLUETOOTH protocol family
abr 17 17:56:29 archlinux kernel: Bluetooth: HCI device and connection manager initialized
abr 17 17:56:29 archlinux kernel: Bluetooth: HCI socket layer initialized
abr 17 17:56:29 archlinux kernel: Bluetooth: L2CAP socket layer initialized
abr 17 17:56:29 archlinux kernel: Bluetooth: SCO socket layer initialized
abr 17 17:56:29 archlinux kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
abr 17 17:56:29 archlinux kernel: cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
abr 17 17:56:29 archlinux kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
abr 17 17:56:29 archlinux kernel: cfg80211: failed to load regulatory.db
abr 17 17:56:29 archlinux kernel: AVX2 version of gcm_enc/dec engaged.
abr 17 17:56:29 archlinux kernel: AES CTR mode by8 optimization enabled
abr 17 17:56:29 archlinux kernel: videodev: Linux video capture interface: v2.00
abr 17 17:56:29 archlinux kernel: proc_thermal 0000:00:04.0: enabling device (0000 -> 0002)
abr 17 17:56:29 archlinux kernel: intel_rapl_common: Found RAPL domain package
abr 17 17:56:29 archlinux kernel: r8169 0000:02:00.0 eth0: RTL8168h/8111h, 98:83:89:fd:b9:f4, XID 541, IRQ 141
abr 17 17:56:29 archlinux kernel: r8169 0000:02:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
abr 17 17:56:29 archlinux kernel: r8169 0000:02:00.0 enp2s0: renamed from eth0
abr 17 17:56:29 archlinux kernel: Intel(R) Wireless WiFi driver for Linux
abr 17 17:56:29 archlinux kernel: iwlwifi 0000:00:14.3: enabling device (0000 -> 0002)
abr 17 17:56:29 archlinux kernel: usb 3-7: Found UVC 1.00 device VGA camera (13d3:5a24)
abr 17 17:56:29 archlinux kernel: input: VGA camera: VGA camera as /devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.0/input/input6
abr 17 17:56:29 archlinux kernel: usbcore: registered new interface driver uvcvideo
abr 17 17:56:29 archlinux kernel: snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
abr 17 17:56:29 archlinux kernel: snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
abr 17 17:56:29 archlinux kernel: snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
abr 17 17:56:29 archlinux kernel: iwlwifi 0000:00:14.3: api flags index 2 larger than supported by driver
abr 17 17:56:29 archlinux kernel: iwlwifi 0000:00:14.3: TLV_FW_FSEQ_VERSION: FSEQ Version: 89.3.35.37
abr 17 17:56:29 archlinux kernel: iwlwifi 0000:00:14.3: loaded firmware version 72.daa05125.0 QuZ-a0-jf-b0-72.ucode op_mode iwlmvm
abr 17 17:56:29 archlinux systemd-fsck[313]: fsck.fat 4.2 (2021-01-31)
abr 17 17:56:29 archlinux systemd-fsck[313]: /dev/sda1: 370 files, 179509/201616 clusters
abr 17 17:56:29 archlinux kernel: usbcore: registered new interface driver btusb
abr 17 17:56:29 archlinux kernel: Bluetooth: hci0: Bootloader revision 0.0 build 0 week 30 2018
abr 17 17:56:29 archlinux systemd[1]: Finished File System Check on /dev/disk/by-uuid/C867-3DF5.
abr 17 17:56:29 archlinux kernel: Bluetooth: hci0: Device revision is 2
abr 17 17:56:29 archlinux kernel: Bluetooth: hci0: Secure boot is enabled
abr 17 17:56:29 archlinux kernel: Bluetooth: hci0: OTP lock is enabled
abr 17 17:56:29 archlinux kernel: Bluetooth: hci0: API lock is enabled
abr 17 17:56:29 archlinux kernel: Bluetooth: hci0: Debug lock is disabled
abr 17 17:56:29 archlinux kernel: Bluetooth: hci0: Minimum firmware build 1 week 10 2014
abr 17 17:56:29 archlinux kernel: snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC897: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
abr 17 17:56:29 archlinux kernel: snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
abr 17 17:56:29 archlinux kernel: snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
abr 17 17:56:29 archlinux kernel: snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
abr 17 17:56:29 archlinux kernel: snd_hda_codec_realtek hdaudioC0D0:    inputs:
abr 17 17:56:29 archlinux kernel: snd_hda_codec_realtek hdaudioC0D0:      Mic=0x12
abr 17 17:56:29 archlinux systemd[1]: Mounting /boot...
abr 17 17:56:29 archlinux systemd[1]: Starting Load Kernel Module dm_mod...
abr 17 17:56:29 archlinux kernel: Bluetooth: hci0: Found device firmware: intel/ibt-19-0-0.sfi
abr 17 17:56:29 archlinux kernel: Bluetooth: hci0: Boot Address: 0x24800
abr 17 17:56:29 archlinux kernel: Bluetooth: hci0: Firmware Version: 15-45.22
abr 17 17:56:29 archlinux systemd[1]: Starting Load Kernel Module loop...
abr 17 17:56:29 archlinux systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
abr 17 17:56:29 archlinux systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
abr 17 17:56:29 archlinux systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
abr 17 17:56:29 archlinux systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
abr 17 17:56:29 archlinux systemd[1]: Starting Load/Save RF Kill Switch Status...
abr 17 17:56:30 archlinux systemd[1]: Create System Users was skipped because no trigger condition checks were met.
abr 17 17:56:30 archlinux systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
abr 17 17:56:30 archlinux kernel: input: HDA Intel PCH Headphone Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input7
abr 17 17:56:30 archlinux kernel: input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input8
abr 17 17:56:30 archlinux kernel: input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input9
abr 17 17:56:30 archlinux kernel: input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input10
abr 17 17:56:30 archlinux kernel: input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input11
abr 17 17:56:30 archlinux kernel: intel_tcc_cooling: TCC Offset locked
abr 17 17:56:30 archlinux systemd[1]: Finished Load Kernel Module dm_mod.
abr 17 17:56:30 archlinux systemd[1]: Started Load/Save RF Kill Switch Status.
abr 17 17:56:30 archlinux systemd[1]: Mounted /boot.
abr 17 17:56:30 archlinux systemd[1]: modprobe@loop.service: Deactivated successfully.
abr 17 17:56:30 archlinux kernel: iwlwifi 0000:00:14.3: Detected Intel(R) Wireless-AC 9462, REV=0x351
abr 17 17:56:30 archlinux kernel: thermal thermal_zone6: failed to read out thermal zone (-61)
abr 17 17:56:30 archlinux systemd[1]: Finished Load Kernel Module loop.
abr 17 17:56:30 archlinux systemd[1]: Reached target Local File Systems.
abr 17 17:56:30 archlinux systemd[1]: Rebuild Dynamic Linker Cache was skipped because no trigger condition checks were met.
abr 17 17:56:30 archlinux systemd[1]: Set Up Additional Binary Formats was skipped because no trigger condition checks were met.
abr 17 17:56:30 archlinux systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
abr 17 17:56:30 archlinux systemd[1]: Commit a transient machine-id on disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
abr 17 17:56:30 archlinux systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
abr 17 17:56:30 archlinux systemd[1]: Starting Create Volatile Files and Directories...
abr 17 17:56:30 archlinux systemd[1]: Finished Create Volatile Files and Directories.
abr 17 17:56:30 archlinux systemd[1]: Rebuild Journal Catalog was skipped because of an unmet condition check (ConditionNeedsUpdate=/var).
abr 17 17:56:30 archlinux systemd[1]: Starting Network Name Resolution...
abr 17 17:56:30 archlinux systemd[1]: Update is Completed was skipped because no trigger condition checks were met.
abr 17 17:56:30 archlinux systemd[1]: Starting Record System Boot/Shutdown in UTMP...
abr 17 17:56:30 archlinux kernel: iwlwifi 0000:00:14.3: base HW address: 80:b6:55:b6:fb:0c
abr 17 17:56:30 archlinux systemd[1]: Rebuild Dynamic Linker Cache was skipped because no trigger condition checks were met.
abr 17 17:56:30 archlinux systemd[1]: Starting Load Kernel Module dm_mod...
abr 17 17:56:30 archlinux systemd[1]: Starting Load Kernel Module loop...
abr 17 17:56:30 archlinux systemd[1]: Set Up Additional Binary Formats was skipped because no trigger condition checks were met.
abr 17 17:56:30 archlinux systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
abr 17 17:56:30 archlinux systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
abr 17 17:56:30 archlinux systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
abr 17 17:56:30 archlinux systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
abr 17 17:56:30 archlinux systemd[1]: Rebuild Journal Catalog was skipped because of an unmet condition check (ConditionNeedsUpdate=/var).
abr 17 17:56:30 archlinux systemd[1]: Commit a transient machine-id on disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
abr 17 17:56:30 archlinux systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
abr 17 17:56:30 archlinux systemd[1]: Create System Users was skipped because no trigger condition checks were met.
abr 17 17:56:30 archlinux systemd[1]: Update is Completed was skipped because no trigger condition checks were met.
abr 17 17:56:30 archlinux systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
abr 17 17:56:30 archlinux kernel: iwlwifi 0000:00:14.3 wlo1: renamed from wlan0
abr 17 17:56:30 archlinux systemd-resolved[343]: Positive Trust Anchors:
abr 17 17:56:30 archlinux systemd-resolved[343]: . IN DS 20326 8 2 e06d44b80b8f1d39a95c0b0d7c65d08458e880409bbc683457104237c7f8ec8d
abr 17 17:56:30 archlinux systemd-resolved[343]: Negative trust anchors: home.arpa 10.in-addr.arpa 16.172.in-addr.arpa 17.172.in-addr.arpa 18.172.in-addr.arpa 19.172.in-addr.arpa 20.172.in-addr.arpa 21.172.in-addr.arpa 22.172.in-addr.arpa 23.172.in-addr.arpa 24.172.in-addr.arpa 25.172.in-addr.arpa 26.172.in-addr.arpa 27.172.in-addr.arpa 28.172.in-addr.arpa 29.172.in-addr.arpa 30.172.in-addr.arpa 31.172.in-addr.arpa 168.192.in-addr.arpa d.f.ip6.arpa corp home internal intranet lan local private test
abr 17 17:56:30 archlinux systemd[1]: Finished Load Kernel Module dm_mod.
abr 17 17:56:30 archlinux systemd[1]: modprobe@loop.service: Deactivated successfully.
abr 17 17:56:30 archlinux systemd[1]: Finished Load Kernel Module loop.
abr 17 17:56:30 archlinux systemd[1]: Finished Record System Boot/Shutdown in UTMP.
abr 17 17:56:30 archlinux systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
abr 17 17:56:30 archlinux systemd-resolved[343]: Using system hostname 'archlinux'.
abr 17 17:56:30 archlinux systemd[1]: Started Network Name Resolution.
abr 17 17:56:30 archlinux systemd[1]: Reached target Host and Network Name Lookups.
abr 17 17:56:30 archlinux systemd[1]: Reached target System Initialization.
abr 17 17:56:30 archlinux systemd[1]: Started Refresh existing PGP keys of archlinux-keyring regularly.
abr 17 17:56:30 archlinux systemd[1]: Started Daily rotation of log files.
abr 17 17:56:30 archlinux systemd[1]: Started Daily man-db regeneration.
abr 17 17:56:30 archlinux systemd[1]: Started Daily verification of password and group files.
abr 17 17:56:30 archlinux systemd[1]: Started Daily Cleanup of Temporary Directories.
abr 17 17:56:30 archlinux systemd[1]: Reached target Timer Units.
abr 17 17:56:30 archlinux systemd[1]: Listening on D-Bus System Message Bus Socket.
abr 17 17:56:30 archlinux systemd[1]: Reached target Socket Units.
abr 17 17:56:30 archlinux systemd[1]: TPM2 PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
abr 17 17:56:30 archlinux systemd[1]: Reached target Basic System.
abr 17 17:56:30 archlinux systemd[1]: Starting Save/Restore Sound Card State...
abr 17 17:56:30 archlinux systemd[1]: Manage Sound Card State (restore and store) was skipped because of an unmet condition check (ConditionPathExists=/etc/alsa/state-daemon.conf).
abr 17 17:56:30 archlinux systemd[1]: Starting Bluetooth service...
abr 17 17:56:30 archlinux (uetoothd)[358]: ConfigurationDirectory 'bluetooth' already exists but the mode is different. (File system: 755 ConfigurationDirectoryMode: 555)
abr 17 17:56:30 archlinux systemd[1]: Starting D-Bus System Message Bus...
abr 17 17:56:30 archlinux systemd[1]: Starting Initialize hardware monitoring sensors...
abr 17 17:56:30 archlinux systemd[1]: Starting User Login Management...
abr 17 17:56:30 archlinux systemd[1]: TPM2 PCR Barrier (User) was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
abr 17 17:56:30 archlinux systemd[1]: Starting Permit User Sessions...
abr 17 17:56:30 archlinux bluetoothd[358]: Bluetooth daemon 5.66
abr 17 17:56:30 archlinux systemd-logind[361]: New seat seat0.
abr 17 17:56:30 archlinux systemd-logind[361]: Watching system buttons on /dev/input/event2 (Power Button)
abr 17 17:56:30 archlinux systemd-logind[361]: Watching system buttons on /dev/input/event1 (Power Button)
abr 17 17:56:30 archlinux systemd-logind[361]: Watching system buttons on /dev/input/event0 (Lid Switch)
abr 17 17:56:30 archlinux systemd-logind[361]: Watching system buttons on /dev/input/event4 (AT Translated Set 2 keyboard)
abr 17 17:56:30 archlinux systemd[1]: Finished Save/Restore Sound Card State.
abr 17 17:56:30 archlinux systemd[1]: Started User Login Management.
abr 17 17:56:30 archlinux bluetoothd[358]: Starting SDP server
abr 17 17:56:30 archlinux bluetoothd[358]: profiles/audio/vcp.c:vcp_init() D-Bus experimental not enabled
abr 17 17:56:30 archlinux bluetoothd[358]: src/plugin.c:plugin_init() Failed to init vcp plugin
abr 17 17:56:30 archlinux bluetoothd[358]: profiles/audio/mcp.c:mcp_init() D-Bus experimental not enabled
abr 17 17:56:30 archlinux bluetoothd[358]: src/plugin.c:plugin_init() Failed to init mcp plugin
abr 17 17:56:30 archlinux bluetoothd[358]: profiles/audio/bap.c:bap_init() D-Bus experimental not enabled
abr 17 17:56:30 archlinux bluetoothd[358]: src/plugin.c:plugin_init() Failed to init bap plugin
abr 17 17:56:30 archlinux dbus-daemon[359]: [system] Activating systemd to hand-off: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.2' (uid=0 pid=358 comm="/usr/lib/bluetooth/bluetoothd")
abr 17 17:56:30 archlinux bluetoothd[358]: Bluetooth management interface 1.22 initialized
abr 17 17:56:30 archlinux kernel: Bluetooth: BNEP (Ethernet Emulation) ver 1.3
abr 17 17:56:30 archlinux kernel: Bluetooth: BNEP filters: protocol multicast
abr 17 17:56:30 archlinux kernel: Bluetooth: BNEP socket layer initialized
abr 17 17:56:30 archlinux systemd[1]: Finished Permit User Sessions.
abr 17 17:56:30 archlinux systemd[1]: Started D-Bus System Message Bus.
abr 17 17:56:30 archlinux systemd[1]: Finished Initialize hardware monitoring sensors.
abr 17 17:56:30 archlinux systemd[1]: Reached target Sound Card.
abr 17 17:56:30 archlinux dbus-daemon[359]: [system] Successfully activated service 'org.freedesktop.systemd1'
abr 17 17:56:30 archlinux systemd[1]: Started Getty on tty1.
abr 17 17:56:30 archlinux systemd[1]: Reached target Login Prompts.
abr 17 17:56:30 archlinux systemd[1]: Starting Populate /home...
abr 17 17:56:30 archlinux systemd[1]: Started Bluetooth service.
abr 17 17:56:30 archlinux systemd[1]: Reached target Bluetooth Support.
abr 17 17:56:30 archlinux systemd[1]: Starting Hostname Service...
abr 17 17:56:30 archlinux dbus-daemon[359]: [system] Successfully activated service 'org.freedesktop.hostname1'
abr 17 17:56:30 archlinux systemd[1]: Finished Populate /home.
abr 17 17:56:30 archlinux systemd[1]: Started Hostname Service.
abr 17 17:56:30 archlinux systemd[1]: Reached target Multi-User System.
abr 17 17:56:30 archlinux systemd[1]: Reached target Graphical Interface.
abr 17 17:56:30 archlinux systemd[1]: Startup finished in 5.117s (firmware) + 2.951s (loader) + 3.495s (kernel) + 3.673s (initrd) + 4.037s (userspace) = 19.274s.
abr 17 17:56:30 archlinux dbus-daemon[359]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.5' (uid=0 pid=372 comm="/bin/login -f  ")
abr 17 17:56:30 archlinux dbus-daemon[359]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
abr 17 17:56:30 archlinux login[372]: pam_systemd_home(login:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
abr 17 17:56:30 archlinux login[372]: pam_unix(login:session): session opened for user x(uid=1000) by LOGIN(uid=0)
abr 17 17:56:30 archlinux systemd-logind[361]: New session 1 of user x.
abr 17 17:56:30 archlinux systemd[1]: Created slice User Slice of UID 1000.
abr 17 17:56:30 archlinux systemd[1]: Starting User Runtime Directory /run/user/1000...
abr 17 17:56:30 archlinux systemd[1]: Finished User Runtime Directory /run/user/1000.
abr 17 17:56:30 archlinux systemd[1]: Starting User Manager for UID 1000...
abr 17 17:56:30 archlinux dbus-daemon[359]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.7' (uid=0 pid=377 comm="(systemd)")
abr 17 17:56:30 archlinux dbus-daemon[359]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
abr 17 17:56:30 archlinux (systemd)[377]: pam_systemd_home(systemd-user:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
abr 17 17:56:30 archlinux (systemd)[377]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[x] ruser=[<unknown>] rhost=[<unknown>]
abr 17 17:56:30 archlinux (systemd)[377]: pam_unix(systemd-user:session): session opened for user x(uid=1000) by (uid=0)
abr 17 17:56:30 archlinux systemd[377]: Queued start job for default target Main User Target.
abr 17 17:56:30 archlinux systemd[377]: Created slice User Application Slice.
abr 17 17:56:30 archlinux systemd[377]: Reached target Paths.
abr 17 17:56:30 archlinux systemd[377]: Reached target Timers.
abr 17 17:56:30 archlinux systemd[377]: Starting D-Bus User Message Bus Socket...
abr 17 17:56:30 archlinux systemd[377]: Listening on GnuPG network certificate management daemon.
abr 17 17:56:30 archlinux systemd[377]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
abr 17 17:56:30 archlinux systemd[377]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
abr 17 17:56:30 archlinux systemd[377]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
abr 17 17:56:30 archlinux systemd[377]: Listening on GnuPG cryptographic agent and passphrase cache.
abr 17 17:56:30 archlinux systemd[377]: Listening on p11-kit server.
abr 17 17:56:30 archlinux systemd[377]: Listening on PipeWire Multimedia System Socket.
abr 17 17:56:30 archlinux systemd[377]: Listening on Sound System.
abr 17 17:56:30 archlinux systemd[377]: Listening on D-Bus User Message Bus Socket.
abr 17 17:56:30 archlinux systemd[377]: Reached target Sockets.
abr 17 17:56:30 archlinux systemd[377]: Reached target Basic System.
abr 17 17:56:30 archlinux systemd[377]: Reached target Main User Target.
abr 17 17:56:30 archlinux systemd[377]: Startup finished in 111ms.
abr 17 17:56:30 archlinux systemd[1]: Started User Manager for UID 1000.
abr 17 17:56:30 archlinux systemd[1]: Started Session 1 of User x.
abr 17 17:56:30 archlinux login[372]: LOGIN ON tty1 BY x
abr 17 17:56:31 archlinux kernel: Bluetooth: hci0: Waiting for firmware download to complete
abr 17 17:56:31 archlinux kernel: Bluetooth: hci0: Firmware loaded in 1698126 usecs
abr 17 17:56:31 archlinux kernel: Bluetooth: hci0: Waiting for device to boot
abr 17 17:56:31 archlinux kernel: Bluetooth: hci0: Device booted in 14710 usecs
abr 17 17:56:31 archlinux kernel: Bluetooth: hci0: Malformed MSFT vendor event: 0x02
abr 17 17:56:32 archlinux kernel: Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-19-0-0.ddc
abr 17 17:56:32 archlinux kernel: Bluetooth: hci0: Applying Intel DDC parameters completed
abr 17 17:56:32 archlinux kernel: Bluetooth: hci0: Firmware revision 0.0 build 15 week 45 2022
abr 17 17:56:32 archlinux kernel: Bluetooth: MGMT ver 1.22
abr 17 17:56:32 archlinux kernel: NET: Registered PF_ALG protocol family
abr 17 17:56:35 archlinux systemd[1]: systemd-rfkill.service: Deactivated successfully.
abr 17 17:56:41 archlinux kernel: i915 0000:00:02.0: [drm] PXP firmware failed arb session init request ret=[0x00001002]
abr 17 17:56:41 archlinux kernel: i915 0000:00:02.0: [drm] *ERROR* arb session failed to go in play
abr 17 17:56:41 archlinux kernel: i915 0000:00:02.0: [drm] PXP firmware failed arb session init request ret=[0x00001002]
abr 17 17:56:42 archlinux kernel: i915 0000:00:02.0: [drm] *ERROR* arb session failed to go in play
abr 17 17:56:42 archlinux systemd[377]: Created slice User Core Session Slice.
abr 17 17:56:42 archlinux systemd[377]: Starting D-Bus User Message Bus...
abr 17 17:56:42 archlinux systemd[377]: Started D-Bus User Message Bus.
abr 17 17:56:42 archlinux dbus-daemon[553]: [session uid=1000 pid=553] Successfully activated service 'org.freedesktop.systemd1'
abr 17 17:57:00 archlinux systemd[1]: systemd-hostnamed.service: Deactivated successfully.
abr 17 17:58:17 archlinux sudo[568]:        x : TTY=tty1 ; PWD=/home/x ; USER=root ; COMMAND=/usr/bin/ls /run/log/journal/d3b385d16ea44fbe8b7411a3af39b228/
abr 17 17:58:17 archlinux sudo[568]: pam_unix(sudo:session): session opened for user root(uid=0) by x(uid=1000)
abr 17 17:58:17 archlinux sudo[568]: pam_unix(sudo:session): session closed for user root
abr 17 17:58:33 archlinux sudo[570]:        x : TTY=tty1 ; PWD=/home/x ; USER=root ; COMMAND=/usr/bin/ls /run/log/journal/d3*/system.journal
abr 17 17:58:33 archlinux sudo[570]: pam_unix(sudo:session): session opened for user root(uid=0) by x(uid=1000)
abr 17 17:58:33 archlinux sudo[570]: pam_unix(sudo:session): session closed for user root
abr 17 17:59:11 archlinux sudo[572]:        x : TTY=tty1 ; PWD=/home/x ; USER=root ; COMMAND=/usr/bin/ls /run/log/journal/d3b385d16ea44fbe8b7411a3af39b228/
abr 17 17:59:11 archlinux sudo[572]: pam_unix(sudo:session): session opened for user root(uid=0) by x(uid=1000)
abr 17 17:59:11 archlinux sudo[572]: pam_unix(sudo:session): session closed for user root
abr 17 17:59:22 archlinux sudo[574]:        x : TTY=tty1 ; PWD=/home/x ; USER=root ; COMMAND=/usr/bin/ls /run/log/journal/d3*/system.journal
abr 17 17:59:22 archlinux sudo[574]: pam_unix(sudo:session): session opened for user root(uid=0) by x(uid=1000)
abr 17 17:59:22 archlinux sudo[574]: pam_unix(sudo:session): session closed for user root
abr 17 18:00:12 archlinux sudo[576]:        x : TTY=tty1 ; PWD=/home/x ; USER=root ; COMMAND=/usr/bin/ls /run/log/journal/d3*/system.*
abr 17 18:00:12 archlinux sudo[576]: pam_unix(sudo:session): session opened for user root(uid=0) by x(uid=1000)
abr 17 18:00:12 archlinux sudo[576]: pam_unix(sudo:session): session closed for user root
abr 17 18:00:18 archlinux sudo[578]:        x : TTY=tty1 ; PWD=/home/x ; USER=root ; COMMAND=/usr/bin/ls /run/log/journal/d3b385d16ea44fbe8b7411a3af39b228/
abr 17 18:00:18 archlinux sudo[578]: pam_unix(sudo:session): session opened for user root(uid=0) by x(uid=1000)
abr 17 18:00:18 archlinux sudo[578]: pam_unix(sudo:session): session closed for user root
abr 17 18:00:26 archlinux sudo[580]:        x : TTY=tty1 ; PWD=/home/x ; USER=root ; COMMAND=/usr/bin/ls -l /run/log/journal/d3b385d16ea44fbe8b7411a3af39b228/
abr 17 18:00:26 archlinux sudo[580]: pam_unix(sudo:session): session opened for user root(uid=0) by x(uid=1000)
abr 17 18:00:26 archlinux sudo[580]: pam_unix(sudo:session): session closed for user root
abr 17 18:00:41 archlinux sudo[582]:        x : TTY=tty1 ; PWD=/home/x ; USER=root ; COMMAND=/usr/bin/ls -l /run/log/journal/d3*/system.journal
abr 17 18:00:41 archlinux sudo[582]: pam_unix(sudo:session): session opened for user root(uid=0) by x(uid=1000)
abr 17 18:00:42 archlinux sudo[582]: pam_unix(sudo:session): session closed for user root
abr 17 18:01:31 archlinux sudo[584]:        x : TTY=tty1 ; PWD=/home/x ; USER=root ; COMMAND=/usr/bin/ls -l /run/log/journal/d3*/system-journal
abr 17 18:01:31 archlinux sudo[584]: pam_unix(sudo:session): session opened for user root(uid=0) by x(uid=1000)
abr 17 18:01:31 archlinux sudo[584]: pam_unix(sudo:session): session closed for user root
abr 17 18:01:41 archlinux sudo[586]:        x : TTY=tty1 ; PWD=/home/x ; USER=root ; COMMAND=/usr/bin/ls -l /run/log/journal/d3b385d16ea44fbe8b7411a3af39b228
abr 17 18:01:41 archlinux sudo[586]: pam_unix(sudo:session): session opened for user root(uid=0) by x(uid=1000)
abr 17 18:01:41 archlinux sudo[586]: pam_unix(sudo:session): session closed for user root
abr 17 18:01:58 archlinux sudo[588]:        x : TTY=tty1 ; PWD=/home/x ; USER=root ; COMMAND=/usr/bin/ls -l /run/log/journal/d3*/*
abr 17 18:01:58 archlinux sudo[588]: pam_unix(sudo:session): session opened for user root(uid=0) by x(uid=1000)
abr 17 18:01:58 archlinux sudo[588]: pam_unix(sudo:session): session closed for user root
abr 17 18:02:02 archlinux sudo[590]:        x : TTY=tty1 ; PWD=/home/x ; USER=root ; COMMAND=/usr/bin/ls -l /run/log/journal/d3b385d16ea44fbe8b7411a3af39b228/
abr 17 18:02:02 archlinux sudo[590]: pam_unix(sudo:session): session opened for user root(uid=0) by x(uid=1000)
abr 17 18:02:02 archlinux sudo[590]: pam_unix(sudo:session): session closed for user root
abr 17 18:02:55 archlinux sudo[592]:        x : TTY=tty1 ; PWD=/home/x ; USER=root ; COMMAND=/usr/bin/ls -l /run/log/journal/d3b385d16ea44fbe8b7411a3af39b228
abr 17 18:02:55 archlinux sudo[592]: pam_unix(sudo:session): session opened for user root(uid=0) by x(uid=1000)
abr 17 18:02:55 archlinux sudo[592]: pam_unix(sudo:session): session closed for user root
abr 17 18:03:02 archlinux sudo[594]:        x : TTY=tty1 ; PWD=/home/x ; USER=root ; COMMAND=/usr/bin/ls -l /run/log/journal/d3b385d16ea44fbe8b7411a3af39b228/system.journal
abr 17 18:03:02 archlinux sudo[594]: pam_unix(sudo:session): session opened for user root(uid=0) by x(uid=1000)
abr 17 18:03:02 archlinux sudo[594]: pam_unix(sudo:session): session closed for user root
abr 17 18:03:19 archlinux sudo[596]:        x : TTY=tty1 ; PWD=/home/x ; USER=root ; COMMAND=/usr/bin/ls -l /run/log/journal/d3*/system-journal
abr 17 18:03:19 archlinux sudo[596]: pam_unix(sudo:session): session opened for user root(uid=0) by x(uid=1000)
abr 17 18:03:19 archlinux sudo[596]: pam_unix(sudo:session): session closed for user root
abr 17 18:03:26 archlinux sudo[598]:        x : TTY=tty1 ; PWD=/home/x ; USER=root ; COMMAND=/usr/bin/ls -l /run/log/journal/d3*/system.journal
abr 17 18:03:26 archlinux sudo[598]: pam_unix(sudo:session): session opened for user root(uid=0) by x(uid=1000)
abr 17 18:03:26 archlinux sudo[598]: pam_unix(sudo:session): session closed for user root
abr 17 18:04:35 archlinux sudo[601]:        x : TTY=tty1 ; PWD=/home/x ; USER=root ; COMMAND=/usr/bin/cp /run/log/journal/d3b385d16ea44fbe8b7411a3af39b228/system.journal /xbkp/tmpfsroot/system.journal.TOUCHPADTRAVADO.SYSTEMDINITRAMFS-NAONARAM
abr 17 18:04:35 archlinux sudo[601]: pam_unix(sudo:session): session opened for user root(uid=0) by x(uid=1000)
abr 17 18:04:35 archlinux sudo[601]: pam_unix(sudo:session): session closed for user root
abr 17 18:06:16 archlinux sudo[606]:        x : TTY=tty1 ; PWD=/home/x ; USER=root ; COMMAND=/usr/bin/journalctl --file=/xbkp/tmpfsroot/system.journal.TOUCHPADTRAVADO.SYSTEMDINITRAMFS-NAONARAM
abr 17 18:06:16 archlinux sudo[606]: pam_unix(sudo:session): session opened for user root(uid=0) by x(uid=1000)
abr 17 18:06:46 archlinux dbus-daemon[359]: [system] Connection has not authenticated soon enough, closing it (auth_timeout=30000ms, elapsed: 30029ms)
abr 17 18:06:51 archlinux sudo[606]: pam_unix(sudo:session): session closed for user root
abr 17 18:07:38 archlinux sudo[609]:        x : TTY=tty1 ; PWD=/home/x ; USER=root ; COMMAND=/usr/bin/journalctl --file=/xbkp/tmpfsroot/system.journal.TOUCHPADTRAVADO.SYSTEMDINITRAMFS-NAONARAM
abr 17 18:07:38 archlinux sudo[609]: pam_unix(sudo:session): session opened for user root(uid=0) by x(uid=1000)
abr 17 18:07:42 archlinux sudo[609]: pam_unix(sudo:session): session closed for user root
abr 17 18:08:41 archlinux sudo[613]:        x : TTY=tty1 ; PWD=/home/x ; USER=root ; COMMAND=/usr/bin/cp /xbkp/tmpfsroot/system.journal.TOUCHPADTRAVADO.SYSTEMDINITRAMFS-NAONARAM /xbkp/tmpfsroot/system.journal.PREROOTSWITCH.TOUCHPADTRAVADO.SYSTEMDINITRAMFS-NAONARAM
abr 17 18:08:41 archlinux sudo[613]: pam_unix(sudo:session): session opened for user root(uid=0) by x(uid=1000)
abr 17 18:08:41 archlinux sudo[613]: pam_unix(sudo:session): session closed for user root
abr 17 18:08:48 archlinux sudo[615]:        x : TTY=tty1 ; PWD=/home/x ; USER=root ; COMMAND=/usr/bin/ls -l /run/log/journal/d3*/system.journal
abr 17 18:08:48 archlinux sudo[615]: pam_unix(sudo:session): session opened for user root(uid=0) by x(uid=1000)
abr 17 18:08:48 archlinux sudo[615]: pam_unix(sudo:session): session closed for user root
abr 17 18:08:57 archlinux sudo[617]:        x : TTY=tty1 ; PWD=/home/x ; USER=root ; COMMAND=/usr/bin/ls -l /run/log/journal/41bed090c3444a85a158a5b20f0a4f88/
abr 17 18:08:57 archlinux sudo[617]: pam_unix(sudo:session): session opened for user root(uid=0) by x(uid=1000)
abr 17 18:08:57 archlinux sudo[617]: pam_unix(sudo:session): session closed for user root
abr 17 18:10:51 archlinux sudo[619]:        x : TTY=tty1 ; PWD=/home/x ; USER=root ; COMMAND=/usr/bin/cp /run/log/journal/41bed090c3444a85a158a5b20f0a4f88/system.journal /xbkp/tmpfsroot/system.journal.POSTROOTSWITCH.TOUCHPADTRAVADO.SYSTEMDINITRAMFS-NAONARAM
abr 17 18:10:51 archlinux sudo[619]: pam_unix(sudo:session): session opened for user root(uid=0) by x(uid=1000)

Then finally, just for comparison's sake we have the 1st log file of touchpad working, systemd initramfs, running normally, NOT from RAM:

abr 17 18:21:58 archlinux kernel: microcode: microcode updated early to revision 0xa6, date = 2022-06-28
abr 17 18:21:58 archlinux kernel: Linux version 6.2.11-arch1-1 (linux@archlinux) (gcc (GCC) 12.2.1 20230201, GNU ld (GNU Binutils) 2.40) #1 SMP PREEMPT_DYNAMIC Thu, 13 Apr 2023 16:59:24 +0000
abr 17 18:21:58 archlinux kernel: Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=75fb575c-2b60-4394-922a-447ef0188601 rw
abr 17 18:21:58 archlinux kernel: x86/split lock detection: #AC: crashing the kernel on kernel split_locks and warning on user-space split_locks
abr 17 18:21:58 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
abr 17 18:21:58 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
abr 17 18:21:58 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
abr 17 18:21:58 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x020: 'AVX-512 opmask'
abr 17 18:21:58 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x040: 'AVX-512 Hi256'
abr 17 18:21:58 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x080: 'AVX-512 ZMM_Hi256'
abr 17 18:21:58 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
abr 17 18:21:58 archlinux kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
abr 17 18:21:58 archlinux kernel: x86/fpu: xstate_offset[5]:  832, xstate_sizes[5]:   64
abr 17 18:21:58 archlinux kernel: x86/fpu: xstate_offset[6]:  896, xstate_sizes[6]:  512
abr 17 18:21:58 archlinux kernel: x86/fpu: xstate_offset[7]: 1408, xstate_sizes[7]: 1024
abr 17 18:21:58 archlinux kernel: x86/fpu: xstate_offset[9]: 2432, xstate_sizes[9]:    8
abr 17 18:21:58 archlinux kernel: x86/fpu: Enabled xstate features 0x2e7, context size is 2440 bytes, using 'compacted' format.
abr 17 18:21:58 archlinux kernel: signal: max sigframe size: 3632
abr 17 18:21:58 archlinux kernel: BIOS-provided physical RAM map:
abr 17 18:21:58 archlinux kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
abr 17 18:21:58 archlinux kernel: BIOS-e820: [mem 0x000000000009f000-0x00000000000fffff] reserved
abr 17 18:21:58 archlinux kernel: BIOS-e820: [mem 0x0000000000100000-0x000000003dfc9fff] usable
abr 17 18:21:58 archlinux kernel: BIOS-e820: [mem 0x000000003dfca000-0x000000003dfcafff] reserved
abr 17 18:21:58 archlinux kernel: BIOS-e820: [mem 0x000000003dfcb000-0x000000003e3bbfff] usable
abr 17 18:21:58 archlinux kernel: BIOS-e820: [mem 0x000000003e3bc000-0x00000000435b4fff] reserved
abr 17 18:21:58 archlinux kernel: BIOS-e820: [mem 0x00000000435b5000-0x0000000043680fff] ACPI data
abr 17 18:21:58 archlinux kernel: BIOS-e820: [mem 0x0000000043681000-0x000000004373afff] ACPI NVS
abr 17 18:21:58 archlinux kernel: BIOS-e820: [mem 0x000000004373b000-0x000000004473afff] reserved
abr 17 18:21:58 archlinux kernel: BIOS-e820: [mem 0x000000004473b000-0x00000000447fefff] type 20
abr 17 18:21:58 archlinux kernel: BIOS-e820: [mem 0x00000000447ff000-0x00000000447fffff] usable
abr 17 18:21:58 archlinux kernel: BIOS-e820: [mem 0x0000000044800000-0x000000004affffff] reserved
abr 17 18:21:58 archlinux kernel: BIOS-e820: [mem 0x000000004b300000-0x000000004f7fffff] reserved
abr 17 18:21:58 archlinux kernel: BIOS-e820: [mem 0x00000000c0000000-0x00000000cfffffff] reserved
abr 17 18:21:58 archlinux kernel: BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
abr 17 18:21:58 archlinux kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
abr 17 18:21:58 archlinux kernel: BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
abr 17 18:21:58 archlinux kernel: BIOS-e820: [mem 0x00000000fed20000-0x00000000fed7ffff] reserved
abr 17 18:21:58 archlinux kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
abr 17 18:21:58 archlinux kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
abr 17 18:21:58 archlinux kernel: BIOS-e820: [mem 0x0000000100000000-0x00000002b07fffff] usable
abr 17 18:21:58 archlinux kernel: NX (Execute Disable) protection: active
abr 17 18:21:58 archlinux kernel: efi: EFI v2.70 by American Megatrends
abr 17 18:21:58 archlinux kernel: efi: ACPI=0x43680000 ACPI 2.0=0x43680014 TPMFinalLog=0x436c7000 SMBIOS=0x44604000 SMBIOS 3.0=0x44603000 MEMATTR=0x3a710518 ESRT=0x3c11b518 
abr 17 18:21:58 archlinux kernel: efi: Remove mem67: MMIO range=[0xc0000000-0xcfffffff] (256MB) from e820 map
abr 17 18:21:58 archlinux kernel: e820: remove [mem 0xc0000000-0xcfffffff] reserved
abr 17 18:21:58 archlinux kernel: efi: Not removing mem68: MMIO range=[0xfe000000-0xfe010fff] (68KB) from e820 map
abr 17 18:21:58 archlinux kernel: efi: Not removing mem69: MMIO range=[0xfec00000-0xfec00fff] (4KB) from e820 map
abr 17 18:21:58 archlinux kernel: efi: Not removing mem70: MMIO range=[0xfed00000-0xfed00fff] (4KB) from e820 map
abr 17 18:21:58 archlinux kernel: efi: Not removing mem72: MMIO range=[0xfee00000-0xfee00fff] (4KB) from e820 map
abr 17 18:21:58 archlinux kernel: efi: Remove mem73: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
abr 17 18:21:58 archlinux kernel: e820: remove [mem 0xff000000-0xffffffff] reserved
abr 17 18:21:58 archlinux kernel: SMBIOS 3.3.0 present.
abr 17 18:21:58 archlinux kernel: DMI: SAMSUNG ELECTRONICS CO., LTD. 550XDA/NP550XDA-KH2BR, BIOS P17CFB.044.220223.HQ 02/23/2022
abr 17 18:21:58 archlinux kernel: tsc: Detected 2400.000 MHz processor
abr 17 18:21:58 archlinux kernel: tsc: Detected 2419.200 MHz TSC
abr 17 18:21:58 archlinux kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
abr 17 18:21:58 archlinux kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
abr 17 18:21:58 archlinux kernel: last_pfn = 0x2b0800 max_arch_pfn = 0x400000000
abr 17 18:21:58 archlinux kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
abr 17 18:21:58 archlinux kernel: last_pfn = 0x44800 max_arch_pfn = 0x400000000
abr 17 18:21:58 archlinux kernel: esrt: Reserving ESRT space from 0x000000003c11b518 to 0x000000003c11b5a0.
abr 17 18:21:58 archlinux kernel: e820: update [mem 0x3c11b000-0x3c11bfff] usable ==> reserved
abr 17 18:21:58 archlinux kernel: Using GB pages for direct mapping
abr 17 18:21:58 archlinux kernel: Secure boot disabled
abr 17 18:21:58 archlinux kernel: RAMDISK: [mem 0x3550b000-0x36a7cfff]
abr 17 18:21:58 archlinux kernel: ACPI: Early table checksum verification disabled
abr 17 18:21:58 archlinux kernel: ACPI: RSDP 0x0000000043680014 000024 (v02 SECCSD)
abr 17 18:21:58 archlinux kernel: ACPI: XSDT 0x000000004367F728 0000FC (v01 SECCSD LH43STAR 01072009 AMI  01000013)
abr 17 18:21:58 archlinux kernel: ACPI: FACP 0x000000004367A000 000114 (v06 SECCSD LH43STAR 01072009 AMI  01000013)
abr 17 18:21:58 archlinux kernel: ACPI: DSDT 0x0000000043626000 053D30 (v02 SECCSD LH43STAR 01072009 INTL 20191018)
abr 17 18:21:58 archlinux kernel: ACPI: FACS 0x0000000043737000 000040
abr 17 18:21:58 archlinux kernel: ACPI: MCFG 0x000000004367E000 00003C (v01 SECCSD LH43STAR 01072009 MSFT 00000097)
abr 17 18:21:58 archlinux kernel: ACPI: SSDT 0x000000004367B000 00255D (v02 CpuRef CpuSsdt  00003000 INTL 20191018)
abr 17 18:21:58 archlinux kernel: ACPI: FIDT 0x0000000043625000 00009C (v01 SECCSD LH43STAR 01072009 AMI  00010013)
abr 17 18:21:58 archlinux kernel: ACPI: MSDM 0x0000000043624000 000055 (v03 SECCSD LH43STAR 01072009 AMI  01000013)
abr 17 18:21:58 archlinux kernel: ACPI: SSDT 0x0000000043620000 003D0E (v02 DptfTb DptfTabl 00001000 INTL 20191018)
abr 17 18:21:58 archlinux kernel: ACPI: SSDT 0x000000004361D000 002CC7 (v02 SaSsdt SaSsdt   00003000 INTL 20191018)
abr 17 18:21:58 archlinux kernel: ACPI: SSDT 0x0000000043619000 003350 (v02 INTEL  IgfxSsdt 00003000 INTL 20191018)
abr 17 18:21:58 archlinux kernel: ACPI: SSDT 0x000000004360D000 00B1B2 (v02 INTEL  TcssSsdt 00001000 INTL 20191018)
abr 17 18:21:58 archlinux kernel: ACPI: HPET 0x000000004360C000 000038 (v01 SECCSD LH43STAR 01072009 AMI  01000013)
abr 17 18:21:58 archlinux kernel: ACPI: APIC 0x000000004360B000 00012C (v04 SECCSD LH43STAR 01072009 AMI  01000013)
abr 17 18:21:58 archlinux kernel: ACPI: SSDT 0x0000000043605000 005C77 (v02 SECCSD TglU_Rvp 00001000 INTL 20191018)
abr 17 18:21:58 archlinux kernel: ACPI: SSDT 0x0000000043604000 000E11 (v02 SECCSD Ther_Rvp 00001000 INTL 20191018)
abr 17 18:21:58 archlinux kernel: ACPI: NHLT 0x0000000043603000 00002D (v00 SECCSD LH43STAR 01072009 AMI  01000013)
abr 17 18:21:58 archlinux kernel: ACPI: LPIT 0x0000000043602000 0000CC (v01 SECCSD LH43STAR 01072009 AMI  01000013)
abr 17 18:21:58 archlinux kernel: ACPI: SSDT 0x00000000435FE000 002720 (v02 SECCSD PtidDevc 00001000 INTL 20191018)
abr 17 18:21:58 archlinux kernel: ACPI: SSDT 0x00000000435FD000 00012A (v02 SECCSD TbtTypeC 00000000 INTL 20191018)
abr 17 18:21:58 archlinux kernel: ACPI: DBGP 0x00000000435FC000 000034 (v01 SECCSD LH43STAR 01072009 AMI  01000013)
abr 17 18:21:58 archlinux kernel: ACPI: DBG2 0x00000000435FB000 000054 (v00 SECCSD LH43STAR 01072009 AMI  01000013)
abr 17 18:21:58 archlinux kernel: ACPI: DMAR 0x00000000435FA000 000088 (v02 INTEL  EDK2     00000002      01000013)
abr 17 18:21:58 archlinux kernel: ACPI: SSDT 0x00000000435F9000 0009F9 (v02 INTEL  xh_tudd4 00000000 INTL 20191018)
abr 17 18:21:58 archlinux kernel: ACPI: SSDT 0x00000000435F8000 000144 (v02 Intel  ADebTabl 00001000 INTL 20191018)
abr 17 18:21:58 archlinux kernel: ACPI: BGRT 0x00000000435F7000 000038 (v01 SECCSD LH43STAR 01072009 AMI  00010013)
abr 17 18:21:58 archlinux kernel: ACPI: TPM2 0x00000000435F6000 00004C (v04 SECCSD LH43STAR 00000001 AMI  00000000)
abr 17 18:21:58 archlinux kernel: ACPI: PTDT 0x00000000435F5000 000D44 (v00 SECCSD LH43STAR 00000005 MSFT 0100000D)
abr 17 18:21:58 archlinux kernel: ACPI: WSMT 0x0000000043601000 000028 (v01 SECCSD LH43STAR 01072009 AMI  00010013)
abr 17 18:21:58 archlinux kernel: ACPI: FPDT 0x00000000435F4000 000044 (v01 SECCSD A M I    01072009 AMI  01000013)
abr 17 18:21:58 archlinux kernel: ACPI: Reserving FACP table memory at [mem 0x4367a000-0x4367a113]
abr 17 18:21:58 archlinux kernel: ACPI: Reserving DSDT table memory at [mem 0x43626000-0x43679d2f]
abr 17 18:21:58 archlinux kernel: ACPI: Reserving FACS table memory at [mem 0x43737000-0x4373703f]
abr 17 18:21:58 archlinux kernel: ACPI: Reserving MCFG table memory at [mem 0x4367e000-0x4367e03b]
abr 17 18:21:58 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x4367b000-0x4367d55c]
abr 17 18:21:58 archlinux kernel: ACPI: Reserving FIDT table memory at [mem 0x43625000-0x4362509b]
abr 17 18:21:58 archlinux kernel: ACPI: Reserving MSDM table memory at [mem 0x43624000-0x43624054]
abr 17 18:21:58 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x43620000-0x43623d0d]
abr 17 18:21:58 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x4361d000-0x4361fcc6]
abr 17 18:21:58 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x43619000-0x4361c34f]
abr 17 18:21:58 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x4360d000-0x436181b1]
abr 17 18:21:58 archlinux kernel: ACPI: Reserving HPET table memory at [mem 0x4360c000-0x4360c037]
abr 17 18:21:58 archlinux kernel: ACPI: Reserving APIC table memory at [mem 0x4360b000-0x4360b12b]
abr 17 18:21:58 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x43605000-0x4360ac76]
abr 17 18:21:58 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x43604000-0x43604e10]
abr 17 18:21:58 archlinux kernel: ACPI: Reserving NHLT table memory at [mem 0x43603000-0x4360302c]
abr 17 18:21:58 archlinux kernel: ACPI: Reserving LPIT table memory at [mem 0x43602000-0x436020cb]
abr 17 18:21:58 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x435fe000-0x4360071f]
abr 17 18:21:58 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x435fd000-0x435fd129]
abr 17 18:21:58 archlinux kernel: ACPI: Reserving DBGP table memory at [mem 0x435fc000-0x435fc033]
abr 17 18:21:58 archlinux kernel: ACPI: Reserving DBG2 table memory at [mem 0x435fb000-0x435fb053]
abr 17 18:21:58 archlinux kernel: ACPI: Reserving DMAR table memory at [mem 0x435fa000-0x435fa087]
abr 17 18:21:58 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x435f9000-0x435f99f8]
abr 17 18:21:58 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x435f8000-0x435f8143]
abr 17 18:21:58 archlinux kernel: ACPI: Reserving BGRT table memory at [mem 0x435f7000-0x435f7037]
abr 17 18:21:58 archlinux kernel: ACPI: Reserving TPM2 table memory at [mem 0x435f6000-0x435f604b]
abr 17 18:21:58 archlinux kernel: ACPI: Reserving PTDT table memory at [mem 0x435f5000-0x435f5d43]
abr 17 18:21:58 archlinux kernel: ACPI: Reserving WSMT table memory at [mem 0x43601000-0x43601027]
abr 17 18:21:58 archlinux kernel: ACPI: Reserving FPDT table memory at [mem 0x435f4000-0x435f4043]
abr 17 18:21:58 archlinux kernel: No NUMA configuration found
abr 17 18:21:58 archlinux kernel: Faking a node at [mem 0x0000000000000000-0x00000002b07fffff]
abr 17 18:21:58 archlinux kernel: NODE_DATA(0) allocated [mem 0x2b07fb000-0x2b07fffff]
abr 17 18:21:58 archlinux kernel: Zone ranges:
abr 17 18:21:58 archlinux kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
abr 17 18:21:58 archlinux kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
abr 17 18:21:58 archlinux kernel:   Normal   [mem 0x0000000100000000-0x00000002b07fffff]
abr 17 18:21:58 archlinux kernel:   Device   empty
abr 17 18:21:58 archlinux kernel: Movable zone start for each node
abr 17 18:21:58 archlinux kernel: Early memory node ranges
abr 17 18:21:58 archlinux kernel:   node   0: [mem 0x0000000000001000-0x000000000009efff]
abr 17 18:21:58 archlinux kernel:   node   0: [mem 0x0000000000100000-0x000000003dfc9fff]
abr 17 18:21:58 archlinux kernel:   node   0: [mem 0x000000003dfcb000-0x000000003e3bbfff]
abr 17 18:21:58 archlinux kernel:   node   0: [mem 0x00000000447ff000-0x00000000447fffff]
abr 17 18:21:58 archlinux kernel:   node   0: [mem 0x0000000100000000-0x00000002b07fffff]
abr 17 18:21:58 archlinux kernel: Initmem setup node 0 [mem 0x0000000000001000-0x00000002b07fffff]
abr 17 18:21:58 archlinux kernel: On node 0, zone DMA: 1 pages in unavailable ranges
abr 17 18:21:58 archlinux kernel: On node 0, zone DMA: 97 pages in unavailable ranges
abr 17 18:21:58 archlinux kernel: On node 0, zone DMA32: 1 pages in unavailable ranges
abr 17 18:21:58 archlinux kernel: On node 0, zone DMA32: 25667 pages in unavailable ranges
abr 17 18:21:58 archlinux kernel: On node 0, zone Normal: 14336 pages in unavailable ranges
abr 17 18:21:58 archlinux kernel: On node 0, zone Normal: 30720 pages in unavailable ranges
abr 17 18:21:58 archlinux kernel: Reserving Intel graphics memory at [mem 0x4d800000-0x4f7fffff]
abr 17 18:21:58 archlinux kernel: ACPI: PM-Timer IO Port: 0x1808
abr 17 18:21:58 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
abr 17 18:21:58 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
abr 17 18:21:58 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
abr 17 18:21:58 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
abr 17 18:21:58 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
abr 17 18:21:58 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
abr 17 18:21:58 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
abr 17 18:21:58 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
abr 17 18:21:58 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
abr 17 18:21:58 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
abr 17 18:21:58 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
abr 17 18:21:58 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
abr 17 18:21:58 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
abr 17 18:21:58 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
abr 17 18:21:58 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
abr 17 18:21:58 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
abr 17 18:21:58 archlinux kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
abr 17 18:21:58 archlinux kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
abr 17 18:21:58 archlinux kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
abr 17 18:21:58 archlinux kernel: ACPI: Using ACPI (MADT) for SMP configuration information
abr 17 18:21:58 archlinux kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
abr 17 18:21:58 archlinux kernel: e820: update [mem 0x39963000-0x3997dfff] usable ==> reserved
abr 17 18:21:58 archlinux kernel: TSC deadline timer available
abr 17 18:21:58 archlinux kernel: smpboot: Allowing 8 CPUs, 0 hotplug CPUs
abr 17 18:21:58 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
abr 17 18:21:58 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000fffff]
abr 17 18:21:58 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x39963000-0x3997dfff]
abr 17 18:21:58 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x3c11b000-0x3c11bfff]
abr 17 18:21:58 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x3dfca000-0x3dfcafff]
abr 17 18:21:58 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x3e3bc000-0x435b4fff]
abr 17 18:21:58 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x435b5000-0x43680fff]
abr 17 18:21:58 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x43681000-0x4373afff]
abr 17 18:21:58 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x4373b000-0x4473afff]
abr 17 18:21:58 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x4473b000-0x447fefff]
abr 17 18:21:58 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x44800000-0x4affffff]
abr 17 18:21:58 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x4b000000-0x4b2fffff]
abr 17 18:21:58 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x4b300000-0x4f7fffff]
abr 17 18:21:58 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x4f800000-0xfdffffff]
abr 17 18:21:58 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
abr 17 18:21:58 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
abr 17 18:21:58 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
abr 17 18:21:58 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
abr 17 18:21:58 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
abr 17 18:21:58 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed1ffff]
abr 17 18:21:58 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xfed7ffff]
abr 17 18:21:58 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfedfffff]
abr 17 18:21:58 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
abr 17 18:21:58 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xffffffff]
abr 17 18:21:58 archlinux kernel: [mem 0x4f800000-0xfdffffff] available for PCI devices
abr 17 18:21:58 archlinux kernel: Booting paravirtualized kernel on bare hardware
abr 17 18:21:58 archlinux kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
abr 17 18:21:58 archlinux kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
abr 17 18:21:58 archlinux kernel: percpu: Embedded 63 pages/cpu s221184 r8192 d28672 u262144
abr 17 18:21:58 archlinux kernel: pcpu-alloc: s221184 r8192 d28672 u262144 alloc=1*2097152
abr 17 18:21:58 archlinux kernel: pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
abr 17 18:21:58 archlinux kernel: Fallback order for Node 0: 0 
abr 17 18:21:58 archlinux kernel: Built 1 zonelists, mobility grouping on.  Total pages: 1994509
abr 17 18:21:58 archlinux kernel: Policy zone: Normal
abr 17 18:21:58 archlinux kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=75fb575c-2b60-4394-922a-447ef0188601 rw
abr 17 18:21:58 archlinux kernel: Unknown kernel command line parameters "BOOT_IMAGE=/vmlinuz-linux", will be passed to user space.
abr 17 18:21:58 archlinux kernel: random: crng init done
abr 17 18:21:58 archlinux kernel: Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
abr 17 18:21:58 archlinux kernel: Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
abr 17 18:21:58 archlinux kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
abr 17 18:21:58 archlinux kernel: software IO TLB: area num 8.
abr 17 18:21:58 archlinux kernel: Memory: 7727464K/8105320K available (16384K kernel code, 2097K rwdata, 12628K rodata, 3276K init, 4100K bss, 377596K reserved, 0K cma-reserved)
abr 17 18:21:58 archlinux kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
abr 17 18:21:58 archlinux kernel: ftrace: allocating 46876 entries in 184 pages
abr 17 18:21:58 archlinux kernel: ftrace: allocated 184 pages with 4 groups
abr 17 18:21:58 archlinux kernel: Dynamic Preempt: full
abr 17 18:21:58 archlinux kernel: rcu: Preemptible hierarchical RCU implementation.
abr 17 18:21:58 archlinux kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=8.
abr 17 18:21:58 archlinux kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
abr 17 18:21:58 archlinux kernel:         Trampoline variant of Tasks RCU enabled.
abr 17 18:21:58 archlinux kernel:         Rude variant of Tasks RCU enabled.
abr 17 18:21:58 archlinux kernel:         Tracing variant of Tasks RCU enabled.
abr 17 18:21:58 archlinux kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
abr 17 18:21:58 archlinux kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
abr 17 18:21:58 archlinux kernel: NR_IRQS: 20736, nr_irqs: 2048, preallocated irqs: 16
abr 17 18:21:58 archlinux kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
abr 17 18:21:58 archlinux kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
abr 17 18:21:58 archlinux kernel: Console: colour dummy device 80x25
abr 17 18:21:58 archlinux kernel: printk: console [tty0] enabled
abr 17 18:21:58 archlinux kernel: ACPI: Core revision 20221020
abr 17 18:21:58 archlinux kernel: hpet: HPET dysfunctional in PC10. Force disabled.
abr 17 18:21:58 archlinux kernel: APIC: Switch to symmetric I/O mode setup
abr 17 18:21:58 archlinux kernel: DMAR: Host address width 39
abr 17 18:21:58 archlinux kernel: DMAR: DRHD base: 0x000000fed90000 flags: 0x0
abr 17 18:21:58 archlinux kernel: DMAR: dmar0: reg_base_addr fed90000 ver 4:0 cap 1c0000c40660462 ecap 69e2ff0505e
abr 17 18:21:58 archlinux kernel: DMAR: DRHD base: 0x000000fed91000 flags: 0x1
abr 17 18:21:58 archlinux kernel: DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
abr 17 18:21:58 archlinux kernel: DMAR: RMRR base: 0x0000004d000000 end: 0x0000004f7fffff
abr 17 18:21:58 archlinux kernel: DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
abr 17 18:21:58 archlinux kernel: DMAR-IR: HPET id 0 under DRHD base 0xfed91000
abr 17 18:21:58 archlinux kernel: DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
abr 17 18:21:58 archlinux kernel: DMAR-IR: Enabled IRQ remapping in x2apic mode
abr 17 18:21:58 archlinux kernel: x2apic enabled
abr 17 18:21:58 archlinux kernel: Switched APIC routing to cluster x2apic.
abr 17 18:21:58 archlinux kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x22df1149949, max_idle_ns: 440795312789 ns
abr 17 18:21:58 archlinux kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 4840.00 BogoMIPS (lpj=8064000)
abr 17 18:21:58 archlinux kernel: pid_max: default: 32768 minimum: 301
abr 17 18:21:58 archlinux kernel: LSM: initializing lsm=capability,landlock,lockdown,yama,integrity,bpf
abr 17 18:21:58 archlinux kernel: landlock: Up and running.
abr 17 18:21:58 archlinux kernel: Yama: becoming mindful.
abr 17 18:21:58 archlinux kernel: LSM support for eBPF active
abr 17 18:21:58 archlinux kernel: Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
abr 17 18:21:58 archlinux kernel: Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
abr 17 18:21:58 archlinux kernel: CPU0: Thermal monitoring enabled (TM1)
abr 17 18:21:58 archlinux kernel: x86/cpu: User Mode Instruction Prevention (UMIP) activated
abr 17 18:21:58 archlinux kernel: process: using mwait in idle threads
abr 17 18:21:58 archlinux kernel: CET detected: Indirect Branch Tracking enabled
abr 17 18:21:58 archlinux kernel: Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
abr 17 18:21:58 archlinux kernel: Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
abr 17 18:21:58 archlinux kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
abr 17 18:21:58 archlinux kernel: Spectre V2 : Mitigation: Enhanced IBRS
abr 17 18:21:58 archlinux kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
abr 17 18:21:58 archlinux kernel: Spectre V2 : Spectre v2 / PBRSB-eIBRS: Retire a single CALL on VMEXIT
abr 17 18:21:58 archlinux kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
abr 17 18:21:58 archlinux kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
abr 17 18:21:58 archlinux kernel: Freeing SMP alternatives memory: 40K
abr 17 18:21:58 archlinux kernel: smpboot: CPU0: 11th Gen Intel(R) Core(TM) i5-1135G7 @ 2.40GHz (family: 0x6, model: 0x8c, stepping: 0x1)
abr 17 18:21:58 archlinux kernel: cblist_init_generic: Setting adjustable number of callback queues.
abr 17 18:21:58 archlinux kernel: cblist_init_generic: Setting shift to 3 and lim to 1.
abr 17 18:21:58 archlinux kernel: cblist_init_generic: Setting shift to 3 and lim to 1.
abr 17 18:21:58 archlinux kernel: cblist_init_generic: Setting shift to 3 and lim to 1.
abr 17 18:21:58 archlinux kernel: Performance Events: PEBS fmt4+-baseline,  AnyThread deprecated, Icelake events, 32-deep LBR, full-width counters, Intel PMU driver.
abr 17 18:21:58 archlinux kernel: ... version:                5
abr 17 18:21:58 archlinux kernel: ... bit width:              48
abr 17 18:21:58 archlinux kernel: ... generic registers:      8
abr 17 18:21:58 archlinux kernel: ... value mask:             0000ffffffffffff
abr 17 18:21:58 archlinux kernel: ... max period:             00007fffffffffff
abr 17 18:21:58 archlinux kernel: ... fixed-purpose events:   4
abr 17 18:21:58 archlinux kernel: ... event mask:             0001000f000000ff
abr 17 18:21:58 archlinux kernel: Estimated ratio of average max frequency by base frequency (times 1024): 1621
abr 17 18:21:58 archlinux kernel: rcu: Hierarchical SRCU implementation.
abr 17 18:21:58 archlinux kernel: rcu:         Max phase no-delay instances is 1000.
abr 17 18:21:58 archlinux kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
abr 17 18:21:58 archlinux kernel: smp: Bringing up secondary CPUs ...
abr 17 18:21:58 archlinux kernel: x86: Booting SMP configuration:
abr 17 18:21:58 archlinux kernel: .... node  #0, CPUs:      #1 #2 #3 #4 #5 #6 #7
abr 17 18:21:58 archlinux kernel: smp: Brought up 1 node, 8 CPUs
abr 17 18:21:58 archlinux kernel: smpboot: Max logical packages: 1
abr 17 18:21:58 archlinux kernel: smpboot: Total of 8 processors activated (38722.00 BogoMIPS)
abr 17 18:21:58 archlinux kernel: devtmpfs: initialized
abr 17 18:21:58 archlinux kernel: x86/mm: Memory block size: 128MB
abr 17 18:21:58 archlinux kernel: ACPI: PM: Registering ACPI NVS region [mem 0x43681000-0x4373afff] (761856 bytes)
abr 17 18:21:58 archlinux kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
abr 17 18:21:58 archlinux kernel: futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
abr 17 18:21:58 archlinux kernel: pinctrl core: initialized pinctrl subsystem
abr 17 18:21:58 archlinux kernel: PM: RTC time: 21:21:52, date: 2023-04-17
abr 17 18:21:58 archlinux kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
abr 17 18:21:58 archlinux kernel: DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
abr 17 18:21:58 archlinux kernel: DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
abr 17 18:21:58 archlinux kernel: DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
abr 17 18:21:58 archlinux kernel: audit: initializing netlink subsys (disabled)
abr 17 18:21:58 archlinux kernel: audit: type=2000 audit(1681766512.023:1): state=initialized audit_enabled=0 res=1
abr 17 18:21:58 archlinux kernel: thermal_sys: Registered thermal governor 'fair_share'
abr 17 18:21:58 archlinux kernel: thermal_sys: Registered thermal governor 'bang_bang'
abr 17 18:21:58 archlinux kernel: thermal_sys: Registered thermal governor 'step_wise'
abr 17 18:21:58 archlinux kernel: thermal_sys: Registered thermal governor 'user_space'
abr 17 18:21:58 archlinux kernel: thermal_sys: Registered thermal governor 'power_allocator'
abr 17 18:21:58 archlinux kernel: cpuidle: using governor ladder
abr 17 18:21:58 archlinux kernel: cpuidle: using governor menu
abr 17 18:21:58 archlinux kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
abr 17 18:21:58 archlinux kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xc0000000-0xcfffffff] (base 0xc0000000)
abr 17 18:21:58 archlinux kernel: PCI: not using MMCONFIG
abr 17 18:21:58 archlinux kernel: PCI: Using configuration type 1 for base access
abr 17 18:21:58 archlinux kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
abr 17 18:21:58 archlinux kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
abr 17 18:21:58 archlinux kernel: HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
abr 17 18:21:58 archlinux kernel: HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
abr 17 18:21:58 archlinux kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
abr 17 18:21:58 archlinux kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
abr 17 18:21:58 archlinux kernel: ACPI: Added _OSI(Module Device)
abr 17 18:21:58 archlinux kernel: ACPI: Added _OSI(Processor Device)
abr 17 18:21:58 archlinux kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
abr 17 18:21:58 archlinux kernel: ACPI: Added _OSI(Processor Aggregator Device)
abr 17 18:21:58 archlinux kernel: ACPI: 12 ACPI AML tables successfully acquired and loaded
abr 17 18:21:58 archlinux kernel: ACPI: Dynamic OEM Table Load:
abr 17 18:21:58 archlinux kernel: ACPI: SSDT 0xFFFF9318C14F9200 0001CB (v02 PmRef  Cpu0Psd  00003000 INTL 20191018)
abr 17 18:21:58 archlinux kernel: ACPI: \_SB_.PR00: _OSC native thermal LVT Acked
abr 17 18:21:58 archlinux kernel: ACPI: Dynamic OEM Table Load:
abr 17 18:21:58 archlinux kernel: ACPI: SSDT 0xFFFF9318C167A000 000394 (v02 PmRef  Cpu0Cst  00003001 INTL 20191018)
abr 17 18:21:58 archlinux kernel: ACPI: Dynamic OEM Table Load:
abr 17 18:21:58 archlinux kernel: ACPI: SSDT 0xFFFF9318C168D000 0005C3 (v02 PmRef  Cpu0Ist  00003000 INTL 20191018)
abr 17 18:21:58 archlinux kernel: ACPI: Dynamic OEM Table Load:
abr 17 18:21:58 archlinux kernel: ACPI: SSDT 0xFFFF9318C167C000 000266 (v02 PmRef  Cpu0Hwp  00003000 INTL 20191018)
abr 17 18:21:58 archlinux kernel: ACPI: Dynamic OEM Table Load:
abr 17 18:21:58 archlinux kernel: ACPI: SSDT 0xFFFF9318C1687000 0008E7 (v02 PmRef  ApIst    00003000 INTL 20191018)
abr 17 18:21:58 archlinux kernel: ACPI: Dynamic OEM Table Load:
abr 17 18:21:58 archlinux kernel: ACPI: SSDT 0xFFFF9318C168C000 00048A (v02 PmRef  ApHwp    00003000 INTL 20191018)
abr 17 18:21:58 archlinux kernel: ACPI: Dynamic OEM Table Load:
abr 17 18:21:58 archlinux kernel: ACPI: SSDT 0xFFFF9318C168F800 0004D4 (v02 PmRef  ApPsd    00003000 INTL 20191018)
abr 17 18:21:58 archlinux kernel: ACPI: Dynamic OEM Table Load:
abr 17 18:21:58 archlinux kernel: ACPI: SSDT 0xFFFF9318C168E800 00048A (v02 PmRef  ApCst    00003000 INTL 20191018)
abr 17 18:21:58 archlinux kernel: ACPI: EC: EC started
abr 17 18:21:58 archlinux kernel: ACPI: EC: interrupt blocked
abr 17 18:21:58 archlinux kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
abr 17 18:21:58 archlinux kernel: ACPI: \_SB_.PC00.LPCB.H_EC: Boot DSDT EC used to handle transactions
abr 17 18:21:58 archlinux kernel: ACPI: Interpreter enabled
abr 17 18:21:58 archlinux kernel: ACPI: PM: (supports S0 S3 S4 S5)
abr 17 18:21:58 archlinux kernel: ACPI: Using IOAPIC for interrupt routing
abr 17 18:21:58 archlinux kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xc0000000-0xcfffffff] (base 0xc0000000)
abr 17 18:21:58 archlinux kernel: PCI: MMCONFIG at [mem 0xc0000000-0xcfffffff] reserved as ACPI motherboard resource
abr 17 18:21:58 archlinux kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
abr 17 18:21:58 archlinux kernel: PCI: Using E820 reservations for host bridge windows
abr 17 18:21:58 archlinux kernel: ACPI: Enabled 8 GPEs in block 00 to 7F
abr 17 18:21:58 archlinux kernel: ACPI: \_SB_.PC00.RP04.PXP_: New power resource
abr 17 18:21:58 archlinux kernel: ACPI: \_SB_.PC00.RP05.PXP_: New power resource
abr 17 18:21:58 archlinux kernel: ACPI: \_SB_.PC00.RP08.PXP_: New power resource
abr 17 18:21:58 archlinux kernel: ACPI: \_SB_.PC00.XHCI.RHUB.HS10.BTRT: New power resource
abr 17 18:21:58 archlinux kernel: ACPI: \_SB_.PC00.PAUD: New power resource
abr 17 18:21:58 archlinux kernel: ACPI: \_SB_.PC00.SAT0.VOL0.V0PR: New power resource
abr 17 18:21:58 archlinux kernel: ACPI: \_SB_.PC00.SAT0.VOL1.V1PR: New power resource
abr 17 18:21:58 archlinux kernel: ACPI: \_SB_.PC00.SAT0.VOL2.V2PR: New power resource
abr 17 18:21:58 archlinux kernel: ACPI: \_SB_.PC00.I2C0.PXTC: New power resource
abr 17 18:21:58 archlinux kernel: ACPI: \_SB_.PC00.I2C0.PTPL: New power resource
abr 17 18:21:58 archlinux kernel: ACPI: \_SB_.PC00.I2C1.PXTC: New power resource
abr 17 18:21:58 archlinux kernel: ACPI: \_SB_.PC00.I2C2.PXTC: New power resource
abr 17 18:21:58 archlinux kernel: ACPI: \_SB_.PC00.CNVW.WRST: New power resource
abr 17 18:21:58 archlinux kernel: ACPI: \_SB_.PC00.TBT0: New power resource
abr 17 18:21:58 archlinux kernel: ACPI: \_SB_.PC00.TBT1: New power resource
abr 17 18:21:58 archlinux kernel: ACPI: \_SB_.PC00.D3C_: New power resource
abr 17 18:21:58 archlinux kernel: ACPI: \_TZ_.FN00: New power resource
abr 17 18:21:58 archlinux kernel: ACPI: \_TZ_.FN01: New power resource
abr 17 18:21:58 archlinux kernel: ACPI: \_TZ_.FN02: New power resource
abr 17 18:21:58 archlinux kernel: ACPI: \_TZ_.FN03: New power resource
abr 17 18:21:58 archlinux kernel: ACPI: \_TZ_.FN04: New power resource
abr 17 18:21:58 archlinux kernel: ACPI: \PIN_: New power resource
abr 17 18:21:58 archlinux kernel: ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-fe])
abr 17 18:21:58 archlinux kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
abr 17 18:21:58 archlinux kernel: acpi PNP0A08:00: _OSC: platform does not support [AER]
abr 17 18:21:58 archlinux kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability LTR DPC]
abr 17 18:21:58 archlinux kernel: PCI host bridge to bus 0000:00
abr 17 18:21:58 archlinux kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
abr 17 18:21:58 archlinux kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
abr 17 18:21:58 archlinux kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
abr 17 18:21:58 archlinux kernel: pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000fffff window]
abr 17 18:21:58 archlinux kernel: pci_bus 0000:00: root bus resource [mem 0x4f800000-0xbfffffff window]
abr 17 18:21:58 archlinux kernel: pci_bus 0000:00: root bus resource [mem 0x4000000000-0x7fffffffff window]
abr 17 18:21:58 archlinux kernel: pci_bus 0000:00: root bus resource [bus 00-fe]
abr 17 18:21:58 archlinux kernel: pci 0000:00:00.0: [8086:9a14] type 00 class 0x060000
abr 17 18:21:58 archlinux kernel: pci 0000:00:02.0: [8086:9a49] type 00 class 0x030000
abr 17 18:21:58 archlinux kernel: pci 0000:00:02.0: reg 0x10: [mem 0x6000000000-0x6000ffffff 64bit]
abr 17 18:21:58 archlinux kernel: pci 0000:00:02.0: reg 0x18: [mem 0x4000000000-0x400fffffff 64bit pref]
abr 17 18:21:58 archlinux kernel: pci 0000:00:02.0: reg 0x20: [io  0x4000-0x403f]
abr 17 18:21:58 archlinux kernel: pci 0000:00:02.0: BAR 2: assigned to efifb
abr 17 18:21:58 archlinux kernel: pci 0000:00:02.0: DMAR: Skip IOMMU disabling for graphics
abr 17 18:21:58 archlinux kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
abr 17 18:21:58 archlinux kernel: pci 0000:00:02.0: reg 0x344: [mem 0x00000000-0x00ffffff 64bit]
abr 17 18:21:58 archlinux kernel: pci 0000:00:02.0: VF(n) BAR0 space: [mem 0x00000000-0x06ffffff 64bit] (contains BAR0 for 7 VFs)
abr 17 18:21:58 archlinux kernel: pci 0000:00:02.0: reg 0x34c: [mem 0x00000000-0x1fffffff 64bit pref]
abr 17 18:21:58 archlinux kernel: pci 0000:00:02.0: VF(n) BAR2 space: [mem 0x00000000-0xdfffffff 64bit pref] (contains BAR2 for 7 VFs)
abr 17 18:21:58 archlinux kernel: pci 0000:00:04.0: [8086:9a03] type 00 class 0x118000
abr 17 18:21:58 archlinux kernel: pci 0000:00:04.0: reg 0x10: [mem 0x6001100000-0x600111ffff 64bit]
abr 17 18:21:58 archlinux kernel: pci 0000:00:08.0: [8086:9a11] type 00 class 0x088000
abr 17 18:21:58 archlinux kernel: pci 0000:00:08.0: reg 0x10: [mem 0x6001150000-0x6001150fff 64bit]
abr 17 18:21:58 archlinux kernel: pci 0000:00:0d.0: [8086:9a13] type 00 class 0x0c0330
abr 17 18:21:58 archlinux kernel: pci 0000:00:0d.0: reg 0x10: [mem 0x6001130000-0x600113ffff 64bit]
abr 17 18:21:58 archlinux kernel: pci 0000:00:0d.0: PME# supported from D3hot D3cold
abr 17 18:21:58 archlinux kernel: pci 0000:00:14.0: [8086:a0ed] type 00 class 0x0c0330
abr 17 18:21:58 archlinux kernel: pci 0000:00:14.0: reg 0x10: [mem 0x6001120000-0x600112ffff 64bit]
abr 17 18:21:58 archlinux kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
abr 17 18:21:58 archlinux kernel: pci 0000:00:14.2: [8086:a0ef] type 00 class 0x050000
abr 17 18:21:58 archlinux kernel: pci 0000:00:14.2: reg 0x10: [mem 0x6001148000-0x600114bfff 64bit]
abr 17 18:21:58 archlinux kernel: pci 0000:00:14.2: reg 0x18: [mem 0x600114f000-0x600114ffff 64bit]
abr 17 18:21:58 archlinux kernel: pci 0000:00:14.3: [8086:a0f0] type 00 class 0x028000
abr 17 18:21:58 archlinux kernel: pci 0000:00:14.3: reg 0x10: [mem 0x6001144000-0x6001147fff 64bit]
abr 17 18:21:58 archlinux kernel: pci 0000:00:14.3: PME# supported from D0 D3hot D3cold
abr 17 18:21:58 archlinux kernel: pci 0000:00:15.0: [8086:a0e8] type 00 class 0x0c8000
abr 17 18:21:58 archlinux kernel: pci 0000:00:15.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
abr 17 18:21:58 archlinux kernel: pci 0000:00:16.0: [8086:a0e0] type 00 class 0x078000
abr 17 18:21:58 archlinux kernel: pci 0000:00:16.0: reg 0x10: [mem 0x600114d000-0x600114dfff 64bit]
abr 17 18:21:58 archlinux kernel: pci 0000:00:16.0: PME# supported from D3hot
abr 17 18:21:58 archlinux kernel: pci 0000:00:17.0: [8086:a0d3] type 00 class 0x010601
abr 17 18:21:58 archlinux kernel: pci 0000:00:17.0: reg 0x10: [mem 0x4fb00000-0x4fb01fff]
abr 17 18:21:58 archlinux kernel: pci 0000:00:17.0: reg 0x14: [mem 0x4fb03000-0x4fb030ff]
abr 17 18:21:58 archlinux kernel: pci 0000:00:17.0: reg 0x18: [io  0x4090-0x4097]
abr 17 18:21:58 archlinux kernel: pci 0000:00:17.0: reg 0x1c: [io  0x4080-0x4083]
abr 17 18:21:58 archlinux kernel: pci 0000:00:17.0: reg 0x20: [io  0x4060-0x407f]
abr 17 18:21:58 archlinux kernel: pci 0000:00:17.0: reg 0x24: [mem 0x4fb02000-0x4fb027ff]
abr 17 18:21:58 archlinux kernel: pci 0000:00:17.0: PME# supported from D3hot
abr 17 18:21:58 archlinux kernel: pci 0000:00:1c.0: [8086:a0bc] type 01 class 0x060400
abr 17 18:21:58 archlinux kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
abr 17 18:21:58 archlinux kernel: pci 0000:00:1c.0: PTM enabled (root), 4ns granularity
abr 17 18:21:58 archlinux kernel: pci 0000:00:1d.0: [8086:a0b0] type 01 class 0x060400
abr 17 18:21:58 archlinux kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
abr 17 18:21:58 archlinux kernel: pci 0000:00:1d.0: PTM enabled (root), 4ns granularity
abr 17 18:21:58 archlinux kernel: pci 0000:00:1d.1: [8086:a0b1] type 01 class 0x060400
abr 17 18:21:58 archlinux kernel: pci 0000:00:1d.1: PME# supported from D0 D3hot D3cold
abr 17 18:21:58 archlinux kernel: pci 0000:00:1d.1: PTM enabled (root), 4ns granularity
abr 17 18:21:58 archlinux kernel: pci 0000:00:1f.0: [8086:a082] type 00 class 0x060100
abr 17 18:21:58 archlinux kernel: pci 0000:00:1f.3: [8086:a0c8] type 00 class 0x040380
abr 17 18:21:58 archlinux kernel: pci 0000:00:1f.3: reg 0x10: [mem 0x6001140000-0x6001143fff 64bit]
abr 17 18:21:58 archlinux kernel: pci 0000:00:1f.3: reg 0x20: [mem 0x6001000000-0x60010fffff 64bit]
abr 17 18:21:58 archlinux kernel: pci 0000:00:1f.3: PME# supported from D3hot D3cold
abr 17 18:21:58 archlinux kernel: pci 0000:00:1f.4: [8086:a0a3] type 00 class 0x0c0500
abr 17 18:21:58 archlinux kernel: pci 0000:00:1f.4: reg 0x10: [mem 0x600114c000-0x600114c0ff 64bit]
abr 17 18:21:58 archlinux kernel: pci 0000:00:1f.4: reg 0x20: [io  0xefa0-0xefbf]
abr 17 18:21:58 archlinux kernel: pci 0000:00:1f.5: [8086:a0a4] type 00 class 0x0c8000
abr 17 18:21:58 archlinux kernel: pci 0000:00:1f.5: reg 0x10: [mem 0xfe010000-0xfe010fff]
abr 17 18:21:58 archlinux kernel: pci 0000:01:00.0: [144d:a809] type 00 class 0x010802
abr 17 18:21:58 archlinux kernel: pci 0000:01:00.0: reg 0x10: [mem 0x4fa00000-0x4fa03fff 64bit]
abr 17 18:21:58 archlinux kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
abr 17 18:21:58 archlinux kernel: pci 0000:00:1c.0:   bridge window [mem 0x4fa00000-0x4fafffff]
abr 17 18:21:58 archlinux kernel: pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000
abr 17 18:21:58 archlinux kernel: pci 0000:02:00.0: reg 0x10: [io  0x3000-0x30ff]
abr 17 18:21:58 archlinux kernel: pci 0000:02:00.0: reg 0x18: [mem 0x4f904000-0x4f904fff 64bit]
abr 17 18:21:58 archlinux kernel: pci 0000:02:00.0: reg 0x20: [mem 0x4f900000-0x4f903fff 64bit]
abr 17 18:21:58 archlinux kernel: pci 0000:02:00.0: supports D1 D2
abr 17 18:21:58 archlinux kernel: pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
abr 17 18:21:58 archlinux kernel: pci 0000:00:1d.0: PCI bridge to [bus 02]
abr 17 18:21:58 archlinux kernel: pci 0000:00:1d.0:   bridge window [io  0x3000-0x3fff]
abr 17 18:21:58 archlinux kernel: pci 0000:00:1d.0:   bridge window [mem 0x4f900000-0x4f9fffff]
abr 17 18:21:58 archlinux kernel: pci 0000:03:00.0: [1217:8621] type 00 class 0x080501
abr 17 18:21:58 archlinux kernel: pci 0000:03:00.0: reg 0x10: [mem 0x4f801000-0x4f801fff]
abr 17 18:21:58 archlinux kernel: pci 0000:03:00.0: reg 0x14: [mem 0x4f800000-0x4f8007ff]
abr 17 18:21:58 archlinux kernel: pci 0000:03:00.0: PME# supported from D3hot D3cold
abr 17 18:21:58 archlinux kernel: pci 0000:00:1d.1: PCI bridge to [bus 03]
abr 17 18:21:58 archlinux kernel: pci 0000:00:1d.1:   bridge window [mem 0x4f800000-0x4f8fffff]
abr 17 18:21:58 archlinux kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 0
abr 17 18:21:58 archlinux kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 1
abr 17 18:21:58 archlinux kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 0
abr 17 18:21:58 archlinux kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 0
abr 17 18:21:58 archlinux kernel: ACPI: PCI: Interrupt link LNKE configured for IRQ 0
abr 17 18:21:58 archlinux kernel: ACPI: PCI: Interrupt link LNKF configured for IRQ 0
abr 17 18:21:58 archlinux kernel: ACPI: PCI: Interrupt link LNKG configured for IRQ 0
abr 17 18:21:58 archlinux kernel: ACPI: PCI: Interrupt link LNKH configured for IRQ 0
abr 17 18:21:58 archlinux kernel: Low-power S0 idle used by default for system suspend
abr 17 18:21:58 archlinux kernel: ACPI: EC: interrupt unblocked
abr 17 18:21:58 archlinux kernel: ACPI: EC: event unblocked
abr 17 18:21:58 archlinux kernel: ACPI: EC: 1 stale EC events cleared
abr 17 18:21:58 archlinux kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
abr 17 18:21:58 archlinux kernel: ACPI: EC: GPE=0x6e
abr 17 18:21:58 archlinux kernel: ACPI: \_SB_.PC00.LPCB.H_EC: Boot DSDT EC initialization complete
abr 17 18:21:58 archlinux kernel: ACPI: \_SB_.PC00.LPCB.H_EC: EC: Used to handle transactions and events
abr 17 18:21:58 archlinux kernel: iommu: Default domain type: Translated 
abr 17 18:21:58 archlinux kernel: iommu: DMA domain TLB invalidation policy: lazy mode 
abr 17 18:21:58 archlinux kernel: SCSI subsystem initialized
abr 17 18:21:58 archlinux kernel: libata version 3.00 loaded.
abr 17 18:21:58 archlinux kernel: ACPI: bus type USB registered
abr 17 18:21:58 archlinux kernel: usbcore: registered new interface driver usbfs
abr 17 18:21:58 archlinux kernel: usbcore: registered new interface driver hub
abr 17 18:21:58 archlinux kernel: usbcore: registered new device driver usb
abr 17 18:21:58 archlinux kernel: pps_core: LinuxPPS API ver. 1 registered
abr 17 18:21:58 archlinux kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
abr 17 18:21:58 archlinux kernel: PTP clock support registered
abr 17 18:21:58 archlinux kernel: EDAC MC: Ver: 3.0.0
abr 17 18:21:58 archlinux kernel: Registered efivars operations
abr 17 18:21:58 archlinux kernel: NetLabel: Initializing
abr 17 18:21:58 archlinux kernel: NetLabel:  domain hash size = 128
abr 17 18:21:58 archlinux kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
abr 17 18:21:58 archlinux kernel: NetLabel:  unlabeled traffic allowed by default
abr 17 18:21:58 archlinux kernel: mctp: management component transport protocol core
abr 17 18:21:58 archlinux kernel: NET: Registered PF_MCTP protocol family
abr 17 18:21:58 archlinux kernel: PCI: Using ACPI for IRQ routing
abr 17 18:21:58 archlinux kernel: PCI: pci_cache_line_size set to 64 bytes
abr 17 18:21:58 archlinux kernel: pci 0000:00:1f.5: can't claim BAR 0 [mem 0xfe010000-0xfe010fff]: no compatible bridge window
abr 17 18:21:58 archlinux kernel: e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
abr 17 18:21:58 archlinux kernel: e820: reserve RAM buffer [mem 0x39963000-0x3bffffff]
abr 17 18:21:58 archlinux kernel: e820: reserve RAM buffer [mem 0x3c11b000-0x3fffffff]
abr 17 18:21:58 archlinux kernel: e820: reserve RAM buffer [mem 0x3dfca000-0x3fffffff]
abr 17 18:21:58 archlinux kernel: e820: reserve RAM buffer [mem 0x3e3bc000-0x3fffffff]
abr 17 18:21:58 archlinux kernel: e820: reserve RAM buffer [mem 0x44800000-0x47ffffff]
abr 17 18:21:58 archlinux kernel: e820: reserve RAM buffer [mem 0x2b0800000-0x2b3ffffff]
abr 17 18:21:58 archlinux kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device
abr 17 18:21:58 archlinux kernel: pci 0000:00:02.0: vgaarb: bridge control possible
abr 17 18:21:58 archlinux kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
abr 17 18:21:58 archlinux kernel: vgaarb: loaded
abr 17 18:21:58 archlinux kernel: clocksource: Switched to clocksource tsc-early
abr 17 18:21:58 archlinux kernel: VFS: Disk quotas dquot_6.6.0
abr 17 18:21:58 archlinux kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
abr 17 18:21:58 archlinux kernel: pnp: PnP ACPI init
abr 17 18:21:58 archlinux kernel: system 00:00: [io  0x0680-0x069f] has been reserved
abr 17 18:21:58 archlinux kernel: system 00:00: [io  0x164e-0x164f] has been reserved
abr 17 18:21:58 archlinux kernel: system 00:01: [io  0x1854-0x1857] has been reserved
abr 17 18:21:58 archlinux kernel: pnp 00:03: disabling [mem 0xc0000000-0xcfffffff] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
abr 17 18:21:58 archlinux kernel: system 00:03: [mem 0xfedc0000-0xfedc7fff] has been reserved
abr 17 18:21:58 archlinux kernel: system 00:03: [mem 0xfeda0000-0xfeda0fff] has been reserved
abr 17 18:21:58 archlinux kernel: system 00:03: [mem 0xfeda1000-0xfeda1fff] has been reserved
abr 17 18:21:58 archlinux kernel: system 00:03: [mem 0xfed20000-0xfed7ffff] could not be reserved
abr 17 18:21:58 archlinux kernel: system 00:03: [mem 0xfed90000-0xfed93fff] could not be reserved
abr 17 18:21:58 archlinux kernel: system 00:03: [mem 0xfed45000-0xfed8ffff] could not be reserved
abr 17 18:21:58 archlinux kernel: system 00:03: [mem 0xfee00000-0xfeefffff] could not be reserved
abr 17 18:21:58 archlinux kernel: system 00:04: [mem 0xfe400700-0xfe4007ff] has been reserved
abr 17 18:21:58 archlinux kernel: system 00:05: [io  0x1800-0x18fe] could not be reserved
abr 17 18:21:58 archlinux kernel: system 00:05: [mem 0xfe000000-0xfe01ffff] could not be reserved
abr 17 18:21:58 archlinux kernel: system 00:05: [mem 0xfe04c000-0xfe04ffff] has been reserved
abr 17 18:21:58 archlinux kernel: system 00:05: [mem 0xfe050000-0xfe0affff] has been reserved
abr 17 18:21:58 archlinux kernel: system 00:05: [mem 0xfe0d0000-0xfe0fffff] has been reserved
abr 17 18:21:58 archlinux kernel: system 00:05: [mem 0xfe200000-0xfe7fffff] could not be reserved
abr 17 18:21:58 archlinux kernel: system 00:05: [mem 0xff000000-0xffffffff] has been reserved
abr 17 18:21:58 archlinux kernel: system 00:05: [mem 0xfd000000-0xfd68ffff] has been reserved
abr 17 18:21:58 archlinux kernel: system 00:05: [mem 0xfd6b0000-0xfd6cffff] has been reserved
abr 17 18:21:58 archlinux kernel: system 00:05: [mem 0xfd6f0000-0xfdffffff] has been reserved
abr 17 18:21:58 archlinux kernel: system 00:06: [io  0x2000-0x20fe] has been reserved
abr 17 18:21:58 archlinux kernel: pnp: PnP ACPI: found 8 devices
abr 17 18:21:58 archlinux kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
abr 17 18:21:58 archlinux kernel: NET: Registered PF_INET protocol family
abr 17 18:21:58 archlinux kernel: IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear)
abr 17 18:21:58 archlinux kernel: tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
abr 17 18:21:58 archlinux kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
abr 17 18:21:58 archlinux kernel: TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
abr 17 18:21:58 archlinux kernel: TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
abr 17 18:21:58 archlinux kernel: TCP: Hash tables configured (established 65536 bind 65536)
abr 17 18:21:58 archlinux kernel: MPTCP token hash table entries: 8192 (order: 5, 196608 bytes, linear)
abr 17 18:21:58 archlinux kernel: UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
abr 17 18:21:58 archlinux kernel: UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
abr 17 18:21:58 archlinux kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
abr 17 18:21:58 archlinux kernel: NET: Registered PF_XDP protocol family
abr 17 18:21:58 archlinux kernel: pci 0000:00:02.0: BAR 9: assigned [mem 0x4020000000-0x40ffffffff 64bit pref]
abr 17 18:21:58 archlinux kernel: pci 0000:00:02.0: BAR 7: assigned [mem 0x4010000000-0x4016ffffff 64bit]
abr 17 18:21:58 archlinux kernel: pci 0000:00:15.0: BAR 0: assigned [mem 0x4017000000-0x4017000fff 64bit]
abr 17 18:21:58 archlinux kernel: resource: avoiding allocation from e820 entry [mem 0x0009f000-0x000fffff]
abr 17 18:21:58 archlinux kernel: resource: avoiding allocation from e820 entry [mem 0x0009f000-0x000fffff]
abr 17 18:21:58 archlinux kernel: pci 0000:00:1f.5: BAR 0: assigned [mem 0x4fb04000-0x4fb04fff]
abr 17 18:21:58 archlinux kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
abr 17 18:21:58 archlinux kernel: pci 0000:00:1c.0:   bridge window [mem 0x4fa00000-0x4fafffff]
abr 17 18:21:58 archlinux kernel: pci 0000:00:1d.0: PCI bridge to [bus 02]
abr 17 18:21:58 archlinux kernel: pci 0000:00:1d.0:   bridge window [io  0x3000-0x3fff]
abr 17 18:21:58 archlinux kernel: pci 0000:00:1d.0:   bridge window [mem 0x4f900000-0x4f9fffff]
abr 17 18:21:58 archlinux kernel: pci 0000:00:1d.1: PCI bridge to [bus 03]
abr 17 18:21:58 archlinux kernel: pci 0000:00:1d.1:   bridge window [mem 0x4f800000-0x4f8fffff]
abr 17 18:21:58 archlinux kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
abr 17 18:21:58 archlinux kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
abr 17 18:21:58 archlinux kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
abr 17 18:21:58 archlinux kernel: pci_bus 0000:00: resource 7 [mem 0x000e0000-0x000fffff window]
abr 17 18:21:58 archlinux kernel: pci_bus 0000:00: resource 8 [mem 0x4f800000-0xbfffffff window]
abr 17 18:21:58 archlinux kernel: pci_bus 0000:00: resource 9 [mem 0x4000000000-0x7fffffffff window]
abr 17 18:21:58 archlinux kernel: pci_bus 0000:01: resource 1 [mem 0x4fa00000-0x4fafffff]
abr 17 18:21:58 archlinux kernel: pci_bus 0000:02: resource 0 [io  0x3000-0x3fff]
abr 17 18:21:58 archlinux kernel: pci_bus 0000:02: resource 1 [mem 0x4f900000-0x4f9fffff]
abr 17 18:21:58 archlinux kernel: pci_bus 0000:03: resource 1 [mem 0x4f800000-0x4f8fffff]
abr 17 18:21:58 archlinux kernel: PCI: CLS 64 bytes, default 64
abr 17 18:21:58 archlinux kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
abr 17 18:21:58 archlinux kernel: software IO TLB: mapped [mem 0x000000003150b000-0x000000003550b000] (64MB)
abr 17 18:21:58 archlinux kernel: Trying to unpack rootfs image as initramfs...
abr 17 18:21:58 archlinux kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x22df1149949, max_idle_ns: 440795312789 ns
abr 17 18:21:58 archlinux kernel: clocksource: Switched to clocksource tsc
abr 17 18:21:58 archlinux kernel: platform rtc_cmos: registered platform RTC device (no PNP device found)
abr 17 18:21:58 archlinux kernel: Initialise system trusted keyrings
abr 17 18:21:58 archlinux kernel: Key type blacklist registered
abr 17 18:21:58 archlinux kernel: workingset: timestamp_bits=41 max_order=21 bucket_order=0
abr 17 18:21:58 archlinux kernel: zbud: loaded
abr 17 18:21:58 archlinux kernel: integrity: Platform Keyring initialized
abr 17 18:21:58 archlinux kernel: integrity: Machine keyring initialized
abr 17 18:21:58 archlinux kernel: Key type asymmetric registered
abr 17 18:21:58 archlinux kernel: Asymmetric key parser 'x509' registered
abr 17 18:21:58 archlinux kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
abr 17 18:21:58 archlinux kernel: io scheduler mq-deadline registered
abr 17 18:21:58 archlinux kernel: io scheduler kyber registered
abr 17 18:21:58 archlinux kernel: io scheduler bfq registered
abr 17 18:21:58 archlinux kernel: pcieport 0000:00:1c.0: PME: Signaling with IRQ 122
abr 17 18:21:58 archlinux kernel: pcieport 0000:00:1d.0: PME: Signaling with IRQ 123
abr 17 18:21:58 archlinux kernel: pcieport 0000:00:1d.1: PME: Signaling with IRQ 124
abr 17 18:21:58 archlinux kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
abr 17 18:21:58 archlinux kernel: Monitor-Mwait will be used to enter C-1 state
abr 17 18:21:58 archlinux kernel: Monitor-Mwait will be used to enter C-2 state
abr 17 18:21:58 archlinux kernel: Monitor-Mwait will be used to enter C-3 state
abr 17 18:21:58 archlinux kernel: ACPI: \_SB_.PR00: Found 3 idle states
abr 17 18:21:58 archlinux kernel: ACPI: AC: AC Adapter [ADP1] (on-line)
abr 17 18:21:58 archlinux kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
abr 17 18:21:58 archlinux kernel: ACPI: button: Lid Switch [LID0]
abr 17 18:21:58 archlinux kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
abr 17 18:21:58 archlinux kernel: ACPI: button: Power Button [PWRB]
abr 17 18:21:58 archlinux kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
abr 17 18:21:58 archlinux kernel: ACPI: button: Power Button [PWRF]
abr 17 18:21:58 archlinux kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.LPCB.HEC.ECAV], AE_NOT_FOUND (20221020/psargs-330)
abr 17 18:21:58 archlinux kernel: fbcon: Taking over console
abr 17 18:21:58 archlinux kernel: ACPI Error: Aborting method \_TZ.FNCL due to previous error (AE_NOT_FOUND) (20221020/psparse-529)
abr 17 18:21:58 archlinux kernel: ACPI Error: Aborting method \_TZ.FN04._ON due to previous error (AE_NOT_FOUND) (20221020/psparse-529)
abr 17 18:21:58 archlinux kernel: thermal LNXTHERM:00: registered as thermal_zone0
abr 17 18:21:58 archlinux kernel: ACPI: thermal: Thermal Zone [TZ00] (44 C)
abr 17 18:21:58 archlinux kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
abr 17 18:21:58 archlinux kernel: hpet_acpi_add: no address or irqs in _CRS
abr 17 18:21:58 archlinux kernel: Non-volatile memory driver v1.3
abr 17 18:21:58 archlinux kernel: Linux agpgart interface v0.103
abr 17 18:21:58 archlinux kernel: AMD-Vi: AMD IOMMUv2 functionality not available on this system - This is not a bug.
abr 17 18:21:58 archlinux kernel: ACPI: bus type drm_connector registered
abr 17 18:21:58 archlinux kernel: ahci 0000:00:17.0: version 3.0
abr 17 18:21:58 archlinux kernel: ahci 0000:00:17.0: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
abr 17 18:21:58 archlinux kernel: ahci 0000:00:17.0: flags: 64bit ncq sntf clo only pio slum part deso sadm sds 
abr 17 18:21:58 archlinux kernel: scsi host0: ahci
abr 17 18:21:58 archlinux kernel: ata1: SATA max UDMA/133 abar m2048@0x4fb02000 port 0x4fb02100 irq 125
abr 17 18:21:58 archlinux kernel: usbcore: registered new interface driver usbserial_generic
abr 17 18:21:58 archlinux kernel: usbserial: USB Serial support registered for generic
abr 17 18:21:58 archlinux kernel: rtc_cmos rtc_cmos: RTC can wake from S4
abr 17 18:21:58 archlinux kernel: rtc_cmos rtc_cmos: registered as rtc0
abr 17 18:21:58 archlinux kernel: rtc_cmos rtc_cmos: setting system clock to 2023-04-17T21:21:58 UTC (1681766518)
abr 17 18:21:58 archlinux kernel: rtc_cmos rtc_cmos: alarms up to one month, y3k, 114 bytes nvram
abr 17 18:21:58 archlinux kernel: intel_pstate: Intel P-state driver initializing
abr 17 18:21:58 archlinux kernel: intel_pstate: HWP enabled
abr 17 18:21:58 archlinux kernel: ledtrig-cpu: registered to indicate activity on CPUs
abr 17 18:21:58 archlinux kernel: efifb: probing for efifb
abr 17 18:21:58 archlinux kernel: efifb: framebuffer at 0x4000000000, using 8128k, total 8128k
abr 17 18:21:58 archlinux kernel: efifb: mode is 1920x1080x32, linelength=7680, pages=1
abr 17 18:21:58 archlinux kernel: efifb: scrolling: redraw
abr 17 18:21:58 archlinux kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
abr 17 18:21:58 archlinux kernel: Console: switching to colour frame buffer device 240x67
abr 17 18:21:58 archlinux kernel: fb0: EFI VGA frame buffer device
abr 17 18:21:58 archlinux kernel: hid: raw HID events driver (C) Jiri Kosina
abr 17 18:21:58 archlinux kernel: intel_pmc_core INT33A1:00:  initialized
abr 17 18:21:58 archlinux kernel: drop_monitor: Initializing network drop monitor service
abr 17 18:21:58 archlinux kernel: Initializing XFRM netlink socket
abr 17 18:21:58 archlinux kernel: NET: Registered PF_INET6 protocol family
abr 17 18:21:58 archlinux kernel: Freeing initrd memory: 21960K
abr 17 18:21:58 archlinux kernel: Segment Routing with IPv6
abr 17 18:21:58 archlinux kernel: RPL Segment Routing with IPv6
abr 17 18:21:58 archlinux kernel: In-situ OAM (IOAM) with IPv6
abr 17 18:21:58 archlinux kernel: NET: Registered PF_PACKET protocol family
abr 17 18:21:58 archlinux kernel: microcode: Microcode Update Driver: v2.2.
abr 17 18:21:58 archlinux kernel: resctrl: L2 allocation detected
abr 17 18:21:58 archlinux kernel: IPI shorthand broadcast: enabled
abr 17 18:21:58 archlinux kernel: sched_clock: Marking stable (5695938923, 7854754)->(5765583195, -61789518)
abr 17 18:21:58 archlinux kernel: registered taskstats version 1
abr 17 18:21:58 archlinux kernel: Loading compiled-in X.509 certificates
abr 17 18:21:58 archlinux kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 0f6f48e78029b5e8a77af611b7f9e34e7e2270b5'
abr 17 18:21:58 archlinux kernel: zswap: loaded using pool lz4/z3fold
abr 17 18:21:58 archlinux kernel: Key type .fscrypt registered
abr 17 18:21:58 archlinux kernel: Key type fscrypt-provisioning registered
abr 17 18:21:58 archlinux kernel: integrity: Loading X.509 certificate: UEFI:db
abr 17 18:21:58 archlinux kernel: integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
abr 17 18:21:58 archlinux kernel: integrity: Loading X.509 certificate: UEFI:db
abr 17 18:21:58 archlinux kernel: integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
abr 17 18:21:58 archlinux kernel: integrity: Loading X.509 certificate: UEFI:db
abr 17 18:21:58 archlinux kernel: integrity: Loaded X.509 cert ': 3d5bb49f5d3b7b9741b5cf19e3a82ced'
abr 17 18:21:58 archlinux kernel: PM:   Magic number: 3:317:399
abr 17 18:21:58 archlinux kernel: RAS: Correctable Errors collector initialized.
abr 17 18:21:58 archlinux kernel: ACPI: battery: Slot [BAT1] (battery present)
abr 17 18:21:58 archlinux kernel: ata1: SATA link down (SStatus 4 SControl 300)
abr 17 18:21:58 archlinux kernel: Freeing unused decrypted memory: 2036K
abr 17 18:21:58 archlinux kernel: Freeing unused kernel image (initmem) memory: 3276K
abr 17 18:21:58 archlinux kernel: Write protecting the kernel read-only data: 30720k
abr 17 18:21:58 archlinux kernel: Freeing unused kernel image (rodata/data gap) memory: 1708K
abr 17 18:21:58 archlinux kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
abr 17 18:21:58 archlinux kernel: rodata_test: all tests were successful
abr 17 18:21:58 archlinux kernel: Run /init as init process
abr 17 18:21:58 archlinux kernel:   with arguments:
abr 17 18:21:58 archlinux kernel:     /init
abr 17 18:21:58 archlinux kernel:   with environment:
abr 17 18:21:58 archlinux kernel:     HOME=/
abr 17 18:21:58 archlinux kernel:     TERM=linux
abr 17 18:21:58 archlinux kernel:     BOOT_IMAGE=/vmlinuz-linux
abr 17 18:21:58 archlinux systemd[1]: systemd 253.3-3-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)
abr 17 18:21:58 archlinux systemd[1]: Detected architecture x86-64.
abr 17 18:21:58 archlinux systemd[1]: Running in initrd.
abr 17 18:21:58 archlinux systemd[1]: Initializing machine ID from random generator.
abr 17 18:21:58 archlinux systemd[1]: Queued start job for default target Initrd Default Target.
abr 17 18:21:58 archlinux systemd[1]: Reached target Local File Systems.
abr 17 18:21:58 archlinux systemd[1]: Reached target Path Units.
abr 17 18:21:58 archlinux systemd[1]: Reached target Slice Units.
abr 17 18:21:58 archlinux systemd[1]: Reached target Swaps.
abr 17 18:21:58 archlinux systemd[1]: Reached target Timer Units.
abr 17 18:21:58 archlinux systemd[1]: Listening on Journal Socket (/dev/log).
abr 17 18:21:58 archlinux systemd[1]: Listening on Journal Socket.
abr 17 18:21:58 archlinux systemd[1]: Listening on udev Control Socket.
abr 17 18:21:58 archlinux systemd[1]: Listening on udev Kernel Socket.
abr 17 18:21:58 archlinux systemd[1]: Reached target Socket Units.
abr 17 18:21:58 archlinux systemd[1]: Create List of Static Device Nodes was skipped because of an unmet condition check (ConditionFileNotEmpty=/lib/modules/6.2.11-arch1-1/modules.devname).
abr 17 18:21:58 archlinux systemd[1]: Starting Journal Service...
abr 17 18:21:58 archlinux systemd[1]: Starting Load Kernel Modules...
abr 17 18:21:58 archlinux systemd[1]: TPM2 PCR Barrier (initrd) was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
abr 17 18:21:58 archlinux systemd[1]: Starting Create Static Device Nodes in /dev...
abr 17 18:21:58 archlinux systemd[1]: Starting Coldplug All udev Devices...
abr 17 18:21:58 archlinux systemd[1]: Finished Create Static Device Nodes in /dev.
abr 17 18:21:58 archlinux systemd[1]: Starting Rule-based Manager for Device Events and Files...
abr 17 18:21:58 archlinux systemd-journald[124]: Collecting audit messages is disabled.
abr 17 18:21:58 archlinux systemd[1]: Started Rule-based Manager for Device Events and Files.
abr 17 18:21:58 archlinux systemd-journald[124]: Journal started
abr 17 18:21:58 archlinux systemd-journald[124]: Runtime Journal (/run/log/journal/8851e1c8ac7e431d813496ddb21b2820) is 8.0M, max 153.3M, 145.3M free.
abr 17 18:21:58 archlinux systemd-udevd[131]: Using default interface naming scheme 'v253'.
abr 17 18:21:58 archlinux systemd[1]: Started Journal Service.
abr 17 18:21:58 archlinux systemd[1]: Finished Coldplug All udev Devices.
abr 17 18:21:58 archlinux kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
abr 17 18:21:58 archlinux kernel: i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
abr 17 18:21:59 archlinux kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
abr 17 18:21:59 archlinux (udev-worker)[163]: vtcon0: Process '/usr/lib/systemd/systemd-vconsole-setup' failed with exit code 1.
abr 17 18:21:59 archlinux (udev-worker)[146]: vtcon1: Process '/usr/lib/systemd/systemd-vconsole-setup' failed with exit code 1.
abr 17 18:21:59 archlinux kernel: xhci_hcd 0000:00:0d.0: xHCI Host Controller
abr 17 18:21:59 archlinux kernel: xhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 1
abr 17 18:21:59 archlinux kernel: xhci_hcd 0000:00:0d.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000000200009810
abr 17 18:21:59 archlinux kernel: xhci_hcd 0000:00:0d.0: xHCI Host Controller
abr 17 18:21:59 archlinux kernel: xhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 2
abr 17 18:21:59 archlinux kernel: xhci_hcd 0000:00:0d.0: Host supports USB 3.1 Enhanced SuperSpeed
abr 17 18:21:59 archlinux kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.02
abr 17 18:21:59 archlinux kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
abr 17 18:21:59 archlinux kernel: usb usb1: Product: xHCI Host Controller
abr 17 18:21:59 archlinux kernel: usb usb1: Manufacturer: Linux 6.2.11-arch1-1 xhci-hcd
abr 17 18:21:59 archlinux kernel: usb usb1: SerialNumber: 0000:00:0d.0
abr 17 18:21:59 archlinux kernel: hub 1-0:1.0: USB hub found
abr 17 18:21:59 archlinux kernel: hub 1-0:1.0: 1 port detected
abr 17 18:21:59 archlinux kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.02
abr 17 18:21:59 archlinux kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
abr 17 18:21:59 archlinux kernel: usb usb2: Product: xHCI Host Controller
abr 17 18:21:59 archlinux kernel: usb usb2: Manufacturer: Linux 6.2.11-arch1-1 xhci-hcd
abr 17 18:21:59 archlinux kernel: usb usb2: SerialNumber: 0000:00:0d.0
abr 17 18:21:59 archlinux kernel: hub 2-0:1.0: USB hub found
abr 17 18:21:59 archlinux kernel: hub 2-0:1.0: 4 ports detected
abr 17 18:21:59 archlinux kernel: Console: switching to colour dummy device 80x25
abr 17 18:21:59 archlinux kernel: i915 0000:00:02.0: vgaarb: deactivate vga console
abr 17 18:21:59 archlinux kernel: i915 0000:00:02.0: [drm] Using Transparent Hugepages
abr 17 18:21:59 archlinux kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
abr 17 18:21:59 archlinux kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
abr 17 18:21:59 archlinux kernel: xhci_hcd 0000:00:14.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000000200009810
abr 17 18:21:59 archlinux kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
abr 17 18:21:59 archlinux kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
abr 17 18:21:59 archlinux kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
abr 17 18:21:59 archlinux kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.02
abr 17 18:21:59 archlinux kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
abr 17 18:21:59 archlinux kernel: usb usb3: Product: xHCI Host Controller
abr 17 18:21:59 archlinux kernel: usb usb3: Manufacturer: Linux 6.2.11-arch1-1 xhci-hcd
abr 17 18:21:59 archlinux kernel: usb usb3: SerialNumber: 0000:00:14.0
abr 17 18:21:59 archlinux kernel: hub 3-0:1.0: USB hub found
abr 17 18:21:59 archlinux kernel: hub 3-0:1.0: 12 ports detected
abr 17 18:21:59 archlinux kernel: i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
abr 17 18:21:59 archlinux kernel: i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/tgl_dmc_ver2_12.bin (v2.12)
abr 17 18:21:59 archlinux kernel: sdhci: Secure Digital Host Controller Interface driver
abr 17 18:21:59 archlinux kernel: sdhci: Copyright(c) Pierre Ossman
abr 17 18:21:59 archlinux kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.02
abr 17 18:21:59 archlinux kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
abr 17 18:21:59 archlinux kernel: usb usb4: Product: xHCI Host Controller
abr 17 18:21:59 archlinux kernel: usb usb4: Manufacturer: Linux 6.2.11-arch1-1 xhci-hcd
abr 17 18:21:59 archlinux kernel: usb usb4: SerialNumber: 0000:00:14.0
abr 17 18:21:59 archlinux kernel: hub 4-0:1.0: USB hub found
abr 17 18:21:59 archlinux kernel: hub 4-0:1.0: 4 ports detected
abr 17 18:21:59 archlinux kernel: nvme 0000:01:00.0: platform quirk: setting simple suspend
abr 17 18:21:59 archlinux kernel: nvme nvme0: pci function 0000:01:00.0
abr 17 18:21:59 archlinux kernel: i915 0000:00:02.0: [drm] Protected Xe Path (PXP) protected content support initialized
abr 17 18:21:59 archlinux kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
abr 17 18:21:59 archlinux kernel: [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 0
abr 17 18:21:59 archlinux kernel: ACPI: video: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
abr 17 18:21:59 archlinux kernel: nvme nvme0: Shutdown timeout set to 8 seconds
abr 17 18:21:59 archlinux kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input4
abr 17 18:21:59 archlinux kernel: fbcon: i915drmfb (fb0) is primary device
abr 17 18:21:59 archlinux kernel: Console: switching to colour frame buffer device 240x67
abr 17 18:21:59 archlinux kernel: nvme nvme0: allocated 64 MiB host memory buffer.
abr 17 18:21:59 archlinux kernel: i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
abr 17 18:21:59 archlinux (udev-worker)[138]: vtcon1: Process '/usr/lib/systemd/systemd-vconsole-setup' failed with exit code 1.
abr 17 18:21:59 archlinux kernel: nvme nvme0: 8/0/0 default/read/poll queues
abr 17 18:21:59 archlinux systemd-modules-load[125]: Inserted module 'i915'
abr 17 18:21:59 archlinux kernel:  nvme0n1: p1 p2 p3 p4 p5 p6
abr 17 18:21:59 archlinux systemd[1]: Finished Load Kernel Modules.
abr 17 18:21:59 archlinux systemd[1]: Reached target System Initialization.
abr 17 18:21:59 archlinux systemd[1]: Reached target Basic System.
abr 17 18:21:59 archlinux kernel: sdhci-pci 0000:03:00.0: SDHCI controller found [1217:8621] (rev 1)
abr 17 18:21:59 archlinux kernel: mmc0: SDHCI controller on PCI [0000:03:00.0] using ADMA
abr 17 18:21:59 archlinux kernel: usb 3-7: new high-speed USB device number 2 using xhci_hcd
abr 17 18:21:59 archlinux kernel: usb 3-7: New USB device found, idVendor=13d3, idProduct=5a24, bcdDevice=20.12
abr 17 18:21:59 archlinux kernel: usb 3-7: New USB device strings: Mfr=3, Product=1, SerialNumber=2
abr 17 18:21:59 archlinux kernel: usb 3-7: Product: VGA camera
abr 17 18:21:59 archlinux kernel: usb 3-7: Manufacturer: Azurewave
abr 17 18:21:59 archlinux kernel: usb 3-7: SerialNumber:  
abr 17 18:21:59 archlinux kernel: usb 4-1: new SuperSpeed USB device number 2 using xhci_hcd
abr 17 18:21:59 archlinux kernel: usb 4-1: New USB device found, idVendor=03f0, idProduct=6c40, bcdDevice= 1.10
abr 17 18:21:59 archlinux kernel: usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
abr 17 18:21:59 archlinux kernel: usb 4-1: Product: x795w
abr 17 18:21:59 archlinux kernel: usb 4-1: Manufacturer: HP
abr 17 18:21:59 archlinux kernel: usb 4-1: SerialNumber: 070C9423C4BE0321
abr 17 18:21:59 archlinux kernel: usb-storage 4-1:1.0: USB Mass Storage device detected
abr 17 18:21:59 archlinux kernel: scsi host1: usb-storage 4-1:1.0
abr 17 18:21:59 archlinux kernel: usbcore: registered new interface driver usb-storage
abr 17 18:21:59 archlinux kernel: usbcore: registered new interface driver uas
abr 17 18:21:59 archlinux kernel: usb 3-10: new full-speed USB device number 3 using xhci_hcd
abr 17 18:21:59 archlinux kernel: usb 3-10: New USB device found, idVendor=8087, idProduct=0aaa, bcdDevice= 0.02
abr 17 18:21:59 archlinux kernel: usb 3-10: New USB device strings: Mfr=0, Product=0, SerialNumber=0
abr 17 18:22:00 archlinux kernel: scsi 1:0:0:0: Direct-Access     hp       x795w            PMAP PQ: 0 ANSI: 6
abr 17 18:22:00 archlinux kernel: sd 1:0:0:0: [sda] 60555264 512-byte logical blocks: (31.0 GB/28.9 GiB)
abr 17 18:22:00 archlinux kernel: sd 1:0:0:0: [sda] Write Protect is off
abr 17 18:22:00 archlinux kernel: sd 1:0:0:0: [sda] Mode Sense: 45 00 00 00
abr 17 18:22:00 archlinux kernel: sd 1:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
abr 17 18:22:00 archlinux kernel:  sda: sda1 sda2
abr 17 18:22:00 archlinux kernel: sd 1:0:0:0: [sda] Attached SCSI removable disk
abr 17 18:22:00 archlinux systemd[1]: Found device x795w 2.
abr 17 18:22:00 archlinux systemd[1]: Reached target Initrd Root Device.
abr 17 18:22:00 archlinux systemd[1]: Starting File System Check on /dev/disk/by-uuid/75fb575c-2b60-4394-922a-447ef0188601...
abr 17 18:22:00 archlinux systemd-fsck[198]: /dev/sda2: clean, 148466/1888656 files, 1658292/7543547 blocks
abr 17 18:22:00 archlinux systemd[1]: Finished File System Check on /dev/disk/by-uuid/75fb575c-2b60-4394-922a-447ef0188601.
abr 17 18:22:00 archlinux systemd[1]: Mounting /sysroot...
abr 17 18:22:00 archlinux systemd[1]: Mounted /sysroot.
abr 17 18:22:00 archlinux kernel: EXT4-fs (sda2): mounted filesystem 75fb575c-2b60-4394-922a-447ef0188601 without journal. Quota mode: none.
abr 17 18:22:00 archlinux systemd[1]: Reached target Initrd Root File System.
abr 17 18:22:01 archlinux systemd[1]: Starting Mountpoints Configured in the Real Root...
abr 17 18:22:01 archlinux systemd[1]: initrd-parse-etc.service: Deactivated successfully.
abr 17 18:22:01 archlinux systemd[1]: Finished Mountpoints Configured in the Real Root.
abr 17 18:22:01 archlinux systemd[1]: Reached target Initrd File Systems.
abr 17 18:22:01 archlinux systemd[1]: Reached target Initrd Default Target.
abr 17 18:22:01 archlinux systemd[1]: Starting Cleaning Up and Shutting Down Daemons...
abr 17 18:22:01 archlinux systemd[1]: Stopped target Initrd Default Target.
abr 17 18:22:01 archlinux systemd[1]: Stopped target Basic System.
abr 17 18:22:01 archlinux systemd[1]: Stopped target Initrd Root Device.
abr 17 18:22:01 archlinux systemd[1]: Stopped target Path Units.
abr 17 18:22:01 archlinux systemd[1]: Stopped target Slice Units.
abr 17 18:22:01 archlinux systemd[1]: Stopped target Socket Units.
abr 17 18:22:01 archlinux systemd[1]: Stopped target System Initialization.
abr 17 18:22:01 archlinux systemd[1]: Stopped target Local File Systems.
abr 17 18:22:01 archlinux systemd[1]: Stopped target Swaps.
abr 17 18:22:01 archlinux systemd[1]: Stopped target Timer Units.
abr 17 18:22:01 archlinux systemd[1]: systemd-modules-load.service: Deactivated successfully.
abr 17 18:22:01 archlinux systemd[1]: Stopped Load Kernel Modules.
abr 17 18:22:01 archlinux systemd[1]: systemd-udev-trigger.service: Deactivated successfully.
abr 17 18:22:01 archlinux systemd[1]: Stopped Coldplug All udev Devices.
abr 17 18:22:01 archlinux systemd[1]: Stopping Rule-based Manager for Device Events and Files...
abr 17 18:22:01 archlinux systemd[1]: initrd-cleanup.service: Deactivated successfully.
abr 17 18:22:01 archlinux systemd[1]: Finished Cleaning Up and Shutting Down Daemons.
abr 17 18:22:01 archlinux systemd[1]: systemd-udevd.service: Deactivated successfully.
abr 17 18:22:01 archlinux systemd[1]: Stopped Rule-based Manager for Device Events and Files.
abr 17 18:22:01 archlinux systemd[1]: systemd-udevd-control.socket: Deactivated successfully.
abr 17 18:22:01 archlinux systemd[1]: Closed udev Control Socket.
abr 17 18:22:01 archlinux systemd[1]: systemd-udevd-kernel.socket: Deactivated successfully.
abr 17 18:22:01 archlinux systemd[1]: Closed udev Kernel Socket.
abr 17 18:22:01 archlinux systemd[1]: Starting Cleanup udev Database...
abr 17 18:22:01 archlinux systemd[1]: systemd-tmpfiles-setup-dev.service: Deactivated successfully.
abr 17 18:22:01 archlinux systemd[1]: Stopped Create Static Device Nodes in /dev.
abr 17 18:22:01 archlinux systemd[1]: run-credentials-systemd\x2dtmpfiles\x2dsetup\x2ddev.service.mount: Deactivated successfully.
abr 17 18:22:01 archlinux systemd[1]: initrd-udevadm-cleanup-db.service: Deactivated successfully.
abr 17 18:22:01 archlinux systemd[1]: Finished Cleanup udev Database.
abr 17 18:22:01 archlinux systemd[1]: Reached target Switch Root.
abr 17 18:22:01 archlinux systemd[1]: Starting Switch Root...
abr 17 18:22:01 archlinux systemd[1]: Switching root.
abr 17 18:22:01 archlinux systemd-journald[124]: Journal stopped

And the 2nd file from touchpad working, systemd initramfs, running normally NOT from RAM:

abr 17 18:22:02 archlinux systemd-journald[124]: Received SIGTERM from PID 1 (systemd).
abr 17 18:22:02 archlinux systemd[1]: systemd 253.3-3-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)
abr 17 18:22:02 archlinux systemd[1]: Detected architecture x86-64.
abr 17 18:22:02 archlinux systemd[1]: bpf-lsm: LSM BPF program attached
abr 17 18:22:02 archlinux systemd[1]: /etc/systemd/system/systemd-vconsole-setup.service:21: Unknown key name 'WantedBy' in section 'Service', ignoring.
abr 17 18:22:02 archlinux systemd[1]: initrd-switch-root.service: Deactivated successfully.
abr 17 18:22:02 archlinux systemd[1]: Stopped Switch Root.
abr 17 18:22:02 archlinux systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
abr 17 18:22:02 archlinux systemd[1]: Created slice Slice /system/autogetty.
abr 17 18:22:02 archlinux systemd[1]: Created slice Slice /system/modprobe.
abr 17 18:22:02 archlinux systemd[1]: Created slice Slice /system/systemd-fsck.
abr 17 18:22:02 archlinux systemd[1]: Created slice User and Session Slice.
abr 17 18:22:02 archlinux systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
abr 17 18:22:02 archlinux systemd[1]: Started Forward Password Requests to Wall Directory Watch.
abr 17 18:22:02 archlinux systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
abr 17 18:22:02 archlinux systemd[1]: Reached target Local Encrypted Volumes.
abr 17 18:22:02 archlinux systemd[1]: Stopped target Switch Root.
abr 17 18:22:02 archlinux systemd[1]: Stopped target Initrd File Systems.
abr 17 18:22:02 archlinux systemd[1]: Stopped target Initrd Root File System.
abr 17 18:22:02 archlinux systemd[1]: Reached target Local Integrity Protected Volumes.
abr 17 18:22:02 archlinux systemd[1]: Reached target Path Units.
abr 17 18:22:02 archlinux systemd[1]: Reached target Slice Units.
abr 17 18:22:02 archlinux systemd[1]: Reached target Local Verity Protected Volumes.
abr 17 18:22:02 archlinux systemd[1]: Listening on Device-mapper event daemon FIFOs.
abr 17 18:22:02 archlinux systemd[1]: Listening on Process Core Dump Socket.
abr 17 18:22:02 archlinux systemd[1]: Listening on udev Control Socket.
abr 17 18:22:02 archlinux systemd[1]: Listening on udev Kernel Socket.
abr 17 18:22:02 archlinux systemd[1]: Mounting Huge Pages File System...
abr 17 18:22:02 archlinux systemd[1]: Mounting POSIX Message Queue File System...
abr 17 18:22:02 archlinux systemd[1]: Mounting Kernel Debug File System...
abr 17 18:22:02 archlinux systemd[1]: Mounting Kernel Trace File System...
abr 17 18:22:02 archlinux systemd[1]: Mounting Temporary Directory /tmp...
abr 17 18:22:02 archlinux systemd[1]: Starting Create List of Static Device Nodes...
abr 17 18:22:02 archlinux systemd[1]: Starting Load Kernel Module configfs...
abr 17 18:22:02 archlinux systemd[1]: Starting Load Kernel Module dm_mod...
abr 17 18:22:02 archlinux systemd[1]: Starting Load Kernel Module drm...
abr 17 18:22:02 archlinux systemd[1]: Starting Load Kernel Module fuse...
abr 17 18:22:02 archlinux systemd[1]: Starting Load Kernel Module loop...
abr 17 18:22:02 archlinux systemd[1]: Stopped Journal Service.
abr 17 18:22:02 archlinux systemd[1]: Starting Journal Service...
abr 17 18:22:02 archlinux kernel: loop: module loaded
abr 17 18:22:02 archlinux systemd[1]: Starting Load Kernel Modules...
abr 17 18:22:02 archlinux systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
abr 17 18:22:02 archlinux systemd[1]: Starting Remount Root and Kernel File Systems...
abr 17 18:22:02 archlinux kernel: device-mapper: uevent: version 1.0.3
abr 17 18:22:02 archlinux kernel: device-mapper: ioctl: 4.47.0-ioctl (2022-07-28) initialised: dm-devel@redhat.com
abr 17 18:22:02 archlinux systemd[1]: Starting Coldplug All udev Devices...
abr 17 18:22:02 archlinux systemd[1]: Mounted Huge Pages File System.
abr 17 18:22:02 archlinux kernel: fuse: init (API version 7.38)
abr 17 18:22:02 archlinux systemd[1]: Mounted POSIX Message Queue File System.
abr 17 18:22:02 archlinux systemd-journald[235]: Collecting audit messages is disabled.
abr 17 18:22:02 archlinux systemd[1]: Mounted Kernel Debug File System.
abr 17 18:22:02 archlinux systemd[1]: Mounted Kernel Trace File System.
abr 17 18:22:02 archlinux systemd[1]: Mounted Temporary Directory /tmp.
abr 17 18:22:02 archlinux systemd-journald[235]: Journal started
abr 17 18:22:02 archlinux systemd-journald[235]: Runtime Journal (/run/log/journal/41bed090c3444a85a158a5b20f0a4f88) is 8.0M, max 153.3M, 145.3M free.
abr 17 18:22:02 archlinux systemd[1]: Queued start job for default target Graphical Interface.
abr 17 18:22:02 archlinux systemd[1]: systemd-journald.service: Deactivated successfully.
abr 17 18:22:02 archlinux kernel: EXT4-fs (sda2): re-mounted 75fb575c-2b60-4394-922a-447ef0188601. Quota mode: none.
abr 17 18:22:02 archlinux systemd-modules-load[236]: Inserted module 'crypto_user'
abr 17 18:22:02 archlinux systemd[1]: modprobe@configfs.service: Deactivated successfully.
abr 17 18:22:02 archlinux systemd[1]: Finished Create List of Static Device Nodes.
abr 17 18:22:02 archlinux systemd[1]: Started Journal Service.
abr 17 18:22:02 archlinux systemd[1]: Finished Load Kernel Module configfs.
abr 17 18:22:02 archlinux systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
abr 17 18:22:02 archlinux systemd[1]: Finished Load Kernel Module dm_mod.
abr 17 18:22:02 archlinux systemd[1]: modprobe@drm.service: Deactivated successfully.
abr 17 18:22:02 archlinux systemd[1]: Finished Load Kernel Module drm.
abr 17 18:22:02 archlinux systemd[1]: modprobe@fuse.service: Deactivated successfully.
abr 17 18:22:02 archlinux systemd[1]: Finished Load Kernel Module fuse.
abr 17 18:22:02 archlinux systemd[1]: modprobe@loop.service: Deactivated successfully.
abr 17 18:22:02 archlinux systemd[1]: Finished Load Kernel Module loop.
abr 17 18:22:02 archlinux systemd[1]: Finished Load Kernel Modules.
abr 17 18:22:02 archlinux systemd[1]: Finished Remount Root and Kernel File Systems.
abr 17 18:22:02 archlinux systemd[1]: Finished Coldplug All udev Devices.
abr 17 18:22:02 archlinux systemd[1]: Mounting FUSE Control File System...
abr 17 18:22:02 archlinux systemd[1]: Mounting Kernel Configuration File System...
abr 17 18:22:02 archlinux systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
abr 17 18:22:02 archlinux systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
abr 17 18:22:02 archlinux systemd[1]: Starting Load/Save OS Random Seed...
abr 17 18:22:02 archlinux systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
abr 17 18:22:02 archlinux systemd[1]: Starting Apply Kernel Variables...
abr 17 18:22:02 archlinux systemd[1]: Create System Users was skipped because no trigger condition checks were met.
abr 17 18:22:02 archlinux systemd[1]: Starting Create Static Device Nodes in /dev...
abr 17 18:22:02 archlinux systemd[1]: Mounted FUSE Control File System.
abr 17 18:22:02 archlinux systemd[1]: Mounted Kernel Configuration File System.
abr 17 18:22:03 archlinux systemd[1]: Finished Load/Save OS Random Seed.
abr 17 18:22:03 archlinux systemd[1]: Finished Apply Kernel Variables.
abr 17 18:22:03 archlinux systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
abr 17 18:22:03 archlinux systemd[1]: Finished Create Static Device Nodes in /dev.
abr 17 18:22:03 archlinux systemd[1]: Reached target Preparation for Local File Systems.
abr 17 18:22:03 archlinux systemd[1]: Mounting /home...
abr 17 18:22:03 archlinux systemd[1]: Mounting /var/log...
abr 17 18:22:03 archlinux systemd[1]: Mounting /var/tmp...
abr 17 18:22:03 archlinux systemd[1]: Starting Rule-based Manager for Device Events and Files...
abr 17 18:22:03 archlinux systemd[1]: Mounted /home.
abr 17 18:22:03 archlinux systemd[1]: Mounted /var/log.
abr 17 18:22:03 archlinux systemd[1]: Mounted /var/tmp.
abr 17 18:22:03 archlinux systemd-udevd[251]: Using default interface naming scheme 'v253'.
abr 17 18:22:04 archlinux systemd[1]: Started Rule-based Manager for Device Events and Files.
abr 17 18:22:04 archlinux systemd[1]: Starting Load Kernel Module configfs...
abr 17 18:22:04 archlinux systemd[1]: modprobe@configfs.service: Deactivated successfully.
abr 17 18:22:04 archlinux systemd[1]: Finished Load Kernel Module configfs.
abr 17 18:22:04 archlinux mtp-probe[285]: checking bus 4, device 2: "/sys/devices/pci0000:00/0000:00:14.0/usb4/4-1"
abr 17 18:22:04 archlinux mtp-probe[285]: bus: 4, device: 2 was not an MTP device
abr 17 18:22:04 archlinux kernel: Consider using thermal netlink events interface
abr 17 18:22:04 archlinux systemd[1]: Created slice Slice /system/systemd-backlight.
abr 17 18:22:04 archlinux mtp-probe[292]: checking bus 3, device 2: "/sys/devices/pci0000:00/0000:00:14.0/usb3/3-7"
abr 17 18:22:04 archlinux mtp-probe[292]: bus: 3, device: 2 was not an MTP device
abr 17 18:22:04 archlinux systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:intel_backlight...
abr 17 18:22:04 archlinux kernel: EDAC igen6: v2.5
abr 17 18:22:04 archlinux kernel: input: PC Speaker as /devices/platform/pcspkr/input/input5
abr 17 18:22:04 archlinux kernel: i801_smbus 0000:00:1f.4: SPD Write Disable is set
abr 17 18:22:04 archlinux kernel: i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
abr 17 18:22:04 archlinux systemd[1]: Finished Load/Save Screen Backlight Brightness of backlight:intel_backlight.
abr 17 18:22:04 archlinux kernel: i2c i2c-11: 1/2 memory slots populated (from DMI)
abr 17 18:22:04 archlinux kernel: i2c i2c-11: Successfully instantiated SPD at 0x50
abr 17 18:22:04 archlinux systemd[1]: Condition check resulted in x795w 1 being skipped.
abr 17 18:22:04 archlinux kernel: mei_me 0000:00:16.0: enabling device (0000 -> 0002)
abr 17 18:22:04 archlinux kernel: mc: Linux media interface: v0.10
abr 17 18:22:04 archlinux kernel: resource: resource sanity check: requesting [mem 0x00000000fedc0000-0x00000000fedcdfff], which spans more than pnp 00:03 [mem 0xfedc0000-0xfedc7fff]
abr 17 18:22:04 archlinux kernel: caller __uncore_imc_init_box+0xc4/0x140 [intel_uncore] mapping multiple BARs
abr 17 18:22:04 archlinux systemd[1]: Starting File System Check on /dev/disk/by-uuid/C867-3DF5...
abr 17 18:22:04 archlinux kernel: spi-nor spi0.0: spi-nor-generic (16384 Kbytes)
abr 17 18:22:04 archlinux kernel: intel-lpss 0000:00:15.0: enabling device (0004 -> 0006)
abr 17 18:22:04 archlinux kernel: Creating 1 MTD partitions on "0000:00:1f.5":
abr 17 18:22:04 archlinux kernel: 0x000000000000-0x000001000000 : "BIOS"
abr 17 18:22:04 archlinux kernel: idma64 idma64.0: Found Intel integrated DMA 64-bit
abr 17 18:22:04 archlinux systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
abr 17 18:22:04 archlinux kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
abr 17 18:22:04 archlinux kernel: cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
abr 17 18:22:04 archlinux kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
abr 17 18:22:04 archlinux kernel: cfg80211: failed to load regulatory.db
abr 17 18:22:04 archlinux kernel: iTCO_vendor_support: vendor-support=0
abr 17 18:22:04 archlinux kernel: intel_rapl_msr: PL4 support detected.
abr 17 18:22:04 archlinux kernel: intel_rapl_common: Found RAPL domain package
abr 17 18:22:04 archlinux kernel: intel_rapl_common: Found RAPL domain core
abr 17 18:22:04 archlinux kernel: intel_rapl_common: Found RAPL domain uncore
abr 17 18:22:04 archlinux kernel: intel_rapl_common: Found RAPL domain psys
abr 17 18:22:04 archlinux kernel: mei_pxp 0000:00:16.0-fbf6fcf1-96cf-4e2e-a6a6-1bab8cbe36b1: bound 0000:00:02.0 (ops i915_pxp_tee_component_ops [i915])
abr 17 18:22:04 archlinux kernel: ee1004 11-0050: 512 byte EE1004-compliant SPD EEPROM, read-only
abr 17 18:22:04 archlinux kernel: Bluetooth: Core ver 2.22
abr 17 18:22:04 archlinux kernel: NET: Registered PF_BLUETOOTH protocol family
abr 17 18:22:04 archlinux kernel: Bluetooth: HCI device and connection manager initialized
abr 17 18:22:04 archlinux kernel: Bluetooth: HCI socket layer initialized
abr 17 18:22:04 archlinux kernel: Bluetooth: L2CAP socket layer initialized
abr 17 18:22:04 archlinux kernel: Bluetooth: SCO socket layer initialized
abr 17 18:22:04 archlinux kernel: mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_component_ops [i915])
abr 17 18:22:04 archlinux kernel: RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
abr 17 18:22:04 archlinux kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
abr 17 18:22:04 archlinux kernel: RAPL PMU: hw unit of domain package 2^-14 Joules
abr 17 18:22:04 archlinux kernel: RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
abr 17 18:22:04 archlinux kernel: RAPL PMU: hw unit of domain psys 2^-14 Joules
abr 17 18:22:04 archlinux systemd-fsck[308]: fsck.fat 4.2 (2021-01-31)
abr 17 18:22:04 archlinux systemd-fsck[308]: /dev/sda1: 370 files, 179509/201616 clusters
abr 17 18:22:04 archlinux systemd[1]: Finished File System Check on /dev/disk/by-uuid/C867-3DF5.
abr 17 18:22:04 archlinux systemd[1]: Mounting /boot...
abr 17 18:22:04 archlinux kernel: input: PNP0C50:01 0911:5288 Mouse as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-12/i2c-PNP0C50:01/0018:0911:5288.0001/input/input6
abr 17 18:22:04 archlinux kernel: input: PNP0C50:01 0911:5288 Touchpad as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-12/i2c-PNP0C50:01/0018:0911:5288.0001/input/input7
abr 17 18:22:04 archlinux kernel: input: PNP0C50:01 0911:5288 as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-12/i2c-PNP0C50:01/0018:0911:5288.0001/input/input8
abr 17 18:22:04 archlinux kernel: hid-generic 0018:0911:5288.0001: input,hidraw0: I2C HID v1.00 Mouse [PNP0C50:01 0911:5288] on i2c-PNP0C50:01
abr 17 18:22:04 archlinux kernel: iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=6, TCOBASE=0x0400)
abr 17 18:22:04 archlinux kernel: cryptd: max_cpu_qlen set to 1000
abr 17 18:22:04 archlinux kernel: iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
abr 17 18:22:04 archlinux systemd[1]: Mounted /boot.
abr 17 18:22:04 archlinux systemd[1]: Reached target Local File Systems.
abr 17 18:22:04 archlinux systemd[1]: Rebuild Dynamic Linker Cache was skipped because no trigger condition checks were met.
abr 17 18:22:04 archlinux systemd[1]: Set Up Additional Binary Formats was skipped because no trigger condition checks were met.
abr 17 18:22:04 archlinux systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
abr 17 18:22:04 archlinux systemd[1]: Commit a transient machine-id on disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
abr 17 18:22:04 archlinux kernel: videodev: Linux video capture interface: v2.00
abr 17 18:22:04 archlinux systemd[1]: Starting Create Volatile Files and Directories...
abr 17 18:22:04 archlinux kernel: AVX2 version of gcm_enc/dec engaged.
abr 17 18:22:04 archlinux kernel: proc_thermal 0000:00:04.0: enabling device (0000 -> 0002)
abr 17 18:22:04 archlinux kernel: AES CTR mode by8 optimization enabled
abr 17 18:22:04 archlinux kernel: Intel(R) Wireless WiFi driver for Linux
abr 17 18:22:04 archlinux kernel: iwlwifi 0000:00:14.3: enabling device (0000 -> 0002)
abr 17 18:22:04 archlinux kernel: intel_rapl_common: Found RAPL domain package
abr 17 18:22:04 archlinux kernel: r8169 0000:02:00.0 eth0: RTL8168h/8111h, 98:83:89:fd:b9:f4, XID 541, IRQ 151
abr 17 18:22:04 archlinux kernel: r8169 0000:02:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
abr 17 18:22:04 archlinux kernel: r8169 0000:02:00.0 enp2s0: renamed from eth0
abr 17 18:22:04 archlinux kernel: usb 3-7: Found UVC 1.00 device VGA camera (13d3:5a24)
abr 17 18:22:04 archlinux kernel: input: VGA camera: VGA camera as /devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.0/input/input9
abr 17 18:22:04 archlinux kernel: usbcore: registered new interface driver uvcvideo
abr 17 18:22:04 archlinux kernel: input: PNP0C50:01 0911:5288 Mouse as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-12/i2c-PNP0C50:01/0018:0911:5288.0001/input/input10
abr 17 18:22:04 archlinux kernel: input: PNP0C50:01 0911:5288 Touchpad as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-12/i2c-PNP0C50:01/0018:0911:5288.0001/input/input11
abr 17 18:22:04 archlinux kernel: input: PNP0C50:01 0911:5288 UNKNOWN as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-12/i2c-PNP0C50:01/0018:0911:5288.0001/input/input12
abr 17 18:22:04 archlinux kernel: hid-multitouch 0018:0911:5288.0001: input,hidraw0: I2C HID v1.00 Mouse [PNP0C50:01 0911:5288] on i2c-PNP0C50:01
abr 17 18:22:04 archlinux kernel: mousedev: PS/2 mouse device common for all mice
abr 17 18:22:04 archlinux kernel: iwlwifi 0000:00:14.3: api flags index 2 larger than supported by driver
abr 17 18:22:04 archlinux kernel: iwlwifi 0000:00:14.3: TLV_FW_FSEQ_VERSION: FSEQ Version: 89.3.35.37
abr 17 18:22:04 archlinux kernel: iwlwifi 0000:00:14.3: loaded firmware version 72.daa05125.0 QuZ-a0-jf-b0-72.ucode op_mode iwlmvm
abr 17 18:22:04 archlinux systemd[1]: Finished Create Volatile Files and Directories.
abr 17 18:22:04 archlinux kernel: snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
abr 17 18:22:04 archlinux kernel: snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
abr 17 18:22:04 archlinux kernel: snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
abr 17 18:22:04 archlinux systemd[1]: Rebuild Journal Catalog was skipped because of an unmet condition check (ConditionNeedsUpdate=/var).
abr 17 18:22:04 archlinux systemd[1]: Starting Network Name Resolution...
abr 17 18:22:04 archlinux systemd[1]: Update is Completed was skipped because no trigger condition checks were met.
abr 17 18:22:04 archlinux systemd[1]: Starting Record System Boot/Shutdown in UTMP...
abr 17 18:22:04 archlinux kernel: usbcore: registered new interface driver btusb
abr 17 18:22:04 archlinux kernel: Bluetooth: hci0: Bootloader revision 0.0 build 0 week 30 2018
abr 17 18:22:04 archlinux kernel: Bluetooth: hci0: Device revision is 2
abr 17 18:22:04 archlinux kernel: Bluetooth: hci0: Secure boot is enabled
abr 17 18:22:04 archlinux kernel: Bluetooth: hci0: OTP lock is enabled
abr 17 18:22:04 archlinux kernel: Bluetooth: hci0: API lock is enabled
abr 17 18:22:04 archlinux kernel: Bluetooth: hci0: Debug lock is disabled
abr 17 18:22:04 archlinux kernel: Bluetooth: hci0: Minimum firmware build 1 week 10 2014
abr 17 18:22:04 archlinux systemd[1]: Rebuild Dynamic Linker Cache was skipped because no trigger condition checks were met.
abr 17 18:22:04 archlinux kernel: snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC897: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
abr 17 18:22:04 archlinux kernel: snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
abr 17 18:22:04 archlinux kernel: snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
abr 17 18:22:04 archlinux kernel: snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
abr 17 18:22:04 archlinux kernel: snd_hda_codec_realtek hdaudioC0D0:    inputs:
abr 17 18:22:04 archlinux kernel: snd_hda_codec_realtek hdaudioC0D0:      Mic=0x12
abr 17 18:22:04 archlinux systemd[1]: Starting Load Kernel Module dm_mod...
abr 17 18:22:04 archlinux systemd[1]: Starting Load Kernel Module loop...
abr 17 18:22:04 archlinux systemd[1]: Set Up Additional Binary Formats was skipped because no trigger condition checks were met.
abr 17 18:22:04 archlinux systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
abr 17 18:22:04 archlinux systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
abr 17 18:22:04 archlinux systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
abr 17 18:22:04 archlinux systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
abr 17 18:22:04 archlinux systemd[1]: Rebuild Journal Catalog was skipped because of an unmet condition check (ConditionNeedsUpdate=/var).
abr 17 18:22:04 archlinux systemd[1]: Commit a transient machine-id on disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
abr 17 18:22:04 archlinux systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
abr 17 18:22:04 archlinux systemd[1]: Starting Load/Save RF Kill Switch Status...
abr 17 18:22:04 archlinux systemd[1]: Create System Users was skipped because no trigger condition checks were met.
abr 17 18:22:04 archlinux systemd[1]: Update is Completed was skipped because no trigger condition checks were met.
abr 17 18:22:04 archlinux systemd-resolved[343]: Positive Trust Anchors:
abr 17 18:22:04 archlinux systemd-resolved[343]: . IN DS 20326 8 2 e06d44b80b8f1d39a95c0b0d7c65d08458e880409bbc683457104237c7f8ec8d
abr 17 18:22:04 archlinux systemd-resolved[343]: Negative trust anchors: home.arpa 10.in-addr.arpa 16.172.in-addr.arpa 17.172.in-addr.arpa 18.172.in-addr.arpa 19.172.in-addr.arpa 20.172.in-addr.arpa 21.172.in-addr.arpa 22.172.in-addr.arpa 23.172.in-addr.arpa 24.172.in-addr.arpa 25.172.in-addr.arpa 26.172.in-addr.arpa 27.172.in-addr.arpa 28.172.in-addr.arpa 29.172.in-addr.arpa 30.172.in-addr.arpa 31.172.in-addr.arpa 168.192.in-addr.arpa d.f.ip6.arpa corp home internal intranet lan local private test
abr 17 18:22:04 archlinux kernel: Bluetooth: hci0: Found device firmware: intel/ibt-19-0-0.sfi
abr 17 18:22:04 archlinux kernel: Bluetooth: hci0: Boot Address: 0x24800
abr 17 18:22:04 archlinux kernel: Bluetooth: hci0: Firmware Version: 15-45.22
abr 17 18:22:04 archlinux systemd[1]: Finished Record System Boot/Shutdown in UTMP.
abr 17 18:22:04 archlinux systemd[1]: Started Load/Save RF Kill Switch Status.
abr 17 18:22:04 archlinux systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
abr 17 18:22:04 archlinux kernel: intel_tcc_cooling: TCC Offset locked
abr 17 18:22:04 archlinux kernel: input: HDA Intel PCH Headphone Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input13
abr 17 18:22:04 archlinux kernel: input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input14
abr 17 18:22:04 archlinux kernel: input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input15
abr 17 18:22:04 archlinux kernel: input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input16
abr 17 18:22:04 archlinux kernel: input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input17
abr 17 18:22:05 archlinux systemd[1]: Finished Load Kernel Module dm_mod.
abr 17 18:22:05 archlinux systemd[1]: modprobe@loop.service: Deactivated successfully.
abr 17 18:22:05 archlinux kernel: iwlwifi 0000:00:14.3: Detected Intel(R) Wireless-AC 9462, REV=0x351
abr 17 18:22:05 archlinux kernel: thermal thermal_zone6: failed to read out thermal zone (-61)
abr 17 18:22:05 archlinux systemd-resolved[343]: Using system hostname 'archlinux'.
abr 17 18:22:05 archlinux systemd[1]: Finished Load Kernel Module loop.
abr 17 18:22:05 archlinux systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
abr 17 18:22:05 archlinux systemd[1]: Rebuild Dynamic Linker Cache was skipped because no trigger condition checks were met.
abr 17 18:22:05 archlinux kernel: iwlwifi 0000:00:14.3: base HW address: 80:b6:55:b6:fb:0c
abr 17 18:22:05 archlinux kernel: iwlwifi 0000:00:14.3 wlo1: renamed from wlan0
abr 17 18:22:05 archlinux systemd[1]: Starting Load Kernel Module dm_mod...
abr 17 18:22:05 archlinux systemd[1]: Starting Load Kernel Module loop...
abr 17 18:22:05 archlinux systemd[1]: Set Up Additional Binary Formats was skipped because no trigger condition checks were met.
abr 17 18:22:05 archlinux systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
abr 17 18:22:05 archlinux systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
abr 17 18:22:05 archlinux systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
abr 17 18:22:05 archlinux systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
abr 17 18:22:05 archlinux systemd[1]: Rebuild Journal Catalog was skipped because of an unmet condition check (ConditionNeedsUpdate=/var).
abr 17 18:22:05 archlinux systemd[1]: Commit a transient machine-id on disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
abr 17 18:22:05 archlinux systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
abr 17 18:22:05 archlinux systemd[1]: Create System Users was skipped because no trigger condition checks were met.
abr 17 18:22:05 archlinux systemd[1]: Update is Completed was skipped because no trigger condition checks were met.
abr 17 18:22:05 archlinux systemd[1]: Started Network Name Resolution.
abr 17 18:22:05 archlinux systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
abr 17 18:22:05 archlinux systemd[1]: Finished Load Kernel Module dm_mod.
abr 17 18:22:05 archlinux systemd[1]: modprobe@loop.service: Deactivated successfully.
abr 17 18:22:05 archlinux systemd[1]: Finished Load Kernel Module loop.
abr 17 18:22:05 archlinux systemd[1]: Reached target Host and Network Name Lookups.
abr 17 18:22:05 archlinux systemd[1]: Reached target System Initialization.
abr 17 18:22:05 archlinux systemd[1]: Started Refresh existing PGP keys of archlinux-keyring regularly.
abr 17 18:22:05 archlinux systemd[1]: Started Daily rotation of log files.
abr 17 18:22:05 archlinux systemd[1]: Started Daily man-db regeneration.
abr 17 18:22:05 archlinux systemd[1]: Started Daily verification of password and group files.
abr 17 18:22:05 archlinux systemd[1]: Started Daily Cleanup of Temporary Directories.
abr 17 18:22:05 archlinux systemd[1]: Reached target Timer Units.
abr 17 18:22:05 archlinux systemd[1]: Listening on D-Bus System Message Bus Socket.
abr 17 18:22:05 archlinux systemd[1]: Reached target Socket Units.
abr 17 18:22:05 archlinux systemd[1]: TPM2 PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
abr 17 18:22:05 archlinux systemd[1]: Reached target Basic System.
abr 17 18:22:05 archlinux systemd[1]: Starting Save/Restore Sound Card State...
abr 17 18:22:05 archlinux systemd[1]: Manage Sound Card State (restore and store) was skipped because of an unmet condition check (ConditionPathExists=/etc/alsa/state-daemon.conf).
abr 17 18:22:05 archlinux systemd[1]: Starting Bluetooth service...
abr 17 18:22:05 archlinux (uetoothd)[372]: ConfigurationDirectory 'bluetooth' already exists but the mode is different. (File system: 755 ConfigurationDirectoryMode: 555)
abr 17 18:22:05 archlinux systemd[1]: Starting D-Bus System Message Bus...
abr 17 18:22:05 archlinux systemd[1]: Starting Initialize hardware monitoring sensors...
abr 17 18:22:05 archlinux systemd[1]: Starting User Login Management...
abr 17 18:22:05 archlinux systemd[1]: TPM2 PCR Barrier (User) was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
abr 17 18:22:05 archlinux systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
abr 17 18:22:05 archlinux systemd[1]: Starting Permit User Sessions...
abr 17 18:22:05 archlinux systemd[1]: Finished Save/Restore Sound Card State.
abr 17 18:22:05 archlinux bluetoothd[372]: Bluetooth daemon 5.66
abr 17 18:22:05 archlinux systemd-logind[375]: New seat seat0.
abr 17 18:22:05 archlinux systemd-logind[375]: Watching system buttons on /dev/input/event2 (Power Button)
abr 17 18:22:05 archlinux systemd-logind[375]: Watching system buttons on /dev/input/event1 (Power Button)
abr 17 18:22:05 archlinux systemd-logind[375]: Watching system buttons on /dev/input/event0 (Lid Switch)
abr 17 18:22:05 archlinux systemd-logind[375]: Watching system buttons on /dev/input/event3 (AT Translated Set 2 keyboard)
abr 17 18:22:05 archlinux systemd[1]: Finished Permit User Sessions.
abr 17 18:22:05 archlinux systemd[1]: Started User Login Management.
abr 17 18:22:05 archlinux systemd[1]: Reached target Sound Card.
abr 17 18:22:05 archlinux systemd[1]: Started Getty on tty1.
abr 17 18:22:05 archlinux systemd[1]: Reached target Login Prompts.
abr 17 18:22:05 archlinux systemd[1]: Starting Populate /home...
abr 17 18:22:05 archlinux systemd[1]: Finished Initialize hardware monitoring sensors.
abr 17 18:22:05 archlinux bluetoothd[372]: Starting SDP server
abr 17 18:22:05 archlinux bluetoothd[372]: profiles/audio/vcp.c:vcp_init() D-Bus experimental not enabled
abr 17 18:22:05 archlinux bluetoothd[372]: src/plugin.c:plugin_init() Failed to init vcp plugin
abr 17 18:22:05 archlinux bluetoothd[372]: profiles/audio/mcp.c:mcp_init() D-Bus experimental not enabled
abr 17 18:22:05 archlinux bluetoothd[372]: src/plugin.c:plugin_init() Failed to init mcp plugin
abr 17 18:22:05 archlinux bluetoothd[372]: profiles/audio/bap.c:bap_init() D-Bus experimental not enabled
abr 17 18:22:05 archlinux bluetoothd[372]: src/plugin.c:plugin_init() Failed to init bap plugin
abr 17 18:22:05 archlinux dbus-daemon[373]: [system] Activating systemd to hand-off: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.2' (uid=0 pid=372 comm="/usr/lib/bluetooth/bluetoothd")
abr 17 18:22:05 archlinux kernel: Bluetooth: BNEP (Ethernet Emulation) ver 1.3
abr 17 18:22:05 archlinux kernel: Bluetooth: BNEP filters: protocol multicast
abr 17 18:22:05 archlinux kernel: Bluetooth: BNEP socket layer initialized
abr 17 18:22:05 archlinux systemd[1]: Started D-Bus System Message Bus.
abr 17 18:22:05 archlinux bluetoothd[372]: Bluetooth management interface 1.22 initialized
abr 17 18:22:05 archlinux systemd[1]: Started Bluetooth service.
abr 17 18:22:05 archlinux dbus-daemon[373]: [system] Successfully activated service 'org.freedesktop.systemd1'
abr 17 18:22:05 archlinux systemd[1]: Reached target Bluetooth Support.
abr 17 18:22:05 archlinux systemd[1]: Starting Hostname Service...
abr 17 18:22:05 archlinux systemd[1]: Finished Populate /home.
abr 17 18:22:05 archlinux systemd[1]: Reached target Multi-User System.
abr 17 18:22:05 archlinux systemd[1]: Reached target Graphical Interface.
abr 17 18:22:05 archlinux dbus-daemon[373]: [system] Successfully activated service 'org.freedesktop.hostname1'
abr 17 18:22:05 archlinux systemd[1]: Started Hostname Service.
abr 17 18:22:05 archlinux systemd[1]: Startup finished in 5.120s (firmware) + 2.860s (loader) + 5.991s (kernel) + 2.438s (initrd) + 4.170s (userspace) = 20.582s.
abr 17 18:22:05 archlinux dbus-daemon[373]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.5' (uid=0 pid=385 comm="/bin/login -f  ")
abr 17 18:22:05 archlinux dbus-daemon[373]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
abr 17 18:22:05 archlinux login[385]: pam_systemd_home(login:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
abr 17 18:22:05 archlinux login[385]: pam_unix(login:session): session opened for user x(uid=1000) by LOGIN(uid=0)
abr 17 18:22:05 archlinux systemd-logind[375]: New session 1 of user x.
abr 17 18:22:05 archlinux systemd[1]: Created slice User Slice of UID 1000.
abr 17 18:22:05 archlinux systemd[1]: Starting User Runtime Directory /run/user/1000...
abr 17 18:22:05 archlinux systemd[1]: Finished User Runtime Directory /run/user/1000.
abr 17 18:22:05 archlinux systemd[1]: Starting User Manager for UID 1000...
abr 17 18:22:05 archlinux dbus-daemon[373]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.7' (uid=0 pid=391 comm="(systemd)")
abr 17 18:22:05 archlinux dbus-daemon[373]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
abr 17 18:22:05 archlinux (systemd)[391]: pam_systemd_home(systemd-user:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
abr 17 18:22:05 archlinux (systemd)[391]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[x] ruser=[<unknown>] rhost=[<unknown>]
abr 17 18:22:05 archlinux (systemd)[391]: pam_unix(systemd-user:session): session opened for user x(uid=1000) by (uid=0)
abr 17 18:22:05 archlinux systemd[391]: Queued start job for default target Main User Target.
abr 17 18:22:05 archlinux systemd[391]: Created slice User Application Slice.
abr 17 18:22:05 archlinux systemd[391]: Reached target Paths.
abr 17 18:22:05 archlinux systemd[391]: Reached target Timers.
abr 17 18:22:05 archlinux systemd[391]: Starting D-Bus User Message Bus Socket...
abr 17 18:22:05 archlinux systemd[391]: Listening on GnuPG network certificate management daemon.
abr 17 18:22:05 archlinux systemd[391]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
abr 17 18:22:05 archlinux systemd[391]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
abr 17 18:22:05 archlinux systemd[391]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
abr 17 18:22:05 archlinux systemd[391]: Listening on GnuPG cryptographic agent and passphrase cache.
abr 17 18:22:05 archlinux systemd[391]: Listening on p11-kit server.
abr 17 18:22:05 archlinux systemd[391]: Listening on PipeWire Multimedia System Socket.
abr 17 18:22:05 archlinux systemd[391]: Listening on Sound System.
abr 17 18:22:05 archlinux systemd[391]: Listening on D-Bus User Message Bus Socket.
abr 17 18:22:05 archlinux systemd[391]: Reached target Sockets.
abr 17 18:22:05 archlinux systemd[391]: Reached target Basic System.
abr 17 18:22:05 archlinux systemd[391]: Reached target Main User Target.
abr 17 18:22:05 archlinux systemd[391]: Startup finished in 111ms.
abr 17 18:22:05 archlinux systemd[1]: Started User Manager for UID 1000.
abr 17 18:22:05 archlinux systemd[1]: Started Session 1 of User x.
abr 17 18:22:05 archlinux login[385]: LOGIN ON tty1 BY x
abr 17 18:22:06 archlinux kernel: Bluetooth: hci0: Waiting for firmware download to complete
abr 17 18:22:06 archlinux kernel: Bluetooth: hci0: Firmware loaded in 1673462 usecs
abr 17 18:22:06 archlinux kernel: Bluetooth: hci0: Waiting for device to boot
abr 17 18:22:06 archlinux kernel: Bluetooth: hci0: Malformed MSFT vendor event: 0x02
abr 17 18:22:06 archlinux kernel: Bluetooth: hci0: Device booted in 14776 usecs
abr 17 18:22:06 archlinux kernel: Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-19-0-0.ddc
abr 17 18:22:06 archlinux kernel: Bluetooth: hci0: Applying Intel DDC parameters completed
abr 17 18:22:06 archlinux kernel: Bluetooth: hci0: Firmware revision 0.0 build 15 week 45 2022
abr 17 18:22:06 archlinux kernel: Bluetooth: MGMT ver 1.22
abr 17 18:22:06 archlinux kernel: NET: Registered PF_ALG protocol family
abr 17 18:22:09 archlinux kernel: i915 0000:00:02.0: [drm] PXP firmware failed arb session init request ret=[0x00001002]
abr 17 18:22:09 archlinux kernel: i915 0000:00:02.0: [drm] *ERROR* arb session failed to go in play
abr 17 18:22:10 archlinux kernel: i915 0000:00:02.0: [drm] PXP firmware failed arb session init request ret=[0x00001002]
abr 17 18:22:10 archlinux kernel: i915 0000:00:02.0: [drm] *ERROR* arb session failed to go in play
abr 17 18:22:10 archlinux systemd[1]: systemd-rfkill.service: Deactivated successfully.
abr 17 18:22:10 archlinux systemd[391]: Created slice User Core Session Slice.
abr 17 18:22:10 archlinux systemd[391]: Starting D-Bus User Message Bus...
abr 17 18:22:10 archlinux systemd[391]: Started D-Bus User Message Bus.
abr 17 18:22:10 archlinux dbus-daemon[563]: [session uid=1000 pid=563] Successfully activated service 'org.freedesktop.systemd1'
abr 17 18:22:35 archlinux systemd[1]: systemd-hostnamed.service: Deactivated successfully.
abr 17 18:23:41 archlinux sudo[581]:        x : TTY=tty1 ; PWD=/home/x ; USER=root ; COMMAND=/usr/bin/ls /run/log/journal/8851e1c8ac7e431d813496ddb21b2820
abr 17 18:23:41 archlinux sudo[581]: pam_unix(sudo:session): session opened for user root(uid=0) by x(uid=1000)
abr 17 18:23:41 archlinux sudo[581]: pam_unix(sudo:session): session closed for user root
abr 17 18:23:47 archlinux sudo[583]:        x : TTY=tty1 ; PWD=/home/x ; USER=root ; COMMAND=/usr/bin/ls /run/log/journal/8851*/system.journal
abr 17 18:23:47 archlinux sudo[583]: pam_unix(sudo:session): session opened for user root(uid=0) by x(uid=1000)
abr 17 18:23:47 archlinux sudo[583]: pam_unix(sudo:session): session closed for user root
abr 17 18:25:42 archlinux sudo[588]:        x : TTY=tty1 ; PWD=/home/x ; USER=root ; COMMAND=/usr/bin/journalctl --file=/run/log/journal/8851*/system.journal
abr 17 18:25:42 archlinux sudo[588]: pam_unix(sudo:session): session opened for user root(uid=0) by x(uid=1000)
abr 17 18:25:51 archlinux sudo[588]: pam_unix(sudo:session): session closed for user root
abr 17 18:27:58 archlinux sudo[592]:        x : TTY=tty1 ; PWD=/home/x ; USER=root ; COMMAND=/usr/bin/cp /run/log/journal/8851*/system.journal /xbkp/tmpfsroot/system.journal.PREROOTSWITCH.TOUCHPADFUNCIONANDO.SYSTEMDINITRAMFS-NAONARAM
abr 17 18:27:58 archlinux sudo[592]: pam_unix(sudo:session): session opened for user root(uid=0) by x(uid=1000)
abr 17 18:27:58 archlinux sudo[592]: pam_unix(sudo:session): session closed for user root
abr 17 18:29:35 archlinux sudo[598]:        x : TTY=tty1 ; PWD=/home/x ; USER=root ; COMMAND=/usr/bin/cp /run/log/journal/8851e1c8ac7e431d813496ddb21b2820/system.journal /xbkp/tmpfsroot/system.journal.PREROOTSWITCH.TOUCHPADFUNCIONANDO.SYSTEMDINITRAMFS-NAONARAM
abr 17 18:29:35 archlinux sudo[598]: pam_unix(sudo:session): session opened for user root(uid=0) by x(uid=1000)
abr 17 18:29:35 archlinux sudo[598]: pam_unix(sudo:session): session closed for user root
abr 17 18:30:05 archlinux sudo[600]:        x : TTY=tty1 ; PWD=/home/x ; USER=root ; COMMAND=/usr/bin/cp /run/log/journal/41bed090c3444a85a158a5b20f0a4f88/system.journal /xbkp/tmpfsroot/system.journal.POSTROOTSWITCH.TOUCHPADFUNCIONANDO.SYSTEMDINITRAMFS-NAONARAM
abr 17 18:30:05 archlinux sudo[600]: pam_unix(sudo:session): session opened for user root(uid=0) by x(uid=1000)

All of the times the touchpad didn't work, these messages appeared in the logs

...
abr 17 20:50:42 archlinux kernel: i2c_hid_acpi i2c-PNP0C50:01: weird size of HID descriptor (3)
...
abr 17 20:50:43 archlinux kernel: i2c_hid_acpi i2c-PNP0C50:01: Failed to fetch the HID Descriptor
...

Instead of these

...
abr 17 14:10:39 archlinux kernel: input: PNP0C50:01 0911:5288 Mouse as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-11/i2c-PNP0C50:01/001>
abr 17 14:10:39 archlinux kernel: input: PNP0C50:01 0911:5288 Touchpad as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-11/i2c-PNP0C50:01/>
abr 17 14:10:39 archlinux kernel: input: PNP0C50:01 0911:5288 as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-11/i2c-PNP0C50:01/0018:0911>
abr 17 14:10:39 archlinux kernel: hid-generic 0018:0911:5288.0001: input,hidraw0: I2C HID v1.00 Mouse [PNP0C50:01 0911:5288] on i2c-PNP0C50:01
...
abr 17 14:10:40 archlinux kernel: input: PNP0C50:01 0911:5288 Mouse as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-11/i2c-PNP0C50:01/001>
abr 17 14:10:40 archlinux kernel: input: PNP0C50:01 0911:5288 Touchpad as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-11/i2c-PNP0C50:01/>
abr 17 14:10:40 archlinux kernel: input: PNP0C50:01 0911:5288 UNKNOWN as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-11/i2c-PNP0C50:01/0>
abr 17 14:10:40 archlinux kernel: hid-multitouch 0018:0911:5288.0001: input,hidraw0: I2C HID v1.00 Mouse [PNP0C50:01 0911:5288] on i2c-PNP0C50:01
...

Anyway, in the next post, I'll post the Xorg logs.

Last edited by xenobro (2023-04-18 02:02:27)

Offline

#4 2023-04-18 02:20:34

xenobro
Member
Registered: 2019-05-25
Posts: 102

Re: Touchpad not even in /proc/bus/input/devices

Here, the Xorg log files for each of the situations from the previous post:

Touchpad not working, busybox initramfs, NOT on RAM:

[   254.534] 
X.Org X Server 1.21.1.8
X Protocol Version 11, Revision 0
[   254.539] Current Operating System: Linux archlinux 6.2.11-arch1-1 #1 SMP PREEMPT_DYNAMIC Thu, 13 Apr 2023 16:59:24 +0000 x86_64
[   254.539] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=75fb575c-2b60-4394-922a-447ef0188601 rw
[   254.542]  
[   254.543] Current version of pixman: 0.42.2
[   254.546] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   254.546] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   254.551] (==) Log file: "/home/x/.local/share/xorg/Xorg.0.log", Time: Mon Apr 17 17:20:57 2023
[   254.552] (==) Using config directory: "/etc/X11/xorg.conf.d"
[   254.553] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   254.553] (==) No Layout section.  Using the first Screen section.
[   254.553] (==) No screen section available. Using defaults.
[   254.553] (**) |-->Screen "Default Screen Section" (0)
[   254.553] (**) |   |-->Monitor "<default monitor>"
[   254.553] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[   254.553] (**) Option "BlankTime" "0"
[   254.553] (==) Automatically adding devices
[   254.553] (==) Automatically enabling devices
[   254.553] (==) Automatically adding GPU devices
[   254.553] (==) Automatically binding GPU devices
[   254.553] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   254.553] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[   254.553] 	Entry deleted from font path.
[   254.553] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[   254.553] 	Entry deleted from font path.
[   254.553] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[   254.553] 	Entry deleted from font path.
[   254.553] (==) FontPath set to:
	/usr/share/fonts/misc,
	/usr/share/fonts/TTF,
	/usr/share/fonts/OTF
[   254.553] (==) ModulePath set to "/usr/lib/xorg/modules"
[   254.553] (**) Extension "DPMS" is disabled
[   254.553] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[   254.553] (II) Module ABI versions:
[   254.553] 	X.Org ANSI C Emulation: 0.4
[   254.553] 	X.Org Video Driver: 25.2
[   254.553] 	X.Org XInput driver : 24.4
[   254.553] 	X.Org Server Extension : 10.0
[   254.554] (++) using VT number 1

[   254.555] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[   254.555] (II) xfree86: Adding drm device (/dev/dri/card0)
[   254.555] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[   254.556] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 13 paused 0
[   254.557] (--) PCI:*(0@0:2:0) 8086:9a49:144d:c195 rev 1, Mem @ 0x6000000000/16777216, 0x4000000000/268435456, I/O @ 0x00004000/64, BIOS @ 0x????????/131072
[   254.557] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[   254.557] (II) LoadModule: "glx"
[   254.557] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   254.557] (II) Module glx: vendor="X.Org Foundation"
[   254.557] 	compiled for 1.21.1.8, module version = 1.0.0
[   254.557] 	ABI class: X.Org Server Extension, version 10.0
[   254.557] (==) Matched intel as autoconfigured driver 0
[   254.557] (==) Matched modesetting as autoconfigured driver 1
[   254.557] (==) Matched fbdev as autoconfigured driver 2
[   254.557] (==) Matched vesa as autoconfigured driver 3
[   254.557] (==) Assigned the driver to the xf86ConfigLayout
[   254.557] (II) LoadModule: "intel"
[   254.557] (WW) Warning, couldn't open module intel
[   254.557] (EE) Failed to load module "intel" (module does not exist, 0)
[   254.557] (II) LoadModule: "modesetting"
[   254.557] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[   254.558] (II) Module modesetting: vendor="X.Org Foundation"
[   254.558] 	compiled for 1.21.1.8, module version = 1.21.1
[   254.558] 	Module class: X.Org Video Driver
[   254.558] 	ABI class: X.Org Video Driver, version 25.2
[   254.558] (II) LoadModule: "fbdev"
[   254.558] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[   254.558] (II) Module fbdev: vendor="X.Org Foundation"
[   254.558] 	compiled for 1.21.1.1, module version = 0.5.0
[   254.558] 	Module class: X.Org Video Driver
[   254.558] 	ABI class: X.Org Video Driver, version 25.2
[   254.558] (II) LoadModule: "vesa"
[   254.558] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[   254.558] (II) Module vesa: vendor="X.Org Foundation"
[   254.558] 	compiled for 1.21.1.4, module version = 2.6.0
[   254.558] 	Module class: X.Org Video Driver
[   254.558] 	ABI class: X.Org Video Driver, version 25.2
[   254.558] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[   254.558] (II) FBDEV: driver for framebuffer: fbdev
[   254.558] (II) VESA: driver for VESA chipsets: vesa
[   254.558] xf86EnableIO: failed to enable I/O ports 0000-03ff (Operation not permitted)
[   254.558] (II) modeset(0): using drv /dev/dri/card0
[   254.558] (WW) Falling back to old probe method for fbdev
[   254.558] (II) Loading sub module "fbdevhw"
[   254.558] (II) LoadModule: "fbdevhw"
[   254.558] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[   254.558] (II) Module fbdevhw: vendor="X.Org Foundation"
[   254.558] 	compiled for 1.21.1.8, module version = 0.0.2
[   254.558] 	ABI class: X.Org Video Driver, version 25.2
[   254.558] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[   254.558] (II) modeset(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[   254.558] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[   254.558] (==) modeset(0): RGB weight 888
[   254.558] (==) modeset(0): Default visual is TrueColor
[   254.558] (II) Loading sub module "glamoregl"
[   254.558] (II) LoadModule: "glamoregl"
[   254.558] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[   254.560] (II) Module glamoregl: vendor="X.Org Foundation"
[   254.560] 	compiled for 1.21.1.8, module version = 1.0.1
[   254.560] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   254.701] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) Xe Graphics (TGL GT2)
[   254.701] (II) modeset(0): glamor initialized
[   254.701] (==) modeset(0): VariableRefresh: disabled
[   254.701] (==) modeset(0): AsyncFlipSecondaries: disabled
[   254.703] (II) modeset(0): Output eDP-1 has no monitor section
[   254.703] (II) modeset(0): Output DP-1 has no monitor section
[   254.703] (II) modeset(0): Output HDMI-1 has no monitor section
[   254.716] (II) modeset(0): Output HDMI-2 has no monitor section
[   254.718] (II) modeset(0): EDID for output eDP-1
[   254.718] (II) modeset(0): Manufacturer: BOE  Model: 812  Serial#: 0
[   254.718] (II) modeset(0): Year: 2018  Week: 31
[   254.718] (II) modeset(0): EDID Version: 1.4
[   254.718] (II) modeset(0): Digital Display Input
[   254.718] (II) modeset(0): 8 bits per channel
[   254.718] (II) modeset(0): Digital interface is DisplayPort
[   254.718] (II) modeset(0): Max Image Size [cm]: horiz.: 34  vert.: 19
[   254.718] (II) modeset(0): Gamma: 2.20
[   254.718] (II) modeset(0): No DPMS capabilities specified
[   254.718] (II) modeset(0): Supported color encodings: RGB 4:4:4 
[   254.718] (II) modeset(0): First detailed timing is preferred mode
[   254.718] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[   254.718] (II) modeset(0): Display is continuous-frequency
[   254.718] (II) modeset(0): redX: 0.582 redY: 0.359   greenX: 0.354 greenY: 0.567
[   254.718] (II) modeset(0): blueX: 0.162 blueY: 0.129   whiteX: 0.312 whiteY: 0.328
[   254.718] (II) modeset(0): Manufacturer's mask: 0
[   254.718] (II) modeset(0): Supported detailed timing:
[   254.718] (II) modeset(0): clock: 148.5 MHz   Image Size:  344 x 194 mm
[   254.718] (II) modeset(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2230 h_border: 0
[   254.718] (II) modeset(0): v_active: 1080  v_sync: 1083  v_sync_end 1089 v_blanking: 1110 v_border: 0
[   254.718] (II) modeset(0):  BOE CQ
[   254.718] (II) modeset(0):  NT156FHM-N61
[   254.718] (II) modeset(0): EDID (in hex):
[   254.718] (II) modeset(0): 	00ffffffffffff0009e5120800000000
[   254.718] (II) modeset(0): 	1f1c0104a5221378030980955c5a9129
[   254.718] (II) modeset(0): 	21505400000001010101010101010101
[   254.718] (II) modeset(0): 	010101010101033a803671381e403020
[   254.718] (II) modeset(0): 	360058c21000001a0000000000000000
[   254.718] (II) modeset(0): 	00000000000000000000000000fe0042
[   254.718] (II) modeset(0): 	4f452043510a202020202020000000fe
[   254.718] (II) modeset(0): 	004e5431353646484d2d4e36310a00ed
[   254.719] (II) modeset(0): Printing probed modes for output eDP-1
[   254.719] (II) modeset(0): Modeline "1920x1080"x60.0  148.51  1920 1968 2000 2230  1080 1083 1089 1110 +hsync -vsync (66.6 kHz eP)
[   254.719] (II) modeset(0): Modeline "1920x1080"x119.9  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[   254.719] (II) modeset(0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[   254.719] (II) modeset(0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[   254.719] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[   254.719] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[   254.719] (II) modeset(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[   254.719] (II) modeset(0): Modeline "1600x900"x120.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[   254.719] (II) modeset(0): Modeline "1600x900"x119.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[   254.719] (II) modeset(0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[   254.719] (II) modeset(0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[   254.719] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[   254.719] (II) modeset(0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[   254.719] (II) modeset(0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[   254.719] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[   254.719] (II) modeset(0): Modeline "1440x810"x120.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[   254.719] (II) modeset(0): Modeline "1440x810"x119.9  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[   254.719] (II) modeset(0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[   254.719] (II) modeset(0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[   254.719] (II) modeset(0): Modeline "1280x800"x120.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[   254.719] (II) modeset(0): Modeline "1280x800"x119.9  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[   254.719] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[   254.719] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[   254.719] (II) modeset(0): Modeline "1280x720"x120.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[   254.719] (II) modeset(0): Modeline "1280x720"x120.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[   254.719] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[   254.719] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[   254.719] (II) modeset(0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[   254.719] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[   254.719] (II) modeset(0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[   254.719] (II) modeset(0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[   254.719] (II) modeset(0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[   254.719] (II) modeset(0): Modeline "1024x576"x119.9   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[   254.719] (II) modeset(0): Modeline "1024x576"x119.9   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[   254.719] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[   254.719] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[   254.719] (II) modeset(0): Modeline "960x600"x119.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[   254.719] (II) modeset(0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[   254.719] (II) modeset(0): Modeline "960x540"x119.9   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[   254.719] (II) modeset(0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[   254.719] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[   254.719] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[   254.719] (II) modeset(0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[   254.719] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[   254.719] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[   254.719] (II) modeset(0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[   254.719] (II) modeset(0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[   254.719] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[   254.719] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[   254.719] (II) modeset(0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[   254.719] (II) modeset(0): Modeline "800x450"x119.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[   254.719] (II) modeset(0): Modeline "800x450"x119.6   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[   254.719] (II) modeset(0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[   254.719] (II) modeset(0): Modeline "700x450"x119.9   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[   254.719] (II) modeset(0): Modeline "700x450"x119.8   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[   254.719] (II) modeset(0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[   254.719] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[   254.719] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[   254.719] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[   254.719] (II) modeset(0): Modeline "684x384"x119.8   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[   254.719] (II) modeset(0): Modeline "684x384"x119.7   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[   254.719] (II) modeset(0): Modeline "640x400"x119.8   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[   254.719] (II) modeset(0): Modeline "640x400"x120.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[   254.719] (II) modeset(0): Modeline "640x360"x119.7   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[   254.719] (II) modeset(0): Modeline "640x360"x119.7   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[   254.719] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[   254.719] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[   254.719] (II) modeset(0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[   254.719] (II) modeset(0): Modeline "512x288"x120.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[   254.719] (II) modeset(0): Modeline "512x288"x119.8   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[   254.719] (II) modeset(0): Modeline "480x270"x119.3   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[   254.719] (II) modeset(0): Modeline "480x270"x119.6   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[   254.719] (II) modeset(0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[   254.719] (II) modeset(0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[   254.719] (II) modeset(0): Modeline "432x243"x119.8   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[   254.719] (II) modeset(0): Modeline "432x243"x119.1   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[   254.719] (II) modeset(0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[   254.719] (II) modeset(0): Modeline "360x202"x119.0   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[   254.719] (II) modeset(0): Modeline "360x202"x118.3   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[   254.719] (II) modeset(0): Modeline "320x180"x119.7    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[   254.719] (II) modeset(0): Modeline "320x180"x118.6    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[   254.719] (II) modeset(0): EDID for output DP-1
[   254.719] (II) modeset(0): EDID for output HDMI-1
[   254.719] (II) modeset(0): EDID for output HDMI-2
[   254.719] (II) modeset(0): Output eDP-1 connected
[   254.719] (II) modeset(0): Output DP-1 disconnected
[   254.719] (II) modeset(0): Output HDMI-1 disconnected
[   254.719] (II) modeset(0): Output HDMI-2 disconnected
[   254.719] (II) modeset(0): Using exact sizes for initial modes
[   254.719] (II) modeset(0): Output eDP-1 using initial mode 1920x1080 +0+0
[   254.719] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[   254.719] (==) modeset(0): DPI set to (96, 96)
[   254.719] (II) Loading sub module "fb"
[   254.719] (II) LoadModule: "fb"
[   254.719] (II) Module "fb" already built-in
[   254.719] (II) UnloadModule: "fbdev"
[   254.719] (II) Unloading fbdev
[   254.719] (II) UnloadSubModule: "fbdevhw"
[   254.719] (II) Unloading fbdevhw
[   254.719] (II) UnloadModule: "vesa"
[   254.719] (II) Unloading vesa
[   254.732] (==) modeset(0): Backing store enabled
[   254.732] (==) modeset(0): Silken mouse enabled
[   254.807] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[   254.807] (==) modeset(0): DPMS enabled
[   254.808] (II) modeset(0): [DRI2] Setup complete
[   254.808] (II) modeset(0): [DRI2]   DRI driver: iris
[   254.808] (II) modeset(0): [DRI2]   VDPAU driver: va_gl
[   254.808] (II) Initializing extension Generic Event Extension
[   254.808] (II) Initializing extension SHAPE
[   254.808] (II) Initializing extension MIT-SHM
[   254.808] (II) Initializing extension XInputExtension
[   254.808] (II) Initializing extension XTEST
[   254.809] (II) Initializing extension BIG-REQUESTS
[   254.809] (II) Initializing extension SYNC
[   254.809] (II) Initializing extension XKEYBOARD
[   254.809] (II) Initializing extension XC-MISC
[   254.809] (II) Initializing extension SECURITY
[   254.809] (II) Initializing extension XFIXES
[   254.810] (II) Initializing extension RENDER
[   254.810] (II) Initializing extension RANDR
[   254.810] (II) Initializing extension COMPOSITE
[   254.810] (II) Initializing extension DAMAGE
[   254.811] (II) Initializing extension MIT-SCREEN-SAVER
[   254.811] (II) Initializing extension DOUBLE-BUFFER
[   254.811] (II) Initializing extension RECORD
[   254.811] (II) Initializing extension Present
[   254.811] (II) Initializing extension DRI3
[   254.811] (II) Initializing extension X-Resource
[   254.812] (II) Initializing extension XVideo
[   254.812] (II) Initializing extension XVideo-MotionCompensation
[   254.812] (II) Initializing extension GLX
[   254.924] (II) AIGLX: Loaded and initialized iris
[   254.924] (II) GLX: Initialized DRI2 GL provider for screen 0
[   254.924] (II) Initializing extension XFree86-VidModeExtension
[   254.924] (II) Initializing extension XFree86-DGA
[   254.924] (II) Initializing extension XFree86-DRI
[   254.924] (II) Initializing extension DRI2
[   254.925] (II) modeset(0): Damage tracking initialized
[   254.925] (II) modeset(0): Setting screen physical size to 508 x 285
[   254.959] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[   254.959] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   254.959] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   254.959] (II) LoadModule: "libinput"
[   254.959] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[   254.960] (II) Module libinput: vendor="X.Org Foundation"
[   254.960] 	compiled for 1.21.1.8, module version = 1.3.0
[   254.960] 	Module class: X.Org XInput Driver
[   254.960] 	ABI class: X.Org XInput driver, version 24.4
[   254.960] (II) Using input driver 'libinput' for 'Power Button'
[   254.961] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 27 paused 0
[   254.961] (**) Power Button: always reports core events
[   254.961] (**) Option "Device" "/dev/input/event2"
[   254.962] (II) event2  - Power Button: is tagged by udev as: Keyboard
[   254.962] (II) event2  - Power Button: device is a keyboard
[   254.962] (II) event2  - Power Button: device removed
[   254.962] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[   254.962] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[   254.962] (**) Option "xkb_layout" "br,gr"
[   254.962] (**) Option "xkb_variant" "abnt2,polytonic"
[   254.962] (**) Option "xkb_options" "grp:shifts_toggle,terminate:ctrl_alt_bksp"
[   254.972] (II) event2  - Power Button: is tagged by udev as: Keyboard
[   254.972] (II) event2  - Power Button: device is a keyboard
[   254.972] (II) config/udev: Adding input device Video Bus (/dev/input/event3)
[   254.973] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[   254.973] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[   254.973] (II) Using input driver 'libinput' for 'Video Bus'
[   254.973] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 30 paused 0
[   254.973] (**) Video Bus: always reports core events
[   254.973] (**) Option "Device" "/dev/input/event3"
[   254.974] (II) event3  - Video Bus: is tagged by udev as: Keyboard
[   254.974] (II) event3  - Video Bus: device is a keyboard
[   254.974] (II) event3  - Video Bus: device removed
[   254.974] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input3/event3"
[   254.974] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[   254.974] (**) Option "xkb_layout" "br,gr"
[   254.974] (**) Option "xkb_variant" "abnt2,polytonic"
[   254.974] (**) Option "xkb_options" "grp:shifts_toggle,terminate:ctrl_alt_bksp"
[   254.974] (II) event3  - Video Bus: is tagged by udev as: Keyboard
[   254.974] (II) event3  - Video Bus: device is a keyboard
[   254.975] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[   254.975] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   254.975] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   254.975] (II) Using input driver 'libinput' for 'Power Button'
[   254.975] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 31 paused 0
[   254.975] (**) Power Button: always reports core events
[   254.975] (**) Option "Device" "/dev/input/event1"
[   254.976] (II) event1  - Power Button: is tagged by udev as: Keyboard
[   254.976] (II) event1  - Power Button: device is a keyboard
[   254.976] (II) event1  - Power Button: device removed
[   254.976] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[   254.976] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[   254.976] (**) Option "xkb_layout" "br,gr"
[   254.976] (**) Option "xkb_variant" "abnt2,polytonic"
[   254.976] (**) Option "xkb_options" "grp:shifts_toggle,terminate:ctrl_alt_bksp"
[   254.976] (II) event1  - Power Button: is tagged by udev as: Keyboard
[   254.976] (II) event1  - Power Button: device is a keyboard
[   254.977] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[   254.977] (II) No input driver specified, ignoring this device.
[   254.977] (II) This device may have been added with another device file.
[   254.977] (II) config/udev: Adding input device VGA camera: VGA camera (/dev/input/event6)
[   254.977] (**) VGA camera: VGA camera: Applying InputClass "libinput keyboard catchall"
[   254.977] (**) VGA camera: VGA camera: Applying InputClass "libinput keyboard catchall"
[   254.977] (II) Using input driver 'libinput' for 'VGA camera: VGA camera'
[   254.978] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 32 paused 0
[   254.978] (**) VGA camera: VGA camera: always reports core events
[   254.978] (**) Option "Device" "/dev/input/event6"
[   254.978] (II) event6  - VGA camera: VGA camera: is tagged by udev as: Keyboard
[   254.978] (II) event6  - VGA camera: VGA camera: device is a keyboard
[   254.978] (II) event6  - VGA camera: VGA camera: device removed
[   254.978] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.0/input/input6/event6"
[   254.978] (II) XINPUT: Adding extended input device "VGA camera: VGA camera" (type: KEYBOARD, id 9)
[   254.978] (**) Option "xkb_layout" "br,gr"
[   254.978] (**) Option "xkb_variant" "abnt2,polytonic"
[   254.978] (**) Option "xkb_options" "grp:shifts_toggle,terminate:ctrl_alt_bksp"
[   254.979] (II) event6  - VGA camera: VGA camera: is tagged by udev as: Keyboard
[   254.979] (II) event6  - VGA camera: VGA camera: device is a keyboard
[   254.980] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event10)
[   254.980] (II) No input driver specified, ignoring this device.
[   254.980] (II) This device may have been added with another device file.
[   254.980] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event11)
[   254.980] (II) No input driver specified, ignoring this device.
[   254.980] (II) This device may have been added with another device file.
[   254.980] (II) config/udev: Adding input device HDA Intel PCH Headphone Mic (/dev/input/event7)
[   254.980] (II) No input driver specified, ignoring this device.
[   254.980] (II) This device may have been added with another device file.
[   254.980] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event8)
[   254.980] (II) No input driver specified, ignoring this device.
[   254.980] (II) This device may have been added with another device file.
[   254.980] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event9)
[   254.980] (II) No input driver specified, ignoring this device.
[   254.980] (II) This device may have been added with another device file.
[   254.980] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
[   254.980] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[   254.980] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[   254.980] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[   254.981] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 33 paused 0
[   254.981] (**) AT Translated Set 2 keyboard: always reports core events
[   254.981] (**) Option "Device" "/dev/input/event4"
[   254.981] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[   254.981] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[   254.982] (II) event4  - AT Translated Set 2 keyboard: device removed
[   254.982] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4"
[   254.982] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 10)
[   254.982] (**) Option "xkb_layout" "br,gr"
[   254.982] (**) Option "xkb_variant" "abnt2,polytonic"
[   254.982] (**) Option "xkb_options" "grp:shifts_toggle,terminate:ctrl_alt_bksp"
[   254.982] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[   254.982] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[   254.983] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[   254.983] (II) No input driver specified, ignoring this device.
[   254.983] (II) This device may have been added with another device file.
[   257.834] (II) Server zapped. Shutting down.
[   257.834] (**) Option "fd" "27"
[   257.834] (II) event2  - Power Button: device removed
[   257.835] (**) Option "fd" "30"
[   257.835] (II) event3  - Video Bus: device removed
[   257.835] (**) Option "fd" "31"
[   257.835] (II) event1  - Power Button: device removed
[   257.835] (**) Option "fd" "32"
[   257.835] (II) event6  - VGA camera: VGA camera: device removed
[   257.835] (**) Option "fd" "33"
[   257.835] (II) event4  - AT Translated Set 2 keyboard: device removed
[   257.836] (II) UnloadModule: "libinput"
[   257.836] (II) systemd-logind: releasing fd for 13:68
[   257.866] (II) UnloadModule: "libinput"
[   257.866] (II) systemd-logind: releasing fd for 13:70
[   257.902] (II) UnloadModule: "libinput"
[   257.902] (II) systemd-logind: releasing fd for 13:65
[   257.919] (II) UnloadModule: "libinput"
[   257.919] (II) systemd-logind: releasing fd for 13:67
[   257.953] (II) UnloadModule: "libinput"
[   257.953] (II) systemd-logind: releasing fd for 13:66
[   258.029] (II) Server terminated successfully (0). Closing log file.

Touchpad not working, systemd initramfs, NOT on RAM:

[    21.426] 
X.Org X Server 1.21.1.8
X Protocol Version 11, Revision 0
[    21.433] Current Operating System: Linux archlinux 6.2.11-arch1-1 #1 SMP PREEMPT_DYNAMIC Thu, 13 Apr 2023 16:59:24 +0000 x86_64
[    21.433] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=75fb575c-2b60-4394-922a-447ef0188601 rw
[    21.437]  
[    21.438] Current version of pixman: 0.42.2
[    21.439] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    21.439] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    21.443] (==) Log file: "/home/x/.local/share/xorg/Xorg.0.log", Time: Mon Apr 17 17:56:40 2023
[    21.447] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    21.448] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    21.453] (==) No Layout section.  Using the first Screen section.
[    21.453] (==) No screen section available. Using defaults.
[    21.453] (**) |-->Screen "Default Screen Section" (0)
[    21.453] (**) |   |-->Monitor "<default monitor>"
[    21.453] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    21.453] (**) Option "BlankTime" "0"
[    21.453] (==) Automatically adding devices
[    21.453] (==) Automatically enabling devices
[    21.453] (==) Automatically adding GPU devices
[    21.453] (==) Automatically binding GPU devices
[    21.453] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    21.460] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    21.460] 	Entry deleted from font path.
[    21.460] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[    21.460] 	Entry deleted from font path.
[    21.460] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[    21.460] 	Entry deleted from font path.
[    21.460] (==) FontPath set to:
	/usr/share/fonts/misc,
	/usr/share/fonts/TTF,
	/usr/share/fonts/OTF
[    21.460] (==) ModulePath set to "/usr/lib/xorg/modules"
[    21.460] (**) Extension "DPMS" is disabled
[    21.460] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    21.460] (II) Module ABI versions:
[    21.460] 	X.Org ANSI C Emulation: 0.4
[    21.460] 	X.Org Video Driver: 25.2
[    21.460] 	X.Org XInput driver : 24.4
[    21.460] 	X.Org Server Extension : 10.0
[    21.462] (++) using VT number 1

[    21.464] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[    21.464] (II) xfree86: Adding drm device (/dev/dri/card0)
[    21.464] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[    21.465] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 13 paused 0
[    21.467] (--) PCI:*(0@0:2:0) 8086:9a49:144d:c195 rev 1, Mem @ 0x6000000000/16777216, 0x4000000000/268435456, I/O @ 0x00004000/64, BIOS @ 0x????????/131072
[    21.467] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    21.468] (II) LoadModule: "glx"
[    21.469] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    21.490] (II) Module glx: vendor="X.Org Foundation"
[    21.490] 	compiled for 1.21.1.8, module version = 1.0.0
[    21.490] 	ABI class: X.Org Server Extension, version 10.0
[    21.490] (==) Matched intel as autoconfigured driver 0
[    21.490] (==) Matched modesetting as autoconfigured driver 1
[    21.490] (==) Matched fbdev as autoconfigured driver 2
[    21.490] (==) Matched vesa as autoconfigured driver 3
[    21.490] (==) Assigned the driver to the xf86ConfigLayout
[    21.490] (II) LoadModule: "intel"
[    21.490] (WW) Warning, couldn't open module intel
[    21.490] (EE) Failed to load module "intel" (module does not exist, 0)
[    21.490] (II) LoadModule: "modesetting"
[    21.490] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    21.496] (II) Module modesetting: vendor="X.Org Foundation"
[    21.496] 	compiled for 1.21.1.8, module version = 1.21.1
[    21.496] 	Module class: X.Org Video Driver
[    21.496] 	ABI class: X.Org Video Driver, version 25.2
[    21.496] (II) LoadModule: "fbdev"
[    21.496] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[    21.497] (II) Module fbdev: vendor="X.Org Foundation"
[    21.497] 	compiled for 1.21.1.1, module version = 0.5.0
[    21.497] 	Module class: X.Org Video Driver
[    21.497] 	ABI class: X.Org Video Driver, version 25.2
[    21.497] (II) LoadModule: "vesa"
[    21.497] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[    21.497] (II) Module vesa: vendor="X.Org Foundation"
[    21.497] 	compiled for 1.21.1.4, module version = 2.6.0
[    21.497] 	Module class: X.Org Video Driver
[    21.497] 	ABI class: X.Org Video Driver, version 25.2
[    21.497] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    21.497] (II) FBDEV: driver for framebuffer: fbdev
[    21.497] (II) VESA: driver for VESA chipsets: vesa
[    21.497] xf86EnableIO: failed to enable I/O ports 0000-03ff (Operation not permitted)
[    21.497] (II) modeset(0): using drv /dev/dri/card0
[    21.497] (WW) Falling back to old probe method for fbdev
[    21.497] (II) Loading sub module "fbdevhw"
[    21.497] (II) LoadModule: "fbdevhw"
[    21.497] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[    21.498] (II) Module fbdevhw: vendor="X.Org Foundation"
[    21.498] 	compiled for 1.21.1.8, module version = 0.0.2
[    21.498] 	ABI class: X.Org Video Driver, version 25.2
[    21.498] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[    21.498] (II) modeset(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    21.498] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[    21.498] (==) modeset(0): RGB weight 888
[    21.498] (==) modeset(0): Default visual is TrueColor
[    21.498] (II) Loading sub module "glamoregl"
[    21.498] (II) LoadModule: "glamoregl"
[    21.498] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    21.508] (II) Module glamoregl: vendor="X.Org Foundation"
[    21.508] 	compiled for 1.21.1.8, module version = 1.0.1
[    21.508] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    22.398] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) Xe Graphics (TGL GT2)
[    22.398] (II) modeset(0): glamor initialized
[    22.398] (==) modeset(0): VariableRefresh: disabled
[    22.398] (==) modeset(0): AsyncFlipSecondaries: disabled
[    22.399] (II) modeset(0): Output eDP-1 has no monitor section
[    22.399] (II) modeset(0): Output DP-1 has no monitor section
[    22.399] (II) modeset(0): Output HDMI-1 has no monitor section
[    22.409] (II) modeset(0): Output HDMI-2 has no monitor section
[    22.411] (II) modeset(0): EDID for output eDP-1
[    22.411] (II) modeset(0): Manufacturer: BOE  Model: 812  Serial#: 0
[    22.411] (II) modeset(0): Year: 2018  Week: 31
[    22.411] (II) modeset(0): EDID Version: 1.4
[    22.411] (II) modeset(0): Digital Display Input
[    22.411] (II) modeset(0): 8 bits per channel
[    22.411] (II) modeset(0): Digital interface is DisplayPort
[    22.411] (II) modeset(0): Max Image Size [cm]: horiz.: 34  vert.: 19
[    22.411] (II) modeset(0): Gamma: 2.20
[    22.411] (II) modeset(0): No DPMS capabilities specified
[    22.411] (II) modeset(0): Supported color encodings: RGB 4:4:4 
[    22.411] (II) modeset(0): First detailed timing is preferred mode
[    22.411] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[    22.411] (II) modeset(0): Display is continuous-frequency
[    22.411] (II) modeset(0): redX: 0.582 redY: 0.359   greenX: 0.354 greenY: 0.567
[    22.411] (II) modeset(0): blueX: 0.162 blueY: 0.129   whiteX: 0.312 whiteY: 0.328
[    22.411] (II) modeset(0): Manufacturer's mask: 0
[    22.411] (II) modeset(0): Supported detailed timing:
[    22.411] (II) modeset(0): clock: 148.5 MHz   Image Size:  344 x 194 mm
[    22.411] (II) modeset(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2230 h_border: 0
[    22.411] (II) modeset(0): v_active: 1080  v_sync: 1083  v_sync_end 1089 v_blanking: 1110 v_border: 0
[    22.411] (II) modeset(0):  BOE CQ
[    22.411] (II) modeset(0):  NT156FHM-N61
[    22.411] (II) modeset(0): EDID (in hex):
[    22.411] (II) modeset(0): 	00ffffffffffff0009e5120800000000
[    22.411] (II) modeset(0): 	1f1c0104a5221378030980955c5a9129
[    22.411] (II) modeset(0): 	21505400000001010101010101010101
[    22.411] (II) modeset(0): 	010101010101033a803671381e403020
[    22.411] (II) modeset(0): 	360058c21000001a0000000000000000
[    22.411] (II) modeset(0): 	00000000000000000000000000fe0042
[    22.411] (II) modeset(0): 	4f452043510a202020202020000000fe
[    22.411] (II) modeset(0): 	004e5431353646484d2d4e36310a00ed
[    22.411] (II) modeset(0): Printing probed modes for output eDP-1
[    22.411] (II) modeset(0): Modeline "1920x1080"x60.0  148.51  1920 1968 2000 2230  1080 1083 1089 1110 +hsync -vsync (66.6 kHz eP)
[    22.411] (II) modeset(0): Modeline "1920x1080"x119.9  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[    22.411] (II) modeset(0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[    22.411] (II) modeset(0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[    22.411] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[    22.411] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[    22.411] (II) modeset(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[    22.411] (II) modeset(0): Modeline "1600x900"x120.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[    22.411] (II) modeset(0): Modeline "1600x900"x119.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[    22.411] (II) modeset(0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[    22.411] (II) modeset(0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[    22.411] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[    22.411] (II) modeset(0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[    22.411] (II) modeset(0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[    22.411] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[    22.411] (II) modeset(0): Modeline "1440x810"x120.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[    22.411] (II) modeset(0): Modeline "1440x810"x119.9  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[    22.411] (II) modeset(0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[    22.411] (II) modeset(0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[    22.411] (II) modeset(0): Modeline "1280x800"x120.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[    22.411] (II) modeset(0): Modeline "1280x800"x119.9  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[    22.411] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[    22.411] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[    22.411] (II) modeset(0): Modeline "1280x720"x120.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[    22.411] (II) modeset(0): Modeline "1280x720"x120.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[    22.411] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[    22.411] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[    22.411] (II) modeset(0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[    22.412] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[    22.412] (II) modeset(0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[    22.412] (II) modeset(0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[    22.412] (II) modeset(0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[    22.412] (II) modeset(0): Modeline "1024x576"x119.9   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[    22.412] (II) modeset(0): Modeline "1024x576"x119.9   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[    22.412] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[    22.412] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[    22.412] (II) modeset(0): Modeline "960x600"x119.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[    22.412] (II) modeset(0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[    22.412] (II) modeset(0): Modeline "960x540"x119.9   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[    22.412] (II) modeset(0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[    22.412] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[    22.412] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[    22.412] (II) modeset(0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[    22.412] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[    22.412] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[    22.412] (II) modeset(0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[    22.412] (II) modeset(0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[    22.412] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[    22.412] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[    22.412] (II) modeset(0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[    22.412] (II) modeset(0): Modeline "800x450"x119.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[    22.412] (II) modeset(0): Modeline "800x450"x119.6   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[    22.412] (II) modeset(0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[    22.412] (II) modeset(0): Modeline "700x450"x119.9   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[    22.412] (II) modeset(0): Modeline "700x450"x119.8   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[    22.412] (II) modeset(0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[    22.412] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[    22.412] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[    22.412] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[    22.412] (II) modeset(0): Modeline "684x384"x119.8   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[    22.412] (II) modeset(0): Modeline "684x384"x119.7   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[    22.412] (II) modeset(0): Modeline "640x400"x119.8   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[    22.412] (II) modeset(0): Modeline "640x400"x120.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[    22.412] (II) modeset(0): Modeline "640x360"x119.7   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[    22.412] (II) modeset(0): Modeline "640x360"x119.7   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[    22.412] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[    22.412] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[    22.412] (II) modeset(0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[    22.412] (II) modeset(0): Modeline "512x288"x120.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[    22.412] (II) modeset(0): Modeline "512x288"x119.8   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[    22.412] (II) modeset(0): Modeline "480x270"x119.3   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[    22.412] (II) modeset(0): Modeline "480x270"x119.6   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[    22.412] (II) modeset(0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[    22.412] (II) modeset(0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[    22.412] (II) modeset(0): Modeline "432x243"x119.8   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[    22.412] (II) modeset(0): Modeline "432x243"x119.1   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[    22.412] (II) modeset(0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[    22.412] (II) modeset(0): Modeline "360x202"x119.0   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[    22.412] (II) modeset(0): Modeline "360x202"x118.3   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[    22.412] (II) modeset(0): Modeline "320x180"x119.7    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[    22.412] (II) modeset(0): Modeline "320x180"x118.6    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[    22.412] (II) modeset(0): EDID for output DP-1
[    22.412] (II) modeset(0): EDID for output HDMI-1
[    22.412] (II) modeset(0): EDID for output HDMI-2
[    22.412] (II) modeset(0): Output eDP-1 connected
[    22.412] (II) modeset(0): Output DP-1 disconnected
[    22.412] (II) modeset(0): Output HDMI-1 disconnected
[    22.412] (II) modeset(0): Output HDMI-2 disconnected
[    22.412] (II) modeset(0): Using exact sizes for initial modes
[    22.412] (II) modeset(0): Output eDP-1 using initial mode 1920x1080 +0+0
[    22.412] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[    22.412] (==) modeset(0): DPI set to (96, 96)
[    22.412] (II) Loading sub module "fb"
[    22.412] (II) LoadModule: "fb"
[    22.412] (II) Module "fb" already built-in
[    22.412] (II) UnloadModule: "fbdev"
[    22.412] (II) Unloading fbdev
[    22.412] (II) UnloadSubModule: "fbdevhw"
[    22.412] (II) Unloading fbdevhw
[    22.412] (II) UnloadModule: "vesa"
[    22.412] (II) Unloading vesa
[    22.561] (==) modeset(0): Backing store enabled
[    22.561] (==) modeset(0): Silken mouse enabled
[    22.631] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[    22.631] (==) modeset(0): DPMS enabled
[    22.631] (II) modeset(0): [DRI2] Setup complete
[    22.631] (II) modeset(0): [DRI2]   DRI driver: iris
[    22.631] (II) modeset(0): [DRI2]   VDPAU driver: va_gl
[    22.631] (II) Initializing extension Generic Event Extension
[    22.631] (II) Initializing extension SHAPE
[    22.632] (II) Initializing extension MIT-SHM
[    22.632] (II) Initializing extension XInputExtension
[    22.632] (II) Initializing extension XTEST
[    22.632] (II) Initializing extension BIG-REQUESTS
[    22.632] (II) Initializing extension SYNC
[    22.633] (II) Initializing extension XKEYBOARD
[    22.633] (II) Initializing extension XC-MISC
[    22.633] (II) Initializing extension SECURITY
[    22.633] (II) Initializing extension XFIXES
[    22.633] (II) Initializing extension RENDER
[    22.633] (II) Initializing extension RANDR
[    22.634] (II) Initializing extension COMPOSITE
[    22.634] (II) Initializing extension DAMAGE
[    22.634] (II) Initializing extension MIT-SCREEN-SAVER
[    22.634] (II) Initializing extension DOUBLE-BUFFER
[    22.634] (II) Initializing extension RECORD
[    22.635] (II) Initializing extension Present
[    22.635] (II) Initializing extension DRI3
[    22.635] (II) Initializing extension X-Resource
[    22.635] (II) Initializing extension XVideo
[    22.635] (II) Initializing extension XVideo-MotionCompensation
[    22.635] (II) Initializing extension GLX
[    22.748] (II) AIGLX: Loaded and initialized iris
[    22.748] (II) GLX: Initialized DRI2 GL provider for screen 0
[    22.748] (II) Initializing extension XFree86-VidModeExtension
[    22.748] (II) Initializing extension XFree86-DGA
[    22.748] (II) Initializing extension XFree86-DRI
[    22.748] (II) Initializing extension DRI2
[    22.749] (II) modeset(0): Damage tracking initialized
[    22.749] (II) modeset(0): Setting screen physical size to 508 x 285
[    22.841] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    22.841] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    22.841] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    22.841] (II) LoadModule: "libinput"
[    22.841] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    22.853] (II) Module libinput: vendor="X.Org Foundation"
[    22.853] 	compiled for 1.21.1.8, module version = 1.3.0
[    22.853] 	Module class: X.Org XInput Driver
[    22.853] 	ABI class: X.Org XInput driver, version 24.4
[    22.853] (II) Using input driver 'libinput' for 'Power Button'
[    22.854] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 27 paused 0
[    22.854] (**) Power Button: always reports core events
[    22.854] (**) Option "Device" "/dev/input/event2"
[    22.866] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    22.866] (II) event2  - Power Button: device is a keyboard
[    22.866] (II) event2  - Power Button: device removed
[    22.866] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[    22.866] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    22.866] (**) Option "xkb_layout" "br,gr"
[    22.866] (**) Option "xkb_variant" "abnt2,polytonic"
[    22.866] (**) Option "xkb_options" "grp:shifts_toggle,terminate:ctrl_alt_bksp"
[    22.880] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    22.880] (II) event2  - Power Button: device is a keyboard
[    22.880] (II) config/udev: Adding input device Video Bus (/dev/input/event3)
[    22.880] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    22.880] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    22.880] (II) Using input driver 'libinput' for 'Video Bus'
[    22.881] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 30 paused 0
[    22.881] (**) Video Bus: always reports core events
[    22.881] (**) Option "Device" "/dev/input/event3"
[    22.881] (II) event3  - Video Bus: is tagged by udev as: Keyboard
[    22.881] (II) event3  - Video Bus: device is a keyboard
[    22.881] (II) event3  - Video Bus: device removed
[    22.881] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input4/event3"
[    22.881] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    22.881] (**) Option "xkb_layout" "br,gr"
[    22.881] (**) Option "xkb_variant" "abnt2,polytonic"
[    22.881] (**) Option "xkb_options" "grp:shifts_toggle,terminate:ctrl_alt_bksp"
[    22.881] (II) event3  - Video Bus: is tagged by udev as: Keyboard
[    22.881] (II) event3  - Video Bus: device is a keyboard
[    22.882] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    22.882] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    22.882] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    22.882] (II) Using input driver 'libinput' for 'Power Button'
[    22.883] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 31 paused 0
[    22.883] (**) Power Button: always reports core events
[    22.883] (**) Option "Device" "/dev/input/event1"
[    22.883] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    22.883] (II) event1  - Power Button: device is a keyboard
[    22.884] (II) event1  - Power Button: device removed
[    22.884] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[    22.884] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[    22.884] (**) Option "xkb_layout" "br,gr"
[    22.884] (**) Option "xkb_variant" "abnt2,polytonic"
[    22.884] (**) Option "xkb_options" "grp:shifts_toggle,terminate:ctrl_alt_bksp"
[    22.885] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    22.885] (II) event1  - Power Button: device is a keyboard
[    22.886] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[    22.886] (II) No input driver specified, ignoring this device.
[    22.886] (II) This device may have been added with another device file.
[    22.887] (II) config/udev: Adding input device VGA camera: VGA camera (/dev/input/event6)
[    22.887] (**) VGA camera: VGA camera: Applying InputClass "libinput keyboard catchall"
[    22.887] (**) VGA camera: VGA camera: Applying InputClass "libinput keyboard catchall"
[    22.887] (II) Using input driver 'libinput' for 'VGA camera: VGA camera'
[    22.887] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 32 paused 0
[    22.887] (**) VGA camera: VGA camera: always reports core events
[    22.887] (**) Option "Device" "/dev/input/event6"
[    22.888] (II) event6  - VGA camera: VGA camera: is tagged by udev as: Keyboard
[    22.888] (II) event6  - VGA camera: VGA camera: device is a keyboard
[    22.889] (II) event6  - VGA camera: VGA camera: device removed
[    22.889] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.0/input/input6/event6"
[    22.889] (II) XINPUT: Adding extended input device "VGA camera: VGA camera" (type: KEYBOARD, id 9)
[    22.889] (**) Option "xkb_layout" "br,gr"
[    22.889] (**) Option "xkb_variant" "abnt2,polytonic"
[    22.889] (**) Option "xkb_options" "grp:shifts_toggle,terminate:ctrl_alt_bksp"
[    22.890] (II) event6  - VGA camera: VGA camera: is tagged by udev as: Keyboard
[    22.890] (II) event6  - VGA camera: VGA camera: device is a keyboard
[    22.890] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event10)
[    22.890] (II) No input driver specified, ignoring this device.
[    22.890] (II) This device may have been added with another device file.
[    22.890] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event11)
[    22.890] (II) No input driver specified, ignoring this device.
[    22.890] (II) This device may have been added with another device file.
[    22.891] (II) config/udev: Adding input device HDA Intel PCH Headphone Mic (/dev/input/event7)
[    22.891] (II) No input driver specified, ignoring this device.
[    22.891] (II) This device may have been added with another device file.
[    22.891] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event8)
[    22.891] (II) No input driver specified, ignoring this device.
[    22.891] (II) This device may have been added with another device file.
[    22.891] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event9)
[    22.891] (II) No input driver specified, ignoring this device.
[    22.891] (II) This device may have been added with another device file.
[    22.892] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
[    22.892] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    22.892] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    22.892] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    22.892] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 33 paused 0
[    22.892] (**) AT Translated Set 2 keyboard: always reports core events
[    22.892] (**) Option "Device" "/dev/input/event4"
[    22.893] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    22.893] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[    22.893] (II) event4  - AT Translated Set 2 keyboard: device removed
[    22.893] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event4"
[    22.893] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 10)
[    22.893] (**) Option "xkb_layout" "br,gr"
[    22.893] (**) Option "xkb_variant" "abnt2,polytonic"
[    22.893] (**) Option "xkb_options" "grp:shifts_toggle,terminate:ctrl_alt_bksp"
[    22.894] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    22.894] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[    22.895] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[    22.895] (II) No input driver specified, ignoring this device.
[    22.895] (II) This device may have been added with another device file.
[    30.702] (II) Server zapped. Shutting down.
[    30.703] (**) Option "fd" "27"
[    30.703] (II) event2  - Power Button: device removed
[    30.703] (**) Option "fd" "30"
[    30.703] (II) event3  - Video Bus: device removed
[    30.703] (**) Option "fd" "31"
[    30.703] (II) event1  - Power Button: device removed
[    30.703] (**) Option "fd" "32"
[    30.703] (II) event6  - VGA camera: VGA camera: device removed
[    30.703] (**) Option "fd" "33"
[    30.704] (II) event4  - AT Translated Set 2 keyboard: device removed
[    30.704] (II) UnloadModule: "libinput"
[    30.704] (II) systemd-logind: releasing fd for 13:68
[    30.742] (II) UnloadModule: "libinput"
[    30.742] (II) systemd-logind: releasing fd for 13:70
[    30.775] (II) UnloadModule: "libinput"
[    30.775] (II) systemd-logind: releasing fd for 13:65
[    30.795] (II) UnloadModule: "libinput"
[    30.795] (II) systemd-logind: releasing fd for 13:67
[    30.829] (II) UnloadModule: "libinput"
[    30.829] (II) systemd-logind: releasing fd for 13:66
[    30.887] (II) Server terminated successfully (0). Closing log file.

Touchpad not working, systemd initramfs and running from RAM:

[   212.769] 
X.Org X Server 1.21.1.8
X Protocol Version 11, Revision 0
[   212.774] Current Operating System: Linux archlinux 6.2.11-arch1-1 #1 SMP PREEMPT_DYNAMIC Thu, 13 Apr 2023 16:59:24 +0000 x86_64
[   212.774] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=tmpfs rootflags=size=100% rw
[   212.777]  
[   212.778] Current version of pixman: 0.42.2
[   212.780] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   212.780] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   212.784] (==) Log file: "/home/x/.local/share/xorg/Xorg.0.log", Time: Mon Apr 17 20:51:27 2023
[   212.785] (==) Using config directory: "/etc/X11/xorg.conf.d"
[   212.787] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   212.787] (==) No Layout section.  Using the first Screen section.
[   212.787] (==) No screen section available. Using defaults.
[   212.787] (**) |-->Screen "Default Screen Section" (0)
[   212.787] (**) |   |-->Monitor "<default monitor>"
[   212.787] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[   212.787] (**) Option "BlankTime" "0"
[   212.787] (==) Automatically adding devices
[   212.787] (==) Automatically enabling devices
[   212.787] (==) Automatically adding GPU devices
[   212.787] (==) Automatically binding GPU devices
[   212.787] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   212.787] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[   212.787] 	Entry deleted from font path.
[   212.787] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[   212.787] 	Entry deleted from font path.
[   212.787] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[   212.787] 	Entry deleted from font path.
[   212.787] (==) FontPath set to:
	/usr/share/fonts/misc,
	/usr/share/fonts/TTF,
	/usr/share/fonts/OTF
[   212.787] (==) ModulePath set to "/usr/lib/xorg/modules"
[   212.787] (**) Extension "DPMS" is disabled
[   212.787] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[   212.787] (II) Module ABI versions:
[   212.787] 	X.Org ANSI C Emulation: 0.4
[   212.787] 	X.Org Video Driver: 25.2
[   212.787] 	X.Org XInput driver : 24.4
[   212.787] 	X.Org Server Extension : 10.0
[   212.787] (++) using VT number 1

[   212.788] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[   212.788] (II) xfree86: Adding drm device (/dev/dri/card0)
[   212.788] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[   212.788] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 13 paused 0
[   212.789] (--) PCI:*(0@0:2:0) 8086:9a49:144d:c195 rev 1, Mem @ 0x6000000000/16777216, 0x4000000000/268435456, I/O @ 0x00004000/64, BIOS @ 0x????????/131072
[   212.789] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[   212.789] (II) LoadModule: "glx"
[   212.789] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   212.790] (II) Module glx: vendor="X.Org Foundation"
[   212.790] 	compiled for 1.21.1.8, module version = 1.0.0
[   212.790] 	ABI class: X.Org Server Extension, version 10.0
[   212.790] (==) Matched intel as autoconfigured driver 0
[   212.790] (==) Matched modesetting as autoconfigured driver 1
[   212.790] (==) Matched fbdev as autoconfigured driver 2
[   212.790] (==) Matched vesa as autoconfigured driver 3
[   212.790] (==) Assigned the driver to the xf86ConfigLayout
[   212.790] (II) LoadModule: "intel"
[   212.790] (WW) Warning, couldn't open module intel
[   212.790] (EE) Failed to load module "intel" (module does not exist, 0)
[   212.790] (II) LoadModule: "modesetting"
[   212.790] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[   212.790] (II) Module modesetting: vendor="X.Org Foundation"
[   212.790] 	compiled for 1.21.1.8, module version = 1.21.1
[   212.790] 	Module class: X.Org Video Driver
[   212.790] 	ABI class: X.Org Video Driver, version 25.2
[   212.790] (II) LoadModule: "fbdev"
[   212.790] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[   212.790] (II) Module fbdev: vendor="X.Org Foundation"
[   212.790] 	compiled for 1.21.1.1, module version = 0.5.0
[   212.790] 	Module class: X.Org Video Driver
[   212.790] 	ABI class: X.Org Video Driver, version 25.2
[   212.790] (II) LoadModule: "vesa"
[   212.790] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[   212.791] (II) Module vesa: vendor="X.Org Foundation"
[   212.791] 	compiled for 1.21.1.4, module version = 2.6.0
[   212.791] 	Module class: X.Org Video Driver
[   212.791] 	ABI class: X.Org Video Driver, version 25.2
[   212.791] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[   212.791] (II) FBDEV: driver for framebuffer: fbdev
[   212.791] (II) VESA: driver for VESA chipsets: vesa
[   212.791] xf86EnableIO: failed to enable I/O ports 0000-03ff (Operation not permitted)
[   212.791] (II) modeset(0): using drv /dev/dri/card0
[   212.791] (WW) Falling back to old probe method for fbdev
[   212.791] (II) Loading sub module "fbdevhw"
[   212.791] (II) LoadModule: "fbdevhw"
[   212.791] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[   212.791] (II) Module fbdevhw: vendor="X.Org Foundation"
[   212.791] 	compiled for 1.21.1.8, module version = 0.0.2
[   212.791] 	ABI class: X.Org Video Driver, version 25.2
[   212.791] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[   212.791] (II) modeset(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[   212.791] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[   212.791] (==) modeset(0): RGB weight 888
[   212.791] (==) modeset(0): Default visual is TrueColor
[   212.791] (II) Loading sub module "glamoregl"
[   212.791] (II) LoadModule: "glamoregl"
[   212.791] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[   212.792] (II) Module glamoregl: vendor="X.Org Foundation"
[   212.792] 	compiled for 1.21.1.8, module version = 1.0.1
[   212.792] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   212.935] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) Xe Graphics (TGL GT2)
[   212.935] (II) modeset(0): glamor initialized
[   212.935] (==) modeset(0): VariableRefresh: disabled
[   212.935] (==) modeset(0): AsyncFlipSecondaries: disabled
[   212.936] (II) modeset(0): Output eDP-1 has no monitor section
[   212.937] (II) modeset(0): Output DP-1 has no monitor section
[   212.937] (II) modeset(0): Output HDMI-1 has no monitor section
[   212.946] (II) modeset(0): Output HDMI-2 has no monitor section
[   212.948] (II) modeset(0): EDID for output eDP-1
[   212.948] (II) modeset(0): Manufacturer: BOE  Model: 812  Serial#: 0
[   212.948] (II) modeset(0): Year: 2018  Week: 31
[   212.948] (II) modeset(0): EDID Version: 1.4
[   212.948] (II) modeset(0): Digital Display Input
[   212.948] (II) modeset(0): 8 bits per channel
[   212.948] (II) modeset(0): Digital interface is DisplayPort
[   212.948] (II) modeset(0): Max Image Size [cm]: horiz.: 34  vert.: 19
[   212.948] (II) modeset(0): Gamma: 2.20
[   212.948] (II) modeset(0): No DPMS capabilities specified
[   212.948] (II) modeset(0): Supported color encodings: RGB 4:4:4 
[   212.948] (II) modeset(0): First detailed timing is preferred mode
[   212.948] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[   212.948] (II) modeset(0): Display is continuous-frequency
[   212.948] (II) modeset(0): redX: 0.582 redY: 0.359   greenX: 0.354 greenY: 0.567
[   212.948] (II) modeset(0): blueX: 0.162 blueY: 0.129   whiteX: 0.312 whiteY: 0.328
[   212.948] (II) modeset(0): Manufacturer's mask: 0
[   212.948] (II) modeset(0): Supported detailed timing:
[   212.948] (II) modeset(0): clock: 148.5 MHz   Image Size:  344 x 194 mm
[   212.948] (II) modeset(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2230 h_border: 0
[   212.948] (II) modeset(0): v_active: 1080  v_sync: 1083  v_sync_end 1089 v_blanking: 1110 v_border: 0
[   212.948] (II) modeset(0):  BOE CQ
[   212.948] (II) modeset(0):  NT156FHM-N61
[   212.948] (II) modeset(0): EDID (in hex):
[   212.948] (II) modeset(0): 	00ffffffffffff0009e5120800000000
[   212.948] (II) modeset(0): 	1f1c0104a5221378030980955c5a9129
[   212.948] (II) modeset(0): 	21505400000001010101010101010101
[   212.948] (II) modeset(0): 	010101010101033a803671381e403020
[   212.948] (II) modeset(0): 	360058c21000001a0000000000000000
[   212.948] (II) modeset(0): 	00000000000000000000000000fe0042
[   212.948] (II) modeset(0): 	4f452043510a202020202020000000fe
[   212.948] (II) modeset(0): 	004e5431353646484d2d4e36310a00ed
[   212.949] (II) modeset(0): Printing probed modes for output eDP-1
[   212.949] (II) modeset(0): Modeline "1920x1080"x60.0  148.51  1920 1968 2000 2230  1080 1083 1089 1110 +hsync -vsync (66.6 kHz eP)
[   212.949] (II) modeset(0): Modeline "1920x1080"x119.9  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[   212.949] (II) modeset(0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[   212.949] (II) modeset(0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[   212.949] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[   212.949] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[   212.949] (II) modeset(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[   212.949] (II) modeset(0): Modeline "1600x900"x120.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[   212.949] (II) modeset(0): Modeline "1600x900"x119.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[   212.949] (II) modeset(0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[   212.949] (II) modeset(0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[   212.949] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[   212.949] (II) modeset(0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[   212.949] (II) modeset(0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[   212.949] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[   212.949] (II) modeset(0): Modeline "1440x810"x120.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[   212.949] (II) modeset(0): Modeline "1440x810"x119.9  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[   212.949] (II) modeset(0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[   212.949] (II) modeset(0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[   212.949] (II) modeset(0): Modeline "1280x800"x120.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[   212.949] (II) modeset(0): Modeline "1280x800"x119.9  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[   212.949] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[   212.949] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[   212.949] (II) modeset(0): Modeline "1280x720"x120.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[   212.949] (II) modeset(0): Modeline "1280x720"x120.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[   212.949] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[   212.949] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[   212.949] (II) modeset(0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[   212.949] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[   212.949] (II) modeset(0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[   212.949] (II) modeset(0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[   212.949] (II) modeset(0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[   212.949] (II) modeset(0): Modeline "1024x576"x119.9   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[   212.949] (II) modeset(0): Modeline "1024x576"x119.9   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[   212.949] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[   212.949] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[   212.949] (II) modeset(0): Modeline "960x600"x119.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[   212.949] (II) modeset(0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[   212.949] (II) modeset(0): Modeline "960x540"x119.9   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[   212.949] (II) modeset(0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[   212.949] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[   212.949] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[   212.949] (II) modeset(0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[   212.949] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[   212.949] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[   212.949] (II) modeset(0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[   212.949] (II) modeset(0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[   212.949] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[   212.949] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[   212.949] (II) modeset(0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[   212.949] (II) modeset(0): Modeline "800x450"x119.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[   212.949] (II) modeset(0): Modeline "800x450"x119.6   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[   212.949] (II) modeset(0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[   212.949] (II) modeset(0): Modeline "700x450"x119.9   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[   212.949] (II) modeset(0): Modeline "700x450"x119.8   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[   212.949] (II) modeset(0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[   212.949] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[   212.949] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[   212.949] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[   212.949] (II) modeset(0): Modeline "684x384"x119.8   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[   212.949] (II) modeset(0): Modeline "684x384"x119.7   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[   212.949] (II) modeset(0): Modeline "640x400"x119.8   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[   212.949] (II) modeset(0): Modeline "640x400"x120.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[   212.949] (II) modeset(0): Modeline "640x360"x119.7   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[   212.949] (II) modeset(0): Modeline "640x360"x119.7   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[   212.949] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[   212.949] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[   212.949] (II) modeset(0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[   212.949] (II) modeset(0): Modeline "512x288"x120.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[   212.949] (II) modeset(0): Modeline "512x288"x119.8   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[   212.949] (II) modeset(0): Modeline "480x270"x119.3   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[   212.949] (II) modeset(0): Modeline "480x270"x119.6   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[   212.949] (II) modeset(0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[   212.949] (II) modeset(0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[   212.949] (II) modeset(0): Modeline "432x243"x119.8   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[   212.949] (II) modeset(0): Modeline "432x243"x119.1   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[   212.949] (II) modeset(0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[   212.949] (II) modeset(0): Modeline "360x202"x119.0   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[   212.949] (II) modeset(0): Modeline "360x202"x118.3   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[   212.949] (II) modeset(0): Modeline "320x180"x119.7    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[   212.949] (II) modeset(0): Modeline "320x180"x118.6    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[   212.949] (II) modeset(0): EDID for output DP-1
[   212.949] (II) modeset(0): EDID for output HDMI-1
[   212.949] (II) modeset(0): EDID for output HDMI-2
[   212.949] (II) modeset(0): Output eDP-1 connected
[   212.949] (II) modeset(0): Output DP-1 disconnected
[   212.949] (II) modeset(0): Output HDMI-1 disconnected
[   212.949] (II) modeset(0): Output HDMI-2 disconnected
[   212.949] (II) modeset(0): Using exact sizes for initial modes
[   212.949] (II) modeset(0): Output eDP-1 using initial mode 1920x1080 +0+0
[   212.949] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[   212.949] (==) modeset(0): DPI set to (96, 96)
[   212.949] (II) Loading sub module "fb"
[   212.949] (II) LoadModule: "fb"
[   212.949] (II) Module "fb" already built-in
[   212.949] (II) UnloadModule: "fbdev"
[   212.949] (II) Unloading fbdev
[   212.950] (II) UnloadSubModule: "fbdevhw"
[   212.950] (II) Unloading fbdevhw
[   212.950] (II) UnloadModule: "vesa"
[   212.950] (II) Unloading vesa
[   213.012] (==) modeset(0): Backing store enabled
[   213.012] (==) modeset(0): Silken mouse enabled
[   213.093] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[   213.093] (==) modeset(0): DPMS enabled
[   213.093] (II) modeset(0): [DRI2] Setup complete
[   213.093] (II) modeset(0): [DRI2]   DRI driver: iris
[   213.093] (II) modeset(0): [DRI2]   VDPAU driver: va_gl
[   213.093] (II) Initializing extension Generic Event Extension
[   213.093] (II) Initializing extension SHAPE
[   213.093] (II) Initializing extension MIT-SHM
[   213.093] (II) Initializing extension XInputExtension
[   213.094] (II) Initializing extension XTEST
[   213.094] (II) Initializing extension BIG-REQUESTS
[   213.094] (II) Initializing extension SYNC
[   213.094] (II) Initializing extension XKEYBOARD
[   213.094] (II) Initializing extension XC-MISC
[   213.095] (II) Initializing extension SECURITY
[   213.095] (II) Initializing extension XFIXES
[   213.095] (II) Initializing extension RENDER
[   213.095] (II) Initializing extension RANDR
[   213.095] (II) Initializing extension COMPOSITE
[   213.096] (II) Initializing extension DAMAGE
[   213.096] (II) Initializing extension MIT-SCREEN-SAVER
[   213.096] (II) Initializing extension DOUBLE-BUFFER
[   213.096] (II) Initializing extension RECORD
[   213.096] (II) Initializing extension Present
[   213.097] (II) Initializing extension DRI3
[   213.097] (II) Initializing extension X-Resource
[   213.097] (II) Initializing extension XVideo
[   213.097] (II) Initializing extension XVideo-MotionCompensation
[   213.097] (II) Initializing extension GLX
[   213.210] (II) AIGLX: Loaded and initialized iris
[   213.210] (II) GLX: Initialized DRI2 GL provider for screen 0
[   213.211] (II) Initializing extension XFree86-VidModeExtension
[   213.211] (II) Initializing extension XFree86-DGA
[   213.211] (II) Initializing extension XFree86-DRI
[   213.211] (II) Initializing extension DRI2
[   213.212] (II) modeset(0): Damage tracking initialized
[   213.212] (II) modeset(0): Setting screen physical size to 508 x 285
[   213.247] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[   213.247] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   213.247] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   213.247] (II) LoadModule: "libinput"
[   213.247] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[   213.248] (II) Module libinput: vendor="X.Org Foundation"
[   213.248] 	compiled for 1.21.1.8, module version = 1.3.0
[   213.248] 	Module class: X.Org XInput Driver
[   213.248] 	ABI class: X.Org XInput driver, version 24.4
[   213.248] (II) Using input driver 'libinput' for 'Power Button'
[   213.249] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 27 paused 0
[   213.249] (**) Power Button: always reports core events
[   213.249] (**) Option "Device" "/dev/input/event2"
[   213.250] (II) event2  - Power Button: is tagged by udev as: Keyboard
[   213.250] (II) event2  - Power Button: device is a keyboard
[   213.250] (II) event2  - Power Button: device removed
[   213.250] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[   213.250] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[   213.250] (**) Option "xkb_layout" "br,gr"
[   213.250] (**) Option "xkb_variant" "abnt2,polytonic"
[   213.250] (**) Option "xkb_options" "grp:shifts_toggle,terminate:ctrl_alt_bksp"
[   213.260] (II) event2  - Power Button: is tagged by udev as: Keyboard
[   213.260] (II) event2  - Power Button: device is a keyboard
[   213.260] (II) config/udev: Adding input device Video Bus (/dev/input/event3)
[   213.260] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[   213.260] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[   213.260] (II) Using input driver 'libinput' for 'Video Bus'
[   213.261] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 30 paused 0
[   213.261] (**) Video Bus: always reports core events
[   213.261] (**) Option "Device" "/dev/input/event3"
[   213.261] (II) event3  - Video Bus: is tagged by udev as: Keyboard
[   213.262] (II) event3  - Video Bus: device is a keyboard
[   213.262] (II) event3  - Video Bus: device removed
[   213.262] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input3/event3"
[   213.262] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[   213.262] (**) Option "xkb_layout" "br,gr"
[   213.262] (**) Option "xkb_variant" "abnt2,polytonic"
[   213.262] (**) Option "xkb_options" "grp:shifts_toggle,terminate:ctrl_alt_bksp"
[   213.262] (II) event3  - Video Bus: is tagged by udev as: Keyboard
[   213.262] (II) event3  - Video Bus: device is a keyboard
[   213.262] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[   213.262] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   213.262] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   213.262] (II) Using input driver 'libinput' for 'Power Button'
[   213.263] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 31 paused 0
[   213.263] (**) Power Button: always reports core events
[   213.263] (**) Option "Device" "/dev/input/event1"
[   213.263] (II) event1  - Power Button: is tagged by udev as: Keyboard
[   213.263] (II) event1  - Power Button: device is a keyboard
[   213.263] (II) event1  - Power Button: device removed
[   213.263] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[   213.263] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[   213.263] (**) Option "xkb_layout" "br,gr"
[   213.263] (**) Option "xkb_variant" "abnt2,polytonic"
[   213.263] (**) Option "xkb_options" "grp:shifts_toggle,terminate:ctrl_alt_bksp"
[   213.264] (II) event1  - Power Button: is tagged by udev as: Keyboard
[   213.264] (II) event1  - Power Button: device is a keyboard
[   213.264] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[   213.264] (II) No input driver specified, ignoring this device.
[   213.264] (II) This device may have been added with another device file.
[   213.265] (II) config/udev: Adding input device VGA camera: VGA camera (/dev/input/event6)
[   213.265] (**) VGA camera: VGA camera: Applying InputClass "libinput keyboard catchall"
[   213.265] (**) VGA camera: VGA camera: Applying InputClass "libinput keyboard catchall"
[   213.265] (II) Using input driver 'libinput' for 'VGA camera: VGA camera'
[   213.265] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 32 paused 0
[   213.265] (**) VGA camera: VGA camera: always reports core events
[   213.265] (**) Option "Device" "/dev/input/event6"
[   213.265] (II) event6  - VGA camera: VGA camera: is tagged by udev as: Keyboard
[   213.265] (II) event6  - VGA camera: VGA camera: device is a keyboard
[   213.266] (II) event6  - VGA camera: VGA camera: device removed
[   213.266] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.0/input/input6/event6"
[   213.266] (II) XINPUT: Adding extended input device "VGA camera: VGA camera" (type: KEYBOARD, id 9)
[   213.266] (**) Option "xkb_layout" "br,gr"
[   213.266] (**) Option "xkb_variant" "abnt2,polytonic"
[   213.266] (**) Option "xkb_options" "grp:shifts_toggle,terminate:ctrl_alt_bksp"
[   213.266] (II) event6  - VGA camera: VGA camera: is tagged by udev as: Keyboard
[   213.266] (II) event6  - VGA camera: VGA camera: device is a keyboard
[   213.266] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event10)
[   213.266] (II) No input driver specified, ignoring this device.
[   213.266] (II) This device may have been added with another device file.
[   213.267] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event11)
[   213.267] (II) No input driver specified, ignoring this device.
[   213.267] (II) This device may have been added with another device file.
[   213.267] (II) config/udev: Adding input device HDA Intel PCH Headphone Mic (/dev/input/event7)
[   213.267] (II) No input driver specified, ignoring this device.
[   213.267] (II) This device may have been added with another device file.
[   213.267] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event8)
[   213.267] (II) No input driver specified, ignoring this device.
[   213.267] (II) This device may have been added with another device file.
[   213.267] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event9)
[   213.267] (II) No input driver specified, ignoring this device.
[   213.267] (II) This device may have been added with another device file.
[   213.267] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
[   213.267] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[   213.267] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[   213.267] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[   213.268] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 33 paused 0
[   213.268] (**) AT Translated Set 2 keyboard: always reports core events
[   213.268] (**) Option "Device" "/dev/input/event4"
[   213.268] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[   213.268] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[   213.268] (II) event4  - AT Translated Set 2 keyboard: device removed
[   213.268] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4"
[   213.268] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 10)
[   213.268] (**) Option "xkb_layout" "br,gr"
[   213.268] (**) Option "xkb_variant" "abnt2,polytonic"
[   213.268] (**) Option "xkb_options" "grp:shifts_toggle,terminate:ctrl_alt_bksp"
[   213.269] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[   213.269] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[   213.269] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[   213.270] (II) No input driver specified, ignoring this device.
[   213.270] (II) This device may have been added with another device file.
[   216.335] (II) Server zapped. Shutting down.
[   216.336] (**) Option "fd" "27"
[   216.336] (II) event2  - Power Button: device removed
[   216.336] (**) Option "fd" "30"
[   216.336] (II) event3  - Video Bus: device removed
[   216.336] (**) Option "fd" "31"
[   216.336] (II) event1  - Power Button: device removed
[   216.336] (**) Option "fd" "32"
[   216.336] (II) event6  - VGA camera: VGA camera: device removed
[   216.336] (**) Option "fd" "33"
[   216.336] (II) event4  - AT Translated Set 2 keyboard: device removed
[   216.338] (II) UnloadModule: "libinput"
[   216.338] (II) systemd-logind: releasing fd for 13:68
[   216.366] (II) UnloadModule: "libinput"
[   216.366] (II) systemd-logind: releasing fd for 13:70
[   216.406] (II) UnloadModule: "libinput"
[   216.406] (II) systemd-logind: releasing fd for 13:65
[   216.422] (II) UnloadModule: "libinput"
[   216.422] (II) systemd-logind: releasing fd for 13:67
[   216.456] (II) UnloadModule: "libinput"
[   216.456] (II) systemd-logind: releasing fd for 13:66
[   216.514] (II) Server terminated successfully (0). Closing log file.

And finally, for effects of comparison,
touchpad WORKING FINE, systemd initramfs and NOT running from RAM:

[  1362.721] 
X.Org X Server 1.21.1.8
X Protocol Version 11, Revision 0
[  1362.727] Current Operating System: Linux archlinux 6.2.11-arch1-1 #1 SMP PREEMPT_DYNAMIC Thu, 13 Apr 2023 16:59:24 +0000 x86_64
[  1362.727] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=75fb575c-2b60-4394-922a-447ef0188601 rw
[  1362.730]  
[  1362.731] Current version of pixman: 0.42.2
[  1362.734] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[  1362.734] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  1362.739] (==) Log file: "/home/x/.local/share/xorg/Xorg.0.log", Time: Mon Apr 17 18:44:35 2023
[  1362.741] (==) Using config directory: "/etc/X11/xorg.conf.d"
[  1362.742] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  1362.742] (==) No Layout section.  Using the first Screen section.
[  1362.742] (==) No screen section available. Using defaults.
[  1362.742] (**) |-->Screen "Default Screen Section" (0)
[  1362.742] (**) |   |-->Monitor "<default monitor>"
[  1362.743] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[  1362.743] (**) Option "BlankTime" "0"
[  1362.743] (==) Automatically adding devices
[  1362.743] (==) Automatically enabling devices
[  1362.743] (==) Automatically adding GPU devices
[  1362.743] (==) Automatically binding GPU devices
[  1362.743] (==) Max clients allowed: 256, resource mask: 0x1fffff
[  1362.743] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[  1362.743] 	Entry deleted from font path.
[  1362.743] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[  1362.743] 	Entry deleted from font path.
[  1362.743] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[  1362.743] 	Entry deleted from font path.
[  1362.743] (==) FontPath set to:
	/usr/share/fonts/misc,
	/usr/share/fonts/TTF,
	/usr/share/fonts/OTF
[  1362.743] (==) ModulePath set to "/usr/lib/xorg/modules"
[  1362.743] (**) Extension "DPMS" is disabled
[  1362.743] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[  1362.743] (II) Module ABI versions:
[  1362.743] 	X.Org ANSI C Emulation: 0.4
[  1362.743] 	X.Org Video Driver: 25.2
[  1362.743] 	X.Org XInput driver : 24.4
[  1362.743] 	X.Org Server Extension : 10.0
[  1362.743] (++) using VT number 1

[  1362.744] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[  1362.745] (II) xfree86: Adding drm device (/dev/dri/card0)
[  1362.745] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[  1362.745] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 13 paused 0
[  1362.746] (--) PCI:*(0@0:2:0) 8086:9a49:144d:c195 rev 1, Mem @ 0x6000000000/16777216, 0x4000000000/268435456, I/O @ 0x00004000/64, BIOS @ 0x????????/131072
[  1362.746] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[  1362.746] (II) LoadModule: "glx"
[  1362.746] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[  1362.746] (II) Module glx: vendor="X.Org Foundation"
[  1362.746] 	compiled for 1.21.1.8, module version = 1.0.0
[  1362.746] 	ABI class: X.Org Server Extension, version 10.0
[  1362.747] (==) Matched intel as autoconfigured driver 0
[  1362.747] (==) Matched modesetting as autoconfigured driver 1
[  1362.747] (==) Matched fbdev as autoconfigured driver 2
[  1362.747] (==) Matched vesa as autoconfigured driver 3
[  1362.747] (==) Assigned the driver to the xf86ConfigLayout
[  1362.747] (II) LoadModule: "intel"
[  1362.747] (WW) Warning, couldn't open module intel
[  1362.747] (EE) Failed to load module "intel" (module does not exist, 0)
[  1362.747] (II) LoadModule: "modesetting"
[  1362.747] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[  1362.747] (II) Module modesetting: vendor="X.Org Foundation"
[  1362.747] 	compiled for 1.21.1.8, module version = 1.21.1
[  1362.747] 	Module class: X.Org Video Driver
[  1362.747] 	ABI class: X.Org Video Driver, version 25.2
[  1362.747] (II) LoadModule: "fbdev"
[  1362.747] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[  1362.747] (II) Module fbdev: vendor="X.Org Foundation"
[  1362.747] 	compiled for 1.21.1.1, module version = 0.5.0
[  1362.747] 	Module class: X.Org Video Driver
[  1362.747] 	ABI class: X.Org Video Driver, version 25.2
[  1362.747] (II) LoadModule: "vesa"
[  1362.747] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[  1362.747] (II) Module vesa: vendor="X.Org Foundation"
[  1362.747] 	compiled for 1.21.1.4, module version = 2.6.0
[  1362.747] 	Module class: X.Org Video Driver
[  1362.747] 	ABI class: X.Org Video Driver, version 25.2
[  1362.747] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[  1362.747] (II) FBDEV: driver for framebuffer: fbdev
[  1362.747] (II) VESA: driver for VESA chipsets: vesa
[  1362.747] xf86EnableIO: failed to enable I/O ports 0000-03ff (Operation not permitted)
[  1362.747] (II) modeset(0): using drv /dev/dri/card0
[  1362.747] (WW) Falling back to old probe method for fbdev
[  1362.747] (II) Loading sub module "fbdevhw"
[  1362.747] (II) LoadModule: "fbdevhw"
[  1362.747] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[  1362.747] (II) Module fbdevhw: vendor="X.Org Foundation"
[  1362.747] 	compiled for 1.21.1.8, module version = 0.0.2
[  1362.747] 	ABI class: X.Org Video Driver, version 25.2
[  1362.747] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[  1362.747] (II) modeset(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[  1362.747] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[  1362.747] (==) modeset(0): RGB weight 888
[  1362.747] (==) modeset(0): Default visual is TrueColor
[  1362.747] (II) Loading sub module "glamoregl"
[  1362.747] (II) LoadModule: "glamoregl"
[  1362.747] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[  1362.749] (II) Module glamoregl: vendor="X.Org Foundation"
[  1362.749] 	compiled for 1.21.1.8, module version = 1.0.1
[  1362.749] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  1362.890] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) Xe Graphics (TGL GT2)
[  1362.890] (II) modeset(0): glamor initialized
[  1362.890] (==) modeset(0): VariableRefresh: disabled
[  1362.890] (==) modeset(0): AsyncFlipSecondaries: disabled
[  1362.892] (II) modeset(0): Output eDP-1 has no monitor section
[  1362.892] (II) modeset(0): Output DP-1 has no monitor section
[  1362.892] (II) modeset(0): Output HDMI-1 has no monitor section
[  1362.902] (II) modeset(0): Output HDMI-2 has no monitor section
[  1362.905] (II) modeset(0): EDID for output eDP-1
[  1362.905] (II) modeset(0): Manufacturer: BOE  Model: 812  Serial#: 0
[  1362.905] (II) modeset(0): Year: 2018  Week: 31
[  1362.905] (II) modeset(0): EDID Version: 1.4
[  1362.905] (II) modeset(0): Digital Display Input
[  1362.905] (II) modeset(0): 8 bits per channel
[  1362.905] (II) modeset(0): Digital interface is DisplayPort
[  1362.905] (II) modeset(0): Max Image Size [cm]: horiz.: 34  vert.: 19
[  1362.905] (II) modeset(0): Gamma: 2.20
[  1362.905] (II) modeset(0): No DPMS capabilities specified
[  1362.905] (II) modeset(0): Supported color encodings: RGB 4:4:4 
[  1362.905] (II) modeset(0): First detailed timing is preferred mode
[  1362.905] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[  1362.905] (II) modeset(0): Display is continuous-frequency
[  1362.905] (II) modeset(0): redX: 0.582 redY: 0.359   greenX: 0.354 greenY: 0.567
[  1362.905] (II) modeset(0): blueX: 0.162 blueY: 0.129   whiteX: 0.312 whiteY: 0.328
[  1362.905] (II) modeset(0): Manufacturer's mask: 0
[  1362.905] (II) modeset(0): Supported detailed timing:
[  1362.905] (II) modeset(0): clock: 148.5 MHz   Image Size:  344 x 194 mm
[  1362.905] (II) modeset(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2230 h_border: 0
[  1362.905] (II) modeset(0): v_active: 1080  v_sync: 1083  v_sync_end 1089 v_blanking: 1110 v_border: 0
[  1362.905] (II) modeset(0):  BOE CQ
[  1362.905] (II) modeset(0):  NT156FHM-N61
[  1362.905] (II) modeset(0): EDID (in hex):
[  1362.905] (II) modeset(0): 	00ffffffffffff0009e5120800000000
[  1362.905] (II) modeset(0): 	1f1c0104a5221378030980955c5a9129
[  1362.905] (II) modeset(0): 	21505400000001010101010101010101
[  1362.905] (II) modeset(0): 	010101010101033a803671381e403020
[  1362.905] (II) modeset(0): 	360058c21000001a0000000000000000
[  1362.905] (II) modeset(0): 	00000000000000000000000000fe0042
[  1362.905] (II) modeset(0): 	4f452043510a202020202020000000fe
[  1362.905] (II) modeset(0): 	004e5431353646484d2d4e36310a00ed
[  1362.905] (II) modeset(0): Printing probed modes for output eDP-1
[  1362.905] (II) modeset(0): Modeline "1920x1080"x60.0  148.51  1920 1968 2000 2230  1080 1083 1089 1110 +hsync -vsync (66.6 kHz eP)
[  1362.905] (II) modeset(0): Modeline "1920x1080"x119.9  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[  1362.905] (II) modeset(0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[  1362.905] (II) modeset(0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[  1362.905] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[  1362.905] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[  1362.905] (II) modeset(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[  1362.905] (II) modeset(0): Modeline "1600x900"x120.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[  1362.905] (II) modeset(0): Modeline "1600x900"x119.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[  1362.905] (II) modeset(0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[  1362.905] (II) modeset(0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[  1362.905] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[  1362.906] (II) modeset(0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[  1362.906] (II) modeset(0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[  1362.906] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[  1362.906] (II) modeset(0): Modeline "1440x810"x120.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[  1362.906] (II) modeset(0): Modeline "1440x810"x119.9  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[  1362.906] (II) modeset(0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[  1362.906] (II) modeset(0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[  1362.906] (II) modeset(0): Modeline "1280x800"x120.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[  1362.906] (II) modeset(0): Modeline "1280x800"x119.9  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[  1362.906] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[  1362.906] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[  1362.906] (II) modeset(0): Modeline "1280x720"x120.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[  1362.906] (II) modeset(0): Modeline "1280x720"x120.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[  1362.906] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[  1362.906] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[  1362.906] (II) modeset(0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[  1362.906] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[  1362.906] (II) modeset(0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[  1362.906] (II) modeset(0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[  1362.906] (II) modeset(0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[  1362.906] (II) modeset(0): Modeline "1024x576"x119.9   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[  1362.906] (II) modeset(0): Modeline "1024x576"x119.9   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[  1362.906] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[  1362.906] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[  1362.906] (II) modeset(0): Modeline "960x600"x119.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[  1362.906] (II) modeset(0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[  1362.906] (II) modeset(0): Modeline "960x540"x119.9   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[  1362.906] (II) modeset(0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[  1362.906] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[  1362.906] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[  1362.906] (II) modeset(0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[  1362.906] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[  1362.906] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[  1362.906] (II) modeset(0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[  1362.906] (II) modeset(0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[  1362.906] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[  1362.906] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[  1362.906] (II) modeset(0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[  1362.906] (II) modeset(0): Modeline "800x450"x119.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[  1362.906] (II) modeset(0): Modeline "800x450"x119.6   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[  1362.906] (II) modeset(0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[  1362.906] (II) modeset(0): Modeline "700x450"x119.9   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[  1362.906] (II) modeset(0): Modeline "700x450"x119.8   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[  1362.906] (II) modeset(0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[  1362.906] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[  1362.906] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[  1362.906] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[  1362.906] (II) modeset(0): Modeline "684x384"x119.8   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[  1362.906] (II) modeset(0): Modeline "684x384"x119.7   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[  1362.906] (II) modeset(0): Modeline "640x400"x119.8   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[  1362.906] (II) modeset(0): Modeline "640x400"x120.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[  1362.906] (II) modeset(0): Modeline "640x360"x119.7   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[  1362.906] (II) modeset(0): Modeline "640x360"x119.7   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[  1362.906] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[  1362.906] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[  1362.906] (II) modeset(0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[  1362.906] (II) modeset(0): Modeline "512x288"x120.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[  1362.906] (II) modeset(0): Modeline "512x288"x119.8   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[  1362.906] (II) modeset(0): Modeline "480x270"x119.3   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[  1362.906] (II) modeset(0): Modeline "480x270"x119.6   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[  1362.906] (II) modeset(0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[  1362.906] (II) modeset(0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[  1362.906] (II) modeset(0): Modeline "432x243"x119.8   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[  1362.906] (II) modeset(0): Modeline "432x243"x119.1   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[  1362.906] (II) modeset(0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[  1362.906] (II) modeset(0): Modeline "360x202"x119.0   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[  1362.906] (II) modeset(0): Modeline "360x202"x118.3   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[  1362.906] (II) modeset(0): Modeline "320x180"x119.7    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[  1362.906] (II) modeset(0): Modeline "320x180"x118.6    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[  1362.906] (II) modeset(0): EDID for output DP-1
[  1362.906] (II) modeset(0): EDID for output HDMI-1
[  1362.906] (II) modeset(0): EDID for output HDMI-2
[  1362.906] (II) modeset(0): Output eDP-1 connected
[  1362.906] (II) modeset(0): Output DP-1 disconnected
[  1362.906] (II) modeset(0): Output HDMI-1 disconnected
[  1362.906] (II) modeset(0): Output HDMI-2 disconnected
[  1362.906] (II) modeset(0): Using exact sizes for initial modes
[  1362.906] (II) modeset(0): Output eDP-1 using initial mode 1920x1080 +0+0
[  1362.906] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[  1362.906] (==) modeset(0): DPI set to (96, 96)
[  1362.906] (II) Loading sub module "fb"
[  1362.906] (II) LoadModule: "fb"
[  1362.906] (II) Module "fb" already built-in
[  1362.906] (II) UnloadModule: "fbdev"
[  1362.906] (II) Unloading fbdev
[  1362.906] (II) UnloadSubModule: "fbdevhw"
[  1362.906] (II) Unloading fbdevhw
[  1362.906] (II) UnloadModule: "vesa"
[  1362.906] (II) Unloading vesa
[  1362.919] (==) modeset(0): Backing store enabled
[  1362.919] (==) modeset(0): Silken mouse enabled
[  1362.994] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[  1362.994] (==) modeset(0): DPMS enabled
[  1362.994] (II) modeset(0): [DRI2] Setup complete
[  1362.994] (II) modeset(0): [DRI2]   DRI driver: iris
[  1362.994] (II) modeset(0): [DRI2]   VDPAU driver: va_gl
[  1362.994] (II) Initializing extension Generic Event Extension
[  1362.994] (II) Initializing extension SHAPE
[  1362.995] (II) Initializing extension MIT-SHM
[  1362.995] (II) Initializing extension XInputExtension
[  1362.995] (II) Initializing extension XTEST
[  1362.995] (II) Initializing extension BIG-REQUESTS
[  1362.995] (II) Initializing extension SYNC
[  1362.996] (II) Initializing extension XKEYBOARD
[  1362.996] (II) Initializing extension XC-MISC
[  1362.996] (II) Initializing extension SECURITY
[  1362.996] (II) Initializing extension XFIXES
[  1362.996] (II) Initializing extension RENDER
[  1362.997] (II) Initializing extension RANDR
[  1362.997] (II) Initializing extension COMPOSITE
[  1362.997] (II) Initializing extension DAMAGE
[  1362.997] (II) Initializing extension MIT-SCREEN-SAVER
[  1362.997] (II) Initializing extension DOUBLE-BUFFER
[  1362.998] (II) Initializing extension RECORD
[  1362.998] (II) Initializing extension Present
[  1362.998] (II) Initializing extension DRI3
[  1362.998] (II) Initializing extension X-Resource
[  1362.998] (II) Initializing extension XVideo
[  1362.998] (II) Initializing extension XVideo-MotionCompensation
[  1362.998] (II) Initializing extension GLX
[  1363.114] (II) AIGLX: Loaded and initialized iris
[  1363.114] (II) GLX: Initialized DRI2 GL provider for screen 0
[  1363.114] (II) Initializing extension XFree86-VidModeExtension
[  1363.114] (II) Initializing extension XFree86-DGA
[  1363.114] (II) Initializing extension XFree86-DRI
[  1363.114] (II) Initializing extension DRI2
[  1363.115] (II) modeset(0): Damage tracking initialized
[  1363.115] (II) modeset(0): Setting screen physical size to 508 x 285
[  1363.150] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[  1363.150] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  1363.150] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  1363.150] (II) LoadModule: "libinput"
[  1363.150] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[  1363.151] (II) Module libinput: vendor="X.Org Foundation"
[  1363.151] 	compiled for 1.21.1.8, module version = 1.3.0
[  1363.151] 	Module class: X.Org XInput Driver
[  1363.151] 	ABI class: X.Org XInput driver, version 24.4
[  1363.151] (II) Using input driver 'libinput' for 'Power Button'
[  1363.152] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 27 paused 0
[  1363.152] (**) Power Button: always reports core events
[  1363.152] (**) Option "Device" "/dev/input/event2"
[  1363.153] (II) event2  - Power Button: is tagged by udev as: Keyboard
[  1363.153] (II) event2  - Power Button: device is a keyboard
[  1363.153] (II) event2  - Power Button: device removed
[  1363.153] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[  1363.153] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[  1363.153] (**) Option "xkb_layout" "br,gr"
[  1363.153] (**) Option "xkb_variant" "abnt2,polytonic"
[  1363.153] (**) Option "xkb_options" "grp:shifts_toggle,terminate:ctrl_alt_bksp"
[  1363.163] (II) event2  - Power Button: is tagged by udev as: Keyboard
[  1363.163] (II) event2  - Power Button: device is a keyboard
[  1363.163] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[  1363.163] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[  1363.163] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[  1363.163] (II) Using input driver 'libinput' for 'Video Bus'
[  1363.164] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 30 paused 0
[  1363.164] (**) Video Bus: always reports core events
[  1363.164] (**) Option "Device" "/dev/input/event4"
[  1363.164] (II) event4  - Video Bus: is tagged by udev as: Keyboard
[  1363.164] (II) event4  - Video Bus: device is a keyboard
[  1363.164] (II) event4  - Video Bus: device removed
[  1363.164] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input4/event4"
[  1363.164] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[  1363.164] (**) Option "xkb_layout" "br,gr"
[  1363.164] (**) Option "xkb_variant" "abnt2,polytonic"
[  1363.164] (**) Option "xkb_options" "grp:shifts_toggle,terminate:ctrl_alt_bksp"
[  1363.164] (II) event4  - Video Bus: is tagged by udev as: Keyboard
[  1363.164] (II) event4  - Video Bus: device is a keyboard
[  1363.165] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[  1363.165] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  1363.165] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  1363.165] (II) Using input driver 'libinput' for 'Power Button'
[  1363.165] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 31 paused 0
[  1363.165] (**) Power Button: always reports core events
[  1363.165] (**) Option "Device" "/dev/input/event1"
[  1363.166] (II) event1  - Power Button: is tagged by udev as: Keyboard
[  1363.166] (II) event1  - Power Button: device is a keyboard
[  1363.166] (II) event1  - Power Button: device removed
[  1363.166] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[  1363.166] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[  1363.166] (**) Option "xkb_layout" "br,gr"
[  1363.166] (**) Option "xkb_variant" "abnt2,polytonic"
[  1363.166] (**) Option "xkb_options" "grp:shifts_toggle,terminate:ctrl_alt_bksp"
[  1363.166] (II) event1  - Power Button: is tagged by udev as: Keyboard
[  1363.166] (II) event1  - Power Button: device is a keyboard
[  1363.167] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[  1363.167] (II) No input driver specified, ignoring this device.
[  1363.167] (II) This device may have been added with another device file.
[  1363.167] (II) config/udev: Adding input device VGA camera: VGA camera (/dev/input/event6)
[  1363.167] (**) VGA camera: VGA camera: Applying InputClass "libinput keyboard catchall"
[  1363.167] (**) VGA camera: VGA camera: Applying InputClass "libinput keyboard catchall"
[  1363.167] (II) Using input driver 'libinput' for 'VGA camera: VGA camera'
[  1363.167] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 32 paused 0
[  1363.167] (**) VGA camera: VGA camera: always reports core events
[  1363.167] (**) Option "Device" "/dev/input/event6"
[  1363.168] (II) event6  - VGA camera: VGA camera: is tagged by udev as: Keyboard
[  1363.168] (II) event6  - VGA camera: VGA camera: device is a keyboard
[  1363.168] (II) event6  - VGA camera: VGA camera: device removed
[  1363.168] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.0/input/input9/event6"
[  1363.168] (II) XINPUT: Adding extended input device "VGA camera: VGA camera" (type: KEYBOARD, id 9)
[  1363.168] (**) Option "xkb_layout" "br,gr"
[  1363.168] (**) Option "xkb_variant" "abnt2,polytonic"
[  1363.168] (**) Option "xkb_options" "grp:shifts_toggle,terminate:ctrl_alt_bksp"
[  1363.169] (II) event6  - VGA camera: VGA camera: is tagged by udev as: Keyboard
[  1363.169] (II) event6  - VGA camera: VGA camera: device is a keyboard
[  1363.169] (II) config/udev: Adding input device PNP0C50:01 0911:5288 Mouse (/dev/input/event7)
[  1363.169] (**) PNP0C50:01 0911:5288 Mouse: Applying InputClass "libinput pointer catchall"
[  1363.169] (**) PNP0C50:01 0911:5288 Mouse: Applying InputClass "libinput pointer catchall"
[  1363.169] (II) Using input driver 'libinput' for 'PNP0C50:01 0911:5288 Mouse'
[  1363.170] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 33 paused 0
[  1363.170] (**) PNP0C50:01 0911:5288 Mouse: always reports core events
[  1363.170] (**) Option "Device" "/dev/input/event7"
[  1363.170] (II) event7  - PNP0C50:01 0911:5288 Mouse: is tagged by udev as: Mouse Pointingstick
[  1363.171] (II) event7  - PNP0C50:01 0911:5288 Mouse: device is a pointer
[  1363.171] (II) event7  - PNP0C50:01 0911:5288 Mouse: device removed
[  1363.171] (II) libinput: PNP0C50:01 0911:5288 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[  1363.171] (II) libinput: PNP0C50:01 0911:5288 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[  1363.171] (II) libinput: PNP0C50:01 0911:5288 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[  1363.171] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-12/i2c-PNP0C50:01/0018:0911:5288.0001/input/input10/event7"
[  1363.171] (II) XINPUT: Adding extended input device "PNP0C50:01 0911:5288 Mouse" (type: MOUSE, id 10)
[  1363.171] (**) Option "AccelerationScheme" "none"
[  1363.171] (**) PNP0C50:01 0911:5288 Mouse: (accel) selected scheme none/0
[  1363.171] (**) PNP0C50:01 0911:5288 Mouse: (accel) acceleration factor: 2.000
[  1363.171] (**) PNP0C50:01 0911:5288 Mouse: (accel) acceleration threshold: 4
[  1363.171] (II) event7  - PNP0C50:01 0911:5288 Mouse: is tagged by udev as: Mouse Pointingstick
[  1363.172] (II) event7  - PNP0C50:01 0911:5288 Mouse: device is a pointer
[  1363.172] (II) config/udev: Adding input device PNP0C50:01 0911:5288 Mouse (/dev/input/mouse0)
[  1363.172] (II) No input driver specified, ignoring this device.
[  1363.172] (II) This device may have been added with another device file.
[  1363.173] (II) config/udev: Adding input device PNP0C50:01 0911:5288 Touchpad (/dev/input/event8)
[  1363.173] (**) PNP0C50:01 0911:5288 Touchpad: Applying InputClass "libinput touchpad catchall"
[  1363.173] (**) PNP0C50:01 0911:5288 Touchpad: Applying InputClass "libinput touchpad catchall"
[  1363.173] (II) Using input driver 'libinput' for 'PNP0C50:01 0911:5288 Touchpad'
[  1363.173] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 34 paused 0
[  1363.173] (**) PNP0C50:01 0911:5288 Touchpad: always reports core events
[  1363.173] (**) Option "Device" "/dev/input/event8"
[  1363.174] (II) event8  - PNP0C50:01 0911:5288 Touchpad: is tagged by udev as: Touchpad
[  1363.175] (II) event8  - PNP0C50:01 0911:5288 Touchpad: device is a touchpad
[  1363.175] (II) event8  - PNP0C50:01 0911:5288 Touchpad: device removed
[  1363.175] (**) Option "Tapping" "on"
[  1363.175] (**) Option "TappingButtonMap" "lmr"
[  1363.175] (II) libinput: PNP0C50:01 0911:5288 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[  1363.175] (II) libinput: PNP0C50:01 0911:5288 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[  1363.175] (II) libinput: PNP0C50:01 0911:5288 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[  1363.175] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-12/i2c-PNP0C50:01/0018:0911:5288.0001/input/input11/event8"
[  1363.175] (II) XINPUT: Adding extended input device "PNP0C50:01 0911:5288 Touchpad" (type: TOUCHPAD, id 11)
[  1363.176] (**) Option "AccelerationScheme" "none"
[  1363.176] (**) PNP0C50:01 0911:5288 Touchpad: (accel) selected scheme none/0
[  1363.176] (**) PNP0C50:01 0911:5288 Touchpad: (accel) acceleration factor: 2.000
[  1363.176] (**) PNP0C50:01 0911:5288 Touchpad: (accel) acceleration threshold: 4
[  1363.176] (II) event8  - PNP0C50:01 0911:5288 Touchpad: is tagged by udev as: Touchpad
[  1363.177] (II) event8  - PNP0C50:01 0911:5288 Touchpad: device is a touchpad
[  1363.178] (II) config/udev: Adding input device PNP0C50:01 0911:5288 Touchpad (/dev/input/mouse1)
[  1363.178] (II) No input driver specified, ignoring this device.
[  1363.178] (II) This device may have been added with another device file.
[  1363.178] (II) config/udev: Adding input device PNP0C50:01 0911:5288 UNKNOWN (/dev/input/event9)
[  1363.178] (II) No input driver specified, ignoring this device.
[  1363.178] (II) This device may have been added with another device file.
[  1363.178] (II) config/udev: Adding input device HDA Intel PCH Headphone Mic (/dev/input/event10)
[  1363.178] (II) No input driver specified, ignoring this device.
[  1363.178] (II) This device may have been added with another device file.
[  1363.178] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event11)
[  1363.178] (II) No input driver specified, ignoring this device.
[  1363.178] (II) This device may have been added with another device file.
[  1363.179] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event12)
[  1363.179] (II) No input driver specified, ignoring this device.
[  1363.179] (II) This device may have been added with another device file.
[  1363.179] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event13)
[  1363.179] (II) No input driver specified, ignoring this device.
[  1363.179] (II) This device may have been added with another device file.
[  1363.179] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event14)
[  1363.179] (II) No input driver specified, ignoring this device.
[  1363.179] (II) This device may have been added with another device file.
[  1363.179] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[  1363.179] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[  1363.179] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[  1363.179] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[  1363.180] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 35 paused 0
[  1363.180] (**) AT Translated Set 2 keyboard: always reports core events
[  1363.180] (**) Option "Device" "/dev/input/event3"
[  1363.180] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[  1363.180] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[  1363.181] (II) event3  - AT Translated Set 2 keyboard: device removed
[  1363.181] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[  1363.181] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
[  1363.181] (**) Option "xkb_layout" "br,gr"
[  1363.181] (**) Option "xkb_variant" "abnt2,polytonic"
[  1363.181] (**) Option "xkb_options" "grp:shifts_toggle,terminate:ctrl_alt_bksp"
[  1363.181] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[  1363.181] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[  1363.182] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[  1363.182] (II) No input driver specified, ignoring this device.
[  1363.182] (II) This device may have been added with another device file.
[  1363.977] (EE) event8  - PNP0C50:01 0911:5288 Touchpad: kernel bug: Touch jump detected and discarded.
See https://wayland.freedesktop.org/libinput/doc/1.23.0/touchpad-jumping-cursors.html for details
[  1364.057] (EE) event8  - PNP0C50:01 0911:5288 Touchpad: kernel bug: Touch jump detected and discarded.
See https://wayland.freedesktop.org/libinput/doc/1.23.0/touchpad-jumping-cursors.html for details
[  1364.124] (EE) event8  - PNP0C50:01 0911:5288 Touchpad: kernel bug: Touch jump detected and discarded.
See https://wayland.freedesktop.org/libinput/doc/1.23.0/touchpad-jumping-cursors.html for details
[  1365.360] (II) Server zapped. Shutting down.
[  1365.360] (**) Option "fd" "27"
[  1365.361] (II) event2  - Power Button: device removed
[  1365.361] (**) Option "fd" "30"
[  1365.361] (II) event4  - Video Bus: device removed
[  1365.361] (**) Option "fd" "31"
[  1365.361] (II) event1  - Power Button: device removed
[  1365.361] (**) Option "fd" "32"
[  1365.361] (II) event6  - VGA camera: VGA camera: device removed
[  1365.361] (**) Option "fd" "33"
[  1365.361] (II) event7  - PNP0C50:01 0911:5288 Mouse: device removed
[  1365.361] (**) Option "fd" "34"
[  1365.361] (II) event8  - PNP0C50:01 0911:5288 Touchpad: device removed
[  1365.361] (**) Option "fd" "35"
[  1365.361] (II) event3  - AT Translated Set 2 keyboard: device removed
[  1365.362] (II) UnloadModule: "libinput"
[  1365.362] (II) systemd-logind: releasing fd for 13:67
[  1365.399] (II) UnloadModule: "libinput"
[  1365.399] (II) systemd-logind: releasing fd for 13:72
[  1365.436] (II) UnloadModule: "libinput"
[  1365.436] (II) systemd-logind: releasing fd for 13:71
[  1365.469] (II) UnloadModule: "libinput"
[  1365.469] (II) systemd-logind: releasing fd for 13:70
[  1365.502] (II) UnloadModule: "libinput"
[  1365.502] (II) systemd-logind: releasing fd for 13:65
[  1365.519] (II) UnloadModule: "libinput"
[  1365.519] (II) systemd-logind: releasing fd for 13:68
[  1365.553] (II) UnloadModule: "libinput"
[  1365.553] (II) systemd-logind: releasing fd for 13:66
[  1365.615] (II) Server terminated successfully (0). Closing log file.

Just searching for "touchpad" or "PNP0C50" will make it clear what's the difference in the log file of the working touchpad.

I also found out how to reload/reinitialize/unfreeze the touchpad and making it be detected by the system without needing to reboot:

modprobe -r i2c_hid_acpi && modprobe i2c_hid_acpi

But I still don't know what is causing it to fail to be recognized in the first place.

Can anyone help me here?
Thank you very much, xenobro.

Last edited by xenobro (2023-04-18 02:30:09)

Offline

#5 2023-04-18 07:16:01

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,197

Re: Touchpad not even in /proc/bus/input/devices

Check dmesg for messages/something preceeding the HID failure that could lead to this, it's more likely this is a kernel issue rather than xorg. If reloading that module fixes it, you could try adding it to the initramfs directly to make sure it's loaded early. Could also be buggy BIOS state, might want to make an update there and/or ensure no OS is hibernating when you reboot and/or check whether there are options of how the touchpad is presented (e.g. if you don't need multi-finger gestures you can often enable a "non-advanced" mode for the touchpad that might use different initialisation logistics).

Last edited by V1del (2023-04-18 07:18:21)

Offline

#6 2023-04-19 01:07:04

xenobro
Member
Registered: 2019-05-25
Posts: 102

Re: Touchpad not even in /proc/bus/input/devices

Hi, V1del, and thank you very much for your help.

When I booted from the pendrive that copies everything to RAM today, since it was the easiest way to reproduce the problem, the copying to RAM part that usually took ~205 secs now took only an average ~52secs to put 5.2GB in the volatile memory.
I'm guessing in one of the last tests, I've finally ran the system from USB3.0 and, more importantly, proceeded to rebuilt initramfs from USB3.0, which allowed for a much faster reading. But strangely enough, I'm now posting from this system-on-RAM version, and lsinitcpio doesn't find xhci-hcd or xhci_hcd in initramfs-linux.img, but lsusb and dmesg say this is the driver being used.

I'm mentioning this because just reducing  boot time that much almost eliminated the frozen touchpad not in /proc/bus/input/devices issue, going from 2 out of 3 times before to about 1 in 5 or 1 in 10 now.
I tried including "i2c-hid-acpi", "i2c-hid i2c-hid-acpi" and the "_" variants of the names in /etc/mkinitcpio.conf and, while they initially seemed to have solved the problem, every 5 or 6 boots the touchpad would be frozen again once or twice, then go back to working the next boot.
I've noticed that those error messages:

i2c_hid_acpi i2c-PNP0C50:01: weird size of HID descriptor (3)
i2c_hid_acpi i2c-PNP0C50:01: Failed to fetch the HID Descriptor

Always appear on screen, not only in the journal, during the last part of boot when the issue happens.
I honestly don't know if these modules were loaded when they should, since whether touchpad is frozen or not, they are loaded later on. Is there a way to check if mkinitcpio loaded them at all?

This is a dmesg from when the issue occurred:

[    0.000000] microcode: microcode updated early to revision 0xa6, date = 2022-06-28
[    0.000000] Linux version 6.2.11-arch1-1 (linux@archlinux) (gcc (GCC) 12.2.1 20230201, GNU ld (GNU Binutils) 2.40) #1 SMP PREEMPT_DYNAMIC Thu, 13 Apr 2023 16:59:24 +0000
[    0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux root=tmpfs rootflags=size=100% rw
[    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 0x020: 'AVX-512 opmask'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x040: 'AVX-512 Hi256'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x080: 'AVX-512 ZMM_Hi256'
[    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[5]:  832, xstate_sizes[5]:   64
[    0.000000] x86/fpu: xstate_offset[6]:  896, xstate_sizes[6]:  512
[    0.000000] x86/fpu: xstate_offset[7]: 1408, xstate_sizes[7]: 1024
[    0.000000] x86/fpu: xstate_offset[9]: 2432, xstate_sizes[9]:    8
[    0.000000] x86/fpu: Enabled xstate features 0x2e7, context size is 2440 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-0x000000003dfc9fff] usable
[    0.000000] BIOS-e820: [mem 0x000000003dfca000-0x000000003dfcafff] reserved
[    0.000000] BIOS-e820: [mem 0x000000003dfcb000-0x000000003e3bbfff] usable
[    0.000000] BIOS-e820: [mem 0x000000003e3bc000-0x00000000435b4fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000435b5000-0x0000000043680fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x0000000043681000-0x000000004373afff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000004373b000-0x000000004473afff] reserved
[    0.000000] BIOS-e820: [mem 0x000000004473b000-0x00000000447fefff] type 20
[    0.000000] BIOS-e820: [mem 0x00000000447ff000-0x00000000447fffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000044800000-0x000000004affffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000004b300000-0x000000004f7fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000c0000000-0x00000000cfffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed20000-0x00000000fed7ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x00000002b07fffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.70 by American Megatrends
[    0.000000] efi: ACPI=0x43680000 ACPI 2.0=0x43680014 TPMFinalLog=0x436c7000 SMBIOS=0x44604000 SMBIOS 3.0=0x44603000 MEMATTR=0x3a710518 ESRT=0x3c11b518 
[    0.000000] efi: Remove mem67: MMIO range=[0xc0000000-0xcfffffff] (256MB) from e820 map
[    0.000000] e820: remove [mem 0xc0000000-0xcfffffff] reserved
[    0.000000] efi: Not removing mem68: MMIO range=[0xfe000000-0xfe010fff] (68KB) from e820 map
[    0.000000] efi: Not removing mem69: MMIO range=[0xfec00000-0xfec00fff] (4KB) from e820 map
[    0.000000] efi: Not removing mem70: MMIO range=[0xfed00000-0xfed00fff] (4KB) from e820 map
[    0.000000] efi: Not removing mem72: MMIO range=[0xfee00000-0xfee00fff] (4KB) from e820 map
[    0.000000] efi: Remove mem73: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
[    0.000000] e820: remove [mem 0xff000000-0xffffffff] reserved
[    0.000000] SMBIOS 3.3.0 present.
[    0.000000] DMI: SAMSUNG ELECTRONICS CO., LTD. 550XDA/NP550XDA-KH2BR, BIOS P17CFB.044.220223.HQ 02/23/2022
[    0.000000] tsc: Detected 2400.000 MHz processor
[    0.000000] tsc: Detected 2419.200 MHz TSC
[    0.000750] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000753] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000763] last_pfn = 0x2b0800 max_arch_pfn = 0x400000000
[    0.000768] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.001355] last_pfn = 0x44800 max_arch_pfn = 0x400000000
[    0.021774] esrt: Reserving ESRT space from 0x000000003c11b518 to 0x000000003c11b5a0.
[    0.021780] e820: update [mem 0x3c11b000-0x3c11bfff] usable ==> reserved
[    0.021801] Using GB pages for direct mapping
[    0.022005] Secure boot disabled
[    0.022005] RAMDISK: [mem 0x3546b000-0x36a2cfff]
[    0.022012] ACPI: Early table checksum verification disabled
[    0.022016] ACPI: RSDP 0x0000000043680014 000024 (v02 SECCSD)
[    0.022020] ACPI: XSDT 0x000000004367F728 0000FC (v01 SECCSD LH43STAR 01072009 AMI  01000013)
[    0.022027] ACPI: FACP 0x000000004367A000 000114 (v06 SECCSD LH43STAR 01072009 AMI  01000013)
[    0.022033] ACPI: DSDT 0x0000000043626000 053D30 (v02 SECCSD LH43STAR 01072009 INTL 20191018)
[    0.022040] ACPI: FACS 0x0000000043737000 000040
[    0.022043] ACPI: MCFG 0x000000004367E000 00003C (v01 SECCSD LH43STAR 01072009 MSFT 00000097)
[    0.022047] ACPI: SSDT 0x000000004367B000 00255D (v02 CpuRef CpuSsdt  00003000 INTL 20191018)
[    0.022051] ACPI: FIDT 0x0000000043625000 00009C (v01 SECCSD LH43STAR 01072009 AMI  00010013)
[    0.022054] ACPI: MSDM 0x0000000043624000 000055 (v03 SECCSD LH43STAR 01072009 AMI  01000013)
[    0.022058] ACPI: SSDT 0x0000000043620000 003D0E (v02 DptfTb DptfTabl 00001000 INTL 20191018)
[    0.022061] ACPI: SSDT 0x000000004361D000 002CC7 (v02 SaSsdt SaSsdt   00003000 INTL 20191018)
[    0.022065] ACPI: SSDT 0x0000000043619000 003350 (v02 INTEL  IgfxSsdt 00003000 INTL 20191018)
[    0.022069] ACPI: SSDT 0x000000004360D000 00B1B2 (v02 INTEL  TcssSsdt 00001000 INTL 20191018)
[    0.022072] ACPI: HPET 0x000000004360C000 000038 (v01 SECCSD LH43STAR 01072009 AMI  01000013)
[    0.022075] ACPI: APIC 0x000000004360B000 00012C (v04 SECCSD LH43STAR 01072009 AMI  01000013)
[    0.022079] ACPI: SSDT 0x0000000043605000 005C77 (v02 SECCSD TglU_Rvp 00001000 INTL 20191018)
[    0.022082] ACPI: SSDT 0x0000000043604000 000E11 (v02 SECCSD Ther_Rvp 00001000 INTL 20191018)
[    0.022086] ACPI: NHLT 0x0000000043603000 00002D (v00 SECCSD LH43STAR 01072009 AMI  01000013)
[    0.022089] ACPI: LPIT 0x0000000043602000 0000CC (v01 SECCSD LH43STAR 01072009 AMI  01000013)
[    0.022093] ACPI: SSDT 0x00000000435FE000 002720 (v02 SECCSD PtidDevc 00001000 INTL 20191018)
[    0.022096] ACPI: SSDT 0x00000000435FD000 00012A (v02 SECCSD TbtTypeC 00000000 INTL 20191018)
[    0.022100] ACPI: DBGP 0x00000000435FC000 000034 (v01 SECCSD LH43STAR 01072009 AMI  01000013)
[    0.022103] ACPI: DBG2 0x00000000435FB000 000054 (v00 SECCSD LH43STAR 01072009 AMI  01000013)
[    0.022107] ACPI: DMAR 0x00000000435FA000 000088 (v02 INTEL  EDK2     00000002      01000013)
[    0.022110] ACPI: SSDT 0x00000000435F9000 0009F9 (v02 INTEL  xh_tudd4 00000000 INTL 20191018)
[    0.022114] ACPI: SSDT 0x00000000435F8000 000144 (v02 Intel  ADebTabl 00001000 INTL 20191018)
[    0.022117] ACPI: BGRT 0x00000000435F7000 000038 (v01 SECCSD LH43STAR 01072009 AMI  00010013)
[    0.022121] ACPI: TPM2 0x00000000435F6000 00004C (v04 SECCSD LH43STAR 00000001 AMI  00000000)
[    0.022124] ACPI: PTDT 0x00000000435F5000 000D44 (v00 SECCSD LH43STAR 00000005 MSFT 0100000D)
[    0.022127] ACPI: WSMT 0x0000000043601000 000028 (v01 SECCSD LH43STAR 01072009 AMI  00010013)
[    0.022131] ACPI: FPDT 0x00000000435F4000 000044 (v01 SECCSD A M I    01072009 AMI  01000013)
[    0.022134] ACPI: Reserving FACP table memory at [mem 0x4367a000-0x4367a113]
[    0.022135] ACPI: Reserving DSDT table memory at [mem 0x43626000-0x43679d2f]
[    0.022136] ACPI: Reserving FACS table memory at [mem 0x43737000-0x4373703f]
[    0.022137] ACPI: Reserving MCFG table memory at [mem 0x4367e000-0x4367e03b]
[    0.022138] ACPI: Reserving SSDT table memory at [mem 0x4367b000-0x4367d55c]
[    0.022139] ACPI: Reserving FIDT table memory at [mem 0x43625000-0x4362509b]
[    0.022139] ACPI: Reserving MSDM table memory at [mem 0x43624000-0x43624054]
[    0.022140] ACPI: Reserving SSDT table memory at [mem 0x43620000-0x43623d0d]
[    0.022145] ACPI: Reserving SSDT table memory at [mem 0x4361d000-0x4361fcc6]
[    0.022145] ACPI: Reserving SSDT table memory at [mem 0x43619000-0x4361c34f]
[    0.022146] ACPI: Reserving SSDT table memory at [mem 0x4360d000-0x436181b1]
[    0.022147] ACPI: Reserving HPET table memory at [mem 0x4360c000-0x4360c037]
[    0.022149] ACPI: Reserving APIC table memory at [mem 0x4360b000-0x4360b12b]
[    0.022150] ACPI: Reserving SSDT table memory at [mem 0x43605000-0x4360ac76]
[    0.022151] ACPI: Reserving SSDT table memory at [mem 0x43604000-0x43604e10]
[    0.022152] ACPI: Reserving NHLT table memory at [mem 0x43603000-0x4360302c]
[    0.022153] ACPI: Reserving LPIT table memory at [mem 0x43602000-0x436020cb]
[    0.022154] ACPI: Reserving SSDT table memory at [mem 0x435fe000-0x4360071f]
[    0.022154] ACPI: Reserving SSDT table memory at [mem 0x435fd000-0x435fd129]
[    0.022155] ACPI: Reserving DBGP table memory at [mem 0x435fc000-0x435fc033]
[    0.022156] ACPI: Reserving DBG2 table memory at [mem 0x435fb000-0x435fb053]
[    0.022157] ACPI: Reserving DMAR table memory at [mem 0x435fa000-0x435fa087]
[    0.022158] ACPI: Reserving SSDT table memory at [mem 0x435f9000-0x435f99f8]
[    0.022159] ACPI: Reserving SSDT table memory at [mem 0x435f8000-0x435f8143]
[    0.022159] ACPI: Reserving BGRT table memory at [mem 0x435f7000-0x435f7037]
[    0.022160] ACPI: Reserving TPM2 table memory at [mem 0x435f6000-0x435f604b]
[    0.022161] ACPI: Reserving PTDT table memory at [mem 0x435f5000-0x435f5d43]
[    0.022162] ACPI: Reserving WSMT table memory at [mem 0x43601000-0x43601027]
[    0.022163] ACPI: Reserving FPDT table memory at [mem 0x435f4000-0x435f4043]
[    0.022359] No NUMA configuration found
[    0.022360] Faking a node at [mem 0x0000000000000000-0x00000002b07fffff]
[    0.022363] NODE_DATA(0) allocated [mem 0x2b07fb000-0x2b07fffff]
[    0.022387] Zone ranges:
[    0.022388]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.022390]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.022392]   Normal   [mem 0x0000000100000000-0x00000002b07fffff]
[    0.022393]   Device   empty
[    0.022395] Movable zone start for each node
[    0.022395] Early memory node ranges
[    0.022396]   node   0: [mem 0x0000000000001000-0x000000000009efff]
[    0.022398]   node   0: [mem 0x0000000000100000-0x000000003dfc9fff]
[    0.022399]   node   0: [mem 0x000000003dfcb000-0x000000003e3bbfff]
[    0.022400]   node   0: [mem 0x00000000447ff000-0x00000000447fffff]
[    0.022400]   node   0: [mem 0x0000000100000000-0x00000002b07fffff]
[    0.022402] Initmem setup node 0 [mem 0x0000000000001000-0x00000002b07fffff]
[    0.022407] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.022432] On node 0, zone DMA: 97 pages in unavailable ranges
[    0.024344] On node 0, zone DMA32: 1 pages in unavailable ranges
[    0.024612] On node 0, zone DMA32: 25667 pages in unavailable ranges
[    0.039564] On node 0, zone Normal: 14336 pages in unavailable ranges
[    0.039889] On node 0, zone Normal: 30720 pages in unavailable ranges
[    0.039914] Reserving Intel graphics memory at [mem 0x4d800000-0x4f7fffff]
[    0.040490] ACPI: PM-Timer IO Port: 0x1808
[    0.040500] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.040502] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.040503] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.040503] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.040504] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.040505] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.040506] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.040506] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.040507] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
[    0.040508] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
[    0.040508] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
[    0.040509] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
[    0.040510] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
[    0.040510] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
[    0.040511] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
[    0.040512] ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
[    0.040552] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[    0.040556] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.040558] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.040563] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.040564] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.040572] e820: update [mem 0x39963000-0x3997dfff] usable ==> reserved
[    0.040586] TSC deadline timer available
[    0.040587] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
[    0.040608] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.040610] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000fffff]
[    0.040612] PM: hibernation: Registered nosave memory: [mem 0x39963000-0x3997dfff]
[    0.040614] PM: hibernation: Registered nosave memory: [mem 0x3c11b000-0x3c11bfff]
[    0.040616] PM: hibernation: Registered nosave memory: [mem 0x3dfca000-0x3dfcafff]
[    0.040617] PM: hibernation: Registered nosave memory: [mem 0x3e3bc000-0x435b4fff]
[    0.040618] PM: hibernation: Registered nosave memory: [mem 0x435b5000-0x43680fff]
[    0.040619] PM: hibernation: Registered nosave memory: [mem 0x43681000-0x4373afff]
[    0.040620] PM: hibernation: Registered nosave memory: [mem 0x4373b000-0x4473afff]
[    0.040620] PM: hibernation: Registered nosave memory: [mem 0x4473b000-0x447fefff]
[    0.040622] PM: hibernation: Registered nosave memory: [mem 0x44800000-0x4affffff]
[    0.040623] PM: hibernation: Registered nosave memory: [mem 0x4b000000-0x4b2fffff]
[    0.040624] PM: hibernation: Registered nosave memory: [mem 0x4b300000-0x4f7fffff]
[    0.040624] PM: hibernation: Registered nosave memory: [mem 0x4f800000-0xfdffffff]
[    0.040625] PM: hibernation: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
[    0.040626] PM: hibernation: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
[    0.040626] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.040627] PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
[    0.040628] PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[    0.040629] PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed1ffff]
[    0.040629] PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xfed7ffff]
[    0.040630] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfedfffff]
[    0.040631] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.040631] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xffffffff]
[    0.040633] [mem 0x4f800000-0xfdffffff] available for PCI devices
[    0.040634] Booting paravirtualized kernel on bare hardware
[    0.040637] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[    0.048136] setup_percpu: NR_CPUS:320 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
[    0.048522] percpu: Embedded 63 pages/cpu s221184 r8192 d28672 u262144
[    0.048530] pcpu-alloc: s221184 r8192 d28672 u262144 alloc=1*2097152
[    0.048532] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
[    0.048555] Fallback order for Node 0: 0 
[    0.048558] Built 1 zonelists, mobility grouping on.  Total pages: 1994509
[    0.048560] Policy zone: Normal
[    0.048561] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=tmpfs rootflags=size=100% rw
[    0.048602] Unknown kernel command line parameters "BOOT_IMAGE=/vmlinuz-linux", will be passed to user space.
[    0.048667] random: crng init done
[    0.049689] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.050254] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.050651] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[    0.050663] software IO TLB: area num 8.
[    0.088715] Memory: 7727176K/8105320K available (16384K kernel code, 2097K rwdata, 12628K rodata, 3276K init, 4100K bss, 377884K reserved, 0K cma-reserved)
[    0.088889] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.088917] ftrace: allocating 46876 entries in 184 pages
[    0.098502] ftrace: allocated 184 pages with 4 groups
[    0.098585] Dynamic Preempt: full
[    0.098620] rcu: Preemptible hierarchical RCU implementation.
[    0.098621] rcu: 	RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=8.
[    0.098622] rcu: 	RCU priority boosting: priority 1 delay 500 ms.
[    0.098623] 	Trampoline variant of Tasks RCU enabled.
[    0.098623] 	Rude variant of Tasks RCU enabled.
[    0.098624] 	Tracing variant of Tasks RCU enabled.
[    0.098625] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[    0.098625] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[    0.101741] NR_IRQS: 20736, nr_irqs: 2048, preallocated irqs: 16
[    0.102042] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.102369] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
[    0.102406] Console: colour dummy device 80x25
[    0.102409] printk: console [tty0] enabled
[    0.102455] ACPI: Core revision 20221020
[    0.102885] hpet: HPET dysfunctional in PC10. Force disabled.
[    0.102886] APIC: Switch to symmetric I/O mode setup
[    0.102890] DMAR: Host address width 39
[    0.102891] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[    0.102899] DMAR: dmar0: reg_base_addr fed90000 ver 4:0 cap 1c0000c40660462 ecap 69e2ff0505e
[    0.102902] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[    0.102908] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
[    0.102910] DMAR: RMRR base: 0x0000004d000000 end: 0x0000004f7fffff
[    0.102913] DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
[    0.102915] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[    0.102916] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[    0.104937] DMAR-IR: Enabled IRQ remapping in x2apic mode
[    0.104940] x2apic enabled
[    0.104973] Switched APIC routing to cluster x2apic.
[    0.110057] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x22df1149949, max_idle_ns: 440795312789 ns
[    0.110065] Calibrating delay loop (skipped), value calculated using timer frequency.. 4840.00 BogoMIPS (lpj=8064000)
[    0.110068] pid_max: default: 32768 minimum: 301
[    0.113396] LSM: initializing lsm=capability,landlock,lockdown,yama,integrity,bpf
[    0.113396] landlock: Up and running.
[    0.113396] Yama: becoming mindful.
[    0.113396] LSM support for eBPF active
[    0.113396] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.113396] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.113396] CPU0: Thermal monitoring enabled (TM1)
[    0.113396] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    0.113396] process: using mwait in idle threads
[    0.113396] CET detected: Indirect Branch Tracking enabled
[    0.113396] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[    0.113396] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[    0.113396] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.113396] Spectre V2 : Mitigation: Enhanced IBRS
[    0.113396] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.113396] Spectre V2 : Spectre v2 / PBRSB-eIBRS: Retire a single CALL on VMEXIT
[    0.113396] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.113396] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    0.113396] Freeing SMP alternatives memory: 40K
[    0.113396] smpboot: CPU0: 11th Gen Intel(R) Core(TM) i5-1135G7 @ 2.40GHz (family: 0x6, model: 0x8c, stepping: 0x1)
[    0.113396] cblist_init_generic: Setting adjustable number of callback queues.
[    0.113396] cblist_init_generic: Setting shift to 3 and lim to 1.
[    0.113396] cblist_init_generic: Setting shift to 3 and lim to 1.
[    0.113396] cblist_init_generic: Setting shift to 3 and lim to 1.
[    0.113396] Performance Events: PEBS fmt4+-baseline,  AnyThread deprecated, Icelake events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.113396] ... version:                5
[    0.113396] ... bit width:              48
[    0.113396] ... generic registers:      8
[    0.113396] ... value mask:             0000ffffffffffff
[    0.113396] ... max period:             00007fffffffffff
[    0.113396] ... fixed-purpose events:   4
[    0.113396] ... event mask:             0001000f000000ff
[    0.113396] Estimated ratio of average max frequency by base frequency (times 1024): 1621
[    0.113396] rcu: Hierarchical SRCU implementation.
[    0.113396] rcu: 	Max phase no-delay instances is 1000.
[    0.113396] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.113396] smp: Bringing up secondary CPUs ...
[    0.113396] x86: Booting SMP configuration:
[    0.113396] .... node  #0, CPUs:      #1 #2 #3 #4 #5 #6 #7
[    0.131703] smp: Brought up 1 node, 8 CPUs
[    0.131703] smpboot: Max logical packages: 1
[    0.131703] smpboot: Total of 8 processors activated (38722.00 BogoMIPS)
[    0.133748] devtmpfs: initialized
[    0.133748] x86/mm: Memory block size: 128MB
[    0.133972] ACPI: PM: Registering ACPI NVS region [mem 0x43681000-0x4373afff] (761856 bytes)
[    0.133972] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.133972] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[    0.133972] pinctrl core: initialized pinctrl subsystem
[    0.133972] PM: RTC time: 18:27:50, date: 2023-04-18
[    0.134321] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.134493] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
[    0.134585] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.134676] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.134689] audit: initializing netlink subsys (disabled)
[    0.134696] audit: type=2000 audit(1681842470.023:1): state=initialized audit_enabled=0 res=1
[    0.134696] thermal_sys: Registered thermal governor 'fair_share'
[    0.134696] thermal_sys: Registered thermal governor 'bang_bang'
[    0.134696] thermal_sys: Registered thermal governor 'step_wise'
[    0.134696] thermal_sys: Registered thermal governor 'user_space'
[    0.134696] thermal_sys: Registered thermal governor 'power_allocator'
[    0.134696] cpuidle: using governor ladder
[    0.134696] cpuidle: using governor menu
[    0.134696] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.134696] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xc0000000-0xcfffffff] (base 0xc0000000)
[    0.134696] PCI: not using MMCONFIG
[    0.134696] PCI: Using configuration type 1 for base access
[    0.134696] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.134696] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    0.143412] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    0.143414] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[    0.143416] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    0.143417] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[    0.143571] ACPI: Added _OSI(Module Device)
[    0.143571] ACPI: Added _OSI(Processor Device)
[    0.143571] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.143571] ACPI: Added _OSI(Processor Aggregator Device)
[    0.241961] ACPI: 12 ACPI AML tables successfully acquired and loaded
[    0.257007] ACPI: Dynamic OEM Table Load:
[    0.257019] ACPI: SSDT 0xFFFF9D63814F9400 0001CB (v02 PmRef  Cpu0Psd  00003000 INTL 20191018)
[    0.258117] ACPI: \_SB_.PR00: _OSC native thermal LVT Acked
[    0.261302] ACPI: Dynamic OEM Table Load:
[    0.261309] ACPI: SSDT 0xFFFF9D6381678C00 000394 (v02 PmRef  Cpu0Cst  00003001 INTL 20191018)
[    0.262627] ACPI: Dynamic OEM Table Load:
[    0.262634] ACPI: SSDT 0xFFFF9D638168F800 0005C3 (v02 PmRef  Cpu0Ist  00003000 INTL 20191018)
[    0.264027] ACPI: Dynamic OEM Table Load:
[    0.264034] ACPI: SSDT 0xFFFF9D6381678000 000266 (v02 PmRef  Cpu0Hwp  00003000 INTL 20191018)
[    0.265532] ACPI: Dynamic OEM Table Load:
[    0.265540] ACPI: SSDT 0xFFFF9D6381680000 0008E7 (v02 PmRef  ApIst    00003000 INTL 20191018)
[    0.267002] ACPI: Dynamic OEM Table Load:
[    0.267008] ACPI: SSDT 0xFFFF9D638168E000 00048A (v02 PmRef  ApHwp    00003000 INTL 20191018)
[    0.268343] ACPI: Dynamic OEM Table Load:
[    0.268349] ACPI: SSDT 0xFFFF9D6381689800 0004D4 (v02 PmRef  ApPsd    00003000 INTL 20191018)
[    0.269676] ACPI: Dynamic OEM Table Load:
[    0.269686] ACPI: SSDT 0xFFFF9D638168C000 00048A (v02 PmRef  ApCst    00003000 INTL 20191018)
[    0.276690] ACPI: EC: EC started
[    0.276692] ACPI: EC: interrupt blocked
[    0.276887] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.276889] ACPI: \_SB_.PC00.LPCB.H_EC: Boot DSDT EC used to handle transactions
[    0.276891] ACPI: Interpreter enabled
[    0.276959] ACPI: PM: (supports S0 S3 S4 S5)
[    0.276960] ACPI: Using IOAPIC for interrupt routing
[    0.278604] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xc0000000-0xcfffffff] (base 0xc0000000)
[    0.281995] PCI: MMCONFIG at [mem 0xc0000000-0xcfffffff] reserved as ACPI motherboard resource
[    0.282011] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.282013] PCI: Using E820 reservations for host bridge windows
[    0.284692] ACPI: Enabled 8 GPEs in block 00 to 7F
[    0.290273] ACPI: \_SB_.PC00.RP04.PXP_: New power resource
[    0.291532] ACPI: \_SB_.PC00.RP05.PXP_: New power resource
[    0.416067] ACPI: \_SB_.PC00.RP08.PXP_: New power resource
[    0.428694] ACPI: \_SB_.PC00.XHCI.RHUB.HS10.BTRT: New power resource
[    0.429187] ACPI: \_SB_.PC00.PAUD: New power resource
[    0.432521] ACPI: \_SB_.PC00.SAT0.VOL0.V0PR: New power resource
[    0.432675] ACPI: \_SB_.PC00.SAT0.VOL1.V1PR: New power resource
[    0.432816] ACPI: \_SB_.PC00.SAT0.VOL2.V2PR: New power resource
[    0.436379] ACPI: \_SB_.PC00.I2C0.PXTC: New power resource
[    0.436736] ACPI: \_SB_.PC00.I2C0.PTPL: New power resource
[    0.437473] ACPI: \_SB_.PC00.I2C1.PXTC: New power resource
[    0.438295] ACPI: \_SB_.PC00.I2C2.PXTC: New power resource
[    0.441103] ACPI: \_SB_.PC00.CNVW.WRST: New power resource
[    0.444826] ACPI: \_SB_.PC00.TBT0: New power resource
[    0.445213] ACPI: \_SB_.PC00.TBT1: New power resource
[    0.445592] ACPI: \_SB_.PC00.D3C_: New power resource
[    0.493572] ACPI: \_TZ_.FN00: New power resource
[    0.493643] ACPI: \_TZ_.FN01: New power resource
[    0.493709] ACPI: \_TZ_.FN02: New power resource
[    0.493774] ACPI: \_TZ_.FN03: New power resource
[    0.493838] ACPI: \_TZ_.FN04: New power resource
[    0.494507] ACPI: \PIN_: New power resource
[    0.494910] ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-fe])
[    0.494924] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    0.496737] acpi PNP0A08:00: _OSC: platform does not support [AER]
[    0.500329] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability LTR DPC]
[    0.502627] PCI host bridge to bus 0000:00
[    0.502629] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.502632] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.502633] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.502635] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000fffff window]
[    0.502636] pci_bus 0000:00: root bus resource [mem 0x4f800000-0xbfffffff window]
[    0.502637] pci_bus 0000:00: root bus resource [mem 0x4000000000-0x7fffffffff window]
[    0.502639] pci_bus 0000:00: root bus resource [bus 00-fe]
[    0.502850] pci 0000:00:00.0: [8086:9a14] type 00 class 0x060000
[    0.502992] pci 0000:00:02.0: [8086:9a49] type 00 class 0x030000
[    0.503003] pci 0000:00:02.0: reg 0x10: [mem 0x6000000000-0x6000ffffff 64bit]
[    0.503011] pci 0000:00:02.0: reg 0x18: [mem 0x4000000000-0x400fffffff 64bit pref]
[    0.503016] pci 0000:00:02.0: reg 0x20: [io  0x4000-0x403f]
[    0.503037] pci 0000:00:02.0: BAR 2: assigned to efifb
[    0.503038] pci 0000:00:02.0: DMAR: Skip IOMMU disabling for graphics
[    0.503041] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.503077] pci 0000:00:02.0: reg 0x344: [mem 0x00000000-0x00ffffff 64bit]
[    0.503079] pci 0000:00:02.0: VF(n) BAR0 space: [mem 0x00000000-0x06ffffff 64bit] (contains BAR0 for 7 VFs)
[    0.503085] pci 0000:00:02.0: reg 0x34c: [mem 0x00000000-0x1fffffff 64bit pref]
[    0.503087] pci 0000:00:02.0: VF(n) BAR2 space: [mem 0x00000000-0xdfffffff 64bit pref] (contains BAR2 for 7 VFs)
[    0.503293] pci 0000:00:04.0: [8086:9a03] type 00 class 0x118000
[    0.503311] pci 0000:00:04.0: reg 0x10: [mem 0x6001100000-0x600111ffff 64bit]
[    0.503699] pci 0000:00:08.0: [8086:9a11] type 00 class 0x088000
[    0.503710] pci 0000:00:08.0: reg 0x10: [mem 0x6001150000-0x6001150fff 64bit]
[    0.503846] pci 0000:00:0d.0: [8086:9a13] type 00 class 0x0c0330
[    0.503862] pci 0000:00:0d.0: reg 0x10: [mem 0x6001130000-0x600113ffff 64bit]
[    0.503938] pci 0000:00:0d.0: PME# supported from D3hot D3cold
[    0.506404] pci 0000:00:14.0: [8086:a0ed] type 00 class 0x0c0330
[    0.506429] pci 0000:00:14.0: reg 0x10: [mem 0x6001120000-0x600112ffff 64bit]
[    0.506531] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.508954] pci 0000:00:14.2: [8086:a0ef] type 00 class 0x050000
[    0.508977] pci 0000:00:14.2: reg 0x10: [mem 0x6001148000-0x600114bfff 64bit]
[    0.508993] pci 0000:00:14.2: reg 0x18: [mem 0x600114f000-0x600114ffff 64bit]
[    0.509153] pci 0000:00:14.3: [8086:a0f0] type 00 class 0x028000
[    0.509194] pci 0000:00:14.3: reg 0x10: [mem 0x6001144000-0x6001147fff 64bit]
[    0.509356] pci 0000:00:14.3: PME# supported from D0 D3hot D3cold
[    0.509739] pci 0000:00:15.0: [8086:a0e8] type 00 class 0x0c8000
[    0.509825] pci 0000:00:15.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[    0.513757] pci 0000:00:16.0: [8086:a0e0] type 00 class 0x078000
[    0.513784] pci 0000:00:16.0: reg 0x10: [mem 0x600114d000-0x600114dfff 64bit]
[    0.513886] pci 0000:00:16.0: PME# supported from D3hot
[    0.514420] pci 0000:00:17.0: [8086:a0d3] type 00 class 0x010601
[    0.514442] pci 0000:00:17.0: reg 0x10: [mem 0x4fb00000-0x4fb01fff]
[    0.514454] pci 0000:00:17.0: reg 0x14: [mem 0x4fb03000-0x4fb030ff]
[    0.514467] pci 0000:00:17.0: reg 0x18: [io  0x4090-0x4097]
[    0.514479] pci 0000:00:17.0: reg 0x1c: [io  0x4080-0x4083]
[    0.514492] pci 0000:00:17.0: reg 0x20: [io  0x4060-0x407f]
[    0.514504] pci 0000:00:17.0: reg 0x24: [mem 0x4fb02000-0x4fb027ff]
[    0.514568] pci 0000:00:17.0: PME# supported from D3hot
[    0.515374] pci 0000:00:1c.0: [8086:a0bc] type 01 class 0x060400
[    0.515509] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.515560] pci 0000:00:1c.0: PTM enabled (root), 4ns granularity
[    0.516430] pci 0000:00:1d.0: [8086:a0b0] type 01 class 0x060400
[    0.516554] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.516599] pci 0000:00:1d.0: PTM enabled (root), 4ns granularity
[    0.516603] pci 0000:00:1d.1: [8086:a0b1] type 01 class 0x060400
[    0.516603] pci 0000:00:1d.1: PME# supported from D0 D3hot D3cold
[    0.516603] pci 0000:00:1d.1: PTM enabled (root), 4ns granularity
[    0.516603] pci 0000:00:1f.0: [8086:a082] type 00 class 0x060100
[    0.516603] pci 0000:00:1f.3: [8086:a0c8] type 00 class 0x040380
[    0.516603] pci 0000:00:1f.3: reg 0x10: [mem 0x6001140000-0x6001143fff 64bit]
[    0.516603] pci 0000:00:1f.3: reg 0x20: [mem 0x6001000000-0x60010fffff 64bit]
[    0.516603] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[    0.516603] pci 0000:00:1f.4: [8086:a0a3] type 00 class 0x0c0500
[    0.516603] pci 0000:00:1f.4: reg 0x10: [mem 0x600114c000-0x600114c0ff 64bit]
[    0.516603] pci 0000:00:1f.4: reg 0x20: [io  0xefa0-0xefbf]
[    0.516830] pci 0000:00:1f.5: [8086:a0a4] type 00 class 0x0c8000
[    0.516852] pci 0000:00:1f.5: reg 0x10: [mem 0xfe010000-0xfe010fff]
[    0.517156] pci 0000:01:00.0: [144d:a809] type 00 class 0x010802
[    0.517184] pci 0000:01:00.0: reg 0x10: [mem 0x4fa00000-0x4fa03fff 64bit]
[    0.517646] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.517652] pci 0000:00:1c.0:   bridge window [mem 0x4fa00000-0x4fafffff]
[    0.517732] pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000
[    0.517757] pci 0000:02:00.0: reg 0x10: [io  0x3000-0x30ff]
[    0.517791] pci 0000:02:00.0: reg 0x18: [mem 0x4f904000-0x4f904fff 64bit]
[    0.517813] pci 0000:02:00.0: reg 0x20: [mem 0x4f900000-0x4f903fff 64bit]
[    0.517948] pci 0000:02:00.0: supports D1 D2
[    0.517950] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.518200] pci 0000:00:1d.0: PCI bridge to [bus 02]
[    0.518204] pci 0000:00:1d.0:   bridge window [io  0x3000-0x3fff]
[    0.518207] pci 0000:00:1d.0:   bridge window [mem 0x4f900000-0x4f9fffff]
[    0.518352] pci 0000:03:00.0: [1217:8621] type 00 class 0x080501
[    0.518378] pci 0000:03:00.0: reg 0x10: [mem 0x4f801000-0x4f801fff]
[    0.518393] pci 0000:03:00.0: reg 0x14: [mem 0x4f800000-0x4f8007ff]
[    0.518574] pci 0000:03:00.0: PME# supported from D3hot D3cold
[    0.530208] pci 0000:00:1d.1: PCI bridge to [bus 03]
[    0.530215] pci 0000:00:1d.1:   bridge window [mem 0x4f800000-0x4f8fffff]
[    0.538096] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[    0.538222] ACPI: PCI: Interrupt link LNKB configured for IRQ 1
[    0.538347] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    0.538470] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    0.538593] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    0.538716] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    0.538839] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[    0.538964] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    0.555744] Low-power S0 idle used by default for system suspend
[    0.582780] ACPI: EC: interrupt unblocked
[    0.582782] ACPI: EC: event unblocked
[    9.100101] ACPI: EC: 2 stale EC events cleared
[    9.100104] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    9.100106] ACPI: EC: GPE=0x6e
[    9.100117] ACPI: \_SB_.PC00.LPCB.H_EC: Boot DSDT EC initialization complete
[    9.100125] ACPI: \_SB_.PC00.LPCB.H_EC: EC: Used to handle transactions and events
[    9.100247] iommu: Default domain type: Translated 
[    9.100247] iommu: DMA domain TLB invalidation policy: lazy mode 
[    9.100247] SCSI subsystem initialized
[    9.100247] libata version 3.00 loaded.
[    9.100247] ACPI: bus type USB registered
[    9.100247] usbcore: registered new interface driver usbfs
[    9.100247] usbcore: registered new interface driver hub
[    9.100247] usbcore: registered new device driver usb
[    9.100247] pps_core: LinuxPPS API ver. 1 registered
[    9.100247] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    9.100247] PTP clock support registered
[    9.100247] EDAC MC: Ver: 3.0.0
[    9.100444] Registered efivars operations
[    9.103719] NetLabel: Initializing
[    9.103722] NetLabel:  domain hash size = 128
[    9.103723] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    9.103741] NetLabel:  unlabeled traffic allowed by default
[    9.103746] mctp: management component transport protocol core
[    9.103747] NET: Registered PF_MCTP protocol family
[    9.103751] PCI: Using ACPI for IRQ routing
[    9.123933] PCI: pci_cache_line_size set to 64 bytes
[    9.124219] pci 0000:00:1f.5: can't claim BAR 0 [mem 0xfe010000-0xfe010fff]: no compatible bridge window
[    9.124425] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[    9.124427] e820: reserve RAM buffer [mem 0x39963000-0x3bffffff]
[    9.124428] e820: reserve RAM buffer [mem 0x3c11b000-0x3fffffff]
[    9.124429] e820: reserve RAM buffer [mem 0x3dfca000-0x3fffffff]
[    9.124430] e820: reserve RAM buffer [mem 0x3e3bc000-0x3fffffff]
[    9.124431] e820: reserve RAM buffer [mem 0x44800000-0x47ffffff]
[    9.124432] e820: reserve RAM buffer [mem 0x2b0800000-0x2b3ffffff]
[    9.126749] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    9.126749] pci 0000:00:02.0: vgaarb: bridge control possible
[    9.126749] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    9.126749] vgaarb: loaded
[    9.128388] clocksource: Switched to clocksource tsc-early
[    9.128519] VFS: Disk quotas dquot_6.6.0
[    9.128531] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    9.128619] pnp: PnP ACPI init
[    9.128893] system 00:00: [io  0x0680-0x069f] has been reserved
[    9.128893] system 00:00: [io  0x164e-0x164f] has been reserved
[    9.128893] system 00:01: [io  0x1854-0x1857] has been reserved
[    9.128995] pnp 00:03: disabling [mem 0xc0000000-0xcfffffff] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
[    9.129021] system 00:03: [mem 0xfedc0000-0xfedc7fff] has been reserved
[    9.129024] system 00:03: [mem 0xfeda0000-0xfeda0fff] has been reserved
[    9.129025] system 00:03: [mem 0xfeda1000-0xfeda1fff] has been reserved
[    9.129027] system 00:03: [mem 0xfed20000-0xfed7ffff] could not be reserved
[    9.129029] system 00:03: [mem 0xfed90000-0xfed93fff] could not be reserved
[    9.129030] system 00:03: [mem 0xfed45000-0xfed8ffff] could not be reserved
[    9.129032] system 00:03: [mem 0xfee00000-0xfeefffff] could not be reserved
[    9.129567] system 00:04: [mem 0xfe400700-0xfe4007ff] has been reserved
[    9.132935] system 00:05: [io  0x1800-0x18fe] could not be reserved
[    9.132937] system 00:05: [mem 0xfe000000-0xfe01ffff] could not be reserved
[    9.132939] system 00:05: [mem 0xfe04c000-0xfe04ffff] has been reserved
[    9.132941] system 00:05: [mem 0xfe050000-0xfe0affff] has been reserved
[    9.132943] system 00:05: [mem 0xfe0d0000-0xfe0fffff] has been reserved
[    9.132944] system 00:05: [mem 0xfe200000-0xfe7fffff] could not be reserved
[    9.132946] system 00:05: [mem 0xff000000-0xffffffff] has been reserved
[    9.132948] system 00:05: [mem 0xfd000000-0xfd68ffff] has been reserved
[    9.132950] system 00:05: [mem 0xfd6b0000-0xfd6cffff] has been reserved
[    9.132951] system 00:05: [mem 0xfd6f0000-0xfdffffff] has been reserved
[    9.133361] system 00:06: [io  0x2000-0x20fe] has been reserved
[    9.133963] pnp: PnP ACPI: found 8 devices
[    9.139531] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    9.139591] NET: Registered PF_INET protocol family
[    9.139730] IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    9.141508] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
[    9.141571] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    9.141635] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    9.141926] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[    9.142202] TCP: Hash tables configured (established 65536 bind 65536)
[    9.142285] MPTCP token hash table entries: 8192 (order: 5, 196608 bytes, linear)
[    9.142317] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    9.142343] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    9.142390] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    9.142396] NET: Registered PF_XDP protocol family
[    9.142414] pci 0000:00:02.0: BAR 9: assigned [mem 0x4020000000-0x40ffffffff 64bit pref]
[    9.142420] pci 0000:00:02.0: BAR 7: assigned [mem 0x4010000000-0x4016ffffff 64bit]
[    9.142423] pci 0000:00:15.0: BAR 0: assigned [mem 0x4017000000-0x4017000fff 64bit]
[    9.142480] resource: avoiding allocation from e820 entry [mem 0x0009f000-0x000fffff]
[    9.142482] resource: avoiding allocation from e820 entry [mem 0x0009f000-0x000fffff]
[    9.142484] pci 0000:00:1f.5: BAR 0: assigned [mem 0x4fb04000-0x4fb04fff]
[    9.142497] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    9.142507] pci 0000:00:1c.0:   bridge window [mem 0x4fa00000-0x4fafffff]
[    9.142516] pci 0000:00:1d.0: PCI bridge to [bus 02]
[    9.142518] pci 0000:00:1d.0:   bridge window [io  0x3000-0x3fff]
[    9.142522] pci 0000:00:1d.0:   bridge window [mem 0x4f900000-0x4f9fffff]
[    9.142531] pci 0000:00:1d.1: PCI bridge to [bus 03]
[    9.142535] pci 0000:00:1d.1:   bridge window [mem 0x4f800000-0x4f8fffff]
[    9.142543] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    9.142545] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    9.142546] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    9.142548] pci_bus 0000:00: resource 7 [mem 0x000e0000-0x000fffff window]
[    9.142549] pci_bus 0000:00: resource 8 [mem 0x4f800000-0xbfffffff window]
[    9.142550] pci_bus 0000:00: resource 9 [mem 0x4000000000-0x7fffffffff window]
[    9.142552] pci_bus 0000:01: resource 1 [mem 0x4fa00000-0x4fafffff]
[    9.142553] pci_bus 0000:02: resource 0 [io  0x3000-0x3fff]
[    9.142554] pci_bus 0000:02: resource 1 [mem 0x4f900000-0x4f9fffff]
[    9.142556] pci_bus 0000:03: resource 1 [mem 0x4f800000-0x4f8fffff]
[    9.143454] PCI: CLS 64 bytes, default 64
[    9.143473] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    9.143474] software IO TLB: mapped [mem 0x000000003146b000-0x000000003546b000] (64MB)
[    9.143500] Trying to unpack rootfs image as initramfs...
[    9.143504] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x22df1149949, max_idle_ns: 440795312789 ns
[    9.143539] clocksource: Switched to clocksource tsc
[    9.143567] platform rtc_cmos: registered platform RTC device (no PNP device found)
[    9.144391] Initialise system trusted keyrings
[    9.144399] Key type blacklist registered
[    9.144464] workingset: timestamp_bits=41 max_order=21 bucket_order=0
[    9.144477] zbud: loaded
[    9.144609] integrity: Platform Keyring initialized
[    9.144612] integrity: Machine keyring initialized
[    9.156753] Key type asymmetric registered
[    9.156755] Asymmetric key parser 'x509' registered
[    9.156771] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
[    9.156808] io scheduler mq-deadline registered
[    9.156809] io scheduler kyber registered
[    9.156818] io scheduler bfq registered
[    9.159677] pcieport 0000:00:1c.0: PME: Signaling with IRQ 122
[    9.159977] pcieport 0000:00:1d.0: PME: Signaling with IRQ 123
[    9.160260] pcieport 0000:00:1d.1: PME: Signaling with IRQ 124
[    9.160358] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    9.160623] Monitor-Mwait will be used to enter C-1 state
[    9.160635] Monitor-Mwait will be used to enter C-2 state
[    9.160643] Monitor-Mwait will be used to enter C-3 state
[    9.160647] ACPI: \_SB_.PR00: Found 3 idle states
[    9.161123] ACPI: AC: AC Adapter [ADP1] (on-line)
[    9.161186] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[    9.161203] ACPI: button: Lid Switch [LID0]
[    9.161226] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    9.163545] ACPI: button: Power Button [PWRB]
[    9.163597] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    9.166789] ACPI: button: Power Button [PWRF]
[    9.168822] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.LPCB.HEC.ECAV], AE_NOT_FOUND (20221020/psargs-330)
[    9.168831] fbcon: Taking over console
[    9.168840] ACPI Error: Aborting method \_TZ.FNCL due to previous error (AE_NOT_FOUND) (20221020/psparse-529)
[    9.168848] ACPI Error: Aborting method \_TZ.FN04._ON due to previous error (AE_NOT_FOUND) (20221020/psparse-529)
[    9.168856] thermal LNXTHERM:00: registered as thermal_zone0
[    9.168857] ACPI: thermal: Thermal Zone [TZ00] (44 C)
[    9.169026] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    9.170503] hpet_acpi_add: no address or irqs in _CRS
[    9.170542] Non-volatile memory driver v1.3
[    9.170543] Linux agpgart interface v0.103
[    9.181876] AMD-Vi: AMD IOMMUv2 functionality not available on this system - This is not a bug.
[    9.181923] ACPI: bus type drm_connector registered
[    9.182659] ahci 0000:00:17.0: version 3.0
[    9.182935] ahci 0000:00:17.0: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
[    9.182939] ahci 0000:00:17.0: flags: 64bit ncq sntf clo only pio slum part deso sadm sds 
[    9.183115] scsi host0: ahci
[    9.183178] ata1: SATA max UDMA/133 abar m2048@0x4fb02000 port 0x4fb02100 irq 125
[    9.183289] usbcore: registered new interface driver usbserial_generic
[    9.183295] usbserial: USB Serial support registered for generic
[    9.183387] rtc_cmos rtc_cmos: RTC can wake from S4
[    9.184254] rtc_cmos rtc_cmos: registered as rtc0
[    9.184433] rtc_cmos rtc_cmos: setting system clock to 2023-04-18T18:27:59 UTC (1681842479)
[    9.184473] rtc_cmos rtc_cmos: alarms up to one month, y3k, 114 bytes nvram
[    9.184784] intel_pstate: Intel P-state driver initializing
[    9.185180] intel_pstate: HWP enabled
[    9.185209] ledtrig-cpu: registered to indicate activity on CPUs
[    9.185410] efifb: probing for efifb
[    9.185416] efifb: framebuffer at 0x4000000000, using 8128k, total 8128k
[    9.185417] efifb: mode is 1920x1080x32, linelength=7680, pages=1
[    9.185418] efifb: scrolling: redraw
[    9.185419] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    9.185465] Console: switching to colour frame buffer device 240x67
[    9.187662] fb0: EFI VGA frame buffer device
[    9.187681] hid: raw HID events driver (C) Jiri Kosina
[    9.187759] intel_pmc_core INT33A1:00:  initialized
[    9.187832] drop_monitor: Initializing network drop monitor service
[    9.195987] Initializing XFRM netlink socket
[    9.196012] NET: Registered PF_INET6 protocol family
[    9.210604] Freeing initrd memory: 22280K
[    9.214481] Segment Routing with IPv6
[    9.214483] RPL Segment Routing with IPv6
[    9.214491] In-situ OAM (IOAM) with IPv6
[    9.214512] NET: Registered PF_PACKET protocol family
[    9.215521] microcode: Microcode Update Driver: v2.2.
[    9.215561] resctrl: L2 allocation detected
[    9.215566] IPI shorthand broadcast: enabled
[    9.216439] sched_clock: Marking stable (9207717399, 7835697)->(9284492219, -68939123)
[    9.216622] registered taskstats version 1
[    9.216716] Loading compiled-in X.509 certificates
[    9.218480] Loaded X.509 cert 'Build time autogenerated kernel key: 0f6f48e78029b5e8a77af611b7f9e34e7e2270b5'
[    9.218803] zswap: loaded using pool lz4/z3fold
[    9.219760] Key type .fscrypt registered
[    9.219761] Key type fscrypt-provisioning registered
[    9.220091] integrity: Loading X.509 certificate: UEFI:db
[    9.220111] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[    9.220112] integrity: Loading X.509 certificate: UEFI:db
[    9.220123] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
[    9.220124] integrity: Loading X.509 certificate: UEFI:db
[    9.220130] integrity: Loaded X.509 cert ': 3d5bb49f5d3b7b9741b5cf19e3a82ced'
[    9.220923] PM:   Magic number: 3:177:494
[    9.221139] RAS: Correctable Errors collector initialized.
[    9.273907] ACPI: battery: Slot [BAT1] (battery present)
[    9.494293] ata1: SATA link down (SStatus 4 SControl 300)
[    9.508246] Freeing unused decrypted memory: 2036K
[    9.509099] Freeing unused kernel image (initmem) memory: 3276K
[    9.509103] Write protecting the kernel read-only data: 30720k
[    9.509917] Freeing unused kernel image (rodata/data gap) memory: 1708K
[    9.520627] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    9.520633] rodata_test: all tests were successful
[    9.520641] Run /init as init process
[    9.520643]   with arguments:
[    9.520645]     /init
[    9.520646]   with environment:
[    9.520646]     HOME=/
[    9.520646]     TERM=linux
[    9.520647]     BOOT_IMAGE=/vmlinuz-linux
[    9.549533] systemd[1]: systemd 253.3-3-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)
[    9.549535] systemd[1]: Detected architecture x86-64.
[    9.549536] systemd[1]: Running in initrd.
[    9.549608] systemd[1]: Initializing machine ID from random generator.
[    9.581897] systemd[1]: Queued start job for default target Initrd Default Target.
[    9.582506] systemd[1]: Reached target Initrd Root Device.
[    9.582598] systemd[1]: Reached target Path Units.
[    9.582632] systemd[1]: Reached target Slice Units.
[    9.582663] systemd[1]: Reached target Swaps.
[    9.582690] systemd[1]: Reached target Timer Units.
[    9.582783] systemd[1]: Listening on Journal Socket (/dev/log).
[    9.582871] systemd[1]: Listening on Journal Socket.
[    9.582960] systemd[1]: Listening on udev Control Socket.
[    9.583032] systemd[1]: Listening on udev Kernel Socket.
[    9.583063] systemd[1]: Reached target Socket Units.
[    9.583655] systemd[1]: Mounting /sysroot...
[    9.583714] systemd[1]: Create List of Static Device Nodes was skipped because of an unmet condition check (ConditionFileNotEmpty=/lib/modules/6.2.11-arch1-1/modules.devname).
[    9.585547] systemd[1]: Starting Journal Service...
[    9.586011] systemd[1]: Starting Load Kernel Modules...
[    9.586058] systemd[1]: TPM2 PCR Barrier (initrd) was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
[    9.586415] systemd[1]: Starting Create Static Device Nodes in /dev...
[    9.586827] systemd[1]: Starting Coldplug All udev Devices...
[    9.587669] systemd[1]: Mounted /sysroot.
[    9.587781] systemd[1]: Reached target Initrd Root File System.
[    9.589362] systemd[1]: Finished Create Static Device Nodes in /dev.
[    9.591218] systemd[1]: Starting Rule-based Manager for Device Events and Files...
[    9.592754] systemd-journald[125]: Collecting audit messages is disabled.
[    9.603025] systemd[1]: Started Rule-based Manager for Device Events and Files.
[    9.608757] systemd[1]: Started Journal Service.
[    9.884072] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[    9.884076] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    9.884373] xhci_hcd 0000:00:0d.0: xHCI Host Controller
[    9.884379] xhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 1
[    9.885461] xhci_hcd 0000:00:0d.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000000200009810
[    9.885773] xhci_hcd 0000:00:0d.0: xHCI Host Controller
[    9.885777] xhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 2
[    9.885781] xhci_hcd 0000:00:0d.0: Host supports USB 3.1 Enhanced SuperSpeed
[    9.885841] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.02
[    9.885845] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    9.885846] usb usb1: Product: xHCI Host Controller
[    9.885848] usb usb1: Manufacturer: Linux 6.2.11-arch1-1 xhci-hcd
[    9.885849] usb usb1: SerialNumber: 0000:00:0d.0
[    9.885989] hub 1-0:1.0: USB hub found
[    9.885999] hub 1-0:1.0: 1 port detected
[    9.886117] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.02
[    9.886120] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    9.886122] usb usb2: Product: xHCI Host Controller
[    9.886123] usb usb2: Manufacturer: Linux 6.2.11-arch1-1 xhci-hcd
[    9.886124] usb usb2: SerialNumber: 0000:00:0d.0
[    9.886236] hub 2-0:1.0: USB hub found
[    9.886247] hub 2-0:1.0: 4 ports detected
[    9.887042] serio: i8042 KBD port at 0x60,0x64 irq 1
[    9.887285] Console: switching to colour dummy device 80x25
[    9.887329] i915 0000:00:02.0: vgaarb: deactivate vga console
[    9.887393] i915 0000:00:02.0: [drm] Using Transparent Hugepages
[    9.887694] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    9.887699] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
[    9.888833] xhci_hcd 0000:00:14.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000000200009810
[    9.889059] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    9.889166] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    9.889170] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
[    9.889172] xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
[    9.889208] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.02
[    9.889210] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    9.889212] usb usb3: Product: xHCI Host Controller
[    9.889213] usb usb3: Manufacturer: Linux 6.2.11-arch1-1 xhci-hcd
[    9.889214] usb usb3: SerialNumber: 0000:00:14.0
[    9.889359] hub 3-0:1.0: USB hub found
[    9.889390] hub 3-0:1.0: 12 ports detected
[    9.890485] sdhci: Secure Digital Host Controller Interface driver
[    9.890487] sdhci: Copyright(c) Pierre Ossman
[    9.891661] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/tgl_dmc_ver2_12.bin (v2.12)
[    9.892461] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.02
[    9.892465] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    9.892467] usb usb4: Product: xHCI Host Controller
[    9.892469] usb usb4: Manufacturer: Linux 6.2.11-arch1-1 xhci-hcd
[    9.892470] usb usb4: SerialNumber: 0000:00:14.0
[    9.892552] hub 4-0:1.0: USB hub found
[    9.892571] hub 4-0:1.0: 4 ports detected
[    9.893820] nvme 0000:01:00.0: platform quirk: setting simple suspend
[    9.893904] nvme nvme0: pci function 0000:01:00.0
[    9.903358] i915 0000:00:02.0: [drm] Protected Xe Path (PXP) protected content support initialized
[    9.906980] [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 0
[    9.908126] ACPI: video: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    9.908349] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input3
[    9.909734] fbcon: i915drmfb (fb0) is primary device
[    9.912848] nvme nvme0: Shutdown timeout set to 8 seconds
[    9.922978] Console: switching to colour frame buffer device 240x67
[    9.940817] nvme nvme0: allocated 64 MiB host memory buffer.
[    9.942785] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[   10.016577] nvme nvme0: 8/0/0 default/read/poll queues
[   10.029775]  nvme0n1: p1 p2 p3 p4 p5 p6
[   10.044241] sdhci-pci 0000:03:00.0: SDHCI controller found [1217:8621] (rev 1)
[   10.044971] mmc0: SDHCI controller on PCI [0000:03:00.0] using ADMA
[   10.055434] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
[   10.140223] usb 3-7: new high-speed USB device number 2 using xhci_hcd
[   10.305228] usb 3-7: New USB device found, idVendor=13d3, idProduct=5a24, bcdDevice=20.12
[   10.305236] usb 3-7: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[   10.305239] usb 3-7: Product: VGA camera
[   10.305242] usb 3-7: Manufacturer: Azurewave
[   10.305244] usb 3-7: SerialNumber:  
[   10.403619] usb 4-1: new SuperSpeed USB device number 2 using xhci_hcd
[   10.421801] usb 4-1: New USB device found, idVendor=03f0, idProduct=6c40, bcdDevice= 1.10
[   10.421810] usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[   10.421813] usb 4-1: Product: x795w
[   10.421815] usb 4-1: Manufacturer: HP
[   10.421817] usb 4-1: SerialNumber: 070C9423C4BE0321
[   10.543570] usb 3-10: new full-speed USB device number 3 using xhci_hcd
[   10.685979] usb 3-10: New USB device found, idVendor=8087, idProduct=0aaa, bcdDevice= 0.02
[   10.685988] usb 3-10: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[   10.700092] usb-storage 4-1:1.0: USB Mass Storage device detected
[   10.700345] scsi host1: usb-storage 4-1:1.0
[   10.700397] usbcore: registered new interface driver usb-storage
[   10.705969] usbcore: registered new interface driver uas
[   11.707849] scsi 1:0:0:0: Direct-Access     hp       x795w            PMAP PQ: 0 ANSI: 6
[   11.708835] sd 1:0:0:0: [sda] 60555264 512-byte logical blocks: (31.0 GB/28.9 GiB)
[   11.709080] sd 1:0:0:0: [sda] Write Protect is off
[   11.709090] sd 1:0:0:0: [sda] Mode Sense: 45 00 00 00
[   11.709328] sd 1:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[   11.716195]  sda: sda1 sda2
[   11.716341] sd 1:0:0:0: [sda] Attached SCSI removable disk
[   11.844303] EXT4-fs (sda2): warning: maximal mount count reached, running e2fsck is recommended
[   11.860054] EXT4-fs (sda2): mounted filesystem 75fb575c-2b60-4394-922a-447ef0188601 without journal. Quota mode: none.
[   25.009686] systemd-journald[125]: Data hash table of /run/log/journal/07fd26a6f0814f1b90fd097b483c855e/system.journal has a fill level at 75.0 (26176 of 34901 items, 16777216 file size, 640 bytes per hash table item), suggesting rotation.
[   25.009691] systemd-journald[125]: /run/log/journal/07fd26a6f0814f1b90fd097b483c855e/system.journal: Journal header limits reached or header out-of-date, rotating.
[   50.666234] systemd-journald[125]: Data hash table of /run/log/journal/07fd26a6f0814f1b90fd097b483c855e/system.journal has a fill level at 75.0 (26176 of 34901 items, 16777216 file size, 640 bytes per hash table item), suggesting rotation.
[   50.666239] systemd-journald[125]: /run/log/journal/07fd26a6f0814f1b90fd097b483c855e/system.journal: Journal header limits reached or header out-of-date, rotating.
[   62.478135] systemd-journald[125]: Received SIGTERM from PID 1 (n/a).
[   62.490938] systemd[1]: systemd 253.3-3-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)
[   62.490942] systemd[1]: Detected architecture x86-64.
[   62.490952] systemd[1]: Detected first boot.
[   62.491039] systemd[1]: Initializing machine ID from random generator.
[   62.671627] EXT4-fs (sda2): unmounting filesystem 75fb575c-2b60-4394-922a-447ef0188601.
[   63.043613] systemd[1]: bpf-lsm: LSM BPF program attached
[   63.057810] systemd-fstab-generator[211]: Checking was requested for "tmpfs", but it is not a device.
[   63.178157] systemd[1]: Populated /etc with preset unit settings.
[   63.191315] systemd[1]: /etc/systemd/system/systemd-vconsole-setup.service:21: Unknown key name 'WantedBy' in section 'Service', ignoring.
[   63.244488] systemd[1]: initrd-switch-root.service: Deactivated successfully.
[   63.260923] systemd[1]: Stopped Switch Root.
[   63.261607] systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
[   63.262104] systemd[1]: Created slice Slice /system/getty.
[   63.262631] systemd[1]: Created slice Slice /system/modprobe.
[   63.263119] systemd[1]: Created slice Slice /system/systemd-fsck.
[   63.263569] systemd[1]: Created slice User and Session Slice.
[   63.263775] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[   63.263950] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[   63.264104] systemd[1]: Started Daily Cleanup of Temporary Directories.
[   63.266284] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[   63.268054] systemd[1]: Reached target Local Encrypted Volumes.
[   63.269744] systemd[1]: Stopped target Switch Root.
[   63.271170] systemd[1]: Stopped target Initrd File Systems.
[   63.272521] systemd[1]: Stopped target Initrd Root File System.
[   63.273731] systemd[1]: Reached target Local Integrity Protected Volumes.
[   63.274934] systemd[1]: Reached target Path Units.
[   63.275949] systemd[1]: Reached target Remote Encrypted Volumes.
[   63.276825] systemd[1]: Reached target Remote File Systems.
[   63.277425] systemd[1]: Reached target Slice Units.
[   63.278018] systemd[1]: Stopped target Swaps.
[   63.278573] systemd[1]: Reached target Local Verity Protected Volumes.
[   63.279144] systemd[1]: Listening on D-Bus System Message Bus Socket.
[   63.279703] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[   63.280719] systemd[1]: Listening on Process Core Dump Socket.
[   63.281343] systemd[1]: Listening on Network Service Netlink Socket.
[   63.281955] systemd[1]: Listening on udev Control Socket.
[   63.282563] systemd[1]: Listening on udev Kernel Socket.
[   63.283172] systemd[1]: Listening on User Database Manager Socket.
[   63.307253] systemd[1]: Mounting Huge Pages File System...
[   63.309639] systemd[1]: Mounting POSIX Message Queue File System...
[   63.311758] systemd[1]: Mounting Kernel Debug File System...
[   63.313738] systemd[1]: Mounting Kernel Trace File System...
[   63.316127] systemd[1]: Mounting Temporary Directory /tmp...
[   63.318268] systemd[1]: Starting Create List of Static Device Nodes...
[   63.319568] systemd[1]: Rebuild Dynamic Linker Cache was skipped because no trigger condition checks were met.
[   63.320240] systemd[1]: Starting Load Kernel Module configfs...
[   63.321818] systemd[1]: Starting Load Kernel Module dm_mod...
[   63.323392] systemd[1]: Starting Load Kernel Module drm...
[   63.324838] systemd[1]: Starting Load Kernel Module efi_pstore...
[   63.326272] systemd[1]: Starting Load Kernel Module fuse...
[   63.327729] systemd[1]: Starting Load Kernel Module loop...
[   63.328792] systemd[1]: Set Up Additional Binary Formats was skipped because no trigger condition checks were met.
[   63.329195] systemd[1]: Starting Automatic Boot Loader Update...
[   63.329801] device-mapper: uevent: version 1.0.3
[   63.329857] device-mapper: ioctl: 4.47.0-ioctl (2022-07-28) initialised: dm-devel@redhat.com
[   63.330651] systemd[1]: Stopped Journal Service.
[   63.331843] loop: module loaded
[   63.332102] systemd[1]: systemd-journald.service: Consumed 1.367s CPU time.
[   63.332246] systemd[1]: Listening on Journal Audit Socket.
[   63.333523] fuse: init (API version 7.38)
[   63.333581] systemd[1]: Reached target Socket Units.
[   63.336229] systemd[1]: Starting Journal Service...
[   63.337717] systemd[1]: Starting Generate network units from Kernel command line...
[   63.338722] systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
[   63.338736] systemd[1]: TPM2 PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
[   63.339186] systemd[1]: Starting Remount Root and Kernel File Systems...
[   63.340643] systemd[1]: Starting Apply Kernel Variables...
[   63.342097] systemd[1]: Starting Coldplug All udev Devices...
[   63.342944] systemd-journald[234]: Collecting audit messages is enabled.
[   63.344168] systemd[1]: Mounted Huge Pages File System.
[   63.345248] systemd[1]: Mounted POSIX Message Queue File System.
[   63.346267] systemd[1]: Started Journal Service.
[   63.347368] audit: type=1130 audit(1681842533.660:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   63.391961] audit: type=1130 audit(1681842533.703:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=kmod-static-nodes comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   63.446269] audit: type=1130 audit(1681842533.756:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@configfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   63.446283] audit: type=1131 audit(1681842533.756:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@configfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   63.479582] audit: type=1130 audit(1681842533.790:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@dm_mod comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   63.479598] audit: type=1131 audit(1681842533.790:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@dm_mod comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   63.506106] audit: type=1130 audit(1681842533.816:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   63.506120] audit: type=1131 audit(1681842533.816:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   63.536149] audit: type=1130 audit(1681842533.846:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@efi_pstore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   63.536163] audit: type=1131 audit(1681842533.846:11): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@efi_pstore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   64.215208] Consider using thermal netlink events interface
[   64.292024] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[   64.292097] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[   64.295057] mc: Linux media interface: v0.10
[   64.295120] EDAC igen6: v2.5
[   64.295231] resource: resource sanity check: requesting [mem 0x00000000fedc0000-0x00000000fedcdfff], which spans more than pnp 00:03 [mem 0xfedc0000-0xfedc7fff]
[   64.295235] caller __uncore_imc_init_box+0xc4/0x140 [intel_uncore] mapping multiple BARs
[   64.301456] intel-lpss 0000:00:15.0: enabling device (0004 -> 0006)
[   64.302280] input: PC Speaker as /devices/platform/pcspkr/input/input5
[   64.304983] i2c i2c-11: 1/2 memory slots populated (from DMI)
[   64.306202] i2c i2c-11: Successfully instantiated SPD at 0x50
[   64.306257] idma64 idma64.0: Found Intel integrated DMA 64-bit
[   64.325083] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[   64.338928] RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
[   64.338932] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[   64.338933] RAPL PMU: hw unit of domain package 2^-14 Joules
[   64.338934] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[   64.338935] RAPL PMU: hw unit of domain psys 2^-14 Joules
[   64.344798] i2c_hid_acpi i2c-PNP0C50:01: weird size of HID descriptor (3)
[   64.345651] i2c_hid_acpi i2c-PNP0C50:01: Failed to fetch the HID Descriptor
[   64.379654] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[   64.379718] spi-nor spi0.0: spi-nor-generic (16384 Kbytes)
[   64.379867] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[   64.379901] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[   64.379903] cfg80211: failed to load regulatory.db
[   64.380190] cryptd: max_cpu_qlen set to 1000
[   64.382530] Creating 1 MTD partitions on "0000:00:1f.5":
[   64.382533] 0x000000000000-0x000001000000 : "BIOS"
[   64.388093] intel_rapl_msr: PL4 support detected.
[   64.388123] intel_rapl_common: Found RAPL domain package
[   64.388125] intel_rapl_common: Found RAPL domain core
[   64.388126] intel_rapl_common: Found RAPL domain uncore
[   64.388128] intel_rapl_common: Found RAPL domain psys
[   64.388752] mei_pxp 0000:00:16.0-fbf6fcf1-96cf-4e2e-a6a6-1bab8cbe36b1: bound 0000:00:02.0 (ops i915_pxp_tee_component_ops [i915])
[   64.390161] Bluetooth: Core ver 2.22
[   64.390189] NET: Registered PF_BLUETOOTH protocol family
[   64.390191] Bluetooth: HCI device and connection manager initialized
[   64.390199] Bluetooth: HCI socket layer initialized
[   64.390203] Bluetooth: L2CAP socket layer initialized
[   64.390206] Bluetooth: SCO socket layer initialized
[   64.394582] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_component_ops [i915])
[   64.394959] AVX2 version of gcm_enc/dec engaged.
[   64.394984] AES CTR mode by8 optimization enabled
[   64.414477] iTCO_vendor_support: vendor-support=0
[   64.427245] iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=6, TCOBASE=0x0400)
[   64.427351] iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[   64.427970] ee1004 11-0050: 512 byte EE1004-compliant SPD EEPROM, read-only
[   64.429997] videodev: Linux video capture interface: v2.00
[   64.435952] Intel(R) Wireless WiFi driver for Linux
[   64.438249] iwlwifi 0000:00:14.3: enabling device (0000 -> 0002)
[   64.438773] proc_thermal 0000:00:04.0: enabling device (0000 -> 0002)
[   64.439680] r8169 0000:02:00.0 eth0: RTL8168h/8111h, 98:83:89:fd:b9:f4, XID 541, IRQ 141
[   64.439684] r8169 0000:02:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
[   64.443971] r8169 0000:02:00.0 enp2s0: renamed from eth0
[   64.448051] intel_rapl_common: Found RAPL domain package
[   64.481034] snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
[   64.481330] snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
[   64.481598] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[   64.512288] iwlwifi 0000:00:14.3: api flags index 2 larger than supported by driver
[   64.512317] iwlwifi 0000:00:14.3: TLV_FW_FSEQ_VERSION: FSEQ Version: 89.3.35.37
[   64.512607] iwlwifi 0000:00:14.3: loaded firmware version 72.daa05125.0 QuZ-a0-jf-b0-72.ucode op_mode iwlmvm
[   64.541216] wireguard: WireGuard 1.0.0 loaded. See www.wireguard.com for information.
[   64.541220] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
[   64.544668] usbcore: registered new interface driver btusb
[   64.561214] Bluetooth: hci0: Bootloader revision 0.0 build 0 week 30 2018
[   64.562212] Bluetooth: hci0: Device revision is 2
[   64.562213] Bluetooth: hci0: Secure boot is enabled
[   64.562214] Bluetooth: hci0: OTP lock is enabled
[   64.562215] Bluetooth: hci0: API lock is enabled
[   64.562216] Bluetooth: hci0: Debug lock is disabled
[   64.562216] Bluetooth: hci0: Minimum firmware build 1 week 10 2014
[   64.589357] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC897: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[   64.589361] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   64.589363] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[   64.589365] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[   64.589366] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[   64.589367] snd_hda_codec_realtek hdaudioC0D0:      Mic=0x12
[   64.590872] usb 3-7: Found UVC 1.00 device VGA camera (13d3:5a24)
[   64.595736] input: VGA camera: VGA camera as /devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.0/input/input6
[   64.596128] usbcore: registered new interface driver uvcvideo
[   64.596223] Bluetooth: hci0: Found device firmware: intel/ibt-19-0-0.sfi
[   64.596314] Bluetooth: hci0: Boot Address: 0x24800
[   64.596316] Bluetooth: hci0: Firmware Version: 15-45.22
[   64.600312] intel_tcc_cooling: TCC Offset locked
[   64.612455] iwlwifi 0000:00:14.3: Detected Intel(R) Wireless-AC 9462, REV=0x351
[   64.612527] thermal thermal_zone6: failed to read out thermal zone (-61)
[   64.622213] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   64.622218] Bluetooth: BNEP filters: protocol multicast
[   64.622223] Bluetooth: BNEP socket layer initialized
[   64.632869] input: HDA Intel PCH Headphone Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input7
[   64.632895] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input8
[   64.632913] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input9
[   64.632932] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input10
[   64.632951] input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input11
[   64.765403] iwlwifi 0000:00:14.3: base HW address: 80:b6:55:b6:fb:0c
[   64.782160] iwlwifi 0000:00:14.3 wlo1: renamed from wlan0
[   66.430139] Bluetooth: hci0: Waiting for firmware download to complete
[   66.430246] Bluetooth: hci0: Firmware loaded in 1791035 usecs
[   66.430270] Bluetooth: hci0: Waiting for device to boot
[   66.445449] Bluetooth: hci0: Device booted in 14833 usecs
[   66.445458] Bluetooth: hci0: Malformed MSFT vendor event: 0x02
[   66.447129] Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-19-0-0.ddc
[   66.449334] Bluetooth: hci0: Applying Intel DDC parameters completed
[   66.450313] Bluetooth: hci0: Firmware revision 0.0 build 15 week 45 2022
[   66.517753] Bluetooth: MGMT ver 1.22
[   66.525475] NET: Registered PF_ALG protocol family
[   69.810611] kauditd_printk_skb: 63 callbacks suppressed
[   69.810616] audit: type=1131 audit(1681842540.123:75): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   94.857239] audit: type=1131 audit(1681842565.170:76): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   94.933669] audit: type=1334 audit(1681842565.246:77): prog-id=52 op=UNLOAD
[   94.933683] audit: type=1334 audit(1681842565.246:78): prog-id=51 op=UNLOAD
[   94.933690] audit: type=1334 audit(1681842565.246:79): prog-id=50 op=UNLOAD
[  115.339960] audit: type=1100 audit(1681842585.650:80): pid=398 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="x" exe="/usr/bin/login" hostname=archlinux addr=? terminal=/dev/tty1 res=success'
[  115.340038] audit: type=1101 audit(1681842585.650:81): pid=398 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="x" exe="/usr/bin/login" hostname=archlinux addr=? terminal=/dev/tty1 res=success'
[  115.340522] audit: type=1103 audit(1681842585.653:82): pid=398 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="x" exe="/usr/bin/login" hostname=archlinux addr=? terminal=/dev/tty1 res=success'
[  115.340550] audit: type=1006 audit(1681842585.653:83): pid=398 uid=0 old-auid=4294967295 auid=1000 tty=tty1 old-ses=4294967295 ses=1 res=1
[  115.340554] audit: type=1300 audit(1681842585.653:83): arch=c000003e syscall=1 success=yes exit=4 a0=5 a1=7ffd45d5ec80 a2=4 a3=0 items=0 ppid=1 pid=398 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=1000 fsgid=0 tty=tty1 ses=1 comm="login" exe="/usr/bin/login" key=(null)
[  115.340556] audit: type=1327 audit(1681842585.653:83): proctitle=2F62696E2F6C6F67696E002D70002D2D
[  115.414358] audit: type=1130 audit(1681842585.726:84): 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'
[  115.424824] audit: type=1101 audit(1681842585.736:85): pid=431 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="x" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  115.424827] audit: type=1103 audit(1681842585.736:86): pid=431 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="x" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[  115.424829] audit: type=1006 audit(1681842585.736:87): pid=431 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1
[  160.475425] i915 0000:00:02.0: [drm] PXP firmware failed arb session init request ret=[0x00001002]
[  160.575742] i915 0000:00:02.0: [drm] *ERROR* arb session failed to go in play
[  160.742541] i915 0000:00:02.0: [drm] PXP firmware failed arb session init request ret=[0x00001002]
[  160.845171] i915 0000:00:02.0: [drm] *ERROR* arb session failed to go in play
[  201.919472] kauditd_printk_skb: 6 callbacks suppressed
[  201.919474] audit: type=1100 audit(1681842672.230:92): pid=599 uid=1000 auid=1000 ses=1 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=archlinux addr=? terminal=/dev/tty1 res=success'
[  201.919481] audit: type=1101 audit(1681842672.230:93): pid=599 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="root" exe="/usr/bin/sudo" hostname=archlinux addr=? terminal=/dev/tty1 res=success'
[  201.920149] audit: type=1110 audit(1681842672.233:94): pid=599 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=archlinux addr=? terminal=/dev/tty1 res=success'
[  201.920162] audit: type=1105 audit(1681842672.233:95): pid=599 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=archlinux addr=? terminal=/dev/tty1 res=success'
[  201.939394] EXT4-fs (sda2): warning: maximal mount count reached, running e2fsck is recommended
[  201.955443] EXT4-fs (sda2): mounted filesystem 75fb575c-2b60-4394-922a-447ef0188601 without journal. Quota mode: none.
[  201.955947] audit: type=1106 audit(1681842672.266:96): pid=599 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=archlinux addr=? terminal=/dev/tty1 res=success'
[  201.956051] audit: type=1104 audit(1681842672.266:97): pid=599 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=archlinux addr=? terminal=/dev/tty1 res=success'
[  284.929919] audit: type=1101 audit(1681842755.240:98): pid=604 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="root" exe="/usr/bin/sudo" hostname=archlinux addr=? terminal=/dev/tty1 res=success'
[  284.930524] audit: type=1110 audit(1681842755.243:99): pid=604 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=archlinux addr=? terminal=/dev/tty1 res=success'
[  284.930580] audit: type=1105 audit(1681842755.243:100): pid=604 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=archlinux addr=? terminal=/dev/tty1 res=success'
[  385.763948] audit: type=1106 audit(1681842856.076:101): pid=604 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=archlinux addr=? terminal=/dev/tty1 res=success'
[  385.763957] audit: type=1104 audit(1681842856.076:102): pid=604 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=archlinux addr=? terminal=/dev/tty1 res=success'
[  427.905940] audit: type=1101 audit(1681842898.216:103): pid=611 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="root" exe="/usr/bin/sudo" hostname=archlinux addr=? terminal=/dev/tty1 res=success'
[  427.906485] audit: type=1110 audit(1681842898.216:104): pid=611 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=archlinux addr=? terminal=/dev/tty1 res=success'
[  427.906543] audit: type=1105 audit(1681842898.216:105): pid=611 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=archlinux addr=? terminal=/dev/tty1 res=success'

I couldn't find anything that could be causing the issue, did I miss anything?
No OS is hibernating on reboot, there are no touchpad options in BIOS, and I'll check if there's any updates for my BIOS, but I believe that's not the case, since this already happened on and off for some years, with different computers, pendrives, sd cards, etc.

To add the modules to the initramfs I changed this line like this in /etc/mkinitcpio.conf:

...
MODULES=(i915 i2c-hid i2c-hid-acpi)
...

Saved and ran mkinitcpio -p linux. And I made sure it was running in the mounted pendrive, not on RAM.
Is it not what I should do? How to know if it was ran at boot correctly?

Any ideas?
Thank you very much,
xenobro.

Last edited by xenobro (2023-04-19 01:16:19)

Offline

#7 2023-04-24 19:07:25

xenobro
Member
Registered: 2019-05-25
Posts: 102

Re: Touchpad not even in /proc/bus/input/devices

Ok, I've looked around on the internet and found this link in the Wiki, where VivoBook X509DA_D509DA seems to have basically the same issue, with the touchpad not working initially but being fixed with "rmmod i2c-hid-acpi" followed by "modprobe i2c-hid-acpi", besides many others like this one and this other one that have a version of those error messages:

i2c_hid_acpi i2c-ABC1A1A:12: weird size of HID descriptor (X)
i2c_hid_acpi i2c-ABC1A1A:12: Failed to fetch the HID Descriptor

Where "X" is any of a few numbers, all of them resulting in a frozen touchpad, that usually is fixed by unloading and reloading i2c-hid-acpi, so it seems like a reasonably common issue, though I haven't found a way to fix it permanently anywhere.
I found this thread here at the forum that links to this temporary solution, very similar to the rmmod+modprobe above, and this thread reminded me that, when working, my touchpad is registered as a "designware" thing, like this in /proc/bus/input/devices:

...
I: Bus=0018 Vendor=0911 Product=5288 Version=0100
N: Name="PNP0C50:01 0911:5288 Touchpad"
P: Phys=i2c-PNP0C50:01
S: Sysfs=/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-12/i2c-PNP0C50:01/0018:0911:5288.0001/input/input11
U: Uniq=
H: Handlers=event8 mouse1 
B: PROP=5
B: EV=10001b
B: KEY=e420 10000 0 0 0 0
B: ABS=2e0800000000003
B: MSC=20
...

This seems like the same issue, but on a closer look, there are different error messages and hardware, only the rmmod+modprobe workaround being similar, and anyway I don't have this  "pinctrl_amd" module on my system. There are some "pinctrl" modules in my system, but I don't know if they have anything to do with the issue at hand.
There's a thread here in the forum with a good number of people with the same issue but I can't find it right now.
This seems to be the source of the error messages, so maybe someone could find what is the meaning of the "3" there?

Finally, most cases seem to wind up without a definitive solution or just using a workaround because of how random the issue usually is, but I've found a way to make the issue much more reproducible with the copy-to-RAM thing, so maybe it could be easier to solve it.

Anyone has any idea?
Thank you very much,
xenobro.

Offline

Board footer

Powered by FluxBB