You are not logged in.

#1 2025-02-01 17:37:59

hydrogeny
Member
Registered: 2025-02-01
Posts: 4

sudo intel_gpu_top giving segmentation fault error

i have intel integrated GPU on my laptop
`Intel Haswell-ULT Integrated Graphics Controller @ 1.00 GHz [Integrated]`

but i don't know how to take advantage of that
i have `nvtop` installed (alternative of `htop` for GPU monitor) it shows me i have always 0% GPU. that means every thing is rendered with CPU

how to configure my arch system to utilize my GPU as well
i have already gone through https://wiki.archlinux.org/title/Intel_graphics

but my GPU usage on the `nvtop` is still 0%
i have also tried this command but issue is still there  :  `sudo setcap cap_perfmon=ep nvtop `

i have also tried `intel_gpu_top` and it's giving `segmentation fault` error

i have tried every possible search on internet but unable to find the solution

i have tried installing these pkgs one by one but it didn't resolve the issue

```
mesa
mesa utils
libva-intel-driver
libva-utils
clinfo
intel-gpu-tools
vulkan-tools
vulkan-intel
xf86-video-intel (arch wiki recomments do not install it)
```

i use `xorg xorg-server dwm window manager`



---------------------------------------------------------------------------------------
these are the output of all these command i have tried

--------------------------------------------------------------------------------------
>>  inxi -Gxx


```
Graphics:
  Device-1: Intel Haswell-ULT Integrated Graphics vendor: Hewlett-Packard
    driver: i915 v: kernel arch: Gen-7.5 ports: active: eDP-1 empty: DP-1,
    DP-2, HDMI-A-1, HDMI-A-2 bus-ID: 00:02.0 chip-ID: 8086:0a16
  Display: unspecified server: X.Org v: 21.1.15 compositor: Picom v: 12.5
    driver: X: loaded: modesetting alternate: fbdev,intel,vesa dri: crocus
    gpu: i915 display-ID: :0 screens: 1
  Screen-1: 0 s-res: 1600x900 s-dpi: 96
  Monitor-1: eDP-1 model: Samsung 0x484e res: 1600x900 hz: 60 dpi: 132
    diag: 355mm (14")
  API: OpenGL v: 4.6 vendor: intel mesa v: 24.3.4-arch1.1 glx-v: 1.4
    es-v: 3.2 direct-render: yes renderer: Mesa Intel HD Graphics 4400 (HSW GT2)
    device-ID: 8086:0a16
  API: Vulkan v: 1.4.303 surfaces: xcb,xlib device: 0 type: integrated-gpu
    driver: N/A device-ID: 8086:0a16
  Info: Tools: api: glxinfo,vulkaninfo gpu: gputop, intel_gpu_top, lsgpu
    x11: xdriinfo, xdpyinfo, xprop, xrandr
```
-----------------------------------------------------------------------------------------------------------------------
>>> lsgpu
```
    card1          Intel Haswell (Gen7)       drm:/dev/dri/card1
    └─renderD128                              drm:/dev/dri/renderD128
```
------------------------------------------------------------------------------------------------------------------------

>>>  intel_gpu_top -L
```
card1             Intel Haswell (Gen7)        pci:vendor=8086,device=0A16,card=0
└─renderD128
```
------------------------------------------------------------------------------------------------------------------------

>>> sudo lspci -v -nn -d ::03xx
```
00:02.0 VGA compatible controller [0300]: Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a16] (rev 09) (prog-if 00 [VGA controller])
        DeviceName: 32
        Subsystem: Hewlett-Packard Company Device [103c:198f]
        Flags: bus master, fast devsel, latency 0, IRQ 46
        Memory at d0000000 (64-bit, non-prefetchable) [size=4M]
        Memory at c0000000 (64-bit, prefetchable) [size=256M]
        I/O ports at 3000 [size=64]
        Expansion ROM at 000c0000 [virtual] [disabled] [size=128K]
        Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit-
        Capabilities: [d0] Power Management version 2
        Capabilities: [a4] PCI Advanced Features
        Kernel driver in use: i915
        Kernel modules: i915
```

------------------------------------------------------------------------------------------------------------------------

>>> sudo intel_gpu_top -d drm:/dev/dri/card1
```
zsh: segmentation fault  sudo intel_gpu_top -d drm:/dev/dri/card1
```

------------------------------------------------------------------------------------------------------------------------


>>>   sudo intel_gpu_top -d drm:/dev/dri/renderD128
```
zsh: segmentation fault  sudo intel_gpu_top -d drm:/dev/dri/renderD128
```
------------------------------------------------------------------------------------------------------------------------


>>>  sudo intel_gpu_top -d sys:/sys/devices/pci0000:00/0000:00:02.0
```
zsh: segmentation fault  sudo intel_gpu_top -d sys:/sys/devices/pci0000:00/0000:00:02.0
```
------------------------------------------------------------------------------------------------------------------------

>>>  sudo intel_gpu_top
```
zsh: segmentation fault  sudo intel_gpu_top
```
------------------------------------------------------------------------------------------------------------------------
>>> nvtop
```
Device 0 [Haswell-ULT Integrated Graphics Controller] Integrated GPU RX: N/A TX: N/A
GPU 500MHz  MEM N/A MHz TEMP N/A°C CPU-FAN  POW N/A W
GPU[                                          N/A] MEM[                                         N/A]

    PID   USER DEV     TYPE  GPU        GPU MEM    CPU  HOST MEM Command
    588        t    0  Graphic   0%                   14%    122MiB /usr/lib/Xorg -nolisten tcp :0 vt1 -keeptty -auth /tmp/serverauth.XEo7pKs90J
    623        t    0  Graphic   0%                    0%     62MiB /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
150366     t    0  Graphic   0%                  110%    838MiB /usr/lib/firefox/firefox
```




but i am still not able to fix the issue by my self.
how do you configure your GPU on archlinux ... any article or method or hack i would love to appreciate
if you have any inside or thought feel free to drop
thanks :-)

Last edited by hydrogeny (2025-02-01 17:45:01)

Offline

#2 2025-02-01 20:59:09

jonno2002
Member
Registered: 2016-11-21
Posts: 848

Re: sudo intel_gpu_top giving segmentation fault error

you only have one gpu and your definately using it, although there does seem to be an issue with nvtop and intel_gpu_top accessing the gpu.
i have a haswell laptop here that i just fired up to test those 2 progs with and everything works fine.

remove xf86-video-intel and any xorg config your using, it does appear that your using the modesetting driver tho according to that output and mesa seems to be using "Mesa Intel HD Graphics 4400 (HSW GT2)" so thats working.

can you post a journal for last boot:

sudo journalctl -b | curl -F 'file=@-' 0x0.st

also xorg log and dmesg too please wrapped in code tags

Offline

#3 2025-02-04 05:58:36

hydrogeny
Member
Registered: 2025-02-01
Posts: 4

Re: sudo intel_gpu_top giving segmentation fault error

HI. thankyou so much. i got a replay from you
i apologies for the late reply :-)

i have removed the xf86-video-intel  and i didn't edit any xorg config file manually



here are my logs


 >>>   sudo journalctl -b > jurnalctl  
Feb 04 08:30:15 user kernel: Linux version 6.6.72-1-lts (linux-lts@archlinux) (gcc (GCC) 14.2.1 20240910, GNU ld (GNU Binutils) 2.43.1) #1 SMP PREEMPT_DYNAMIC Fri, 17 Jan 2025 14:04:26 +0000
Feb 04 08:30:15 user kernel: Command line: BOOT_IMAGE=/@/boot/vmlinuz-linux-lts root=UUID=74dcaf1c-1c1-7473-9809-891bf2q6717 rw rootflags=subvol=@ loglevel=3 quiet
Feb 04 08:30:15 user kernel: BIOS-provided physical RAM map:
Feb 04 08:30:15 user kernel: BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
Feb 04 08:30:15 user kernel: BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
Feb 04 08:30:15 user kernel: BIOS-e820: [mem 0x0000000000059000-0x0000000000097fff] usable
Feb 04 08:30:15 user kernel: BIOS-e820: [mem 0x0000000000098000-0x000000000009ffff] reserved
Feb 04 08:30:15 user kernel: BIOS-e820: [mem 0x0000000000100000-0x00000000bab7efff] usable
Feb 04 08:30:15 user kernel: BIOS-e820: [mem 0x00000000bab7f000-0x00000000bbe7efff] reserved
Feb 04 08:30:15 user kernel: BIOS-e820: [mem 0x00000000bbe7f000-0x00000000bbf7efff] ACPI NVS
Feb 04 08:30:15 user kernel: BIOS-e820: [mem 0x00000000bbf7f000-0x00000000bbffefff] ACPI data
Feb 04 08:30:15 user kernel: BIOS-e820: [mem 0x00000000bbfff000-0x00000000bbffffff] usable
Feb 04 08:30:15 user kernel: BIOS-e820: [mem 0x00000000e00f8000-0x00000000e00f8fff] reserved
Feb 04 08:30:15 user kernel: BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
Feb 04 08:30:15 user kernel: BIOS-e820: [mem 0x00000000ffdb0000-0x00000000ffdcefff] reserved
Feb 04 08:30:15 user kernel: BIOS-e820: [mem 0x0000000100000000-0x000000023edfffff] usable
Feb 04 08:30:15 user kernel: NX (Execute Disable) protection: active
Feb 04 08:30:15 user kernel: APIC: Static calls initialized
Feb 04 08:30:15 user kernel: e820: update [mem 0xaef35018-0xaef45057] usable ==> usable
Feb 04 08:30:15 user kernel: e820: update [mem 0xaef35018-0xaef45057] usable ==> usable
Feb 04 08:30:15 user kernel: e820: update [mem 0xaef2b018-0xaef34457] usable ==> usable
Feb 04 08:30:15 user kernel: e820: update [mem 0xaef2b018-0xaef34457] usable ==> usable
Feb 04 08:30:15 user kernel: extended physical RAM map:
Feb 04 08:30:15 user kernel: reserve setup_data: [mem 0x0000000000000000-0x0000000000057fff] usable
Feb 04 08:30:15 user kernel: reserve setup_data: [mem 0x0000000000058000-0x0000000000058fff] reserved
Feb 04 08:30:15 user kernel: reserve setup_data: [mem 0x0000000000059000-0x0000000000097fff] usable
Feb 04 08:30:15 user kernel: reserve setup_data: [mem 0x0000000000098000-0x000000000009ffff] reserved
Feb 04 08:30:15 user kernel: reserve setup_data: [mem 0x0000000000100000-0x00000000aef2b017] usable
Feb 04 08:30:15 user kernel: reserve setup_data: [mem 0x00000000aef2b018-0x00000000aef34457] usable
Feb 04 08:30:15 user kernel: reserve setup_data: [mem 0x00000000aef34458-0x00000000aef35017] usable
Feb 04 08:30:15 user kernel: reserve setup_data: [mem 0x00000000aef35018-0x00000000aef45057] usable
Feb 04 08:30:15 user kernel: reserve setup_data: [mem 0x00000000aef45058-0x00000000bab7efff] usable
Feb 04 08:30:15 user kernel: reserve setup_data: [mem 0x00000000bab7f000-0x00000000bbe7efff] reserved
Feb 04 08:30:15 user kernel: reserve setup_data: [mem 0x00000000bbe7f000-0x00000000bbf7efff] ACPI NVS
Feb 04 08:30:15 user kernel: reserve setup_data: [mem 0x00000000bbf7f000-0x00000000bbffefff] ACPI data
Feb 04 08:30:15 user kernel: reserve setup_data: [mem 0x00000000bbfff000-0x00000000bbffffff] usable
Feb 04 08:30:15 user kernel: reserve setup_data: [mem 0x00000000e00f8000-0x00000000e00f8fff] reserved
Feb 04 08:30:15 user kernel: reserve setup_data: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
Feb 04 08:30:15 user kernel: reserve setup_data: [mem 0x00000000ffdb0000-0x00000000ffdcefff] reserved
Feb 04 08:30:15 user kernel: reserve setup_data: [mem 0x0000000100000000-0x000000023edfffff] usable
Feb 04 08:30:15 user kernel: efi: EFI v2.3.1 by HPQ
Feb 04 08:30:15 user kernel: efi: ACPI=0xbbffe000 ACPI 2.0=0xbbffe014 SMBIOS=0xbb333118 INITRD=0xafbbfe18 
Feb 04 08:30:15 user kernel: efi: Not removing mem64: MMIO range=[0xe00f8000-0xe00f8fff] (4KB) from e820 map
Feb 04 08:30:15 user kernel: efi: Not removing mem65: MMIO range=[0xfed1c000-0xfed1ffff] (16KB) from e820 map
Feb 04 08:30:15 user kernel: efi: Not removing mem66: MMIO range=[0xffdb0000-0xffdcefff] (124KB) from e820 map
Feb 04 08:30:15 user kernel: SMBIOS 2.7 present.
Feb 04 08:30:15 user kernel: DMI: Hewlett-Packard HP EliteBook 840 G1/198F, BIOS L71 Ver. 01.49 02/24/2020
Feb 04 08:30:15 user kernel: tsc: Fast TSC calibration using PIT
Feb 04 08:30:15 user kernel: tsc: Detected 2294.802 MHz processor
Feb 04 08:30:15 user kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Feb 04 08:30:15 user kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Feb 04 08:30:15 user kernel: last_pfn = 0x23ee00 max_arch_pfn = 0x400000000
Feb 04 08:30:15 user kernel: MTRR map: 8 entries (3 fixed + 5 variable; max 23), built from 10 variable MTRRs
Feb 04 08:30:15 user kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Feb 04 08:30:15 user kernel: last_pfn = 0xbc000 max_arch_pfn = 0x400000000
Feb 04 08:30:15 user kernel: Using GB pages for direct mapping
Feb 04 08:30:15 user kernel: Secure boot disabled
Feb 04 08:30:15 user kernel: RAMDISK: [mem 0xaa916000-0xabeaafff]
Feb 04 08:30:15 user kernel: ACPI: Early table checksum verification disabled
Feb 04 08:30:15 user kernel: ACPI: RSDP 0x00000000BBFFE014 000024 (v02 HPQOEM)
Feb 04 08:30:15 user kernel: ACPI: XSDT 0x00000000BBFFE120 0000AC (v01 HPQOEM SLIC-MPC 00000001      01000013)
Feb 04 08:30:15 user kernel: ACPI: FACP 0x00000000BBFFC000 00010C (v05 HPQOEM 198F     00000001 HP   00000001)
Feb 04 08:30:15 user kernel: ACPI: DSDT 0x00000000BBFD1000 02555B (v02 HPQOEM 198F     00000001 INTL 20110112)
Feb 04 08:30:15 user kernel: ACPI: FACS 0x00000000BBDE3000 000040
Feb 04 08:30:15 user kernel: ACPI: FACS 0x00000000BBDE3000 000040
Feb 04 08:30:15 user kernel: ACPI: HPET 0x00000000BBFFB000 000038 (v01 HPQOEM 198F     00000001 HP   00000001)
Feb 04 08:30:15 user kernel: ACPI: APIC 0x00000000BBFFA000 0000BC (v01 HPQOEM 198F     00000001 HP   00000001)
Feb 04 08:30:15 user kernel: ACPI: MCFG 0x00000000BBFF9000 00003C (v01 HPQOEM 198F     00000001 HP   00000001)
Feb 04 08:30:15 user kernel: ACPI: TCPA 0x00000000BBFF7000 000032 (v02 HPQOEM 198F     00000000 HP   00000001)
Feb 04 08:30:15 user kernel: ACPI: SSDT 0x00000000BBFCE000 000313 (v01 HPQOEM SataAhci 00001000 INTL 20110112)
Feb 04 08:30:15 user kernel: ACPI: SSDT 0x00000000BBFCD000 00048A (v01 HPQOEM PtidDevc 00001000 INTL 20110112)
Feb 04 08:30:15 user kernel: ACPI: SLIC 0x00000000BBFCC000 000176 (v01 HPQOEM SLIC-MPC 00000001 HP   00000001)
Feb 04 08:30:15 user kernel: ACPI: MSDM 0x00000000BBFCB000 000055 (v03 HPQOEM SLIC-MPC 00000000 HP   00000001)
Feb 04 08:30:15 user kernel: ACPI: FPDT 0x00000000BBFCA000 000044 (v01 HPQOEM 198F     00000001 HP   00000001)
Feb 04 08:30:15 user kernel: ACPI: BGRT 0x00000000BBFC9000 000038 (v00 HPQOEM 198F     00000001 HP   00000001)
Feb 04 08:30:15 user kernel: ACPI: SSDT 0x00000000BBFC5000 000466 (v01 Isct   IsctAsl  00003000 INTL 20110112)
Feb 04 08:30:15 user kernel: ACPI: SSDT 0x00000000BBFC4000 000544 (v01 PmRef  Cpu0Ist  00003000 INTL 20110112)
Feb 04 08:30:15 user kernel: ACPI: SSDT 0x00000000BBFC3000 000AF3 (v01 PmRef  CpuPm    00003000 INTL 20110112)
Feb 04 08:30:15 user kernel: ACPI: SSDT 0x00000000BBFC2000 0001D5 (v01 PmRef  LakeTiny 00003000 INTL 20110112)
Feb 04 08:30:15 user kernel: ACPI: SSDT 0x00000000BBFC1000 000706 (v01 SaSsdt SaSsdt   00003000 INTL 20110112)
Feb 04 08:30:15 user kernel: ACPI: ASF! 0x00000000BBFF8000 0000A5 (v32 HPQOEM 198F     00000001 HP   00000001)
Feb 04 08:30:15 user kernel: ACPI: Reserving FACP table memory at [mem 0xbbffc000-0xbbffc10b]
Feb 04 08:30:15 user kernel: ACPI: Reserving DSDT table memory at [mem 0xbbfd1000-0xbbff655a]
Feb 04 08:30:15 user kernel: ACPI: Reserving FACS table memory at [mem 0xbbde3000-0xbbde303f]
Feb 04 08:30:15 user kernel: ACPI: Reserving FACS table memory at [mem 0xbbde3000-0xbbde303f]
Feb 04 08:30:15 user kernel: ACPI: Reserving HPET table memory at [mem 0xbbffb000-0xbbffb037]
Feb 04 08:30:15 user kernel: ACPI: Reserving APIC table memory at [mem 0xbbffa000-0xbbffa0bb]
Feb 04 08:30:15 user kernel: ACPI: Reserving MCFG table memory at [mem 0xbbff9000-0xbbff903b]
Feb 04 08:30:15 user kernel: ACPI: Reserving TCPA table memory at [mem 0xbbff7000-0xbbff7031]
Feb 04 08:30:15 user kernel: ACPI: Reserving SSDT table memory at [mem 0xbbfce000-0xbbfce312]
Feb 04 08:30:15 user kernel: ACPI: Reserving SSDT table memory at [mem 0xbbfcd000-0xbbfcd489]
Feb 04 08:30:15 user kernel: ACPI: Reserving SLIC table memory at [mem 0xbbfcc000-0xbbfcc175]
Feb 04 08:30:15 user kernel: ACPI: Reserving MSDM table memory at [mem 0xbbfcb000-0xbbfcb054]
Feb 04 08:30:15 user kernel: ACPI: Reserving FPDT table memory at [mem 0xbbfca000-0xbbfca043]
Feb 04 08:30:15 user kernel: ACPI: Reserving BGRT table memory at [mem 0xbbfc9000-0xbbfc9037]
Feb 04 08:30:15 user kernel: ACPI: Reserving SSDT table memory at [mem 0xbbfc5000-0xbbfc5465]
Feb 04 08:30:15 user kernel: ACPI: Reserving SSDT table memory at [mem 0xbbfc4000-0xbbfc4543]
Feb 04 08:30:15 user kernel: ACPI: Reserving SSDT table memory at [mem 0xbbfc3000-0xbbfc3af2]
Feb 04 08:30:15 user kernel: ACPI: Reserving SSDT table memory at [mem 0xbbfc2000-0xbbfc21d4]
Feb 04 08:30:15 user kernel: ACPI: Reserving SSDT table memory at [mem 0xbbfc1000-0xbbfc1705]
Feb 04 08:30:15 user kernel: ACPI: Reserving ASF! table memory at [mem 0xbbff8000-0xbbff80a4]
Feb 04 08:30:15 user kernel: No NUMA configuration found
Feb 04 08:30:15 user kernel: Faking a node at [mem 0x0000000000000000-0x000000023edfffff]
Feb 04 08:30:15 user kernel: NODE_DATA(0) allocated [mem 0x23edfb000-0x23edfffff]
Feb 04 08:30:15 user kernel: Zone ranges:
Feb 04 08:30:15 user kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Feb 04 08:30:15 user kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Feb 04 08:30:15 user kernel:   Normal   [mem 0x0000000100000000-0x000000023edfffff]
Feb 04 08:30:15 user kernel:   Device   empty
Feb 04 08:30:15 user kernel: Movable zone start for each node
Feb 04 08:30:15 user kernel: Early memory node ranges
Feb 04 08:30:15 user kernel:   node   0: [mem 0x0000000000001000-0x0000000000057fff]
Feb 04 08:30:15 user kernel:   node   0: [mem 0x0000000000059000-0x0000000000097fff]
Feb 04 08:30:15 user kernel:   node   0: [mem 0x0000000000100000-0x00000000bab7efff]
Feb 04 08:30:15 user kernel:   node   0: [mem 0x00000000bbfff000-0x00000000bbffffff]
Feb 04 08:30:15 user kernel:   node   0: [mem 0x0000000100000000-0x000000023edfffff]
Feb 04 08:30:15 user kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000023edfffff]
Feb 04 08:30:15 user kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Feb 04 08:30:15 user kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Feb 04 08:30:15 user kernel: On node 0, zone DMA: 104 pages in unavailable ranges
Feb 04 08:30:15 user kernel: On node 0, zone DMA32: 5248 pages in unavailable ranges
Feb 04 08:30:15 user kernel: On node 0, zone Normal: 16384 pages in unavailable ranges
Feb 04 08:30:15 user kernel: On node 0, zone Normal: 4608 pages in unavailable ranges
Feb 04 08:30:15 user kernel: Reserving Intel graphics memory at [mem 0xbd200000-0xbf1fffff]
Feb 04 08:30:15 user kernel: ACPI: PM-Timer IO Port: 0x1808
Feb 04 08:30:15 user kernel: ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
Feb 04 08:30:15 user kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Feb 04 08:30:15 user kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
Feb 04 08:30:15 user kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
Feb 04 08:30:15 user kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
Feb 04 08:30:15 user kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
Feb 04 08:30:15 user kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
Feb 04 08:30:15 user kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
Feb 04 08:30:15 user kernel: IOAPIC[0]: apic_id 0, version 32, address 0xfec00000, GSI 0-39
Feb 04 08:30:15 user kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Feb 04 08:30:15 user kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Feb 04 08:30:15 user kernel: ACPI: Using ACPI (MADT) for SMP configuration information
Feb 04 08:30:15 user kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
Feb 04 08:30:15 user kernel: e820: update [mem 0xb7a4b000-0xb7a52fff] usable ==> reserved
Feb 04 08:30:15 user kernel: TSC deadline timer available
Feb 04 08:30:15 user kernel: smpboot: Allowing 8 CPUs, 4 hotplug CPUs
Feb 04 08:30:15 user kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Feb 04 08:30:15 user kernel: PM: hibernation: Registered nosave memory: [mem 0x00058000-0x00058fff]
Feb 04 08:30:15 user kernel: PM: hibernation: Registered nosave memory: [mem 0x00098000-0x0009ffff]
Feb 04 08:30:15 user kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
Feb 04 08:30:15 user kernel: PM: hibernation: Registered nosave memory: [mem 0xaef2b000-0xaef2bfff]
Feb 04 08:30:15 user kernel: PM: hibernation: Registered nosave memory: [mem 0xaef34000-0xaef34fff]
Feb 04 08:30:15 user kernel: PM: hibernation: Registered nosave memory: [mem 0xaef35000-0xaef35fff]
Feb 04 08:30:15 user kernel: PM: hibernation: Registered nosave memory: [mem 0xaef45000-0xaef45fff]
Feb 04 08:30:15 user kernel: PM: hibernation: Registered nosave memory: [mem 0xb7a4b000-0xb7a52fff]
Feb 04 08:30:15 user kernel: PM: hibernation: Registered nosave memory: [mem 0xbab7f000-0xbbe7efff]
Feb 04 08:30:15 user kernel: PM: hibernation: Registered nosave memory: [mem 0xbbe7f000-0xbbf7efff]
Feb 04 08:30:15 user kernel: PM: hibernation: Registered nosave memory: [mem 0xbbf7f000-0xbbffefff]
Feb 04 08:30:15 user kernel: PM: hibernation: Registered nosave memory: [mem 0xbc000000-0xbd1fffff]
Feb 04 08:30:15 user kernel: PM: hibernation: Registered nosave memory: [mem 0xbd200000-0xbf1fffff]
Feb 04 08:30:15 user kernel: PM: hibernation: Registered nosave memory: [mem 0xbf200000-0xe00f7fff]
Feb 04 08:30:15 user kernel: PM: hibernation: Registered nosave memory: [mem 0xe00f8000-0xe00f8fff]
Feb 04 08:30:15 user kernel: PM: hibernation: Registered nosave memory: [mem 0xe00f9000-0xfed1bfff]
Feb 04 08:30:15 user kernel: PM: hibernation: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
Feb 04 08:30:15 user kernel: PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xffdaffff]
Feb 04 08:30:15 user kernel: PM: hibernation: Registered nosave memory: [mem 0xffdb0000-0xffdcefff]
Feb 04 08:30:15 user kernel: PM: hibernation: Registered nosave memory: [mem 0xffdcf000-0xffffffff]
Feb 04 08:30:15 user kernel: [mem 0xbf200000-0xe00f7fff] available for PCI devices
Feb 04 08:30:15 user kernel: Booting paravirtualized kernel on bare hardware
Feb 04 08:30:15 user kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Feb 04 08:30:15 user kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
Feb 04 08:30:15 user kernel: percpu: Embedded 64 pages/cpu s225280 r8192 d28672 u262144
Feb 04 08:30:15 user kernel: pcpu-alloc: s225280 r8192 d28672 u262144 alloc=1*2097152
Feb 04 08:30:15 user kernel: pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
Feb 04 08:30:15 user kernel: Kernel command line: BOOT_IMAGE=/@/boot/vmlinuz-linux-lts root=UUID=74dcaf1c-xxxx-xxxx-xxxx-898bf2dd6757 rw rootflags=subvol=@ loglevel=3 quiet
Feb 04 08:30:15 user kernel: Unknown kernel command line parameters "BOOT_IMAGE=/@/boot/vmlinuz-linux-lts", will be passed to user space.
Feb 04 08:30:15 user kernel: random: crng init done
Feb 04 08:30:15 user kernel: Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
Feb 04 08:30:15 user kernel: Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
Feb 04 08:30:15 user kernel: Fallback order for Node 0: 0 
Feb 04 08:30:15 user kernel: Built 1 zonelists, mobility grouping on.  Total pages: 2037274
Feb 04 08:30:15 user kernel: Policy zone: Normal
Feb 04 08:30:15 user kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
Feb 04 08:30:15 user kernel: software IO TLB: area num 8.
Feb 04 08:30:15 user kernel: Memory: 7904680K/8283224K available (18432K kernel code, 2150K rwdata, 13104K rodata, 3444K init, 3628K bss, 378288K reserved, 0K cma-reserved)
Feb 04 08:30:15 user kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
Feb 04 08:30:15 user kernel: Kernel/User page tables isolation: enabled
Feb 04 08:30:15 user kernel: ftrace: allocating 49272 entries in 193 pages
Feb 04 08:30:15 user kernel: ftrace: allocated 193 pages with 3 groups
Feb 04 08:30:15 user kernel: Dynamic Preempt: voluntary
Feb 04 08:30:15 user kernel: rcu: Preemptible hierarchical RCU implementation.
Feb 04 08:30:15 user kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=8.
Feb 04 08:30:15 user kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
Feb 04 08:30:15 user kernel:         Trampoline variant of Tasks RCU enabled.
Feb 04 08:30:15 user kernel:         Rude variant of Tasks RCU enabled.
Feb 04 08:30:15 user kernel:         Tracing variant of Tasks RCU enabled.
Feb 04 08:30:15 user kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
Feb 04 08:30:15 user kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
Feb 04 08:30:15 user kernel: NR_IRQS: 20736, nr_irqs: 760, preallocated irqs: 16
Feb 04 08:30:15 user kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
Feb 04 08:30:15 user kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Feb 04 08:30:15 user kernel: Console: colour dummy device 80x25
Feb 04 08:30:15 user kernel: printk: console [tty0] enabled
Feb 04 08:30:15 user kernel: ACPI: Core revision 20230628
Feb 04 08:30:15 user kernel: hpet: HPET dysfunctional in PC10. Force disabled.
Feb 04 08:30:15 user kernel: APIC: Switch to symmetric I/O mode setup
Feb 04 08:30:15 user kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2114069578a, max_idle_ns: 440795220435 ns
Feb 04 08:30:15 user kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 4591.83 BogoMIPS (lpj=7649340)
Feb 04 08:30:15 user kernel: CPU0: Thermal monitoring enabled (TM1)
Feb 04 08:30:15 user kernel: process: using mwait in idle threads
Feb 04 08:30:15 user kernel: Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
Feb 04 08:30:15 user kernel: Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
Feb 04 08:30:15 user kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Feb 04 08:30:15 user kernel: Spectre V2 : Mitigation: Retpolines
Feb 04 08:30:15 user kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Feb 04 08:30:15 user kernel: Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
Feb 04 08:30:15 user kernel: Spectre V2 : Enabling Restricted Speculation for firmware calls
Feb 04 08:30:15 user kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Feb 04 08:30:15 user kernel: Spectre V2 : User space: Mitigation: STIBP via prctl
Feb 04 08:30:15 user kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
Feb 04 08:30:15 user kernel: MDS: Mitigation: Clear CPU buffers
Feb 04 08:30:15 user kernel: MMIO Stale Data: Unknown: No mitigations
Feb 04 08:30:15 user kernel: SRBDS: Mitigation: Microcode
Feb 04 08:30:15 user kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Feb 04 08:30:15 user kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Feb 04 08:30:15 user kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Feb 04 08:30:15 user kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Feb 04 08:30:15 user kernel: x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
Feb 04 08:30:15 user kernel: Freeing SMP alternatives memory: 40K
Feb 04 08:30:15 user kernel: pid_max: default: 32768 minimum: 301
Feb 04 08:30:15 user kernel: LSM: initializing lsm=capability,landlock,lockdown,yama,bpf,integrity
Feb 04 08:30:15 user kernel: landlock: Up and running.
Feb 04 08:30:15 user kernel: Yama: becoming mindful.
Feb 04 08:30:15 user kernel: LSM support for eBPF active
Feb 04 08:30:15 user kernel: Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
Feb 04 08:30:15 user kernel: Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
Feb 04 08:30:15 user kernel: smpboot: CPU0: Intel(R) Core(TM) i5-4200U CPU @ 1.60GHz (family: 0x6, model: 0x45, stepping: 0x1)
Feb 04 08:30:15 user kernel: RCU Tasks: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=8.
Feb 04 08:30:15 user kernel: RCU Tasks Rude: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=8.
Feb 04 08:30:15 user kernel: RCU Tasks Trace: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=8.
Feb 04 08:30:15 user kernel: Performance Events: PEBS fmt2+, Haswell events, 16-deep LBR, full-width counters, Intel PMU driver.
Feb 04 08:30:15 user kernel: ... version:                3
Feb 04 08:30:15 user kernel: ... bit width:              48
Feb 04 08:30:15 user kernel: ... generic registers:      4
Feb 04 08:30:15 user kernel: ... value mask:             0000ffffffffffff
Feb 04 08:30:15 user kernel: ... max period:             00007fffffffffff
Feb 04 08:30:15 user kernel: ... fixed-purpose events:   3
Feb 04 08:30:15 user kernel: ... event mask:             000000070000000f
Feb 04 08:30:15 user kernel: signal: max sigframe size: 1776
Feb 04 08:30:15 user kernel: Estimated ratio of average max frequency by base frequency (times 1024): 1024
Feb 04 08:30:15 user kernel: rcu: Hierarchical SRCU implementation.
Feb 04 08:30:15 user kernel: rcu:         Max phase no-delay instances is 1000.
Feb 04 08:30:15 user kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Feb 04 08:30:15 user kernel: smp: Bringing up secondary CPUs ...
Feb 04 08:30:15 user kernel: smpboot: x86: Booting SMP configuration:
Feb 04 08:30:15 user kernel: .... node  #0, CPUs:      #2 #1 #3
Feb 04 08:30:15 user kernel: MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
Feb 04 08:30:15 user kernel: smp: Brought up 1 node, 4 CPUs
Feb 04 08:30:15 user kernel: smpboot: Max logical packages: 2
Feb 04 08:30:15 user kernel: smpboot: Total of 4 processors activated (18365.35 BogoMIPS)
Feb 04 08:30:15 user kernel: devtmpfs: initialized
Feb 04 08:30:15 user kernel: x86/mm: Memory block size: 128MB
Feb 04 08:30:15 user kernel: ACPI: PM: Registering ACPI NVS region [mem 0xbbe7f000-0xbbf7efff] (1048576 bytes)
Feb 04 08:30:15 user kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Feb 04 08:30:15 user kernel: futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
Feb 04 08:30:15 user kernel: pinctrl core: initialized pinctrl subsystem
Feb 04 08:30:15 user kernel: PM: RTC time: 03:00:06, date: 2025-02-04
Feb 04 08:30:15 user kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Feb 04 08:30:15 user kernel: DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
Feb 04 08:30:15 user kernel: DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Feb 04 08:30:15 user kernel: DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Feb 04 08:30:15 user kernel: audit: initializing netlink subsys (disabled)
Feb 04 08:30:15 user kernel: audit: type=2000 audit(1738638006.019:1): state=initialized audit_enabled=0 res=1
Feb 04 08:30:15 user kernel: thermal_sys: Registered thermal governor 'fair_share'
Feb 04 08:30:15 user kernel: thermal_sys: Registered thermal governor 'bang_bang'
Feb 04 08:30:15 user kernel: thermal_sys: Registered thermal governor 'step_wise'
Feb 04 08:30:15 user kernel: thermal_sys: Registered thermal governor 'user_space'
Feb 04 08:30:15 user kernel: thermal_sys: Registered thermal governor 'power_allocator'
Feb 04 08:30:15 user kernel: cpuidle: using governor ladder
Feb 04 08:30:15 user kernel: cpuidle: using governor menu
Feb 04 08:30:15 user kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
Feb 04 08:30:15 user kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Feb 04 08:30:15 user kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
Feb 04 08:30:15 user kernel: PCI: Using configuration type 1 for base access
Feb 04 08:30:15 user kernel: core: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
Feb 04 08:30:15 user kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
Feb 04 08:30:15 user kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
Feb 04 08:30:15 user kernel: HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
Feb 04 08:30:15 user kernel: HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
Feb 04 08:30:15 user kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
Feb 04 08:30:15 user kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
Feb 04 08:30:15 user kernel: ACPI: Added _OSI(Module Device)
Feb 04 08:30:15 user kernel: ACPI: Added _OSI(Processor Device)
Feb 04 08:30:15 user kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Feb 04 08:30:15 user kernel: ACPI: Added _OSI(Processor Aggregator Device)
Feb 04 08:30:15 user kernel: ACPI: 8 ACPI AML tables successfully acquired and loaded
Feb 04 08:30:15 user kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Feb 04 08:30:15 user kernel: ACPI: Dynamic OEM Table Load:
Feb 04 08:30:15 user kernel: ACPI: SSDT 0xFFFF888100ACE800 0003F3 (v01 PmRef  Cpu0Cst  00003001 INTL 20110112)
Feb 04 08:30:15 user kernel: ACPI: Dynamic OEM Table Load:
Feb 04 08:30:15 user kernel: ACPI: SSDT 0xFFFF888100A8A000 0005DB (v01 PmRef  ApIst    00003000 INTL 20110112)
Feb 04 08:30:15 user kernel: ACPI: Dynamic OEM Table Load:
Feb 04 08:30:15 user kernel: ACPI: SSDT 0xFFFF888100E8F200 000119 (v01 PmRef  ApCst    00003000 INTL 20110112)
Feb 04 08:30:15 user kernel: ACPI: _OSC evaluated successfully for all CPUs
Feb 04 08:30:15 user kernel: ACPI: EC: EC started
Feb 04 08:30:15 user kernel: ACPI: EC: interrupt blocked
Feb 04 08:30:15 user kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Feb 04 08:30:15 user kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC used to handle transactions
Feb 04 08:30:15 user kernel: ACPI: Interpreter enabled
Feb 04 08:30:15 user kernel: ACPI: PM: (supports S0 S3 S4 S5)
Feb 04 08:30:15 user kernel: ACPI: Using IOAPIC for interrupt routing
Feb 04 08:30:15 user kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Feb 04 08:30:15 user kernel: PCI: Using E820 reservations for host bridge windows
Feb 04 08:30:15 user kernel: ACPI: Enabled 7 GPEs in block 00 to 7F
Feb 04 08:30:15 user kernel: ACPI: \_SB_.PCI0.HDEF.APPR: New power resource
Feb 04 08:30:15 user kernel: ACPI: \_SB_.PCI0.LPCB.SIO_.COM1.COMP: New power resource
Feb 04 08:30:15 user kernel: ACPI: \_SB_.PCI0.LPCB.SIO_.LPT0.LPP_: New power resource
Feb 04 08:30:15 user kernel: ACPI: \_SB_.PCI0.RP06.PXP6: New power resource
Feb 04 08:30:15 user kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
Feb 04 08:30:15 user kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Feb 04 08:30:15 user kernel: acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug LTR DPC]
Feb 04 08:30:15 user kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
Feb 04 08:30:15 user kernel: acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
Feb 04 08:30:15 user kernel: PCI host bridge to bus 0000:00
Feb 04 08:30:15 user kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Feb 04 08:30:15 user kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Feb 04 08:30:15 user kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Feb 04 08:30:15 user kernel: pci_bus 0000:00: root bus resource [mem 0xbf200000-0xdfffffff window]
Feb 04 08:30:15 user kernel: pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfed3ffff window]
Feb 04 08:30:15 user kernel: pci_bus 0000:00: root bus resource [mem 0xfed45000-0xfedfffff window]
Feb 04 08:30:15 user kernel: pci_bus 0000:00: root bus resource [mem 0xfee01000-0xffffffff window]
Feb 04 08:30:15 user kernel: pci_bus 0000:00: root bus resource [bus 00-fe]
Feb 04 08:30:15 user kernel: pci 0000:00:00.0: [8086:0a04] type 00 class 0x060000
Feb 04 08:30:15 user kernel: pci 0000:00:02.0: [8086:0a16] type 00 class 0x030000
Feb 04 08:30:15 user kernel: pci 0000:00:02.0: reg 0x10: [mem 0xd0000000-0xd03fffff 64bit]
Feb 04 08:30:15 user kernel: pci 0000:00:02.0: reg 0x18: [mem 0xc0000000-0xcfffffff 64bit pref]
Feb 04 08:30:15 user kernel: pci 0000:00:02.0: reg 0x20: [io  0x3000-0x303f]
Feb 04 08:30:15 user kernel: pci 0000:00:02.0: BAR 2: assigned to efifb
Feb 04 08:30:15 user kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Feb 04 08:30:15 user kernel: pci 0000:00:03.0: [8086:0a0c] type 00 class 0x040300
Feb 04 08:30:15 user kernel: pci 0000:00:03.0: reg 0x10: [mem 0xd0730000-0xd0733fff 64bit]
Feb 04 08:30:15 user kernel: pci 0000:00:14.0: [8086:9c31] type 00 class 0x0c0330
Feb 04 08:30:15 user kernel: pci 0000:00:14.0: reg 0x10: [mem 0xd0720000-0xd072ffff 64bit]
Feb 04 08:30:15 user kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
Feb 04 08:30:15 user kernel: pci 0000:00:16.0: [8086:9c3a] type 00 class 0x078000
Feb 04 08:30:15 user kernel: pci 0000:00:16.0: reg 0x10: [mem 0xd0739000-0xd073901f 64bit]
Feb 04 08:30:15 user kernel: pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
Feb 04 08:30:15 user kernel: pci 0000:00:19.0: [8086:155a] type 00 class 0x020000
Feb 04 08:30:15 user kernel: pci 0000:00:19.0: reg 0x10: [mem 0xd0700000-0xd071ffff]
Feb 04 08:30:15 user kernel: pci 0000:00:19.0: reg 0x14: [mem 0xd073e000-0xd073efff]
Feb 04 08:30:15 user kernel: pci 0000:00:19.0: reg 0x18: [io  0x3080-0x309f]
Feb 04 08:30:15 user kernel: pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
Feb 04 08:30:15 user kernel: pci 0000:00:1b.0: [8086:9c20] type 00 class 0x040300
Feb 04 08:30:15 user kernel: pci 0000:00:1b.0: reg 0x10: [mem 0xd0734000-0xd0737fff 64bit]
Feb 04 08:30:15 user kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
Feb 04 08:30:15 user kernel: pci 0000:00:1c.0: [8086:9c10] type 01 class 0x060400
Feb 04 08:30:15 user kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Feb 04 08:30:15 user kernel: pci 0000:00:1c.3: [8086:9c16] type 01 class 0x060400
Feb 04 08:30:15 user kernel: pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
Feb 04 08:30:15 user kernel: pci 0000:00:1c.5: [8086:9c1a] type 01 class 0x060400
Feb 04 08:30:15 user kernel: pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
Feb 04 08:30:15 user kernel: pci 0000:00:1d.0: [8086:9c26] type 00 class 0x0c0320
Feb 04 08:30:15 user kernel: pci 0000:00:1d.0: reg 0x10: [mem 0xd073d000-0xd073d3ff]
Feb 04 08:30:15 user kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
Feb 04 08:30:15 user kernel: pci 0000:00:1f.0: [8086:9c43] type 00 class 0x060100
Feb 04 08:30:15 user kernel: pci 0000:00:1f.2: [8086:9c03] type 00 class 0x010601
Feb 04 08:30:15 user kernel: pci 0000:00:1f.2: reg 0x10: [io  0x30a8-0x30af]
Feb 04 08:30:15 user kernel: pci 0000:00:1f.2: reg 0x14: [io  0x30b4-0x30b7]
Feb 04 08:30:15 user kernel: pci 0000:00:1f.2: reg 0x18: [io  0x30a0-0x30a7]
Feb 04 08:30:15 user kernel: pci 0000:00:1f.2: reg 0x1c: [io  0x30b0-0x30b3]
Feb 04 08:30:15 user kernel: pci 0000:00:1f.2: reg 0x20: [io  0x3060-0x307f]
Feb 04 08:30:15 user kernel: pci 0000:00:1f.2: reg 0x24: [mem 0xd073c000-0xd073c7ff]
Feb 04 08:30:15 user kernel: pci 0000:00:1f.2: PME# supported from D3hot
Feb 04 08:30:15 user kernel: pci 0000:00:1f.3: [8086:9c22] type 00 class 0x0c0500
Feb 04 08:30:15 user kernel: pci 0000:00:1f.3: reg 0x10: [mem 0xd0738000-0xd07380ff 64bit]
Feb 04 08:30:15 user kernel: pci 0000:00:1f.3: reg 0x20: [io  0xef80-0xef9f]
Feb 04 08:30:15 user kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
Feb 04 08:30:15 user kernel: pci 0000:00:1c.0:   bridge window [mem 0xd0600000-0xd06fffff]
Feb 04 08:30:15 user kernel: pci 0000:02:00.0: [8086:08b1] type 00 class 0x028000
Feb 04 08:30:15 user kernel: pci 0000:02:00.0: reg 0x10: [mem 0xd0500000-0xd0501fff 64bit]
Feb 04 08:30:15 user kernel: pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
Feb 04 08:30:15 user kernel: pci 0000:00:1c.3: PCI bridge to [bus 02]
Feb 04 08:30:15 user kernel: pci 0000:00:1c.3:   bridge window [mem 0xd0500000-0xd05fffff]
Feb 04 08:30:15 user kernel: pci 0000:03:00.0: [10ec:5227] type 00 class 0xff0000
Feb 04 08:30:15 user kernel: pci 0000:03:00.0: reg 0x10: [mem 0xd0400000-0xd0400fff]
Feb 04 08:30:15 user kernel: pci 0000:03:00.0: supports D1 D2
Feb 04 08:30:15 user kernel: pci 0000:03:00.0: PME# supported from D1 D2 D3hot D3cold
Feb 04 08:30:15 user kernel: pci 0000:00:1c.5: ASPM: current common clock configuration is inconsistent, reconfiguring
Feb 04 08:30:15 user kernel: pci 0000:00:1c.5: PCI bridge to [bus 03]
Feb 04 08:30:15 user kernel: pci 0000:00:1c.5:   bridge window [mem 0xd0400000-0xd04fffff]
Feb 04 08:30:15 user kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 10
Feb 04 08:30:15 user kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 0
Feb 04 08:30:15 user kernel: ACPI: PCI: Interrupt link LNKB disabled
Feb 04 08:30:15 user kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 0
Feb 04 08:30:15 user kernel: ACPI: PCI: Interrupt link LNKC disabled
Feb 04 08:30:15 user kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 0
Feb 04 08:30:15 user kernel: ACPI: PCI: Interrupt link LNKD disabled
Feb 04 08:30:15 user kernel: ACPI: PCI: Interrupt link LNKE configured for IRQ 0
Feb 04 08:30:15 user kernel: ACPI: PCI: Interrupt link LNKE disabled
Feb 04 08:30:15 user kernel: ACPI: PCI: Interrupt link LNKF configured for IRQ 0
Feb 04 08:30:15 user kernel: ACPI: PCI: Interrupt link LNKF disabled
Feb 04 08:30:15 user kernel: ACPI: PCI: Interrupt link LNKG configured for IRQ 0
Feb 04 08:30:15 user kernel: ACPI: PCI: Interrupt link LNKG disabled
Feb 04 08:30:15 user kernel: ACPI: PCI: Interrupt link LNKH configured for IRQ 0
Feb 04 08:30:15 user kernel: ACPI: PCI: Interrupt link LNKH disabled
Feb 04 08:30:15 user kernel: ACPI: EC: interrupt unblocked
Feb 04 08:30:15 user kernel: ACPI: EC: event unblocked
Feb 04 08:30:15 user kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Feb 04 08:30:15 user kernel: ACPI: EC: GPE=0x6
Feb 04 08:30:15 user kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC initialization complete
Feb 04 08:30:15 user kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: EC: Used to handle transactions and events
Feb 04 08:30:15 user kernel: iommu: Default domain type: Translated
Feb 04 08:30:15 user kernel: iommu: DMA domain TLB invalidation policy: lazy mode
Feb 04 08:30:15 user kernel: SCSI subsystem initialized
Feb 04 08:30:15 user kernel: libata version 3.00 loaded.
Feb 04 08:30:15 user kernel: ACPI: bus type USB registered
Feb 04 08:30:15 user kernel: usbcore: registered new interface driver usbfs
Feb 04 08:30:15 user kernel: usbcore: registered new interface driver hub
Feb 04 08:30:15 user kernel: usbcore: registered new device driver usb
Feb 04 08:30:15 user kernel: pps_core: LinuxPPS API ver. 1 registered
Feb 04 08:30:15 user kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Feb 04 08:30:15 user kernel: PTP clock support registered
Feb 04 08:30:15 user kernel: EDAC MC: Ver: 3.0.0
Feb 04 08:30:15 user kernel: efivars: Registered efivars operations
Feb 04 08:30:15 user kernel: NetLabel: Initializing
Feb 04 08:30:15 user kernel: NetLabel:  domain hash size = 128
Feb 04 08:30:15 user kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Feb 04 08:30:15 user kernel: NetLabel:  unlabeled traffic allowed by default
Feb 04 08:30:15 user kernel: mctp: management component transport protocol core
Feb 04 08:30:15 user kernel: NET: Registered PF_MCTP protocol family
Feb 04 08:30:15 user kernel: PCI: Using ACPI for IRQ routing
Feb 04 08:30:15 user kernel: PCI: pci_cache_line_size set to 64 bytes
Feb 04 08:30:15 user kernel: e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
Feb 04 08:30:15 user kernel: e820: reserve RAM buffer [mem 0x00098000-0x0009ffff]
Feb 04 08:30:15 user kernel: e820: reserve RAM buffer [mem 0xaef2b018-0xafffffff]
Feb 04 08:30:15 user kernel: e820: reserve RAM buffer [mem 0xaef35018-0xafffffff]
Feb 04 08:30:15 user kernel: e820: reserve RAM buffer [mem 0xb7a4b000-0xb7ffffff]
Feb 04 08:30:15 user kernel: e820: reserve RAM buffer [mem 0xbab7f000-0xbbffffff]
Feb 04 08:30:15 user kernel: e820: reserve RAM buffer [mem 0x23ee00000-0x23fffffff]
Feb 04 08:30:15 user kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device
Feb 04 08:30:15 user kernel: pci 0000:00:02.0: vgaarb: bridge control possible
Feb 04 08:30:15 user kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Feb 04 08:30:15 user kernel: vgaarb: loaded
Feb 04 08:30:15 user kernel: clocksource: Switched to clocksource tsc-early
Feb 04 08:30:15 user kernel: VFS: Disk quotas dquot_6.6.0
Feb 04 08:30:15 user kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Feb 04 08:30:15 user kernel: pnp: PnP ACPI init
Feb 04 08:30:15 user kernel: system 00:00: [mem 0xfed1c000-0xfed1ffff] has been reserved
Feb 04 08:30:15 user kernel: system 00:00: [mem 0xfed10000-0xfed17fff] has been reserved
Feb 04 08:30:15 user kernel: system 00:00: [mem 0xfed18000-0xfed18fff] has been reserved
Feb 04 08:30:15 user kernel: system 00:00: [mem 0xfed19000-0xfed19fff] has been reserved
Feb 04 08:30:15 user kernel: system 00:00: [mem 0xe0000000-0xefffffff] could not be reserved
Feb 04 08:30:15 user kernel: system 00:00: [mem 0xfed20000-0xfed3ffff] has been reserved
Feb 04 08:30:15 user kernel: system 00:00: [mem 0xfed90000-0xfed93fff] has been reserved
Feb 04 08:30:15 user kernel: system 00:00: [mem 0xfed45000-0xfed8ffff] has been reserved
Feb 04 08:30:15 user kernel: system 00:00: [mem 0xfec00000-0xfec00fff] could not be reserved
Feb 04 08:30:15 user kernel: system 00:00: [mem 0xbf210000-0xbf21ffff] has been reserved
Feb 04 08:30:15 user kernel: system 00:01: [io  0x0200-0x027f] has been reserved
Feb 04 08:30:15 user kernel: system 00:01: [io  0xffff] has been reserved
Feb 04 08:30:15 user kernel: system 00:01: [io  0xffff] has been reserved
Feb 04 08:30:15 user kernel: system 00:01: [io  0xffff] has been reserved
Feb 04 08:30:15 user kernel: system 00:01: [io  0x1800-0x18fe] has been reserved
Feb 04 08:30:15 user kernel: system 00:01: [io  0xef80-0xef9f] has been reserved
Feb 04 08:30:15 user kernel: system 00:05: [mem 0x20000000-0x201fffff] could not be reserved
Feb 04 08:30:15 user kernel: system 00:05: [mem 0x40004000-0x40004fff] could not be reserved
Feb 04 08:30:15 user kernel: pnp: PnP ACPI: found 7 devices
Feb 04 08:30:15 user kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Feb 04 08:30:15 user kernel: NET: Registered PF_INET protocol family
Feb 04 08:30:15 user kernel: IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Feb 04 08:30:15 user kernel: tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
Feb 04 08:30:15 user kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
Feb 04 08:30:15 user kernel: TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
Feb 04 08:30:15 user kernel: TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
Feb 04 08:30:15 user kernel: TCP: Hash tables configured (established 65536 bind 65536)
Feb 04 08:30:15 user kernel: MPTCP token hash table entries: 8192 (order: 5, 196608 bytes, linear)
Feb 04 08:30:15 user kernel: UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
Feb 04 08:30:15 user kernel: UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
Feb 04 08:30:15 user kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Feb 04 08:30:15 user kernel: NET: Registered PF_XDP protocol family
Feb 04 08:30:15 user kernel: pci 0000:00:1c.5: bridge window [io  0x1000-0x0fff] to [bus 03] add_size 1000
Feb 04 08:30:15 user kernel: pci 0000:00:1c.5: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03] add_size 200000 add_align 100000
Feb 04 08:30:15 user kernel: pci 0000:00:1c.5: BAR 15: assigned [mem 0xbf300000-0xbf4fffff 64bit pref]
Feb 04 08:30:15 user kernel: pci 0000:00:1c.5: BAR 13: assigned [io  0x2000-0x2fff]
Feb 04 08:30:15 user kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
Feb 04 08:30:15 user kernel: pci 0000:00:1c.0:   bridge window [mem 0xd0600000-0xd06fffff]
Feb 04 08:30:15 user kernel: pci 0000:00:1c.3: PCI bridge to [bus 02]
Feb 04 08:30:15 user kernel: pci 0000:00:1c.3:   bridge window [mem 0xd0500000-0xd05fffff]
Feb 04 08:30:15 user kernel: pci 0000:00:1c.5: PCI bridge to [bus 03]
Feb 04 08:30:15 user kernel: pci 0000:00:1c.5:   bridge window [io  0x2000-0x2fff]
Feb 04 08:30:15 user kernel: pci 0000:00:1c.5:   bridge window [mem 0xd0400000-0xd04fffff]
Feb 04 08:30:15 user kernel: pci 0000:00:1c.5:   bridge window [mem 0xbf300000-0xbf4fffff 64bit pref]
Feb 04 08:30:15 user kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
Feb 04 08:30:15 user kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
Feb 04 08:30:15 user kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
Feb 04 08:30:15 user kernel: pci_bus 0000:00: resource 7 [mem 0xbf200000-0xdfffffff window]
Feb 04 08:30:15 user kernel: pci_bus 0000:00: resource 8 [mem 0xf0000000-0xfed3ffff window]
Feb 04 08:30:15 user kernel: pci_bus 0000:00: resource 9 [mem 0xfed45000-0xfedfffff window]
Feb 04 08:30:15 user kernel: pci_bus 0000:00: resource 10 [mem 0xfee01000-0xffffffff window]
Feb 04 08:30:15 user kernel: pci_bus 0000:01: resource 1 [mem 0xd0600000-0xd06fffff]
Feb 04 08:30:15 user kernel: pci_bus 0000:02: resource 1 [mem 0xd0500000-0xd05fffff]
Feb 04 08:30:15 user kernel: pci_bus 0000:03: resource 0 [io  0x2000-0x2fff]
Feb 04 08:30:15 user kernel: pci_bus 0000:03: resource 1 [mem 0xd0400000-0xd04fffff]
Feb 04 08:30:15 user kernel: pci_bus 0000:03: resource 2 [mem 0xbf300000-0xbf4fffff 64bit pref]
Feb 04 08:30:15 user kernel: pci 0000:00:14.0: enabling device (0000 -> 0002)
Feb 04 08:30:15 user kernel: PCI: CLS 64 bytes, default 64
Feb 04 08:30:15 user kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Feb 04 08:30:15 user kernel: software IO TLB: mapped [mem 0x00000000b32ef000-0x00000000b72ef000] (64MB)
Feb 04 08:30:15 user kernel: Trying to unpack rootfs image as initramfs...
Feb 04 08:30:15 user kernel: Initialise system trusted keyrings
Feb 04 08:30:15 user kernel: Key type blacklist registered
Feb 04 08:30:15 user kernel: workingset: timestamp_bits=41 max_order=21 bucket_order=0
Feb 04 08:30:15 user kernel: zbud: loaded
Feb 04 08:30:15 user kernel: integrity: Platform Keyring initialized
Feb 04 08:30:15 user kernel: integrity: Machine keyring initialized
Feb 04 08:30:15 user kernel: Key type asymmetric registered
Feb 04 08:30:15 user kernel: Asymmetric key parser 'x509' registered
Feb 04 08:30:15 user kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
Feb 04 08:30:15 user kernel: io scheduler mq-deadline registered
Feb 04 08:30:15 user kernel: io scheduler kyber registered
Feb 04 08:30:15 user kernel: io scheduler bfq registered
Feb 04 08:30:15 user kernel: pcieport 0000:00:1c.0: PME: Signaling with IRQ 40
Feb 04 08:30:15 user kernel: pcieport 0000:00:1c.3: PME: Signaling with IRQ 41
Feb 04 08:30:15 user kernel: pcieport 0000:00:1c.5: PME: Signaling with IRQ 42
Feb 04 08:30:15 user kernel: pcieport 0000:00:1c.5: pciehp: Slot #5 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
Feb 04 08:30:15 user kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Feb 04 08:30:15 user kernel: ACPI: AC: AC Adapter [AC] (on-line)
Feb 04 08:30:15 user kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
Feb 04 08:30:15 user kernel: ACPI: button: Sleep Button [SLPB]
Feb 04 08:30:15 user kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
Feb 04 08:30:15 user kernel: ACPI: button: Lid Switch [LID]
Feb 04 08:30:15 user kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
Feb 04 08:30:15 user kernel: ACPI: button: Power Button [PWRF]
Feb 04 08:30:15 user kernel: thermal LNXTHERM:00: registered as thermal_zone0
Feb 04 08:30:15 user kernel: ACPI: thermal: Thermal Zone [CPUZ] (35 C)
Feb 04 08:30:15 user kernel: Freeing initrd memory: 22100K
Feb 04 08:30:15 user kernel: thermal LNXTHERM:01: registered as thermal_zone1
Feb 04 08:30:15 user kernel: ACPI: thermal: Thermal Zone [GFXZ] (0 C)
Feb 04 08:30:15 user kernel: thermal LNXTHERM:02: registered as thermal_zone2
Feb 04 08:30:15 user kernel: ACPI: thermal: Thermal Zone [EXTZ] (0 C)
Feb 04 08:30:15 user kernel: thermal LNXTHERM:03: registered as thermal_zone3
Feb 04 08:30:15 user kernel: ACPI: thermal: Thermal Zone [LOCZ] (23 C)
Feb 04 08:30:15 user kernel: thermal LNXTHERM:04: registered as thermal_zone4
Feb 04 08:30:15 user kernel: ACPI: thermal: Thermal Zone [BATZ] (25 C)
Feb 04 08:30:15 user kernel: thermal LNXTHERM:05: registered as thermal_zone5
Feb 04 08:30:15 user kernel: ACPI: thermal: Thermal Zone [PCHZ] (114 C)
Feb 04 08:30:15 user kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Feb 04 08:30:15 user kernel: hpet_acpi_add: no address or irqs in _CRS
Feb 04 08:30:15 user kernel: Non-volatile memory driver v1.3
Feb 04 08:30:15 user kernel: Linux agpgart interface v0.103
Feb 04 08:30:15 user kernel: tpm_tis 00:06: 1.2 TPM (device-id 0xB, rev-id 16)
Feb 04 08:30:15 user kernel: ACPI: battery: Slot [BAT0] (battery present)
Feb 04 08:30:15 user kernel: ACPI: battery: Slot [BAT1] (battery absent)
Feb 04 08:30:15 user kernel: tpm tpm0: TPM is disabled/deactivated (0x7)
Feb 04 08:30:15 user kernel: AMD-Vi: AMD IOMMUv2 functionality not available on this system - This is not a bug.
Feb 04 08:30:15 user kernel: ACPI: bus type drm_connector registered
Feb 04 08:30:15 user kernel: ahci 0000:00:1f.2: version 3.0
Feb 04 08:30:15 user kernel: ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 2 ports 6 Gbps 0x1 impl SATA mode
Feb 04 08:30:15 user kernel: ahci 0000:00:1f.2: flags: 64bit ncq pm led clo only pio slum part deso sadm sds apst 
Feb 04 08:30:15 user kernel: scsi host0: ahci
Feb 04 08:30:15 user kernel: scsi host1: ahci
Feb 04 08:30:15 user kernel: ata1: SATA max UDMA/133 abar m2048@0xd073c000 port 0xd073c100 irq 43
Feb 04 08:30:15 user kernel: ata2: DUMMY
Feb 04 08:30:15 user kernel: usbcore: registered new interface driver usbserial_generic
Feb 04 08:30:15 user kernel: usbserial: USB Serial support registered for generic
Feb 04 08:30:15 user kernel: rtc_cmos 00:02: RTC can wake from S4
Feb 04 08:30:15 user kernel: ehci-pci 0000:00:1d.0: EHCI Host Controller
Feb 04 08:30:15 user kernel: ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 1
Feb 04 08:30:15 user kernel: ehci-pci 0000:00:1d.0: debug port 2
Feb 04 08:30:15 user kernel: rtc_cmos 00:02: registered as rtc0
Feb 04 08:30:15 user kernel: rtc_cmos 00:02: setting system clock to 2025-02-04T03:00:08 UTC (1738638008)
Feb 04 08:30:15 user kernel: rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram
Feb 04 08:30:15 user kernel: ehci-pci 0000:00:1d.0: irq 17, io mem 0xd073d000
Feb 04 08:30:15 user kernel: intel_pstate: Intel P-state driver initializing
Feb 04 08:30:15 user kernel: ledtrig-cpu: registered to indicate activity on CPUs
Feb 04 08:30:15 user kernel: [drm] Initialized simpledrm 1.0.0 20200625 for simple-framebuffer.0 on minor 0
Feb 04 08:30:15 user kernel: fbcon: Deferring console take-over
Feb 04 08:30:15 user kernel: simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
Feb 04 08:30:15 user kernel: hid: raw HID events driver (C) Jiri Kosina
Feb 04 08:30:15 user kernel: drop_monitor: Initializing network drop monitor service
Feb 04 08:30:15 user kernel: ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
Feb 04 08:30:15 user kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.06
Feb 04 08:30:15 user kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Feb 04 08:30:15 user kernel: usb usb1: Product: EHCI Host Controller
Feb 04 08:30:15 user kernel: usb usb1: Manufacturer: Linux 6.6.72-1-lts ehci_hcd
Feb 04 08:30:15 user kernel: usb usb1: SerialNumber: 0000:00:1d.0
Feb 04 08:30:15 user kernel: hub 1-0:1.0: USB hub found
Feb 04 08:30:15 user kernel: hub 1-0:1.0: 3 ports detected
Feb 04 08:30:15 user kernel: Initializing XFRM netlink socket
Feb 04 08:30:15 user kernel: NET: Registered PF_INET6 protocol family
Feb 04 08:30:15 user kernel: Segment Routing with IPv6
Feb 04 08:30:15 user kernel: RPL Segment Routing with IPv6
Feb 04 08:30:15 user kernel: In-situ OAM (IOAM) with IPv6
Feb 04 08:30:15 user kernel: NET: Registered PF_PACKET protocol family
Feb 04 08:30:15 user kernel: microcode: Microcode Update Driver: v2.2.
Feb 04 08:30:15 user kernel: IPI shorthand broadcast: enabled
Feb 04 08:30:15 user kernel: sched_clock: Marking stable (2153337684, 1102481)->(2214305779, -59865614)
Feb 04 08:30:15 user kernel: registered taskstats version 1
Feb 04 08:30:15 user kernel: Loading compiled-in X.509 certificates
Feb 04 08:30:15 user kernel: Loaded X.509 cert 'Build time autogenerated kernel key: f2b670fb22f346cdde4f5a15531ee33d0347e22145d8'
Feb 04 08:30:15 user kernel: zswap: loaded using pool zstd/zsmalloc
Feb 04 08:30:15 user kernel: Key type .fscrypt registered
Feb 04 08:30:15 user kernel: Key type fscrypt-provisioning registered
Feb 04 08:30:15 user kernel: PM:   Magic number: 13:550:6
Feb 04 08:30:15 user kernel: memory memory50: hash matches
Feb 04 08:30:15 user kernel: RAS: Correctable Errors collector initialized.
Feb 04 08:30:15 user kernel: clk: Disabling unused clocks
Feb 04 08:30:15 user kernel: usb 1-1: new high-speed USB device number 2 using ehci-pci
Feb 04 08:30:15 user kernel: ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
Feb 04 08:30:15 user kernel: ata1.00: ATA-8: WDC WD3200BEKT-75PVMT1, 01.01A01, max UDMA/133
Feb 04 08:30:15 user kernel: ata1.00: 625142448 sectors, multi 0: LBA48 NCQ (depth 32), AA
Feb 04 08:30:15 user kernel: ata1.00: configured for UDMA/133
Feb 04 08:30:15 user kernel: scsi 0:0:0:0: Direct-Access     ATA      WDC WD3200BEKT-7 1A01 PQ: 0 ANSI: 5
Feb 04 08:30:15 user kernel: sd 0:0:0:0: [sda] 625142448 512-byte logical blocks: (320 GB/298 GiB)
Feb 04 08:30:15 user kernel: sd 0:0:0:0: [sda] Write Protect is off
Feb 04 08:30:15 user kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
Feb 04 08:30:15 user kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Feb 04 08:30:15 user kernel: sd 0:0:0:0: [sda] Preferred minimum I/O size 512 bytes
Feb 04 08:30:15 user kernel: usb 1-1: New USB device found, idVendor=8087, idProduct=8000, bcdDevice= 0.04
Feb 04 08:30:15 user kernel: usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Feb 04 08:30:15 user kernel: hub 1-1:1.0: USB hub found
Feb 04 08:30:15 user kernel: hub 1-1:1.0: 8 ports detected
Feb 04 08:30:15 user kernel:  sda: sda1 sda2 sda3 sda4 sda5
Feb 04 08:30:15 user kernel: sd 0:0:0:0: [sda] Attached SCSI disk
Feb 04 08:30:15 user kernel: Freeing unused decrypted memory: 2028K
Feb 04 08:30:15 user kernel: Freeing unused kernel image (initmem) memory: 3444K
Feb 04 08:30:15 user kernel: Write protecting the kernel read-only data: 32768k
Feb 04 08:30:15 user kernel: Freeing unused kernel image (rodata/data gap) memory: 1232K
Feb 04 08:30:15 user kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Feb 04 08:30:15 user kernel: rodata_test: all tests were successful
Feb 04 08:30:15 user kernel: x86/mm: Checking user space page tables
Feb 04 08:30:15 user kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Feb 04 08:30:15 user kernel: Run /init as init process
Feb 04 08:30:15 user kernel:   with arguments:
Feb 04 08:30:15 user kernel:     /init
Feb 04 08:30:15 user kernel:   with environment:
Feb 04 08:30:15 user kernel:     HOME=/
Feb 04 08:30:15 user kernel:     TERM=linux
Feb 04 08:30:15 user kernel:     BOOT_IMAGE=/@/boot/vmlinuz-linux-lts
Feb 04 08:30:15 user kernel: raid6: skipped pq benchmark and selected avx2x4
Feb 04 08:30:15 user kernel: raid6: using avx2x2 recovery algorithm
Feb 04 08:30:15 user kernel: xor: automatically using best checksumming function   avx       
Feb 04 08:30:15 user kernel: tsc: Refined TSC clocksource calibration: 2294.687 MHz
Feb 04 08:30:15 user kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x21139a22526, max_idle_ns: 440795252169 ns
Feb 04 08:30:15 user kernel: clocksource: Switched to clocksource tsc
Feb 04 08:30:15 user kernel: Btrfs loaded, zoned=yes, fsverity=yes
Feb 04 08:30:15 user kernel: wmi_bus wmi_bus-PNP0C14:00: [Firmware Info]: 8F1F6436-XXXX-XXXX-XXXX-0E9424F20C9A has zero instances
Feb 04 08:30:15 user kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
Feb 04 08:30:15 user kernel: i8042: Detected active multiplexing controller, rev 1.1
Feb 04 08:30:15 user kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Feb 04 08:30:15 user kernel: serio: i8042 AUX0 port at 0x60,0x64 irq 12
Feb 04 08:30:15 user kernel: serio: i8042 AUX1 port at 0x60,0x64 irq 12
Feb 04 08:30:15 user kernel: serio: i8042 AUX2 port at 0x60,0x64 irq 12
Feb 04 08:30:15 user kernel: serio: i8042 AUX3 port at 0x60,0x64 irq 12
Feb 04 08:30:15 user kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Feb 04 08:30:15 user kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
Feb 04 08:30:15 user kernel: xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x000000000004b810
Feb 04 08:30:15 user kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Feb 04 08:30:15 user kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
Feb 04 08:30:15 user kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
Feb 04 08:30:15 user kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.06
Feb 04 08:30:15 user kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Feb 04 08:30:15 user kernel: usb usb2: Product: xHCI Host Controller
Feb 04 08:30:15 user kernel: usb usb2: Manufacturer: Linux 6.6.72-1-lts xhci-hcd
Feb 04 08:30:15 user kernel: usb usb2: SerialNumber: 0000:00:14.0
Feb 04 08:30:15 user kernel: hub 2-0:1.0: USB hub found
Feb 04 08:30:15 user kernel: hub 2-0:1.0: 9 ports detected
Feb 04 08:30:15 user kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.06
Feb 04 08:30:15 user kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Feb 04 08:30:15 user kernel: usb usb3: Product: xHCI Host Controller
Feb 04 08:30:15 user kernel: usb usb3: Manufacturer: Linux 6.6.72-1-lts xhci-hcd
Feb 04 08:30:15 user kernel: usb usb3: SerialNumber: 0000:00:14.0
Feb 04 08:30:15 user kernel: hub 3-0:1.0: USB hub found
Feb 04 08:30:15 user kernel: hub 3-0:1.0: 4 ports detected
Feb 04 08:30:15 user kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
Feb 04 08:30:15 user kernel: usb 2-2: new low-speed USB device number 2 using xhci_hcd
Feb 04 08:30:15 user kernel: usb 2-2: New USB device found, idVendor=1a2c, idProduct=0042, bcdDevice= 1.10
Feb 04 08:30:15 user kernel: usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Feb 04 08:30:15 user kernel: usb 2-2: Product: Usb Mouse
Feb 04 08:30:15 user kernel: usb 2-2: Manufacturer: SEMICCHIP
Feb 04 08:30:15 user kernel: usb 3-3: new SuperSpeed USB device number 2 using xhci_hcd
Feb 04 08:30:15 user kernel: usb 3-3: New USB device found, idVendor=0424, idProduct=5534, bcdDevice=50.00
Feb 04 08:30:15 user kernel: usb 3-3: New USB device strings: Mfr=2, Product=3, SerialNumber=0
Feb 04 08:30:15 user kernel: usb 3-3: Product: USB5534B
Feb 04 08:30:15 user kernel: usb 3-3: Manufacturer: SMSC
Feb 04 08:30:15 user kernel: hub 3-3:1.0: USB hub found
Feb 04 08:30:15 user kernel: hub 3-3:1.0: 4 ports detected
Feb 04 08:30:15 user kernel: usb: port power management may be unreliable
Feb 04 08:30:15 user kernel: input: SEMICCHIP Usb Mouse as /devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2:1.0/0003:1A2C:0042.0001/input/input6
Feb 04 08:30:15 user kernel: hid-generic 0003:1A2C:0042.0001: input,hidraw0: USB HID v1.10 Mouse [SEMICCHIP Usb Mouse] on usb-0000:00:14.0-2/input0
Feb 04 08:30:15 user kernel: usbcore: registered new interface driver usbhid
Feb 04 08:30:15 user kernel: usbhid: USB HID core driver
Feb 04 08:30:15 user kernel: usb 2-3: new high-speed USB device number 3 using xhci_hcd
Feb 04 08:30:15 user kernel: i915 0000:00:02.0: vgaarb: deactivate vga console
Feb 04 08:30:15 user kernel: i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=io+mem:owns=io+mem
Feb 04 08:30:15 user kernel: [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 1
Feb 04 08:30:15 user kernel: ACPI: video: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
Feb 04 08:30:15 user kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input9
Feb 04 08:30:15 user kernel: fbcon: i915drmfb (fb0) is primary device
Feb 04 08:30:15 user kernel: fbcon: Deferring console take-over
Feb 04 08:30:15 user kernel: i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
Feb 04 08:30:15 user kernel: usb 2-3: New USB device found, idVendor=0424, idProduct=2134, bcdDevice=50.00
Feb 04 08:30:15 user kernel: usb 2-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Feb 04 08:30:15 user kernel: usb 2-3: Product: USB2134B
Feb 04 08:30:15 user kernel: usb 2-3: Manufacturer: SMSC
Feb 04 08:30:15 user kernel: hub 2-3:1.0: USB hub found
Feb 04 08:30:15 user kernel: hub 2-3:1.0: 4 ports detected
Feb 04 08:30:15 user kernel: usb 2-4: new full-speed USB device number 4 using xhci_hcd
Feb 04 08:30:15 user kernel: BTRFS: device fsid 74dcaf1c-XXX-XXXX-XXXX-898bf2dd6757 devid 1 transid 8262 /dev/sda5 scanned by (udev-worker) (135)
Feb 04 08:30:15 user kernel: usb 2-4: New USB device found, idVendor=258a, idProduct=002a, bcdDevice=90.36
Feb 04 08:30:15 user kernel: usb 2-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Feb 04 08:30:15 user kernel: usb 2-4: Product: Gaming KB 
Feb 04 08:30:15 user kernel: usb 2-4: Manufacturer: SINO WEALTH
Feb 04 08:30:15 user kernel: input: SINO WEALTH Gaming KB  as /devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4:1.0/0003:258A:002A.0002/input/input10
Feb 04 08:30:15 user kernel: usb 2-3.2: new full-speed USB device number 5 using xhci_hcd
Feb 04 08:30:15 user kernel: hid-generic 0003:258A:002A.0002: input,hidraw1: USB HID v1.11 Keyboard [SINO WEALTH Gaming KB ] on usb-0000:00:14.0-4/input0
Feb 04 08:30:15 user kernel: input: SINO WEALTH Gaming KB  System Control as /devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4:1.1/0003:258A:002A.0003/input/input11
Feb 04 08:30:15 user kernel: usb 2-3.2: New USB device found, idVendor=8087, idProduct=07dc, bcdDevice= 0.01
Feb 04 08:30:15 user kernel: usb 2-3.2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Feb 04 08:30:15 user kernel: input: SINO WEALTH Gaming KB  Consumer Control as /devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4:1.1/0003:258A:002A.0003/input/input12
Feb 04 08:30:15 user kernel: input: SINO WEALTH Gaming KB  Keyboard as /devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4:1.1/0003:258A:002A.0003/input/input13
Feb 04 08:30:15 user kernel: hid-generic 0003:258A:002A.0003: input,hiddev96,hidraw2: USB HID v1.11 Keyboard [SINO WEALTH Gaming KB ] on usb-0000:00:14.0-4/input1
Feb 04 08:30:15 user kernel: usb 2-5: new full-speed USB device number 6 using xhci_hcd
Feb 04 08:30:15 user kernel: BTRFS info (device sda5): first mount of filesystem 74dcaf1c-XXXX-XXXX-XXXX-898bf2dd6757
Feb 04 08:30:15 user kernel: BTRFS info (device sda5): using crc32c (crc32c-intel) checksum algorithm
Feb 04 08:30:15 user kernel: BTRFS info (device sda5): using free space tree
Feb 04 08:30:15 user kernel: usb 2-5: New USB device found, idVendor=138a, idProduct=003f, bcdDevice= 1.04
Feb 04 08:30:15 user kernel: usb 2-5: New USB device strings: Mfr=0, Product=0, SerialNumber=1
Feb 04 08:30:15 user kernel: usb 2-5: SerialNumber: 00203057cd95
Feb 04 08:30:15 user systemd[1]: systemd 257.2-2-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +IPE +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +BTF +XKBCOMMON +UTMP -SYSVINIT +LIBARCHIVE)
Feb 04 08:30:15 user systemd[1]: Detected architecture x86-64.
Feb 04 08:30:15 user systemd[1]: Hostname set to <user>.
Feb 04 08:30:15 user kernel: systemd[1]: memfd_create() called without MFD_EXEC or MFD_NOEXEC_SEAL set
Feb 04 08:30:15 user systemd[1]: bpf-restrict-fs: LSM BPF program attached
Feb 04 08:30:15 user systemd[1]: /etc/systemd/system/getty@tty1.service.d/autologin.conf:4: Ignoring unknown escape sequences: "-p -f -- \u"
Feb 04 08:30:15 user systemd[1]: Queued start job for default target Graphical Interface.
Feb 04 08:30:15 user systemd[1]: Created slice Slice /system/dirmngr.
Feb 04 08:30:15 user systemd[1]: Created slice Slice /system/getty.
Feb 04 08:30:15 user systemd[1]: Created slice Slice /system/gpg-agent.
Feb 04 08:30:15 user systemd[1]: Created slice Slice /system/gpg-agent-browser.
Feb 04 08:30:15 user systemd[1]: Created slice Slice /system/gpg-agent-extra.
Feb 04 08:30:15 user systemd[1]: Created slice Slice /system/gpg-agent-ssh.
Feb 04 08:30:15 user systemd[1]: Created slice Slice /system/keyboxd.
Feb 04 08:30:15 user systemd[1]: Created slice Slice /system/modprobe.
Feb 04 08:30:15 user systemd[1]: Created slice Slice /system/systemd-fsck.
Feb 04 08:30:15 user systemd[1]: Created slice User and Session Slice.
Feb 04 08:30:15 user systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Feb 04 08:30:15 user systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Feb 04 08:30:15 user systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Feb 04 08:30:15 user systemd[1]: Expecting device /dev/disk/by-uuid/5FC2-72BE...
Feb 04 08:30:15 user systemd[1]: Expecting device /dev/disk/by-uuid/5c930e6b-XXXX-XXXX-XXXX-f585dfaf612d...
Feb 04 08:30:15 user systemd[1]: Expecting device /dev/disk/by-uuid/74dcaf1c-XXXX-XXXX-XXXX-898bf2dd6757...
Feb 04 08:30:15 user systemd[1]: Reached target Local Encrypted Volumes.
Feb 04 08:30:15 user systemd[1]: Reached target Local Integrity Protected Volumes.
Feb 04 08:30:15 user systemd[1]: Reached target Path Units.
Feb 04 08:30:15 user systemd[1]: Reached target Remote File Systems.
Feb 04 08:30:15 user systemd[1]: Reached target Slice Units.
Feb 04 08:30:15 user systemd[1]: Reached target Local Verity Protected Volumes.
Feb 04 08:30:15 user systemd[1]: Listening on Device-mapper event daemon FIFOs.
Feb 04 08:30:15 user systemd[1]: Listening on Process Core Dump Socket.
Feb 04 08:30:15 user systemd[1]: Listening on Credential Encryption/Decryption.
Feb 04 08:30:15 user systemd[1]: Listening on Journal Socket (/dev/log).
Feb 04 08:30:15 user systemd[1]: Listening on Journal Sockets.
Feb 04 08:30:15 user systemd[1]: TPM PCR Measurements was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Feb 04 08:30:15 user systemd[1]: Make TPM PCR Policy was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Feb 04 08:30:15 user systemd[1]: Listening on udev Control Socket.
Feb 04 08:30:15 user systemd[1]: Listening on udev Kernel Socket.
Feb 04 08:30:15 user systemd[1]: Listening on User Database Manager Socket.
Feb 04 08:30:15 user systemd[1]: Mounting Huge Pages File System...
Feb 04 08:30:15 user systemd[1]: Mounting POSIX Message Queue File System...
Feb 04 08:30:15 user systemd[1]: Mounting Kernel Debug File System...
Feb 04 08:30:15 user systemd[1]: Mounting Kernel Trace File System...
Feb 04 08:30:15 user systemd[1]: Starting Create List of Static Device Nodes...
Feb 04 08:30:15 user systemd[1]: Starting Load Kernel Module configfs...
Feb 04 08:30:15 user systemd[1]: Starting Load Kernel Module dm_mod...
Feb 04 08:30:15 user systemd[1]: Starting Load Kernel Module drm...
Feb 04 08:30:15 user systemd[1]: Starting Load Kernel Module fuse...
Feb 04 08:30:15 user systemd[1]: Starting Load Kernel Module loop...
Feb 04 08:30:15 user systemd[1]: Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).
Feb 04 08:30:15 user systemd[1]: Starting Journal Service...
Feb 04 08:30:15 user systemd[1]: Starting Load Kernel Modules...
Feb 04 08:30:15 user systemd[1]: TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Feb 04 08:30:15 user systemd[1]: Starting Remount Root and Kernel File Systems...
Feb 04 08:30:15 user systemd[1]: Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Feb 04 08:30:15 user systemd[1]: Starting Load udev Rules from Credentials...
Feb 04 08:30:15 user systemd[1]: Starting Coldplug All udev Devices...
Feb 04 08:30:15 user systemd[1]: Mounted Huge Pages File System.
Feb 04 08:30:15 user systemd[1]: Mounted POSIX Message Queue File System.
Feb 04 08:30:15 user systemd[1]: Mounted Kernel Debug File System.
Feb 04 08:30:15 user systemd[1]: Mounted Kernel Trace File System.
Feb 04 08:30:15 user systemd[1]: Finished Create List of Static Device Nodes.
Feb 04 08:30:15 user systemd[1]: modprobe@configfs.service: Deactivated successfully.
Feb 04 08:30:15 user systemd[1]: Finished Load Kernel Module configfs.
Feb 04 08:30:15 user systemd[1]: modprobe@drm.service: Deactivated successfully.
Feb 04 08:30:15 user kernel: device-mapper: uevent: version 1.0.3
Feb 04 08:30:15 user kernel: device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com
Feb 04 08:30:15 user kernel: loop: module loaded
Feb 04 08:30:15 user systemd[1]: Finished Load Kernel Module drm.
Feb 04 08:30:15 user systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Feb 04 08:30:15 user kernel: fuse: init (API version 7.39)
Feb 04 08:30:15 user systemd[1]: Finished Load Kernel Module dm_mod.
Feb 04 08:30:15 user systemd[1]: modprobe@fuse.service: Deactivated successfully.
Feb 04 08:30:15 user systemd[1]: Finished Load Kernel Module fuse.
Feb 04 08:30:15 user systemd[1]: modprobe@loop.service: Deactivated successfully.
Feb 04 08:30:15 user systemd[1]: Finished Load Kernel Module loop.
Feb 04 08:30:15 user systemd-journald[265]: Collecting audit messages is disabled.
Feb 04 08:30:15 user systemd[1]: Finished Load Kernel Modules.
Feb 04 08:30:15 user systemd[1]: Finished Load udev Rules from Credentials.
Feb 04 08:30:15 user systemd[1]: Mounting FUSE Control File System...
Feb 04 08:30:15 user systemd[1]: Mounting Kernel Configuration File System...
Feb 04 08:30:15 user systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Feb 04 08:30:15 user systemd[1]: Starting Apply Kernel Variables...
Feb 04 08:30:15 user systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
Feb 04 08:30:15 user systemd-journald[265]: Journal started
Feb 04 08:30:15 user systemd-journald[265]: Runtime Journal (/run/log/journal/b008cdd7bXXXXXXXXXe137d94b1a4ca) is 8M, max 391.9M, 383.9M free.
Feb 04 08:30:15 user systemd[1]: Started Journal Service.
Feb 04 08:30:15 user systemd[1]: Mounted FUSE Control File System.
Feb 04 08:30:15 user systemd[1]: Mounted Kernel Configuration File System.
Feb 04 08:30:15 user systemd[1]: Finished Apply Kernel Variables.
Feb 04 08:30:15 user systemd[1]: Finished Coldplug All udev Devices.
Feb 04 08:30:15 user systemd[1]: Starting User Database Manager...
Feb 04 08:30:15 user kernel: BTRFS info (device sda5: state M): use zstd compression, level 3
Feb 04 08:30:15 user kernel: BTRFS info (device sda5: state M): turning on async discard
Feb 04 08:30:15 user kernel: BTRFS info (device sda5: state M): enabling auto defrag
Feb 04 08:30:15 user systemd[1]: Finished Remount Root and Kernel File Systems.
Feb 04 08:30:15 user systemd[1]: Rebuild Hardware Database was skipped because no trigger condition checks were met.
Feb 04 08:30:15 user systemd[1]: Starting Load/Save OS Random Seed...
Feb 04 08:30:15 user systemd[1]: TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Feb 04 08:30:15 user systemd[1]: Started User Database Manager.
Feb 04 08:30:15 user systemd[1]: Finished Create Static Device Nodes in /dev gracefully.
Feb 04 08:30:15 user systemd[1]: Starting Create System Users...
Feb 04 08:30:15 user systemd[1]: Finished Load/Save OS Random Seed.
Feb 04 08:30:16 user systemd[1]: Finished Create System Users.
Feb 04 08:30:16 user systemd[1]: Starting Create Static Device Nodes in /dev...
Feb 04 08:30:16 user systemd[1]: Finished Create Static Device Nodes in /dev.
Feb 04 08:30:16 user systemd[1]: Reached target Preparation for Local File Systems.
Feb 04 08:30:16 user systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of an unmet condition check (ConditionPathExists=/var/lib/machines.raw).
Feb 04 08:30:16 user systemd[1]: Listening on Disk Image Download Service Socket.
Feb 04 08:30:16 user systemd[1]: Starting Rule-based Manager for Device Events and Files...
Feb 04 08:30:16 user systemd-udevd[313]: Using default interface naming scheme 'v257'.
Feb 04 08:30:16 user systemd[1]: Started Rule-based Manager for Device Events and Files.
Feb 04 08:30:17 user kernel: e1000e: Intel(R) PRO/1000 Network Driver
Feb 04 08:30:17 user kernel: e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
Feb 04 08:30:17 user kernel: e1000e 0000:00:19.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
Feb 04 08:30:17 user kernel: input: Wireless hotkeys as /devices/virtual/input/input14
Feb 04 08:30:17 user kernel: hp_accel: hardware type HPB64xx found
Feb 04 08:30:17 user kernel: lis3lv02d: 8 bits 3DC sensor found
Feb 04 08:30:17 user kernel: e1000e 0000:00:19.0 0000:00:19.0 (uninitialized): registered PHC clock
Feb 04 08:30:17 user kernel: i801_smbus 0000:00:1f.3: enabling device (0000 -> 0003)
Feb 04 08:30:17 user kernel: i801_smbus 0000:00:1f.3: SPD Write Disable is set
Feb 04 08:30:17 user kernel: i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
Feb 04 08:30:17 user kernel: i2c i2c-9: 2/2 memory slots populated (from DMI)
Feb 04 08:30:17 user kernel: i2c i2c-9: Successfully instantiated SPD at 0x50
Feb 04 08:30:17 user kernel: e1000e 0000:00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) XXX:XXX:XXX:XXX:94
Feb 04 08:30:17 user kernel: e1000e 0000:00:19.0 eth0: Intel(R) PRO/1000 Network Connection
Feb 04 08:30:17 user kernel: e1000e 0000:00:19.0 eth0: MAC: 11, PHY: 12, PBA No: FFFFFF-0FF
Feb 04 08:30:17 user systemd[1]: Created slice Slice /system/systemd-backlight.
Feb 04 08:30:17 user systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:intel_backlight...
Feb 04 08:30:17 user systemd[1]: Finished Load/Save Screen Backlight Brightness of backlight:intel_backlight.
Feb 04 08:30:17 user kernel: input: ST LIS3LV02DL Accelerometer as /devices/platform/lis3lv02d/input/input15
Feb 04 08:30:17 user kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Feb 04 08:30:17 user kernel: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Feb 04 08:30:17 user kernel: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
Feb 04 08:30:17 user kernel: Bluetooth: Core ver 2.22
Feb 04 08:30:17 user kernel: NET: Registered PF_BLUETOOTH protocol family
Feb 04 08:30:17 user kernel: Bluetooth: HCI device and connection manager initialized
Feb 04 08:30:17 user kernel: Bluetooth: HCI socket layer initialized
Feb 04 08:30:17 user kernel: Bluetooth: L2CAP socket layer initialized
Feb 04 08:30:17 user kernel: Bluetooth: SCO socket layer initialized
Feb 04 08:30:17 user kernel: RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
Feb 04 08:30:17 user kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
Feb 04 08:30:17 user kernel: RAPL PMU: hw unit of domain package 2^-14 Joules
Feb 04 08:30:17 user kernel: RAPL PMU: hw unit of domain dram 2^-14 Joules
Feb 04 08:30:17 user kernel: RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
Feb 04 08:30:17 user kernel: cryptd: max_cpu_qlen set to 1000
Feb 04 08:30:17 user kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Feb 04 08:30:17 user kernel: cfg80211: failed to load regulatory.db
Feb 04 08:30:17 user kernel: Intel(R) Wireless WiFi driver for Linux
Feb 04 08:30:17 user kernel: iwlwifi 0000:02:00.0: enabling device (0000 -> 0002)
Feb 04 08:30:17 user kernel: iwlwifi 0000:02:00.0: Detected crf-id 0x0, cnv-id 0x0 wfpm id 0x0
Feb 04 08:30:17 user kernel: iwlwifi 0000:02:00.0: PCI dev 08b1/4070, rev=0x144, rfid=0xd55555d5
Feb 04 08:30:17 user systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Feb 04 08:30:17 user kernel: input: PC Speaker as /devices/platform/pcspkr/input/input19
Feb 04 08:30:17 user systemd[1]: Starting Virtual Console Setup...
Feb 04 08:30:17 user kernel: at24 9-0050: supply vcc not found, using dummy regulator
Feb 04 08:30:17 user kernel: at24 9-0050: 256 byte spd EEPROM, read-only
Feb 04 08:30:17 user kernel: e1000e 0000:00:19.0 enp0s25: renamed from eth0
Feb 04 08:30:17 user kernel: input: HP WMI hotkeys as /devices/virtual/input/input20
Feb 04 08:30:17 user kernel: AVX2 version of gcm_enc/dec engaged.
Feb 04 08:30:17 user kernel: AES CTR mode by8 optimization enabled
Feb 04 08:30:17 user kernel: iwlwifi 0000:02:00.0: loaded firmware version 17.3216344376.0 7260-17.ucode op_mode iwlmvm
Feb 04 08:30:18 user kernel: iTCO_vendor_support: vendor-support=0
Feb 04 08:30:18 user mtp-probe[349]: checking bus 2, device 6: "/sys/devices/pci0000:00/0000:00:14.0/usb2/2-5"
Feb 04 08:30:18 user mtp-probe[347]: checking bus 2, device 4: "/sys/devices/pci0000:00/0000:00:14.0/usb2/2-4"
Feb 04 08:30:18 user mtp-probe[348]: checking bus 2, device 2: "/sys/devices/pci0000:00/0000:00:14.0/usb2/2-2"
Feb 04 08:30:18 user mtp-probe[349]: bus: 2, device: 6 was not an MTP device
Feb 04 08:30:18 user mtp-probe[348]: bus: 2, device: 2 was not an MTP device
Feb 04 08:30:18 user mtp-probe[347]: bus: 2, device: 4 was not an MTP device
Feb 04 08:30:18 user kernel: mousedev: PS/2 mouse device common for all mice
Feb 04 08:30:18 user kernel: iTCO_wdt iTCO_wdt.1.auto: Found a Lynx Point_LP TCO device (Version=2, TCOBASE=0x1860)
Feb 04 08:30:18 user kernel: iTCO_wdt iTCO_wdt.1.auto: initialized. heartbeat=30 sec (nowayout=0)
Feb 04 08:30:18 user kernel: usbcore: registered new interface driver btusb
Feb 04 08:30:18 user systemd[1]: Starting Load/Save RF Kill Switch Status...
Feb 04 08:30:18 user kernel: Bluetooth: hci0: Legacy ROM 2.5 revision 8.0 build 2 week 3 2013
Feb 04 08:30:18 user systemd[1]: Reached target Bluetooth Support.
Feb 04 08:30:18 user systemd[1]: Started Load/Save RF Kill Switch Status.
Feb 04 08:30:18 user kernel: Bluetooth: hci0: Intel Bluetooth firmware file: intel/ibt-hw-37.7.10-fw-1.80.2.3.d.bseq
Feb 04 08:30:18 user kernel: spi-nor spi0.0: w25q128 (16384 Kbytes)
Feb 04 08:30:18 user kernel: Creating 1 MTD partitions on "intel-spi":
Feb 04 08:30:18 user kernel: 0x000000000000-0x000001000000 : "BIOS"
Feb 04 08:30:18 user kernel: iwlwifi 0000:02:00.0: Detected Intel(R) Dual Band Wireless AC 7260, REV=0x144
Feb 04 08:30:18 user kernel: Bluetooth: hci0: Intel BT fw patch 0x57 completed & activated
Feb 04 08:30:18 user kernel: iwlwifi 0000:02:00.0: base HW address: XXX:XXX:XXX:XXX:c3, OTP minor version: 0x0
Feb 04 08:30:18 user kernel: snd_hda_intel 0000:00:03.0: enabling device (0000 -> 0002)
Feb 04 08:30:18 user kernel: snd_hda_intel 0000:00:03.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
Feb 04 08:30:18 user kernel: snd_hda_intel 0000:00:1b.0: enabling device (0000 -> 0002)
Feb 04 08:30:18 user kernel: psmouse serio3: synaptics: queried max coordinates: x [..5668], y [..4762]
Feb 04 08:30:18 user kernel: psmouse serio3: synaptics: queried min coordinates: x [1360..], y [1160..]
Feb 04 08:30:18 user kernel: psmouse serio3: synaptics: Your touchpad (PNP: SYN3003 SYN0100 SYN0002 PNP0f13) says it can support a different bus. If i2c-hid and hid-rmi are not used, you might want to try setting psmouse.synaptics_intertouch to 1 and report this to linux-input@vger.kernel.org.
Feb 04 08:30:18 user kernel: input: HDA Intel HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.0/sound/card0/input21
Feb 04 08:30:18 user kernel: input: HDA Intel HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.0/sound/card0/input22
Feb 04 08:30:18 user kernel: input: HDA Intel HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.0/sound/card0/input23
Feb 04 08:30:18 user kernel: psmouse serio3: synaptics: Touchpad model: 1, fw: 8.1, id: 0x1e2b1, caps: 0xd00123/0x840300/0x26800/0x0, board id: 2768, fw id: 1658220
Feb 04 08:30:18 user kernel: input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio3/input/input18
Feb 04 08:30:18 user kernel: ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
Feb 04 08:30:18 user kernel: snd_hda_codec_idt hdaudioC1D0: autoconfig for 92HD91BXX: line_outs=1 (0xa/0x0/0x0/0x0/0x0) type:line
Feb 04 08:30:18 user kernel: snd_hda_codec_idt hdaudioC1D0:    speaker_outs=1 (0xd/0x0/0x0/0x0/0x0)
Feb 04 08:30:18 user kernel: snd_hda_codec_idt hdaudioC1D0:    hp_outs=1 (0xb/0x0/0x0/0x0/0x0)
Feb 04 08:30:18 user kernel: snd_hda_codec_idt hdaudioC1D0:    mono: mono_out=0x0
Feb 04 08:30:18 user kernel: snd_hda_codec_idt hdaudioC1D0:    inputs:
Feb 04 08:30:18 user kernel: snd_hda_codec_idt hdaudioC1D0:      Mic=0xc
Feb 04 08:30:18 user kernel: snd_hda_codec_idt hdaudioC1D0:      Internal Mic=0x11
Feb 04 08:30:18 user kernel: snd_hda_codec_idt hdaudioC1D0:      Line=0xf
Feb 04 08:30:18 user kernel: input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input25
Feb 04 08:30:18 user kernel: input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1b.0/sound/card1/input26
Feb 04 08:30:18 user kernel: input: HDA Intel PCH Dock Line Out as /devices/pci0000:00/0000:00:1b.0/sound/card1/input27
Feb 04 08:30:18 user kernel: input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card1/input28
Feb 04 08:30:18 user systemd[1]: Finished Virtual Console Setup.
Feb 04 08:30:18 user (udev-worker)[321]: controlC0: Process '/usr/bin/alsactl restore 0' failed with exit code 2.
Feb 04 08:30:18 user systemd[1]: Starting Load Kernel Module dm_mod...
Feb 04 08:30:18 user systemd[1]: Starting Load Kernel Module loop...
Feb 04 08:30:18 user systemd[1]: Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).
Feb 04 08:30:18 user systemd[1]: Rebuild Hardware Database was skipped because no trigger condition checks were met.
Feb 04 08:30:18 user systemd[1]: TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Feb 04 08:30:18 user systemd[1]: Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Feb 04 08:30:18 user systemd[1]: TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Feb 04 08:30:18 user systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Feb 04 08:30:18 user (udev-worker)[321]: controlC1: Process '/usr/bin/alsactl restore 1' failed with exit code 2.
Feb 04 08:30:18 user systemd[1]: Finished Load Kernel Module dm_mod.
Feb 04 08:30:18 user systemd[1]: modprobe@loop.service: Deactivated successfully.
Feb 04 08:30:18 user systemd[1]: Finished Load Kernel Module loop.
Feb 04 08:30:18 user systemd[1]: Starting Load Kernel Module dm_mod...
Feb 04 08:30:18 user systemd[1]: Starting Load Kernel Module loop...
Feb 04 08:30:18 user systemd[1]: Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).
Feb 04 08:30:18 user systemd[1]: Rebuild Hardware Database was skipped because no trigger condition checks were met.
Feb 04 08:30:18 user systemd[1]: TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Feb 04 08:30:18 user systemd[1]: Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Feb 04 08:30:18 user systemd[1]: TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Feb 04 08:30:19 user systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Feb 04 08:30:19 user systemd[1]: Finished Load Kernel Module dm_mod.
Feb 04 08:30:19 user systemd[1]: modprobe@loop.service: Deactivated successfully.
Feb 04 08:30:19 user systemd[1]: Finished Load Kernel Module loop.
Feb 04 08:30:19 user systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Feb 04 08:30:19 user kernel: intel_rapl_common: Found RAPL domain package
Feb 04 08:30:19 user kernel: intel_rapl_common: Found RAPL domain core
Feb 04 08:30:19 user kernel: intel_rapl_common: Found RAPL domain uncore
Feb 04 08:30:19 user kernel: intel_rapl_common: Found RAPL domain dram
Feb 04 08:30:19 user systemd[1]: Found device WDC_WD3200BEKT-75PVMT1 4.
Feb 04 08:30:19 user systemd[1]: Activating swap /dev/disk/by-uuid/5c930e6b-1ab9-4411-a981-f585dfaf612d...
Feb 04 08:30:19 user systemd[1]: Found device WDC_WD3200BEKT-75PVMT1 3.
Feb 04 08:30:19 user systemd[1]: Starting File System Check on /dev/disk/by-uuid/5FC2-72BE...
Feb 04 08:30:19 user kernel: Adding 4194300k swap on /dev/sda4.  Priority:-2 extents:1 across:4194300k 
Feb 04 08:30:19 user systemd[1]: Activated swap /dev/disk/by-uuid/5c930e6b-1ab9-4411-a981-f585dfaf612d.
Feb 04 08:30:19 user systemd[1]: Reached target Swaps.
Feb 04 08:30:20 user systemd-fsck[451]: fsck.fat 4.2 (2021-01-31)
Feb 04 08:30:20 user systemd-fsck[451]: /dev/sda3: 5 files, 146/76643 clusters
Feb 04 08:30:20 user systemd[1]: Finished File System Check on /dev/disk/by-uuid/5FC2-72BE.
Feb 04 08:30:20 user systemd[1]: Mounting /boot/efi...
Feb 04 08:30:20 user systemd[1]: Found device WDC_WD3200BEKT-75PVMT1 5.
Feb 04 08:30:20 user systemd[1]: Mounting /home...
Feb 04 08:30:20 user systemd[1]: Mounting /srv...
Feb 04 08:30:20 user systemd[1]: Mounting /tmp...
Feb 04 08:30:20 user systemd[1]: Mounting /var/cache/pacman/pkg...
Feb 04 08:30:20 user systemd[1]: Mounting /var/log...
Feb 04 08:30:20 user systemd[1]: Mounted /boot/efi.
Feb 04 08:30:20 user systemd[1]: Mounted /srv.
Feb 04 08:30:20 user systemd[1]: Mounted /home.
Feb 04 08:30:20 user systemd[1]: Mounted /tmp.
Feb 04 08:30:20 user systemd[1]: Mounted /var/cache/pacman/pkg.
Feb 04 08:30:20 user systemd[1]: Mounted /var/log.
Feb 04 08:30:20 user systemd[1]: Reached target Local File Systems.
Feb 04 08:30:20 user systemd[1]: Listening on Boot Entries Service Socket.
Feb 04 08:30:20 user systemd[1]: Listening on System Extension Image Management.
Feb 04 08:30:20 user systemd[1]: Set Up Additional Binary Formats was skipped because no trigger condition checks were met.
Feb 04 08:30:20 user systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
Feb 04 08:30:20 user systemd[1]: Starting Flush Journal to Persistent Storage...
Feb 04 08:30:20 user systemd-journald[265]: Time spent on flushing to /var/log/journal/b008cddXXXXXXX8e137d94b1a4ca is 386.108ms for 991 entries.
Feb 04 08:30:20 user systemd-journald[265]: System Journal (/var/log/journal/b008cddXXXXXXX8e137d94b1a4ca) is 224.4M, max 4G, 3.7G free.
Feb 04 08:30:23 user systemd-journald[265]: Received client request to flush runtime journal.
Feb 04 08:30:23 user systemd[1]: Finished Flush Journal to Persistent Storage.
Feb 04 08:30:23 user systemd[1]: Starting Create System Files and Directories...
Feb 04 08:30:23 user systemd[1]: Finished Create System Files and Directories.
Feb 04 08:30:23 user systemd[1]: Starting Rebuild Dynamic Linker Cache...
Feb 04 08:30:23 user systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Feb 04 08:30:23 user systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Feb 04 08:30:23 user systemd[1]: Starting Rebuild Journal Catalog...
Feb 04 08:30:23 user systemd[1]: Save Transient machine-id to Disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
Feb 04 08:30:23 user systemd[1]: Starting Record System Boot/Shutdown in UTMP...
Feb 04 08:30:23 user systemd[1]: systemd-rfkill.service: Deactivated successfully.
Feb 04 08:30:23 user systemd[1]: Finished Record System Boot/Shutdown in UTMP.
Feb 04 08:30:24 user systemd[1]: Finished Rebuild Journal Catalog.
Feb 04 08:30:26 user systemd[1]: Finished Rebuild Dynamic Linker Cache.
Feb 04 08:30:26 user systemd[1]: Starting Update is Completed...
Feb 04 08:30:26 user systemd[1]: Finished Update is Completed.
Feb 04 08:30:26 user systemd[1]: Reached target System Initialization.
Feb 04 08:30:26 user systemd[1]: Started Refresh existing PGP keys of archlinux-keyring regularly.
Feb 04 08:30:26 user systemd[1]: Started Daily man-db regeneration.
Feb 04 08:30:26 user systemd[1]: Started Update the plocate database daily.
Feb 04 08:30:26 user systemd[1]: Started Daily verification of password and group files.
Feb 04 08:30:26 user systemd[1]: Started Daily Cleanup of Temporary Directories.
Feb 04 08:30:26 user systemd[1]: Reached target Timer Units.
Feb 04 08:30:26 user systemd[1]: Listening on D-Bus System Message Bus Socket.
Feb 04 08:30:26 user systemd[1]: Listening on GnuPG network certificate management daemon for /etc/pacman.d/gnupg.
Feb 04 08:30:26 user systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers) for /etc/pacman.d/gnupg.
Feb 04 08:30:26 user systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache (restricted) for /etc/pacman.d/gnupg.
Feb 04 08:30:26 user systemd[1]: Listening on GnuPG cryptographic agent (ssh-agent emulation) for /etc/pacman.d/gnupg.
Feb 04 08:30:26 user systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache for /etc/pacman.d/gnupg.
Feb 04 08:30:26 user systemd[1]: Listening on GnuPG public key management service for /etc/pacman.d/gnupg.
Feb 04 08:30:26 user systemd[1]: Listening on OpenSSH Server Socket (systemd-ssh-generator, AF_UNIX Local).
Feb 04 08:30:26 user systemd[1]: Listening on Hostname Service Socket.
Feb 04 08:30:26 user systemd[1]: Reached target Socket Units.
Feb 04 08:30:26 user systemd[1]: Starting D-Bus System Message Bus...
Feb 04 08:30:26 user systemd[1]: TPM PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Feb 04 08:30:27 user dbus-broker-launch[486]: Looking up NSS user entry for 'pulse'...
Feb 04 08:30:27 user dbus-broker-launch[486]: NSS returned no entry for 'pulse'
Feb 04 08:30:27 user dbus-broker-launch[486]: Invalid user-name in /usr/share/dbus-1/system.d/pulseaudio-system.conf +27: user="pulse"
Feb 04 08:30:27 user systemd[1]: Started D-Bus System Message Bus.
Feb 04 08:30:27 user systemd[1]: Reached target Basic System.
Feb 04 08:30:27 user systemd[1]: Starting Network Manager...
Feb 04 08:30:27 user systemd[1]: Starting Save/Restore Sound Card State...
Feb 04 08:30:27 user systemd[1]: Manage Sound Card State (restore and store) was skipped because of an unmet condition check (ConditionPathExists=/etc/alsa/state-daemon.conf).
Feb 04 08:30:27 user systemd[1]: Starting User Login Management...
Feb 04 08:30:27 user systemd[1]: TPM PCR Barrier (User) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Feb 04 08:30:27 user dbus-broker-launch[486]: Ready
Feb 04 08:30:27 user systemd-logind[490]: New seat seat0.
Feb 04 08:30:27 user systemd-logind[490]: Watching system buttons on /dev/input/event2 (Power Button)
Feb 04 08:30:27 user systemd-logind[490]: Watching system buttons on /dev/input/event1 (Lid Switch)
Feb 04 08:30:27 user systemd-logind[490]: Watching system buttons on /dev/input/event0 (Sleep Button)
Feb 04 08:30:27 user systemd-logind[490]: Watching system buttons on /dev/input/event6 (SINO WEALTH Gaming KB )
Feb 04 08:30:27 user systemd-logind[490]: Watching system buttons on /dev/input/event7 (SINO WEALTH Gaming KB  System Control)
Feb 04 08:30:27 user systemd-logind[490]: Watching system buttons on /dev/input/event8 (SINO WEALTH Gaming KB  Consumer Control)
Feb 04 08:30:27 user systemd-logind[490]: Watching system buttons on /dev/input/event9 (SINO WEALTH Gaming KB  Keyboard)
Feb 04 08:30:27 user systemd-logind[490]: Watching system buttons on /dev/input/event3 (AT Translated Set 2 keyboard)
Feb 04 08:30:27 user systemd-logind[490]: Watching system buttons on /dev/input/event13 (HP WMI hotkeys)
Feb 04 08:30:27 user systemd[1]: Started User Login Management.
Feb 04 08:30:27 user systemd[1]: Finished Save/Restore Sound Card State.
Feb 04 08:30:27 user systemd[1]: Reached target Sound Card.
Feb 04 08:30:29 user systemd[1]: Finished Permit User Sessions.
Feb 04 08:30:29 user systemd[1]: Started Getty on tty1.
Feb 04 08:30:29 user systemd[1]: Reached target Login Prompts.
Feb 04 08:30:29 user systemd[1]: Reached target Multi-User System.
Feb 04 08:30:29 user systemd[1]: Reached target Graphical Interface.
Feb 04 08:30:29 user systemd[1]: Startup finished in 6.664s (firmware) + 2.323s (loader) + 5.806s (kernel) + 17.470s (userspace) = 32.265s.
Feb 04 08:30:29 user kernel: fbcon: Taking over console
Feb 04 08:30:29 user systemd[1]: systemd-vconsole-setup.service: Deactivated successfully.
Feb 04 08:30:29 user systemd[1]: Stopped Virtual Console Setup.
Feb 04 08:30:29 user systemd[1]: Stopping Virtual Console Setup...
Feb 04 08:30:29 user systemd[1]: Starting Virtual Console Setup...
Feb 04 08:30:29 user kernel: Console: switching to colour frame buffer device 200x56
Feb 04 08:30:29 user systemd[1]: Finished Virtual Console Setup.
Feb 04 08:30:29 user dbus-broker-launch[486]: Activation request for 'org.freedesktop.home1' failed: The systemd unit 'dbus-org.freedesktop.home1.service' could not be found.
Feb 04 08:30:29 user login[537]: pam_unix(login:session): session opened for user t(uid=1000) by t(uid=0)
Feb 04 08:30:29 user systemd-logind[490]: New session 1 of user t.
Feb 04 08:30:29 user systemd[1]: Created slice User Slice of UID 1000.
Feb 04 08:30:29 user systemd[1]: Starting User Runtime Directory /run/user/1000...
Feb 04 08:30:29 user systemd[1]: Finished User Runtime Directory /run/user/1000.
Feb 04 08:30:29 user systemd[1]: Starting User Manager for UID 1000...
Feb 04 08:30:30 user (systemd)[550]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[t] ruser=[<unknown>] rhost=[<unknown>]
Feb 04 08:30:30 user (systemd)[550]: pam_unix(systemd-user:session): session opened for user t(uid=1000) by t(uid=0)
Feb 04 08:30:30 user systemd-logind[490]: New session 2 of user t.
Feb 04 08:30:30 user systemd[550]: Queued start job for default target Main User Target.
Feb 04 08:30:30 user login[537]: LOGIN ON tty1 BY t
Feb 04 08:30:30 user systemd[550]: Created slice User Application Slice.
Feb 04 08:30:30 user systemd[550]: Reached target Paths.
Feb 04 08:30:30 user systemd[550]: Reached target Timers.
Feb 04 08:30:30 user systemd[550]: Starting D-Bus User Message Bus Socket...
Feb 04 08:30:30 user systemd[550]: Listening on GnuPG network certificate management daemon.
Feb 04 08:30:30 user systemd[550]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Feb 04 08:30:30 user systemd[550]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Feb 04 08:30:30 user systemd[550]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Feb 04 08:30:30 user systemd[550]: Listening on GnuPG cryptographic agent and passphrase cache.
Feb 04 08:30:30 user systemd[550]: Listening on GnuPG public key management service.
Feb 04 08:30:30 user systemd[550]: Listening on p11-kit server.
Feb 04 08:30:30 user systemd[550]: Listening on Sound System.
Feb 04 08:30:30 user systemd[550]: Listening on D-Bus User Message Bus Socket.
Feb 04 08:30:30 user systemd[550]: Reached target Sockets.
Feb 04 08:30:30 user systemd[550]: Reached target Basic System.
Feb 04 08:30:30 user systemd[550]: Reached target Main User Target.
Feb 04 08:30:30 user systemd[550]: Startup finished in 300ms.
Feb 04 08:30:30 user systemd[1]: Started User Manager for UID 1000.
Feb 04 08:30:30 user systemd[1]: Started Session 1 of User t.
Feb 04 08:30:35 user dbus-broker-launch[486]: Activation request for 'org.freedesktop.resolve1' failed: The systemd unit 'dbus-org.freedesktop.resolve1.service' could not be found.
Feb 04 08:30:37 user systemd[550]: Created slice User Core Session Slice.
Feb 04 08:30:37 user systemd[550]: Starting Sound Service...
Feb 04 08:30:37 user systemd[1]: Starting RealtimeKit Scheduling Policy Service...
Feb 04 08:30:37 user systemd[1]: Started RealtimeKit Scheduling Policy Service.
Feb 04 08:30:37 user rtkit-daemon[680]: Successfully called chroot.
Feb 04 08:30:37 user rtkit-daemon[680]: Successfully dropped privileges.
Feb 04 08:30:37 user rtkit-daemon[680]: Successfully limited resources.
Feb 04 08:30:37 user rtkit-daemon[680]: Running.
Feb 04 08:30:37 user rtkit-daemon[680]: Canary thread running.
Feb 04 08:30:37 user rtkit-daemon[680]: Watchdog thread running.
Feb 04 08:30:38 user systemd[1]: Starting Authorization Manager...
Feb 04 08:30:38 user polkitd[683]: Started polkitd version 126
Feb 04 08:30:38 user polkitd[683]: Loading rules from directory /etc/polkit-1/rules.d
Feb 04 08:30:38 user polkitd[683]: Loading rules from directory /run/polkit-1/rules.d
Feb 04 08:30:38 user polkitd[683]: Error opening rules directory: Error opening directory “/run/polkit-1/rules.d”: No such file or directory (g-file-error-quark, 4)
Feb 04 08:30:38 user polkitd[683]: Loading rules from directory /usr/local/share/polkit-1/rules.d
Feb 04 08:30:38 user polkitd[683]: Error opening rules directory: Error opening directory “/usr/local/share/polkit-1/rules.d”: No such file or directory (g-file-error-quark, 4)
Feb 04 08:30:38 user polkitd[683]: Loading rules from directory /usr/share/polkit-1/rules.d
Feb 04 08:30:38 user polkitd[683]: Finished loading, compiling and executing 3 rules
Feb 04 08:30:38 user systemd[1]: Started Authorization Manager.
Feb 04 08:30:38 user polkitd[683]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
Feb 04 08:30:38 user systemd[550]: Starting D-Bus User Message Bus...
Feb 04 08:30:38 user dbus-broker-launch[693]: Service file '/usr/share/dbus-1/services/org.xfce.Thunar.FileManager1.service' is not named after the D-Bus name 'org.freedesktop.FileManager1'.
Feb 04 08:30:38 user dbus-broker-launch[693]: Service file '/usr/share/dbus-1/services/org.xfce.Tumbler.Cache1.service' is not named after the D-Bus name 'org.freedesktop.thumbnails.Cache1'.
Feb 04 08:30:38 user dbus-broker-launch[693]: Service file '/usr/share/dbus-1/services/org.xfce.Tumbler.Manager1.service' is not named after the D-Bus name 'org.freedesktop.thumbnails.Manager1'.
Feb 04 08:30:38 user dbus-broker-launch[693]: Service file '/usr/share/dbus-1/services/org.xfce.Tumbler.Thumbnailer1.service' is not named after the D-Bus name 'org.freedesktop.thumbnails.Thumbnailer1'.
Feb 04 08:30:38 user dbus-broker-launch[693]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +31: Eavesdropping is deprecated and ignored
Feb 04 08:30:38 user dbus-broker-launch[693]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +33: Eavesdropping is deprecated and ignored
Feb 04 08:30:38 user systemd[550]: Started D-Bus User Message Bus.
Feb 04 08:30:38 user dbus-broker-launch[693]: Ready
Feb 04 08:30:38 user systemd[550]: Starting Accessibility services bus...
Feb 04 08:30:38 user systemd[550]: Started Accessibility services bus.
Feb 04 08:30:38 user rtkit-daemon[680]: Successfully made thread 674 of process 674 owned by '1000' high priority at nice level -11.
Feb 04 08:30:38 user rtkit-daemon[680]: Supervising 1 threads of 1 processes of 1 users.
Feb 04 08:30:38 user dbus-broker-launch[702]: Ready
Feb 04 08:30:38 user polkitd[683]: Registered Authentication Agent for unix-session:1 (system bus name :1.17 [/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1], object path /org/gnome/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
Feb 04 08:30:38 user systemd[550]: Created slice Slice /app/dbus-:1.4-org.a11y.atspi.Registry.
Feb 04 08:30:38 user systemd[550]: Started dbus-:1.4-org.a11y.atspi.Registry@0.service.
Feb 04 08:30:38 user at-spi2-registryd[713]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Feb 04 08:30:39 user systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 04 08:30:39 user systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 04 08:30:41 user rtkit-daemon[680]: Supervising 1 threads of 1 processes of 1 users.
Feb 04 08:30:41 user rtkit-daemon[680]: Successfully made thread 734 of process 674 owned by '1000' RT at priority 5.
Feb 04 08:30:41 user rtkit-daemon[680]: Supervising 2 threads of 1 processes of 1 users.
Feb 04 08:30:41 user rtkit-daemon[680]: Supervising 2 threads of 1 processes of 1 users.
Feb 04 08:30:41 user rtkit-daemon[680]: Successfully made thread 736 of process 674 owned by '1000' RT at priority 5.
Feb 04 08:30:41 user rtkit-daemon[680]: Supervising 3 threads of 1 processes of 1 users.
Feb 04 08:30:41 user systemd[550]: Started Sound Service.
Feb 04 08:30:57 user systemd[1]: systemd-hostnamed.service: Deactivated successfully.
Feb 04 08:31:02 user systemd[550]: Starting Virtual filesystem service...
Feb 04 08:31:02 user systemd[550]: Started Virtual filesystem service.
Feb 04 08:31:18 user sudo[1097]:        t : TTY=pts/0 ; PWD=/home/t ; USER=root ; COMMAND=/usr/bin/intel_gpu_top
Feb 04 08:31:18 user sudo[1097]: pam_unix(sudo:session): session opened for user root(uid=0) by t(uid=1000)
Feb 04 08:31:18 user kernel: intel_gpu_top[1126]: segfault at 2ba98 ip 00005bd65a782f10 sp 00007ffc7b3e90c0 error 4 in intel_gpu_top[5bd65a778000+c000] likely on CPU 0 (core 0, socket 0)
Feb 04 08:31:18 user kernel: Code: 81 ec 00 10 00 00 48 83 0c 24 00 48 81 ec 08 06 00 00 64 48 8b 04 25 28 00 00 00 48 89 45 c8 31 c0 48 85 ff 0f 84 a8 03 00 00 <8b> 17 48 8b 47 18 49 89 ff 85 d2 7e 36 89 d1 48 69 c9 b8 00 00 00
Feb 04 08:31:18 user systemd-coredump[1127]: Process 1126 (intel_gpu_top) of user 0 terminated abnormally with signal 11/SEGV, processing...
Feb 04 08:31:18 user systemd[1]: Created slice Slice /system/systemd-coredump.
Feb 04 08:31:18 user systemd[1]: Started Process Core Dump (PID 1127/UID 0).
Feb 04 08:31:18 user systemd-coredump[1128]: Resource limits disable core dumping for process 1126 (intel_gpu_top).
Feb 04 08:31:18 user systemd-coredump[1128]: Process 1126 (intel_gpu_top) of user 0 terminated abnormally without generating a coredump.
Feb 04 08:31:18 user systemd[1]: systemd-coredump@0-1127-0.service: Deactivated successfully.
Feb 04 08:31:18 user sudo[1097]: pam_unix(sudo:session): session closed for user root
Feb 04 08:31:32 user sudo[1249]:        t : TTY=pts/0 ; PWD=/home/t ; USER=root ; COMMAND=/usr/bin/journalctl -b
Feb 04 08:31:32 user sudo[1249]: pam_unix(sudo:session): session opened for user root(uid=0) by t(uid=1000)
Feb 04 08:31:34 user sudo[1249]: pam_unix(sudo:session): session closed for user root
Feb 04 08:31:34 user sudo[1265]:        t : TTY=pts/0 ; PWD=/home/t ; USER=root ; COMMAND=/usr/bin/dmesg
Feb 04 08:31:34 user sudo[1265]: pam_unix(sudo:session): session opened for user root(uid=0) by t(uid=1000)
Feb 04 08:31:34 user sudo[1265]: pam_unix(sudo:session): session closed for user root
Feb 04 08:31:54 user sudo[1438]:        t : TTY=pts/0 ; PWD=/home/t ; USER=root ; COMMAND=/usr/bin/journalctl -b
Feb 04 08:31:54 user sudo[1438]: pam_unix(sudo:session): session opened for user root(uid=0) by t(uid=1000)
Feb 04 08:31:54 user sudo[1438]: pam_unix(sudo:session): session closed for user root
Feb 04 08:31:54 user sudo[1445]:        t : TTY=pts/0 ; PWD=/home/t ; USER=root ; COMMAND=/usr/bin/dmesg
Feb 04 08:31:54 user sudo[1445]: pam_unix(sudo:session): session opened for user root(uid=0) by t(uid=1000)
Feb 04 08:31:54 user sudo[1445]: pam_unix(sudo:session): session closed for user root
Feb 04 08:32:43 user systemd[550]: Starting Xfce configuration service...
Feb 04 08:32:43 user systemd[550]: Started Xfce configuration service.
Feb 04 08:32:44 user systemd[550]: Starting Virtual filesystem service - disk device monitor...
Feb 04 08:32:44 user systemd[1]: Starting Disk Manager...
Feb 04 08:32:44 user udisksd[1866]: udisks daemon version 2.10.1 starting
Feb 04 08:32:44 user systemd[1]: Started Disk Manager.
Feb 04 08:32:44 user udisksd[1866]: Acquired the name org.freedesktop.UDisks2 on the system message bus
Feb 04 08:32:44 user systemd[550]: Started Virtual filesystem service - disk device monitor.
Feb 04 08:32:44 user systemd[550]: Starting Virtual filesystem service - Apple File Conduit monitor...
Feb 04 08:32:44 user systemd[550]: Started Virtual filesystem service - Apple File Conduit monitor.
Feb 04 08:32:44 user systemd[550]: Starting Virtual filesystem metadata service...
Feb 04 08:32:44 user systemd[550]: Started Virtual filesystem metadata service.
Feb 04 08:32:45 user systemd[550]: Starting Thumbnailing service...
Feb 04 08:32:45 user tumblerd[1900]: Failed to load plugin "tumbler-gepub-thumbnailer.so": libgepub-0.7.so.0: cannot open shared object file: No such file or directory
Feb 04 08:32:45 user tumblerd[1900]: Failed to load plugin "tumbler-odf-thumbnailer.so": libgsf-1.so.114: cannot open shared object file: No such file or directory
Feb 04 08:32:46 user tumblerd[1900]: Failed to load plugin "tumbler-poppler-thumbnailer.so": libpoppler-glib.so.8: cannot open shared object file: No such file or directory
Feb 04 08:32:46 user tumblerd[1900]: Failed to load plugin "tumbler-raw-thumbnailer.so": libopenrawgnome.so.9: cannot open shared object file: No such file or directory
Feb 04 08:32:46 user systemd[550]: Started Thumbnailing service.
Feb 04 08:45:08 user systemd[1]: Starting Cleanup of Temporary Directories...
Feb 04 08:45:08 user systemd[1]: systemd-tmpfiles-clean.service: Deactivated successfully.
Feb 04 08:45:08 user systemd[1]: Finished Cleanup of Temporary Directories.
Feb 04 08:57:50 user sudo[13982]:        t : TTY=pts/0 ; PWD=/home/t ; USER=root ; COMMAND=/usr/bin/journalctl -b
Feb 04 08:57:50 user sudo[13982]: pam_unix(sudo:session): session opened for user root(uid=0) by t(uid=1000)
Feb 04 08:57:50 user sudo[13982]: pam_unix(sudo:session): session closed for user root
Feb 04 08:57:50 user sudo[14000]:        t : TTY=pts/0 ; PWD=/home/t ; USER=root ; COMMAND=/usr/bin/dmesg
Feb 04 08:57:50 user sudo[14000]: pam_unix(sudo:session): session opened for user root(uid=0) by t(uid=1000)
Feb 04 08:57:50 user sudo[14000]: pam_unix(sudo:session): session closed for user root
 >>> sudo dmesg > dmesg  
[    0.000000] Linux version 6.6.72-1-lts (linux-lts@archlinux) (gcc (GCC) 14.2.1 20240910, GNU ld (GNU Binutils) 2.43.1) #1 SMP PREEMPT_DYNAMIC Fri, 17 Jan 2025 14:04:26 +0000
[    0.000000] Command line: BOOT_IMAGE=/@/boot/vmlinuz-linux-lts root=UUID=74dcaf1c-XXXX-XXXX-XXXX-898bf2dd6757 rw rootflags=subvol=@ loglevel=3 quiet
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000059000-0x0000000000097fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000098000-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bab7efff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bab7f000-0x00000000bbe7efff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bbe7f000-0x00000000bbf7efff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000bbf7f000-0x00000000bbffefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000bbfff000-0x00000000bbffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000e00f8000-0x00000000e00f8fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ffdb0000-0x00000000ffdcefff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000023edfffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] APIC: Static calls initialized
[    0.000000] e820: update [mem 0xaef35018-0xaef45057] usable ==> usable
[    0.000000] e820: update [mem 0xaef35018-0xaef45057] usable ==> usable
[    0.000000] e820: update [mem 0xaef2b018-0xaef34457] usable ==> usable
[    0.000000] e820: update [mem 0xaef2b018-0xaef34457] usable ==> usable
[    0.000000] extended physical RAM map:
[    0.000000] reserve setup_data: [mem 0x0000000000000000-0x0000000000057fff] usable
[    0.000000] reserve setup_data: [mem 0x0000000000058000-0x0000000000058fff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000059000-0x0000000000097fff] usable
[    0.000000] reserve setup_data: [mem 0x0000000000098000-0x000000000009ffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x00000000aef2b017] usable
[    0.000000] reserve setup_data: [mem 0x00000000aef2b018-0x00000000aef34457] usable
[    0.000000] reserve setup_data: [mem 0x00000000aef34458-0x00000000aef35017] usable
[    0.000000] reserve setup_data: [mem 0x00000000aef35018-0x00000000aef45057] usable
[    0.000000] reserve setup_data: [mem 0x00000000aef45058-0x00000000bab7efff] usable
[    0.000000] reserve setup_data: [mem 0x00000000bab7f000-0x00000000bbe7efff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000bbe7f000-0x00000000bbf7efff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x00000000bbf7f000-0x00000000bbffefff] ACPI data
[    0.000000] reserve setup_data: [mem 0x00000000bbfff000-0x00000000bbffffff] usable
[    0.000000] reserve setup_data: [mem 0x00000000e00f8000-0x00000000e00f8fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ffdb0000-0x00000000ffdcefff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000023edfffff] usable
[    0.000000] efi: EFI v2.3.1 by HPQ
[    0.000000] efi: ACPI=0xbbffe000 ACPI 2.0=0xbbffe014 SMBIOS=0xbb333118 INITRD=0xafbbfe18 
[    0.000000] efi: Not removing mem64: MMIO range=[0xe00f8000-0xe00f8fff] (4KB) from e820 map
[    0.000000] efi: Not removing mem65: MMIO range=[0xfed1c000-0xfed1ffff] (16KB) from e820 map
[    0.000000] efi: Not removing mem66: MMIO range=[0xffdb0000-0xffdcefff] (124KB) from e820 map
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI: Hewlett-Packard HP EliteBook 840 G1/198F, BIOS L71 Ver. 01.49 02/24/2020
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 2294.802 MHz processor
[    0.001509] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.001515] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.001528] last_pfn = 0x23ee00 max_arch_pfn = 0x400000000
[    0.001540] MTRR map: 8 entries (3 fixed + 5 variable; max 23), built from 10 variable MTRRs
[    0.001543] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.001985] last_pfn = 0xbc000 max_arch_pfn = 0x400000000
[    0.016512] Using GB pages for direct mapping
[    0.017255] Secure boot disabled
[    0.017257] RAMDISK: [mem 0xaa916000-0xabeaafff]
[    0.017326] ACPI: Early table checksum verification disabled
[    0.017331] ACPI: RSDP 0x00000000BBFFE014 000024 (v02 HPQOEM)
[    0.017339] ACPI: XSDT 0x00000000BBFFE120 0000AC (v01 HPQOEM SLIC-MPC 00000001      01000013)
[    0.017349] ACPI: FACP 0x00000000BBFFC000 00010C (v05 HPQOEM 198F     00000001 HP   00000001)
[    0.017359] ACPI: DSDT 0x00000000BBFD1000 02555B (v02 HPQOEM 198F     00000001 INTL 20110112)
[    0.017366] ACPI: FACS 0x00000000BBDE3000 000040
[    0.017371] ACPI: FACS 0x00000000BBDE3000 000040
[    0.017376] ACPI: HPET 0x00000000BBFFB000 000038 (v01 HPQOEM 198F     00000001 HP   00000001)
[    0.017383] ACPI: APIC 0x00000000BBFFA000 0000BC (v01 HPQOEM 198F     00000001 HP   00000001)
[    0.017389] ACPI: MCFG 0x00000000BBFF9000 00003C (v01 HPQOEM 198F     00000001 HP   00000001)
[    0.017394] ACPI: TCPA 0x00000000BBFF7000 000032 (v02 HPQOEM 198F     00000000 HP   00000001)
[    0.017400] ACPI: SSDT 0x00000000BBFCE000 000313 (v01 HPQOEM SataAhci 00001000 INTL 20110112)
[    0.017407] ACPI: SSDT 0x00000000BBFCD000 00048A (v01 HPQOEM PtidDevc 00001000 INTL 20110112)
[    0.017413] ACPI: SLIC 0x00000000BBFCC000 000176 (v01 HPQOEM SLIC-MPC 00000001 HP   00000001)
[    0.017419] ACPI: MSDM 0x00000000BBFCB000 000055 (v03 HPQOEM SLIC-MPC 00000000 HP   00000001)
[    0.017424] ACPI: FPDT 0x00000000BBFCA000 000044 (v01 HPQOEM 198F     00000001 HP   00000001)
[    0.017430] ACPI: BGRT 0x00000000BBFC9000 000038 (v00 HPQOEM 198F     00000001 HP   00000001)
[    0.017436] ACPI: SSDT 0x00000000BBFC5000 000466 (v01 Isct   IsctAsl  00003000 INTL 20110112)
[    0.017443] ACPI: SSDT 0x00000000BBFC4000 000544 (v01 PmRef  Cpu0Ist  00003000 INTL 20110112)
[    0.017449] ACPI: SSDT 0x00000000BBFC3000 000AF3 (v01 PmRef  CpuPm    00003000 INTL 20110112)
[    0.017455] ACPI: SSDT 0x00000000BBFC2000 0001D5 (v01 PmRef  LakeTiny 00003000 INTL 20110112)
[    0.017461] ACPI: SSDT 0x00000000BBFC1000 000706 (v01 SaSsdt SaSsdt   00003000 INTL 20110112)
[    0.017467] ACPI: ASF! 0x00000000BBFF8000 0000A5 (v32 HPQOEM 198F     00000001 HP   00000001)
[    0.017472] ACPI: Reserving FACP table memory at [mem 0xbbffc000-0xbbffc10b]
[    0.017475] ACPI: Reserving DSDT table memory at [mem 0xbbfd1000-0xbbff655a]
[    0.017477] ACPI: Reserving FACS table memory at [mem 0xbbde3000-0xbbde303f]
[    0.017478] ACPI: Reserving FACS table memory at [mem 0xbbde3000-0xbbde303f]
[    0.017480] ACPI: Reserving HPET table memory at [mem 0xbbffb000-0xbbffb037]
[    0.017481] ACPI: Reserving APIC table memory at [mem 0xbbffa000-0xbbffa0bb]
[    0.017482] ACPI: Reserving MCFG table memory at [mem 0xbbff9000-0xbbff903b]
[    0.017484] ACPI: Reserving TCPA table memory at [mem 0xbbff7000-0xbbff7031]
[    0.017485] ACPI: Reserving SSDT table memory at [mem 0xbbfce000-0xbbfce312]
[    0.017487] ACPI: Reserving SSDT table memory at [mem 0xbbfcd000-0xbbfcd489]
[    0.017488] ACPI: Reserving SLIC table memory at [mem 0xbbfcc000-0xbbfcc175]
[    0.017490] ACPI: Reserving MSDM table memory at [mem 0xbbfcb000-0xbbfcb054]
[    0.017491] ACPI: Reserving FPDT table memory at [mem 0xbbfca000-0xbbfca043]
[    0.017493] ACPI: Reserving BGRT table memory at [mem 0xbbfc9000-0xbbfc9037]
[    0.017494] ACPI: Reserving SSDT table memory at [mem 0xbbfc5000-0xbbfc5465]
[    0.017496] ACPI: Reserving SSDT table memory at [mem 0xbbfc4000-0xbbfc4543]
[    0.017497] ACPI: Reserving SSDT table memory at [mem 0xbbfc3000-0xbbfc3af2]
[    0.017499] ACPI: Reserving SSDT table memory at [mem 0xbbfc2000-0xbbfc21d4]
[    0.017500] ACPI: Reserving SSDT table memory at [mem 0xbbfc1000-0xbbfc1705]
[    0.017502] ACPI: Reserving ASF! table memory at [mem 0xbbff8000-0xbbff80a4]
[    0.017573] No NUMA configuration found
[    0.017574] Faking a node at [mem 0x0000000000000000-0x000000023edfffff]
[    0.017580] NODE_DATA(0) allocated [mem 0x23edfb000-0x23edfffff]
[    0.017620] Zone ranges:
[    0.017621]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.017625]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.017628]   Normal   [mem 0x0000000100000000-0x000000023edfffff]
[    0.017630]   Device   empty
[    0.017632] Movable zone start for each node
[    0.017633] Early memory node ranges
[    0.017634]   node   0: [mem 0x0000000000001000-0x0000000000057fff]
[    0.017637]   node   0: [mem 0x0000000000059000-0x0000000000097fff]
[    0.017638]   node   0: [mem 0x0000000000100000-0x00000000bab7efff]
[    0.017641]   node   0: [mem 0x00000000bbfff000-0x00000000bbffffff]
[    0.017642]   node   0: [mem 0x0000000100000000-0x000000023edfffff]
[    0.017645] Initmem setup node 0 [mem 0x0000000000001000-0x000000023edfffff]
[    0.017652] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.017655] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.017690] On node 0, zone DMA: 104 pages in unavailable ranges
[    0.024818] On node 0, zone DMA32: 5248 pages in unavailable ranges
[    0.037204] On node 0, zone Normal: 16384 pages in unavailable ranges
[    0.037277] On node 0, zone Normal: 4608 pages in unavailable ranges
[    0.037287] Reserving Intel graphics memory at [mem 0xbd200000-0xbf1fffff]
[    0.037377] ACPI: PM-Timer IO Port: 0x1808
[    0.037390] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.037393] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.037394] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.037396] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.037397] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.037398] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.037400] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.037401] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.037413] IOAPIC[0]: apic_id 0, version 32, address 0xfec00000, GSI 0-39
[    0.037419] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.037422] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.037430] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.037432] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.037446] e820: update [mem 0xb7a4b000-0xb7a52fff] usable ==> reserved
[    0.037466] TSC deadline timer available
[    0.037467] smpboot: Allowing 8 CPUs, 4 hotplug CPUs
[    0.037489] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.037493] PM: hibernation: Registered nosave memory: [mem 0x00058000-0x00058fff]
[    0.037496] PM: hibernation: Registered nosave memory: [mem 0x00098000-0x0009ffff]
[    0.037498] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.037500] PM: hibernation: Registered nosave memory: [mem 0xaef2b000-0xaef2bfff]
[    0.037503] PM: hibernation: Registered nosave memory: [mem 0xaef34000-0xaef34fff]
[    0.037505] PM: hibernation: Registered nosave memory: [mem 0xaef35000-0xaef35fff]
[    0.037508] PM: hibernation: Registered nosave memory: [mem 0xaef45000-0xaef45fff]
[    0.037510] PM: hibernation: Registered nosave memory: [mem 0xb7a4b000-0xb7a52fff]
[    0.037513] PM: hibernation: Registered nosave memory: [mem 0xbab7f000-0xbbe7efff]
[    0.037515] PM: hibernation: Registered nosave memory: [mem 0xbbe7f000-0xbbf7efff]
[    0.037516] PM: hibernation: Registered nosave memory: [mem 0xbbf7f000-0xbbffefff]
[    0.037519] PM: hibernation: Registered nosave memory: [mem 0xbc000000-0xbd1fffff]
[    0.037520] PM: hibernation: Registered nosave memory: [mem 0xbd200000-0xbf1fffff]
[    0.037522] PM: hibernation: Registered nosave memory: [mem 0xbf200000-0xe00f7fff]
[    0.037523] PM: hibernation: Registered nosave memory: [mem 0xe00f8000-0xe00f8fff]
[    0.037524] PM: hibernation: Registered nosave memory: [mem 0xe00f9000-0xfed1bfff]
[    0.037525] PM: hibernation: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
[    0.037527] PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xffdaffff]
[    0.037528] PM: hibernation: Registered nosave memory: [mem 0xffdb0000-0xffdcefff]
[    0.037529] PM: hibernation: Registered nosave memory: [mem 0xffdcf000-0xffffffff]
[    0.037532] [mem 0xbf200000-0xe00f7fff] available for PCI devices
[    0.037534] Booting paravirtualized kernel on bare hardware
[    0.037538] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[    0.048711] setup_percpu: NR_CPUS:320 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
[    0.049336] percpu: Embedded 64 pages/cpu s225280 r8192 d28672 u262144
[    0.049348] pcpu-alloc: s225280 r8192 d28672 u262144 alloc=1*2097152
[    0.049352] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
[    0.049382] Kernel command line: BOOT_IMAGE=/@/boot/vmlinuz-linux-lts root=UUID=74dcaf1c-XXXX-XXXX-XXXX-898bf2dd6757 rw rootflags=subvol=@ loglevel=3 quiet
[    0.049499] Unknown kernel command line parameters "BOOT_IMAGE=/@/boot/vmlinuz-linux-lts", will be passed to user space.
[    0.049527] random: crng init done
[    0.050715] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.051309] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.051511] Fallback order for Node 0: 0 
[    0.051517] Built 1 zonelists, mobility grouping on.  Total pages: 2037274
[    0.051519] Policy zone: Normal
[    0.051869] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[    0.051877] software IO TLB: area num 8.
[    0.099813] Memory: 7904680K/8283224K available (18432K kernel code, 2150K rwdata, 13104K rodata, 3444K init, 3628K bss, 378288K reserved, 0K cma-reserved)
[    0.100250] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.100270] Kernel/User page tables isolation: enabled
[    0.100323] ftrace: allocating 49272 entries in 193 pages
[    0.114995] ftrace: allocated 193 pages with 3 groups
[    0.116222] Dynamic Preempt: voluntary
[    0.116313] rcu: Preemptible hierarchical RCU implementation.
[    0.116315] rcu: 	RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=8.
[    0.116317] rcu: 	RCU priority boosting: priority 1 delay 500 ms.
[    0.116319] 	Trampoline variant of Tasks RCU enabled.
[    0.116319] 	Rude variant of Tasks RCU enabled.
[    0.116320] 	Tracing variant of Tasks RCU enabled.
[    0.116321] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[    0.116323] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[    0.122102] NR_IRQS: 20736, nr_irqs: 760, preallocated irqs: 16
[    0.122336] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.122573] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
[    0.122634] Console: colour dummy device 80x25
[    0.122638] printk: console [tty0] enabled
[    0.122721] ACPI: Core revision 20230628
[    0.122973] hpet: HPET dysfunctional in PC10. Force disabled.
[    0.122976] APIC: Switch to symmetric I/O mode setup
[    0.123467] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2114069578a, max_idle_ns: 440795220435 ns
[    0.123476] Calibrating delay loop (skipped), value calculated using timer frequency.. 4591.83 BogoMIPS (lpj=7649340)
[    0.123515] CPU0: Thermal monitoring enabled (TM1)
[    0.123557] process: using mwait in idle threads
[    0.123563] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
[    0.123565] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
[    0.123570] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.123573] Spectre V2 : Mitigation: Retpolines
[    0.123575] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.123576] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[    0.123577] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.123580] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.123582] Spectre V2 : User space: Mitigation: STIBP via prctl
[    0.123584] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    0.123587] MDS: Mitigation: Clear CPU buffers
[    0.123588] MMIO Stale Data: Unknown: No mitigations
[    0.123591] SRBDS: Mitigation: Microcode
[    0.123598] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.123600] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.123602] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.123604] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.123606] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
[    0.126805] Freeing SMP alternatives memory: 40K
[    0.126805] pid_max: default: 32768 minimum: 301
[    0.126805] LSM: initializing lsm=capability,landlock,lockdown,yama,bpf,integrity
[    0.126805] landlock: Up and running.
[    0.126805] Yama: becoming mindful.
[    0.126805] LSM support for eBPF active
[    0.126805] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.126805] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.126805] smpboot: CPU0: Intel(R) Core(TM) i5-4200U CPU @ 1.60GHz (family: 0x6, model: 0x45, stepping: 0x1)
[    0.126805] RCU Tasks: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=8.
[    0.126805] RCU Tasks Rude: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=8.
[    0.126805] RCU Tasks Trace: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=8.
[    0.126805] Performance Events: PEBS fmt2+, Haswell events, 16-deep LBR, full-width counters, Intel PMU driver.
[    0.126805] ... version:                3
[    0.126805] ... bit width:              48
[    0.126805] ... generic registers:      4
[    0.126805] ... value mask:             0000ffffffffffff
[    0.126805] ... max period:             00007fffffffffff
[    0.126805] ... fixed-purpose events:   3
[    0.126805] ... event mask:             000000070000000f
[    0.126805] signal: max sigframe size: 1776
[    0.126805] Estimated ratio of average max frequency by base frequency (times 1024): 1024
[    0.126805] rcu: Hierarchical SRCU implementation.
[    0.126805] rcu: 	Max phase no-delay instances is 1000.
[    0.126805] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.126805] smp: Bringing up secondary CPUs ...
[    0.126805] smpboot: x86: Booting SMP configuration:
[    0.126805] .... node  #0, CPUs:      #2 #1 #3
[    0.136988] MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
[    0.136988] smp: Brought up 1 node, 4 CPUs
[    0.136988] smpboot: Max logical packages: 2
[    0.136988] smpboot: Total of 4 processors activated (18365.35 BogoMIPS)
[    0.140272] devtmpfs: initialized
[    0.140272] x86/mm: Memory block size: 128MB
[    0.141375] ACPI: PM: Registering ACPI NVS region [mem 0xbbe7f000-0xbbf7efff] (1048576 bytes)
[    0.141375] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.141375] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[    0.141375] pinctrl core: initialized pinctrl subsystem
[    0.141375] PM: RTC time: 03:00:06, date: 2025-02-04
[    0.141375] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.141664] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
[    0.141779] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.141891] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.141920] audit: initializing netlink subsys (disabled)
[    0.143584] audit: type=2000 audit(1738638006.019:1): state=initialized audit_enabled=0 res=1
[    0.143745] thermal_sys: Registered thermal governor 'fair_share'
[    0.143748] thermal_sys: Registered thermal governor 'bang_bang'
[    0.143750] thermal_sys: Registered thermal governor 'step_wise'
[    0.143752] thermal_sys: Registered thermal governor 'user_space'
[    0.143753] thermal_sys: Registered thermal governor 'power_allocator'
[    0.143772] cpuidle: using governor ladder
[    0.143779] cpuidle: using governor menu
[    0.143867] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.143869] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.144002] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.144024] PCI: Using configuration type 1 for base access
[    0.144094] core: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
[    0.144253] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.144267] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    0.144267] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    0.144267] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[    0.144267] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    0.144267] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[    0.144267] ACPI: Added _OSI(Module Device)
[    0.144267] ACPI: Added _OSI(Processor Device)
[    0.144267] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.144267] ACPI: Added _OSI(Processor Aggregator Device)
[    0.171082] ACPI: 8 ACPI AML tables successfully acquired and loaded
[    0.172737] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.180584] ACPI: Dynamic OEM Table Load:
[    0.180598] ACPI: SSDT 0xFFFF888100ACE800 0003F3 (v01 PmRef  Cpu0Cst  00003001 INTL 20110112)
[    0.182014] ACPI: Dynamic OEM Table Load:
[    0.182025] ACPI: SSDT 0xFFFF888100A8A000 0005DB (v01 PmRef  ApIst    00003000 INTL 20110112)
[    0.183588] ACPI: Dynamic OEM Table Load:
[    0.183598] ACPI: SSDT 0xFFFF888100E8F200 000119 (v01 PmRef  ApCst    00003000 INTL 20110112)
[    0.185771] ACPI: _OSC evaluated successfully for all CPUs
[    0.185880] ACPI: EC: EC started
[    0.185882] ACPI: EC: interrupt blocked
[    1.741117] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    1.741123] ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC used to handle transactions
[    1.741125] ACPI: Interpreter enabled
[    1.741179] ACPI: PM: (supports S0 S3 S4 S5)
[    1.741182] ACPI: Using IOAPIC for interrupt routing
[    1.742366] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    1.742369] PCI: Using E820 reservations for host bridge windows
[    1.742913] ACPI: Enabled 7 GPEs in block 00 to 7F
[    1.745871] ACPI: \_SB_.PCI0.HDEF.APPR: New power resource
[    1.751218] ACPI: \_SB_.PCI0.LPCB.SIO_.COM1.COMP: New power resource
[    1.751676] ACPI: \_SB_.PCI0.LPCB.SIO_.LPT0.LPP_: New power resource
[    1.753499] ACPI: \_SB_.PCI0.RP06.PXP6: New power resource
[    1.881193] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[    1.881205] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    1.882285] acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug LTR DPC]
[    1.884924] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[    1.884927] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    1.886051] PCI host bridge to bus 0000:00
[    1.886055] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    1.886059] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    1.886062] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    1.886065] pci_bus 0000:00: root bus resource [mem 0xbf200000-0xdfffffff window]
[    1.886067] pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfed3ffff window]
[    1.886069] pci_bus 0000:00: root bus resource [mem 0xfed45000-0xfedfffff window]
[    1.886072] pci_bus 0000:00: root bus resource [mem 0xfee01000-0xffffffff window]
[    1.886075] pci_bus 0000:00: root bus resource [bus 00-fe]
[    1.886097] pci 0000:00:00.0: [8086:0a04] type 00 class 0x060000
[    1.886215] pci 0000:00:02.0: [8086:0a16] type 00 class 0x030000
[    1.886229] pci 0000:00:02.0: reg 0x10: [mem 0xd0000000-0xd03fffff 64bit]
[    1.886239] pci 0000:00:02.0: reg 0x18: [mem 0xc0000000-0xcfffffff 64bit pref]
[    1.886246] pci 0000:00:02.0: reg 0x20: [io  0x3000-0x303f]
[    1.886273] pci 0000:00:02.0: BAR 2: assigned to efifb
[    1.886278] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    1.886562] pci 0000:00:03.0: [8086:0a0c] type 00 class 0x040300
[    1.886575] pci 0000:00:03.0: reg 0x10: [mem 0xd0730000-0xd0733fff 64bit]
[    1.886743] pci 0000:00:14.0: [8086:9c31] type 00 class 0x0c0330
[    1.886760] pci 0000:00:14.0: reg 0x10: [mem 0xd0720000-0xd072ffff 64bit]
[    1.886828] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    1.886991] pci 0000:00:16.0: [8086:9c3a] type 00 class 0x078000
[    1.887013] pci 0000:00:16.0: reg 0x10: [mem 0xd0739000-0xd073901f 64bit]
[    1.887099] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    1.887180] pci 0000:00:19.0: [8086:155a] type 00 class 0x020000
[    1.887196] pci 0000:00:19.0: reg 0x10: [mem 0xd0700000-0xd071ffff]
[    1.887206] pci 0000:00:19.0: reg 0x14: [mem 0xd073e000-0xd073efff]
[    1.887215] pci 0000:00:19.0: reg 0x18: [io  0x3080-0x309f]
[    1.887287] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
[    1.887396] pci 0000:00:1b.0: [8086:9c20] type 00 class 0x040300
[    1.887413] pci 0000:00:1b.0: reg 0x10: [mem 0xd0734000-0xd0737fff 64bit]
[    1.887492] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    1.887606] pci 0000:00:1c.0: [8086:9c10] type 01 class 0x060400
[    1.887704] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    1.888233] pci 0000:00:1c.3: [8086:9c16] type 01 class 0x060400
[    1.888335] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[    1.888867] pci 0000:00:1c.5: [8086:9c1a] type 01 class 0x060400
[    1.888972] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[    1.889491] pci 0000:00:1d.0: [8086:9c26] type 00 class 0x0c0320
[    1.889510] pci 0000:00:1d.0: reg 0x10: [mem 0xd073d000-0xd073d3ff]
[    1.889615] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    1.889753] pci 0000:00:1f.0: [8086:9c43] type 00 class 0x060100
[    1.890005] pci 0000:00:1f.2: [8086:9c03] type 00 class 0x010601
[    1.890019] pci 0000:00:1f.2: reg 0x10: [io  0x30a8-0x30af]
[    1.890028] pci 0000:00:1f.2: reg 0x14: [io  0x30b4-0x30b7]
[    1.890037] pci 0000:00:1f.2: reg 0x18: [io  0x30a0-0x30a7]
[    1.890045] pci 0000:00:1f.2: reg 0x1c: [io  0x30b0-0x30b3]
[    1.890053] pci 0000:00:1f.2: reg 0x20: [io  0x3060-0x307f]
[    1.890061] pci 0000:00:1f.2: reg 0x24: [mem 0xd073c000-0xd073c7ff]
[    1.890109] pci 0000:00:1f.2: PME# supported from D3hot
[    1.890213] pci 0000:00:1f.3: [8086:9c22] type 00 class 0x0c0500
[    1.890230] pci 0000:00:1f.3: reg 0x10: [mem 0xd0738000-0xd07380ff 64bit]
[    1.890247] pci 0000:00:1f.3: reg 0x20: [io  0xef80-0xef9f]
[    1.890391] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    1.890398] pci 0000:00:1c.0:   bridge window [mem 0xd0600000-0xd06fffff]
[    1.890505] pci 0000:02:00.0: [8086:08b1] type 00 class 0x028000
[    1.890545] pci 0000:02:00.0: reg 0x10: [mem 0xd0500000-0xd0501fff 64bit]
[    1.890754] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[    1.891080] pci 0000:00:1c.3: PCI bridge to [bus 02]
[    1.891087] pci 0000:00:1c.3:   bridge window [mem 0xd0500000-0xd05fffff]
[    1.891158] pci 0000:03:00.0: [10ec:5227] type 00 class 0xff0000
[    1.891181] pci 0000:03:00.0: reg 0x10: [mem 0xd0400000-0xd0400fff]
[    1.891349] pci 0000:03:00.0: supports D1 D2
[    1.891351] pci 0000:03:00.0: PME# supported from D1 D2 D3hot D3cold
[    1.891514] pci 0000:00:1c.5: ASPM: current common clock configuration is inconsistent, reconfiguring
[    1.903522] pci 0000:00:1c.5: PCI bridge to [bus 03]
[    1.903528] pci 0000:00:1c.5:   bridge window [mem 0xd0400000-0xd04fffff]
[    1.905753] ACPI: PCI: Interrupt link LNKA configured for IRQ 10
[    1.905839] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[    1.905841] ACPI: PCI: Interrupt link LNKB disabled
[    1.905921] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    1.905923] ACPI: PCI: Interrupt link LNKC disabled
[    1.906002] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    1.906004] ACPI: PCI: Interrupt link LNKD disabled
[    1.906083] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    1.906084] ACPI: PCI: Interrupt link LNKE disabled
[    1.906163] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    1.906165] ACPI: PCI: Interrupt link LNKF disabled
[    1.906244] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[    1.906246] ACPI: PCI: Interrupt link LNKG disabled
[    1.906325] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    1.906326] ACPI: PCI: Interrupt link LNKH disabled
[    1.907313] ACPI: EC: interrupt unblocked
[    1.907317] ACPI: EC: event unblocked
[    1.907320] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    1.907322] ACPI: EC: GPE=0x6
[    1.907324] ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC initialization complete
[    1.907328] ACPI: \_SB_.PCI0.LPCB.EC0_: EC: Used to handle transactions and events
[    1.910164] iommu: Default domain type: Translated
[    1.910164] iommu: DMA domain TLB invalidation policy: lazy mode
[    1.910432] SCSI subsystem initialized
[    1.910446] libata version 3.00 loaded.
[    1.910446] ACPI: bus type USB registered
[    1.910446] usbcore: registered new interface driver usbfs
[    1.910446] usbcore: registered new interface driver hub
[    1.910446] usbcore: registered new device driver usb
[    1.910446] pps_core: LinuxPPS API ver. 1 registered
[    1.910446] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    1.910446] PTP clock support registered
[    1.910446] EDAC MC: Ver: 3.0.0
[    1.910446] efivars: Registered efivars operations
[    1.910478] NetLabel: Initializing
[    1.910480] NetLabel:  domain hash size = 128
[    1.910482] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    1.910507] NetLabel:  unlabeled traffic allowed by default
[    1.910514] mctp: management component transport protocol core
[    1.910516] NET: Registered PF_MCTP protocol family
[    1.910522] PCI: Using ACPI for IRQ routing
[    1.918059] PCI: pci_cache_line_size set to 64 bytes
[    1.918107] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[    1.918111] e820: reserve RAM buffer [mem 0x00098000-0x0009ffff]
[    1.918113] e820: reserve RAM buffer [mem 0xaef2b018-0xafffffff]
[    1.918116] e820: reserve RAM buffer [mem 0xaef35018-0xafffffff]
[    1.918118] e820: reserve RAM buffer [mem 0xb7a4b000-0xb7ffffff]
[    1.918120] e820: reserve RAM buffer [mem 0xbab7f000-0xbbffffff]
[    1.918122] e820: reserve RAM buffer [mem 0x23ee00000-0x23fffffff]
[    1.918190] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    1.918190] pci 0000:00:02.0: vgaarb: bridge control possible
[    1.918190] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    1.918190] vgaarb: loaded
[    1.920224] clocksource: Switched to clocksource tsc-early
[    1.921124] VFS: Disk quotas dquot_6.6.0
[    1.921144] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.921277] pnp: PnP ACPI init
[    1.921653] system 00:00: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    1.921660] system 00:00: [mem 0xfed10000-0xfed17fff] has been reserved
[    1.921664] system 00:00: [mem 0xfed18000-0xfed18fff] has been reserved
[    1.921668] system 00:00: [mem 0xfed19000-0xfed19fff] has been reserved
[    1.921671] system 00:00: [mem 0xe0000000-0xefffffff] could not be reserved
[    1.921675] system 00:00: [mem 0xfed20000-0xfed3ffff] has been reserved
[    1.921678] system 00:00: [mem 0xfed90000-0xfed93fff] has been reserved
[    1.921681] system 00:00: [mem 0xfed45000-0xfed8ffff] has been reserved
[    1.921684] system 00:00: [mem 0xfec00000-0xfec00fff] could not be reserved
[    1.921688] system 00:00: [mem 0xbf210000-0xbf21ffff] has been reserved
[    1.921935] system 00:01: [io  0x0200-0x027f] has been reserved
[    1.921939] system 00:01: [io  0xffff] has been reserved
[    1.921942] system 00:01: [io  0xffff] has been reserved
[    1.921945] system 00:01: [io  0xffff] has been reserved
[    1.921947] system 00:01: [io  0x1800-0x18fe] has been reserved
[    1.921949] system 00:01: [io  0xef80-0xef9f] has been reserved
[    1.922827] system 00:05: [mem 0x20000000-0x201fffff] could not be reserved
[    1.922832] system 00:05: [mem 0x40004000-0x40004fff] could not be reserved
[    1.923371] pnp: PnP ACPI: found 7 devices
[    1.929833] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    1.929931] NET: Registered PF_INET protocol family
[    1.930071] IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    1.932954] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
[    1.932995] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    1.933053] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    1.933369] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[    1.933874] TCP: Hash tables configured (established 65536 bind 65536)
[    1.933990] MPTCP token hash table entries: 8192 (order: 5, 196608 bytes, linear)
[    1.934042] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    1.934080] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    1.934163] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    1.934173] NET: Registered PF_XDP protocol family
[    1.934184] pci 0000:00:1c.5: bridge window [io  0x1000-0x0fff] to [bus 03] add_size 1000
[    1.934191] pci 0000:00:1c.5: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03] add_size 200000 add_align 100000
[    1.934206] pci 0000:00:1c.5: BAR 15: assigned [mem 0xbf300000-0xbf4fffff 64bit pref]
[    1.934211] pci 0000:00:1c.5: BAR 13: assigned [io  0x2000-0x2fff]
[    1.934216] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    1.934223] pci 0000:00:1c.0:   bridge window [mem 0xd0600000-0xd06fffff]
[    1.934232] pci 0000:00:1c.3: PCI bridge to [bus 02]
[    1.934237] pci 0000:00:1c.3:   bridge window [mem 0xd0500000-0xd05fffff]
[    1.934245] pci 0000:00:1c.5: PCI bridge to [bus 03]
[    1.934249] pci 0000:00:1c.5:   bridge window [io  0x2000-0x2fff]
[    1.934254] pci 0000:00:1c.5:   bridge window [mem 0xd0400000-0xd04fffff]
[    1.934258] pci 0000:00:1c.5:   bridge window [mem 0xbf300000-0xbf4fffff 64bit pref]
[    1.934265] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    1.934268] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    1.934271] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    1.934273] pci_bus 0000:00: resource 7 [mem 0xbf200000-0xdfffffff window]
[    1.934276] pci_bus 0000:00: resource 8 [mem 0xf0000000-0xfed3ffff window]
[    1.934278] pci_bus 0000:00: resource 9 [mem 0xfed45000-0xfedfffff window]
[    1.934280] pci_bus 0000:00: resource 10 [mem 0xfee01000-0xffffffff window]
[    1.934283] pci_bus 0000:01: resource 1 [mem 0xd0600000-0xd06fffff]
[    1.934285] pci_bus 0000:02: resource 1 [mem 0xd0500000-0xd05fffff]
[    1.934288] pci_bus 0000:03: resource 0 [io  0x2000-0x2fff]
[    1.934290] pci_bus 0000:03: resource 1 [mem 0xd0400000-0xd04fffff]
[    1.934292] pci_bus 0000:03: resource 2 [mem 0xbf300000-0xbf4fffff 64bit pref]
[    1.934459] pci 0000:00:14.0: enabling device (0000 -> 0002)
[    1.935341] PCI: CLS 64 bytes, default 64
[    1.935359] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    1.935361] software IO TLB: mapped [mem 0x00000000b32ef000-0x00000000b72ef000] (64MB)
[    1.935427] Trying to unpack rootfs image as initramfs...
[    1.949065] Initialise system trusted keyrings
[    1.949092] Key type blacklist registered
[    1.949166] workingset: timestamp_bits=41 max_order=21 bucket_order=0
[    1.949186] zbud: loaded
[    1.949517] integrity: Platform Keyring initialized
[    1.949525] integrity: Machine keyring initialized
[    1.979032] Key type asymmetric registered
[    1.979042] Asymmetric key parser 'x509' registered
[    1.979092] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
[    1.979209] io scheduler mq-deadline registered
[    1.979212] io scheduler kyber registered
[    1.979238] io scheduler bfq registered
[    1.980307] pcieport 0000:00:1c.0: PME: Signaling with IRQ 40
[    1.980858] pcieport 0000:00:1c.3: PME: Signaling with IRQ 41
[    1.981417] pcieport 0000:00:1c.5: PME: Signaling with IRQ 42
[    1.981467] pcieport 0000:00:1c.5: pciehp: Slot #5 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    1.981720] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    1.982753] ACPI: AC: AC Adapter [AC] (on-line)
[    1.982856] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
[    1.982890] ACPI: button: Sleep Button [SLPB]
[    1.982936] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
[    1.982962] ACPI: button: Lid Switch [LID]
[    1.983007] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    1.983083] ACPI: button: Power Button [PWRF]
[    2.007293] thermal LNXTHERM:00: registered as thermal_zone0
[    2.007300] ACPI: thermal: Thermal Zone [CPUZ] (35 C)
[    2.031595] Freeing initrd memory: 22100K
[    2.032534] thermal LNXTHERM:01: registered as thermal_zone1
[    2.032541] ACPI: thermal: Thermal Zone [GFXZ] (0 C)
[    2.047569] thermal LNXTHERM:02: registered as thermal_zone2
[    2.047576] ACPI: thermal: Thermal Zone [EXTZ] (0 C)
[    2.062671] thermal LNXTHERM:03: registered as thermal_zone3
[    2.062679] ACPI: thermal: Thermal Zone [LOCZ] (23 C)
[    2.077875] thermal LNXTHERM:04: registered as thermal_zone4
[    2.077882] ACPI: thermal: Thermal Zone [BATZ] (25 C)
[    2.078508] thermal LNXTHERM:05: registered as thermal_zone5
[    2.078512] ACPI: thermal: Thermal Zone [PCHZ] (114 C)
[    2.078788] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    2.082221] hpet_acpi_add: no address or irqs in _CRS
[    2.082272] Non-volatile memory driver v1.3
[    2.082274] Linux agpgart interface v0.103
[    2.085529] tpm_tis 00:06: 1.2 TPM (device-id 0xB, rev-id 16)
[    2.099555] ACPI: battery: Slot [BAT0] (battery present)
[    2.099768] ACPI: battery: Slot [BAT1] (battery absent)
[    2.108922] tpm tpm0: TPM is disabled/deactivated (0x7)
[    2.113581] AMD-Vi: AMD IOMMUv2 functionality not available on this system - This is not a bug.
[    2.113634] ACPI: bus type drm_connector registered
[    2.114434] ahci 0000:00:1f.2: version 3.0
[    2.124843] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 2 ports 6 Gbps 0x1 impl SATA mode
[    2.124854] ahci 0000:00:1f.2: flags: 64bit ncq pm led clo only pio slum part deso sadm sds apst 
[    2.125532] scsi host0: ahci
[    2.125953] scsi host1: ahci
[    2.126021] ata1: SATA max UDMA/133 abar m2048@0xd073c000 port 0xd073c100 irq 43
[    2.126025] ata2: DUMMY
[    2.126175] usbcore: registered new interface driver usbserial_generic
[    2.126184] usbserial: USB Serial support registered for generic
[    2.126410] rtc_cmos 00:02: RTC can wake from S4
[    2.126575] ehci-pci 0000:00:1d.0: EHCI Host Controller
[    2.126587] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 1
[    2.126605] ehci-pci 0000:00:1d.0: debug port 2
[    2.126777] rtc_cmos 00:02: registered as rtc0
[    2.126828] rtc_cmos 00:02: setting system clock to 2025-02-04T03:00:08 UTC (1738638008)
[    2.126870] rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram
[    2.130545] ehci-pci 0000:00:1d.0: irq 17, io mem 0xd073d000
[    2.130706] intel_pstate: Intel P-state driver initializing
[    2.131069] ledtrig-cpu: registered to indicate activity on CPUs
[    2.131513] [drm] Initialized simpledrm 1.0.0 20200625 for simple-framebuffer.0 on minor 0
[    2.132046] fbcon: Deferring console take-over
[    2.132050] simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
[    2.132092] hid: raw HID events driver (C) Jiri Kosina
[    2.132240] drop_monitor: Initializing network drop monitor service
[    2.141147] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    2.141219] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.06
[    2.141223] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.141225] usb usb1: Product: EHCI Host Controller
[    2.141226] usb usb1: Manufacturer: Linux 6.6.72-1-lts ehci_hcd
[    2.141227] usb usb1: SerialNumber: 0000:00:1d.0
[    2.141381] hub 1-0:1.0: USB hub found
[    2.141388] hub 1-0:1.0: 3 ports detected
[    2.146630] Initializing XFRM netlink socket
[    2.146666] NET: Registered PF_INET6 protocol family
[    2.153249] Segment Routing with IPv6
[    2.153252] RPL Segment Routing with IPv6
[    2.153263] In-situ OAM (IOAM) with IPv6
[    2.153294] NET: Registered PF_PACKET protocol family
[    2.153657] microcode: Microcode Update Driver: v2.2.
[    2.153665] IPI shorthand broadcast: enabled
[    2.155945] sched_clock: Marking stable (2153337684, 1102481)->(2214305779, -59865614)
[    2.156107] registered taskstats version 1
[    2.156533] Loading compiled-in X.509 certificates
[    2.160029] Loaded X.509 cert 'Build time autogenerated kernel key: f08b670fb76XXXXXXXXXXXXXXX1eed0347e45d8'
[    2.161975] zswap: loaded using pool zstd/zsmalloc
[    2.164291] Key type .fscrypt registered
[    2.164294] Key type fscrypt-provisioning registered
[    2.173970] PM:   Magic number: 13:550:6
[    2.174038] memory memory50: hash matches
[    2.177487] RAS: Correctable Errors collector initialized.
[    2.177566] clk: Disabling unused clocks
[    2.394522] usb 1-1: new high-speed USB device number 2 using ehci-pci
[    2.438349] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    2.440258] ata1.00: ATA-8: WDC WD3200BEKT-75PVMT1, 01.01A01, max UDMA/133
[    2.440980] ata1.00: 625142448 sectors, multi 0: LBA48 NCQ (depth 32), AA
[    2.443245] ata1.00: configured for UDMA/133
[    2.443612] scsi 0:0:0:0: Direct-Access     ATA      WDC WD3200BEKT-7 1A01 PQ: 0 ANSI: 5
[    2.444069] sd 0:0:0:0: [sda] 625142448 512-byte logical blocks: (320 GB/298 GiB)
[    2.444084] sd 0:0:0:0: [sda] Write Protect is off
[    2.444088] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.444108] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.444132] sd 0:0:0:0: [sda] Preferred minimum I/O size 512 bytes
[    2.541637] usb 1-1: New USB device found, idVendor=8087, idProduct=8000, bcdDevice= 0.04
[    2.541645] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.542089] hub 1-1:1.0: USB hub found
[    2.542238] hub 1-1:1.0: 8 ports detected
[    2.554483]  sda: sda1 sda2 sda3 sda4 sda5
[    2.554791] sd 0:0:0:0: [sda] Attached SCSI disk
[    2.556831] Freeing unused decrypted memory: 2028K
[    2.557282] Freeing unused kernel image (initmem) memory: 3444K
[    2.557321] Write protecting the kernel read-only data: 32768k
[    2.557722] Freeing unused kernel image (rodata/data gap) memory: 1232K
[    2.607740] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    2.607745] rodata_test: all tests were successful
[    2.607746] x86/mm: Checking user space page tables
[    2.656201] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    2.656215] Run /init as init process
[    2.656216]   with arguments:
[    2.656218]     /init
[    2.656219]   with environment:
[    2.656220]     HOME=/
[    2.656220]     TERM=linux
[    2.656221]     BOOT_IMAGE=/@/boot/vmlinuz-linux-lts
[    2.912559] raid6: skipped pq benchmark and selected avx2x4
[    2.912563] raid6: using avx2x2 recovery algorithm
[    2.916517] xor: automatically using best checksumming function   avx       
[    2.947806] tsc: Refined TSC clocksource calibration: 2294.687 MHz
[    2.947816] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x21139a22526, max_idle_ns: 440795252169 ns
[    2.974222] clocksource: Switched to clocksource tsc
[    3.085350] Btrfs loaded, zoned=yes, fsverity=yes
[    3.218756] wmi_bus wmi_bus-PNP0C14:00: [Firmware Info]: 8F1F6436-XXXX-XXXX-XXXX-0E9424F20C9A has zero instances
[    3.239201] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    3.240333] i8042: Detected active multiplexing controller, rev 1.1
[    3.240997] serio: i8042 KBD port at 0x60,0x64 irq 1
[    3.241010] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[    3.241081] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[    3.241161] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[    3.241204] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[    3.255241] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    3.255255] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    3.256329] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x000000000004b810
[    3.256566] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    3.256574] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
[    3.256580] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
[    3.257212] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.06
[    3.257218] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.257221] usb usb2: Product: xHCI Host Controller
[    3.257224] usb usb2: Manufacturer: Linux 6.6.72-1-lts xhci-hcd
[    3.257226] usb usb2: SerialNumber: 0000:00:14.0
[    3.258417] hub 2-0:1.0: USB hub found
[    3.258439] hub 2-0:1.0: 9 ports detected
[    3.262139] usb usb3: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.06
[    3.262146] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.262149] usb usb3: Product: xHCI Host Controller
[    3.262152] usb usb3: Manufacturer: Linux 6.6.72-1-lts xhci-hcd
[    3.262155] usb usb3: SerialNumber: 0000:00:14.0
[    3.262881] hub 3-0:1.0: USB hub found
[    3.262897] hub 3-0:1.0: 4 ports detected
[    3.342124] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[    3.514478] usb 2-2: new low-speed USB device number 2 using xhci_hcd
[    3.659141] usb 2-2: New USB device found, idVendor=1a2c, idProduct=0042, bcdDevice= 1.10
[    3.659147] usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.659149] usb 2-2: Product: Usb Mouse
[    3.659151] usb 2-2: Manufacturer: SEMICCHIP
[    3.777807] usb 3-3: new SuperSpeed USB device number 2 using xhci_hcd
[    3.794865] usb 3-3: New USB device found, idVendor=0424, idProduct=5534, bcdDevice=50.00
[    3.794871] usb 3-3: New USB device strings: Mfr=2, Product=3, SerialNumber=0
[    3.794874] usb 3-3: Product: USB5534B
[    3.794877] usb 3-3: Manufacturer: SMSC
[    3.795822] hub 3-3:1.0: USB hub found
[    3.796010] hub 3-3:1.0: 4 ports detected
[    3.796782] usb: port power management may be unreliable
[    3.854277] input: SEMICCHIP Usb Mouse as /devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2:1.0/0003:1A2C:0042.0001/input/input6
[    3.854389] hid-generic 0003:1A2C:0042.0001: input,hidraw0: USB HID v1.10 Mouse [SEMICCHIP Usb Mouse] on usb-0000:00:14.0-2/input0
[    3.854449] usbcore: registered new interface driver usbhid
[    3.854451] usbhid: USB HID core driver
[    3.921175] usb 2-3: new high-speed USB device number 3 using xhci_hcd
[    3.921524] i915 0000:00:02.0: vgaarb: deactivate vga console
[    3.923037] i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    3.988160] [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 1
[    3.997811] ACPI: video: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    3.998104] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input9
[    4.002141] fbcon: i915drmfb (fb0) is primary device
[    4.002143] fbcon: Deferring console take-over
[    4.002146] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[    4.071463] usb 2-3: New USB device found, idVendor=0424, idProduct=2134, bcdDevice=50.00
[    4.071470] usb 2-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    4.071473] usb 2-3: Product: USB2134B
[    4.071475] usb 2-3: Manufacturer: SMSC
[    4.072368] hub 2-3:1.0: USB hub found
[    4.072398] hub 2-3:1.0: 4 ports detected
[    4.194533] usb 2-4: new full-speed USB device number 4 using xhci_hcd
[    4.291196] BTRFS: device fsid 74dcaf1c-XXXX-XXXX-XXXX-898bf2dd6757 devid 1 transid 8262 /dev/sda5 scanned by (udev-worker) (135)
[    4.336990] usb 2-4: New USB device found, idVendor=258a, idProduct=002a, bcdDevice=90.36
[    4.336998] usb 2-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    4.337001] usb 2-4: Product: Gaming KB 
[    4.337003] usb 2-4: Manufacturer: SINO WEALTH
[    4.340045] input: SINO WEALTH Gaming KB  as /devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4:1.0/0003:258A:002A.0002/input/input10
[    4.407883] usb 2-3.2: new full-speed USB device number 5 using xhci_hcd
[    4.464849] hid-generic 0003:258A:002A.0002: input,hidraw1: USB HID v1.11 Keyboard [SINO WEALTH Gaming KB ] on usb-0000:00:14.0-4/input0
[    4.468629] input: SINO WEALTH Gaming KB  System Control as /devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4:1.1/0003:258A:002A.0003/input/input11
[    4.499634] usb 2-3.2: New USB device found, idVendor=8087, idProduct=07dc, bcdDevice= 0.01
[    4.499649] usb 2-3.2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    4.524846] input: SINO WEALTH Gaming KB  Consumer Control as /devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4:1.1/0003:258A:002A.0003/input/input12
[    4.525006] input: SINO WEALTH Gaming KB  Keyboard as /devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4:1.1/0003:258A:002A.0003/input/input13
[    4.525299] hid-generic 0003:258A:002A.0003: input,hiddev96,hidraw2: USB HID v1.11 Keyboard [SINO WEALTH Gaming KB ] on usb-0000:00:14.0-4/input1
[    4.647846] usb 2-5: new full-speed USB device number 6 using xhci_hcd
[    4.701877] BTRFS info (device sda5): first mount of filesystem 74dcaf1c-XXXX-XXXX-XXXX-898bf2dd6757
[    4.701896] BTRFS info (device sda5): using crc32c (crc32c-intel) checksum algorithm
[    4.701910] BTRFS info (device sda5): using free space tree
[    4.792655] usb 2-5: New USB device found, idVendor=138a, idProduct=003f, bcdDevice= 1.04
[    4.792664] usb 2-5: New USB device strings: Mfr=0, Product=0, SerialNumber=1
[    4.792668] usb 2-5: SerialNumber: 00203057cd95
[    6.437377] systemd[1]: systemd 257.2-2-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +IPE +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +BTF +XKBCOMMON +UTMP -SYSVINIT +LIBARCHIVE)
[    6.437387] systemd[1]: Detected architecture x86-64.
[    6.443734] systemd[1]: Hostname set to <tv>.
[    6.540301] systemd[1]: memfd_create() called without MFD_EXEC or MFD_NOEXEC_SEAL set
[    7.034577] systemd[1]: bpf-restrict-fs: LSM BPF program attached
[    8.386841] systemd[1]: /etc/systemd/system/getty@tty1.service.d/autologin.conf:4: Ignoring unknown escape sequences: "-p -f -- \u"
[    8.388861] systemd[1]: Queued start job for default target Graphical Interface.
[    8.436481] systemd[1]: Created slice Slice /system/dirmngr.
[    8.437032] systemd[1]: Created slice Slice /system/getty.
[    8.437400] systemd[1]: Created slice Slice /system/gpg-agent.
[    8.437760] systemd[1]: Created slice Slice /system/gpg-agent-browser.
[    8.438186] systemd[1]: Created slice Slice /system/gpg-agent-extra.
[    8.438538] systemd[1]: Created slice Slice /system/gpg-agent-ssh.
[    8.438889] systemd[1]: Created slice Slice /system/keyboxd.
[    8.439237] systemd[1]: Created slice Slice /system/modprobe.
[    8.439584] systemd[1]: Created slice Slice /system/systemd-fsck.
[    8.439844] systemd[1]: Created slice User and Session Slice.
[    8.439919] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    8.439979] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    8.440158] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    8.440181] systemd[1]: Expecting device /dev/disk/by-uuid/5FC2-72BE...
[    8.440189] systemd[1]: Expecting device /dev/disk/by-uuid/5c930e6b-XXXX-XXXX-XXXX-f585dfaf612d...
[    8.440196] systemd[1]: Expecting device /dev/disk/by-uuid/74dcaf1c-XXXX-XXXX-XXXX-898bf2dd6757...
[    8.440209] systemd[1]: Reached target Local Encrypted Volumes.
[    8.440228] systemd[1]: Reached target Local Integrity Protected Volumes.
[    8.440247] systemd[1]: Reached target Path Units.
[    8.440260] systemd[1]: Reached target Remote File Systems.
[    8.440271] systemd[1]: Reached target Slice Units.
[    8.440298] systemd[1]: Reached target Local Verity Protected Volumes.
[    8.440379] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    8.441728] systemd[1]: Listening on Process Core Dump Socket.
[    8.442428] systemd[1]: Listening on Credential Encryption/Decryption.
[    8.442537] systemd[1]: Listening on Journal Socket (/dev/log).
[    8.442644] systemd[1]: Listening on Journal Sockets.
[    8.442701] systemd[1]: TPM PCR Measurements was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    8.442718] systemd[1]: Make TPM PCR Policy was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    8.442800] systemd[1]: Listening on udev Control Socket.
[    8.442861] systemd[1]: Listening on udev Kernel Socket.
[    8.442939] systemd[1]: Listening on User Database Manager Socket.
[    8.451255] systemd[1]: Mounting Huge Pages File System...
[    8.452557] systemd[1]: Mounting POSIX Message Queue File System...
[    8.454022] systemd[1]: Mounting Kernel Debug File System...
[    8.457929] systemd[1]: Mounting Kernel Trace File System...
[    8.459855] systemd[1]: Starting Create List of Static Device Nodes...
[    8.461540] systemd[1]: Starting Load Kernel Module configfs...
[    8.464739] systemd[1]: Starting Load Kernel Module dm_mod...
[    8.470782] systemd[1]: Starting Load Kernel Module drm...
[    8.474228] systemd[1]: Starting Load Kernel Module fuse...
[    8.475905] systemd[1]: Starting Load Kernel Module loop...
[    8.476003] systemd[1]: Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).
[    8.478917] systemd[1]: Starting Journal Service...
[    8.509189] systemd[1]: Starting Load Kernel Modules...
[    8.509220] systemd[1]: TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    8.510598] systemd[1]: Starting Remount Root and Kernel File Systems...
[    8.510676] systemd[1]: Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    8.514740] systemd[1]: Starting Load udev Rules from Credentials...
[    8.516162] systemd[1]: Starting Coldplug All udev Devices...
[    8.520159] systemd[1]: Mounted Huge Pages File System.
[    8.520369] systemd[1]: Mounted POSIX Message Queue File System.
[    8.520549] systemd[1]: Mounted Kernel Debug File System.
[    8.520772] systemd[1]: Mounted Kernel Trace File System.
[    8.544728] systemd[1]: Finished Create List of Static Device Nodes.
[    8.545673] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[    8.568202] systemd[1]: Finished Load Kernel Module configfs.
[    8.568743] systemd[1]: modprobe@drm.service: Deactivated successfully.
[    8.579767] device-mapper: uevent: version 1.0.3
[    8.579875] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com
[    8.587352] loop: module loaded
[    8.601571] systemd[1]: Finished Load Kernel Module drm.
[    8.602172] systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
[    8.631359] fuse: init (API version 7.39)
[    8.641475] systemd[1]: Finished Load Kernel Module dm_mod.
[    8.641914] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[    8.661663] systemd[1]: Finished Load Kernel Module fuse.
[    8.662369] systemd[1]: modprobe@loop.service: Deactivated successfully.
[    8.681607] systemd[1]: Finished Load Kernel Module loop.
[    8.681832] systemd-journald[265]: Collecting audit messages is disabled.
[    8.708146] systemd[1]: Finished Load Kernel Modules.
[    8.724852] systemd[1]: Finished Load udev Rules from Credentials.
[    8.727449] systemd[1]: Mounting FUSE Control File System...
[    8.731280] systemd[1]: Mounting Kernel Configuration File System...
[    8.731385] systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
[    8.732939] systemd[1]: Starting Apply Kernel Variables...
[    8.741133] systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
[    8.752916] systemd[1]: Started Journal Service.
[    9.231160] BTRFS info (device sda5: state M): use zstd compression, level 3
[    9.231170] BTRFS info (device sda5: state M): turning on async discard
[    9.231175] BTRFS info (device sda5: state M): enabling auto defrag
[   10.914372] e1000e: Intel(R) PRO/1000 Network Driver
[   10.914376] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[   10.914720] e1000e 0000:00:19.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[   10.947608] input: Wireless hotkeys as /devices/virtual/input/input14
[   10.952352] hp_accel: hardware type HPB64xx found
[   11.079246] lis3lv02d: 8 bits 3DC sensor found
[   11.098115] e1000e 0000:00:19.0 0000:00:19.0 (uninitialized): registered PHC clock
[   11.102244] i801_smbus 0000:00:1f.3: enabling device (0000 -> 0003)
[   11.103168] i801_smbus 0000:00:1f.3: SPD Write Disable is set
[   11.103195] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[   11.104333] i2c i2c-9: 2/2 memory slots populated (from DMI)
[   11.104676] i2c i2c-9: Successfully instantiated SPD at 0x50
[   11.165867] e1000e 0000:00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) XXX:XXX:XXX:XXX:94
[   11.165876] e1000e 0000:00:19.0 eth0: Intel(R) PRO/1000 Network Connection
[   11.165913] e1000e 0000:00:19.0 eth0: MAC: 11, PHY: 12, PBA No: FFFFFF-0FF
[   11.251182] input: ST LIS3LV02DL Accelerometer as /devices/platform/lis3lv02d/input/input15
[   11.296804] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[   11.297266] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[   11.297625] Loaded X.509 cert 'wens: 61c038651aaXXXXXXXXX7248db18c600'
[   11.345831] Bluetooth: Core ver 2.22
[   11.345866] NET: Registered PF_BLUETOOTH protocol family
[   11.345868] Bluetooth: HCI device and connection manager initialized
[   11.345873] Bluetooth: HCI socket layer initialized
[   11.345876] Bluetooth: L2CAP socket layer initialized
[   11.345881] Bluetooth: SCO socket layer initialized
[   11.348806] RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
[   11.348812] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[   11.348815] RAPL PMU: hw unit of domain package 2^-14 Joules
[   11.348817] RAPL PMU: hw unit of domain dram 2^-14 Joules
[   11.348818] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[   11.358269] cryptd: max_cpu_qlen set to 1000
[   11.384077] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[   11.384085] cfg80211: failed to load regulatory.db
[   11.439802] Intel(R) Wireless WiFi driver for Linux
[   11.555005] input: PC Speaker as /devices/platform/pcspkr/input/input19
[   11.571637] at24 9-0050: supply vcc not found, using dummy regulator
[   11.573149] at24 9-0050: 256 byte spd EEPROM, read-only
[   11.575804] e1000e 0000:00:19.0 enp0s25: renamed from eth0
[   11.604838] input: HP WMI hotkeys as /devices/virtual/input/input20
[   11.615760] AVX2 version of gcm_enc/dec engaged.
[   11.615804] AES CTR mode by8 optimization enabled
[   11.648053] iTCO_vendor_support: vendor-support=0
[   11.712317] mousedev: PS/2 mouse device common for all mice
[   11.857366] iTCO_wdt iTCO_wdt.1.auto: Found a Lynx Point_LP TCO device (Version=2, TCOBASE=0x1860)
[   11.857457] iTCO_wdt iTCO_wdt.1.auto: initialized. heartbeat=30 sec (nowayout=0)
[   11.888891] usbcore: registered new interface driver btusb
[   11.904136] Bluetooth: hci0: Legacy ROM 2.5 revision 8.0 build 2 week 3 2013
[   11.977036] Bluetooth: hci0: Intel Bluetooth firmware file: intel/ibt-hw-37.7.10-fw-1.80.2.3.d.bseq
[   12.056089] spi-nor spi0.0: w25q128 (16384 Kbytes)
[   12.059943] Creating 1 MTD partitions on "intel-spi":
[   12.059949] 0x000000000000-0x000001000000 : "BIOS"
[   12.106139] Bluetooth: hci0: Intel BT fw patch 0x57 completed & activated
[   12.125996] snd_hda_intel 0000:00:03.0: enabling device (0000 -> 0002)
[   12.126244] snd_hda_intel 0000:00:03.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[   12.126619] snd_hda_intel 0000:00:1b.0: enabling device (0000 -> 0002)
[   12.152297] psmouse serio3: synaptics: queried max coordinates: x [..5668], y [..4762]
[   12.184586] psmouse serio3: synaptics: queried min coordinates: x [1360..], y [1160..]
[   12.184596] psmouse serio3: synaptics: Your touchpad (PNP: SYN3003 SYN0100 SYN0002 PNP0f13) says it can support a different bus. If i2c-hid and hid-rmi are not used, you might want to try setting psmouse.synaptics_intertouch to 1 and report this to linux-input@vger.kernel.org.
[   12.192599] input: HDA Intel HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.0/sound/card0/input21
[   12.192688] input: HDA Intel HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.0/sound/card0/input22
[   12.192765] input: HDA Intel HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.0/sound/card0/input23
[   12.243268] psmouse serio3: synaptics: Touchpad model: 1, fw: 8.1, id: 0x1e2b1, caps: 0xd00123/0x840300/0x26800/0x0, board id: 2768, fw id: 1658220
[   12.280690] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio3/input/input18
[   12.387989] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
[   12.421272] snd_hda_codec_idt hdaudioC1D0: autoconfig for 92HD91BXX: line_outs=1 (0xa/0x0/0x0/0x0/0x0) type:line
[   12.421281] snd_hda_codec_idt hdaudioC1D0:    speaker_outs=1 (0xd/0x0/0x0/0x0/0x0)
[   12.421285] snd_hda_codec_idt hdaudioC1D0:    hp_outs=1 (0xb/0x0/0x0/0x0/0x0)
[   12.421288] snd_hda_codec_idt hdaudioC1D0:    mono: mono_out=0x0
[   12.421291] snd_hda_codec_idt hdaudioC1D0:    inputs:
[   12.421293] snd_hda_codec_idt hdaudioC1D0:      Mic=0xc
[   12.421296] snd_hda_codec_idt hdaudioC1D0:      Internal Mic=0x11
[   12.421299] snd_hda_codec_idt hdaudioC1D0:      Line=0xf
[   12.538551] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input25
[   12.538639] input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1b.0/sound/card1/input26
[   12.538722] input: HDA Intel PCH Dock Line Out as /devices/pci0000:00/0000:00:1b.0/sound/card1/input27
[   12.538798] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card1/input28
[   12.840538] intel_rapl_common: Found RAPL domain package
[   12.840544] intel_rapl_common: Found RAPL domain core
[   12.840545] intel_rapl_common: Found RAPL domain uncore
[   12.840546] intel_rapl_common: Found RAPL domain dram
[   13.479598] Adding 4194300k swap on /dev/sda4.  Priority:-2 extents:1 across:4194300k 
[   14.043690] systemd-journald[265]: Received client request to flush runtime journal.
[   23.395750] fbcon: Taking over console
[   23.412993] Console: switching to colour frame buffer device 200x56
[   71.945471] intel_gpu_top[1126]: segfault at 2ba98 ip 00005bd65a782f10 sp 00007ffc7b3e90c0 error 4 in intel_gpu_top[5bd65a778000+c000] likely on CPU 0 (core 0, socket 0)
[   71.945483] Code: 81 ec 00 10 00 00 48 83 0c 24 00 48 81 ec 08 06 00 00 64 48 8b 04 25 28 00 00 00 48 89 45 c8 31 c0 48 85 ff 0f 84 a8 03 00 00 <8b> 17 48 8b 47 18 49 89 ff 85 d2 7e 36 89 d1 48 69 c9 b8 00 00 00
 >>>   cat .local/share/xorg/Xorg.0.log > xorg.0.log  
[    25.392] 
X.Org X Server 1.21.1.15
X Protocol Version 11, Revision 0
[    25.392] Current Operating System: Linux tv 6.6.72-1-lts #1 SMP PREEMPT_DYNAMIC Fri, 17 Jan 2025 14:04:26 +0000 x86_64
[    25.392] Kernel command line: BOOT_IMAGE=/@/boot/vmlinuz-linux-lts root=UUID=74dcaf1c-XXXX-XXXX-XXXX-898bf2dd6757 rw rootflags=subvol=@ loglevel=3 quiet
[    25.392]  
[    25.392] Current version of pixman: 0.44.2
[    25.393] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    25.393] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    25.393] (==) Log file: "/home/t/.local/share/xorg/Xorg.0.log", Time: Tue Feb  4 08:30:31 2025
[    25.398] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    25.399] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    25.399] (==) No Layout section.  Using the first Screen section.
[    25.399] (==) No screen section available. Using defaults.
[    25.399] (**) |-->Screen "Default Screen Section" (0)
[    25.399] (**) |   |-->Monitor "<default monitor>"
[    25.399] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    25.399] (**) Allowing byte-swapped clients
[    25.399] (==) Automatically adding devices
[    25.399] (==) Automatically enabling devices
[    25.399] (==) Automatically adding GPU devices
[    25.399] (==) Automatically binding GPU devices
[    25.399] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    25.408] (WW) The directory "/usr/share/fonts/misc" does not exist.
[    25.408] 	Entry deleted from font path.
[    25.432] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[    25.433] 	Entry deleted from font path.
[    25.433] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    25.433] 	Entry deleted from font path.
[    25.433] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[    25.433] 	Entry deleted from font path.
[    25.433] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[    25.433] 	Entry deleted from font path.
[    25.433] (==) FontPath set to:
	/usr/share/fonts/TTF
[    25.433] (==) ModulePath set to "/usr/lib/xorg/modules"
[    25.433] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    25.433] (II) Module ABI versions:
[    25.433] 	X.Org ANSI C Emulation: 0.4
[    25.433] 	X.Org Video Driver: 25.2
[    25.433] 	X.Org XInput driver : 24.4
[    25.433] 	X.Org Server Extension : 10.0
[    25.433] (++) using VT number 1

[    25.436] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[    25.438] (II) xfree86: Adding drm device (/dev/dri/card1)
[    25.438] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card1
[    25.439] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 13 paused 0
[    25.441] (--) PCI:*(0@0:2:0) 8086:0a16:103c:198f rev 9, Mem @ 0xd0000000/4194304, 0xc0000000/268435456, I/O @ 0x00003000/64, BIOS @ 0x????????/131072
[    25.441] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    25.441] (II) LoadModule: "glx"
[    25.459] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    25.514] (II) Module glx: vendor="X.Org Foundation"
[    25.515] 	compiled for 1.21.1.15, module version = 1.0.0
[    25.515] 	ABI class: X.Org Server Extension, version 10.0
[    25.515] (==) Matched intel as autoconfigured driver 0
[    25.515] (==) Matched modesetting as autoconfigured driver 1
[    25.515] (==) Matched fbdev as autoconfigured driver 2
[    25.515] (==) Matched vesa as autoconfigured driver 3
[    25.515] (==) Assigned the driver to the xf86ConfigLayout
[    25.515] (II) LoadModule: "intel"
[    25.515] (WW) Warning, couldn't open module intel
[    25.515] (EE) Failed to load module "intel" (module does not exist, 0)
[    25.515] (II) LoadModule: "modesetting"
[    25.515] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    25.566] (II) Module modesetting: vendor="X.Org Foundation"
[    25.566] 	compiled for 1.21.1.15, module version = 1.21.1
[    25.567] 	Module class: X.Org Video Driver
[    25.567] 	ABI class: X.Org Video Driver, version 25.2
[    25.567] (II) LoadModule: "fbdev"
[    25.567] (WW) Warning, couldn't open module fbdev
[    25.567] (EE) Failed to load module "fbdev" (module does not exist, 0)
[    25.567] (II) LoadModule: "vesa"
[    25.567] (WW) Warning, couldn't open module vesa
[    25.567] (EE) Failed to load module "vesa" (module does not exist, 0)
[    25.567] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    25.567] (II) modeset(0): using drv /dev/dri/card1
[    25.567] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[    25.567] (II) modeset(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    25.567] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[    25.567] (==) modeset(0): RGB weight 888
[    25.567] (==) modeset(0): Default visual is TrueColor
[    25.567] (II) Loading sub module "glamoregl"
[    25.567] (II) LoadModule: "glamoregl"
[    25.567] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    25.613] (II) Module glamoregl: vendor="X.Org Foundation"
[    25.613] 	compiled for 1.21.1.15, module version = 1.0.1
[    25.613] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    29.326] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) HD Graphics 4400 (HSW GT2)
[    29.326] (II) modeset(0): glamor initialized
[    29.326] (==) modeset(0): VariableRefresh: disabled
[    29.326] (==) modeset(0): AsyncFlipSecondaries: disabled
[    29.328] (II) modeset(0): Output eDP-1 has no monitor section
[    29.328] (II) modeset(0): Output DP-1 has no monitor section
[    29.329] (II) modeset(0): Output HDMI-1 has no monitor section
[    29.329] (II) modeset(0): Output DP-2 has no monitor section
[    29.330] (II) modeset(0): Output HDMI-2 has no monitor section
[    29.332] (II) modeset(0): EDID for output eDP-1
[    29.332] (II) modeset(0): Manufacturer: SDC  Model: 484e  Serial#: 0
[    29.332] (II) modeset(0): Year: 2012  Week: 0
[    29.332] (II) modeset(0): EDID Version: 1.4
[    29.332] (II) modeset(0): Digital Display Input
[    29.332] (II) modeset(0): 6 bits per channel
[    29.332] (II) modeset(0): Digital interface is undefined
[    29.332] (II) modeset(0): Max Image Size [cm]: horiz.: 31  vert.: 17
[    29.332] (II) modeset(0): Gamma: 2.20
[    29.332] (II) modeset(0): No DPMS capabilities specified
[    29.332] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[    29.332] (II) modeset(0): First detailed timing is preferred mode
[    29.332] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[    29.332] (II) modeset(0): redX: 0.578 redY: 0.358   greenX: 0.345 greenY: 0.560
[    29.332] (II) modeset(0): blueX: 0.164 blueY: 0.133   whiteX: 0.313 whiteY: 0.329
[    29.332] (II) modeset(0): Manufacturer's mask: 0
[    29.332] (II) modeset(0): Supported detailed timing:
[    29.332] (II) modeset(0): clock: 119.4 MHz   Image Size:  309 x 174 mm
[    29.332] (II) modeset(0): h_active: 1600  h_sync: 1648  h_sync_end 1680 h_blank_end 2140 h_border: 0
[    29.332] (II) modeset(0): v_active: 900  v_sync: 902  v_sync_end 907 v_blanking: 930 v_border: 0
[    29.332] (II) modeset(0): Supported detailed timing:
[    29.332] (II) modeset(0): clock: 79.6 MHz   Image Size:  309 x 174 mm
[    29.332] (II) modeset(0): h_active: 1600  h_sync: 1648  h_sync_end 1680 h_blank_end 2140 h_border: 0
[    29.332] (II) modeset(0): v_active: 900  v_sync: 902  v_sync_end 907 v_blanking: 930 v_border: 0
[    29.332] (II) modeset(0): Unknown vendor-specific block 2
[    29.332] (II) modeset(0): EDID (in hex):
[    29.332] (II) modeset(0): 	00ffffffffffff004c834e4800000000
[    29.332] (II) modeset(0): 	00160104901f11780a3505945b588f2a
[    29.332] (II) modeset(0): 	22505400000001010101010101010101
[    29.332] (II) modeset(0): 	010101010101a42e401c62841e303020
[    29.332] (II) modeset(0): 	250035ae10000019191f401c62841e30
[    29.332] (II) modeset(0): 	3020250035ae10000019000000000000
[    29.332] (II) modeset(0): 	00000000000000000000000000000002
[    29.332] (II) modeset(0): 	000c3dff0c3c7d200f247d0000000029
[    29.332] (II) modeset(0): Printing probed modes for output eDP-1
[    29.332] (II) modeset(0): Modeline "1600x900"x60.0  119.40  1600 1648 1680 2140  900 902 907 930 -hsync -vsync (55.8 kHz eP)
[    29.332] (II) modeset(0): Modeline "1600x900"x120.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[    29.332] (II) modeset(0): Modeline "1600x900"x119.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[    29.332] (II) modeset(0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[    29.332] (II) modeset(0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[    29.332] (II) modeset(0): Modeline "1600x900"x40.0   79.61  1600 1648 1680 2140  900 902 907 930 -hsync -vsync (37.2 kHz e)
[    29.332] (II) modeset(0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[    29.332] (II) modeset(0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[    29.332] (II) modeset(0): Modeline "1440x810"x120.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[    29.332] (II) modeset(0): Modeline "1440x810"x119.9  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[    29.332] (II) modeset(0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[    29.332] (II) modeset(0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[    29.332] (II) modeset(0): Modeline "1280x800"x120.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[    29.332] (II) modeset(0): Modeline "1280x800"x119.9  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[    29.332] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[    29.332] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[    29.332] (II) modeset(0): Modeline "1280x720"x120.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[    29.332] (II) modeset(0): Modeline "1280x720"x120.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[    29.332] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[    29.332] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[    29.332] (II) modeset(0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[    29.332] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[    29.332] (II) modeset(0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[    29.332] (II) modeset(0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[    29.332] (II) modeset(0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[    29.332] (II) modeset(0): Modeline "1024x576"x119.9   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[    29.333] (II) modeset(0): Modeline "1024x576"x119.9   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[    29.333] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[    29.333] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[    29.333] (II) modeset(0): Modeline "960x600"x119.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[    29.333] (II) modeset(0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[    29.333] (II) modeset(0): Modeline "960x540"x119.9   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[    29.333] (II) modeset(0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[    29.333] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[    29.333] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[    29.333] (II) modeset(0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[    29.333] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[    29.333] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[    29.333] (II) modeset(0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[    29.333] (II) modeset(0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[    29.333] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[    29.333] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[    29.333] (II) modeset(0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[    29.333] (II) modeset(0): Modeline "800x450"x119.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[    29.333] (II) modeset(0): Modeline "800x450"x119.6   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[    29.333] (II) modeset(0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[    29.333] (II) modeset(0): Modeline "700x450"x119.9   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[    29.333] (II) modeset(0): Modeline "700x450"x119.8   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[    29.333] (II) modeset(0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[    29.333] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[    29.333] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[    29.333] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[    29.333] (II) modeset(0): Modeline "684x384"x119.8   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[    29.333] (II) modeset(0): Modeline "684x384"x119.7   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[    29.333] (II) modeset(0): Modeline "640x400"x119.8   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[    29.333] (II) modeset(0): Modeline "640x400"x120.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[    29.333] (II) modeset(0): Modeline "640x360"x119.7   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[    29.333] (II) modeset(0): Modeline "640x360"x119.7   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[    29.333] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[    29.333] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[    29.333] (II) modeset(0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[    29.333] (II) modeset(0): Modeline "512x288"x120.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[    29.333] (II) modeset(0): Modeline "512x288"x119.8   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[    29.333] (II) modeset(0): Modeline "480x270"x119.3   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[    29.333] (II) modeset(0): Modeline "480x270"x119.6   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[    29.333] (II) modeset(0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[    29.333] (II) modeset(0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[    29.333] (II) modeset(0): Modeline "432x243"x119.8   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[    29.333] (II) modeset(0): Modeline "432x243"x119.1   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[    29.333] (II) modeset(0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[    29.333] (II) modeset(0): Modeline "360x202"x119.0   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[    29.333] (II) modeset(0): Modeline "360x202"x118.3   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[    29.333] (II) modeset(0): Modeline "320x180"x119.7    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[    29.333] (II) modeset(0): Modeline "320x180"x118.6    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[    29.333] (II) modeset(0): EDID for output DP-1
[    29.334] (II) modeset(0): EDID for output HDMI-1
[    29.334] (II) modeset(0): EDID for output DP-2
[    29.335] (II) modeset(0): EDID for output HDMI-2
[    29.335] (II) modeset(0): Output eDP-1 connected
[    29.335] (II) modeset(0): Output DP-1 disconnected
[    29.335] (II) modeset(0): Output HDMI-1 disconnected
[    29.335] (II) modeset(0): Output DP-2 disconnected
[    29.335] (II) modeset(0): Output HDMI-2 disconnected
[    29.335] (II) modeset(0): Using exact sizes for initial modes
[    29.335] (II) modeset(0): Output eDP-1 using initial mode 1600x900 +0+0
[    29.335] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[    29.335] (==) modeset(0): DPI set to (96, 96)
[    29.335] (II) Loading sub module "fb"
[    29.335] (II) LoadModule: "fb"
[    29.335] (II) Module "fb" already built-in
[    29.522] (==) modeset(0): Backing store enabled
[    29.522] (==) modeset(0): Silken mouse enabled
[    29.613] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[    29.613] (==) modeset(0): DPMS enabled
[    29.614] (II) modeset(0): [DRI2] Setup complete
[    29.614] (II) modeset(0): [DRI2]   DRI driver: crocus
[    29.614] (II) modeset(0): [DRI2]   VDPAU driver: va_gl
[    29.614] (II) Initializing extension Generic Event Extension
[    29.614] (II) Initializing extension SHAPE
[    29.614] (II) Initializing extension MIT-SHM
[    29.615] (II) Initializing extension XInputExtension
[    29.615] (II) Initializing extension XTEST
[    29.616] (II) Initializing extension BIG-REQUESTS
[    29.616] (II) Initializing extension SYNC
[    29.616] (II) Initializing extension XKEYBOARD
[    29.616] (II) Initializing extension XC-MISC
[    29.617] (II) Initializing extension SECURITY
[    29.617] (II) Initializing extension XFIXES
[    29.617] (II) Initializing extension RENDER
[    29.617] (II) Initializing extension RANDR
[    29.617] (II) Initializing extension COMPOSITE
[    29.618] (II) Initializing extension DAMAGE
[    29.618] (II) Initializing extension MIT-SCREEN-SAVER
[    29.618] (II) Initializing extension DOUBLE-BUFFER
[    29.618] (II) Initializing extension RECORD
[    29.618] (II) Initializing extension DPMS
[    29.618] (II) Initializing extension Present
[    29.618] (II) Initializing extension DRI3
[    29.618] (II) Initializing extension X-Resource
[    29.618] (II) Initializing extension XVideo
[    29.619] (II) Initializing extension XVideo-MotionCompensation
[    29.619] (II) Initializing extension GLX
[    29.654] (II) AIGLX: Loaded and initialized crocus
[    29.654] (II) GLX: Initialized DRI2 GL provider for screen 0
[    29.654] (II) Initializing extension XFree86-VidModeExtension
[    29.654] (II) Initializing extension XFree86-DGA
[    29.654] (II) Initializing extension XFree86-DRI
[    29.654] (II) Initializing extension DRI2
[    29.655] (II) modeset(0): Damage tracking initialized
[    29.655] (II) modeset(0): Setting screen physical size to 423 x 238
[    29.856] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    29.856] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    29.856] (**) Power Button: Applying InputClass "system-keyboard"
[    29.856] (II) LoadModule: "libinput"
[    29.856] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    29.923] (II) Module libinput: vendor="X.Org Foundation"
[    29.923] 	compiled for 1.21.1.13, module version = 1.5.0
[    29.923] 	Module class: X.Org XInput Driver
[    29.923] 	ABI class: X.Org XInput driver, version 24.4
[    29.923] (II) Using input driver 'libinput' for 'Power Button'
[    29.924] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 25 paused 0
[    29.924] (**) Power Button: always reports core events
[    29.924] (**) Option "Device" "/dev/input/event2"
[    29.982] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    29.982] (II) event2  - Power Button: device is a keyboard
[    29.982] (II) event2  - Power Button: device removed
[    29.982] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[    29.982] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    29.982] (**) Option "xkb_layout" "us"
[    29.982] (**) Option "xkb_options" "caps:escape_shifted_capslock"
[    30.000] (**) Option "AutoRepeat" "220 20"
[    30.001] (**) AutoRepeat: 220 20
[    30.001] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    30.002] (II) event2  - Power Button: device is a keyboard
[    30.002] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
[    30.002] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    30.002] (**) Video Bus: Applying InputClass "system-keyboard"
[    30.002] (II) Using input driver 'libinput' for 'Video Bus'
[    30.003] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 28 paused 0
[    30.003] (**) Video Bus: always reports core events
[    30.003] (**) Option "Device" "/dev/input/event5"
[    30.004] (II) event5  - Video Bus: is tagged by udev as: Keyboard
[    30.004] (II) event5  - Video Bus: device is a keyboard
[    30.005] (II) event5  - Video Bus: device removed
[    30.005] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input9/event5"
[    30.005] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    30.005] (**) Option "xkb_layout" "us"
[    30.005] (**) Option "xkb_options" "caps:escape_shifted_capslock"
[    30.005] (**) Option "AutoRepeat" "220 20"
[    30.005] (**) AutoRepeat: 220 20
[    30.006] (II) event5  - Video Bus: is tagged by udev as: Keyboard
[    30.006] (II) event5  - Video Bus: device is a keyboard
[    30.006] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[    30.007] (II) No input driver specified, ignoring this device.
[    30.007] (II) This device may have been added with another device file.
[    30.007] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[    30.007] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[    30.007] (**) Sleep Button: Applying InputClass "system-keyboard"
[    30.007] (II) Using input driver 'libinput' for 'Sleep Button'
[    30.008] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 29 paused 0
[    30.008] (**) Sleep Button: always reports core events
[    30.008] (**) Option "Device" "/dev/input/event0"
[    30.009] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[    30.009] (II) event0  - Sleep Button: device is a keyboard
[    30.009] (II) event0  - Sleep Button: device removed
[    30.009] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[    30.009] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[    30.009] (**) Option "xkb_layout" "us"
[    30.009] (**) Option "xkb_options" "caps:escape_shifted_capslock"
[    30.009] (**) Option "AutoRepeat" "220 20"
[    30.009] (**) AutoRepeat: 220 20
[    30.010] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[    30.010] (II) event0  - Sleep Button: device is a keyboard
[    30.011] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=3 (/dev/input/event14)
[    30.011] (II) No input driver specified, ignoring this device.
[    30.011] (II) This device may have been added with another device file.
[    30.012] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=7 (/dev/input/event15)
[    30.012] (II) No input driver specified, ignoring this device.
[    30.012] (II) This device may have been added with another device file.
[    30.012] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=8 (/dev/input/event16)
[    30.012] (II) No input driver specified, ignoring this device.
[    30.012] (II) This device may have been added with another device file.
[    30.013] (II) config/udev: Adding input device SEMICCHIP Usb Mouse (/dev/input/event4)
[    30.013] (**) SEMICCHIP Usb Mouse: Applying InputClass "libinput pointer catchall"
[    30.013] (II) Using input driver 'libinput' for 'SEMICCHIP Usb Mouse'
[    30.070] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 30 paused 0
[    30.070] (**) SEMICCHIP Usb Mouse: always reports core events
[    30.070] (**) Option "Device" "/dev/input/event4"
[    30.074] (II) event4  - SEMICCHIP Usb Mouse: is tagged by udev as: Mouse
[    30.074] (II) event4  - SEMICCHIP Usb Mouse: device is a pointer
[    30.074] (II) event4  - SEMICCHIP Usb Mouse: device removed
[    30.074] (II) libinput: SEMICCHIP Usb Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    30.074] (II) libinput: SEMICCHIP Usb Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    30.074] (II) libinput: SEMICCHIP Usb Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    30.074] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2:1.0/0003:1A2C:0042.0001/input/input6/event4"
[    30.074] (II) XINPUT: Adding extended input device "SEMICCHIP Usb Mouse" (type: MOUSE, id 9)
[    30.075] (**) Option "AccelerationScheme" "none"
[    30.075] (**) SEMICCHIP Usb Mouse: (accel) selected scheme none/0
[    30.075] (**) SEMICCHIP Usb Mouse: (accel) acceleration factor: 2.000
[    30.075] (**) SEMICCHIP Usb Mouse: (accel) acceleration threshold: 4
[    30.076] (II) event4  - SEMICCHIP Usb Mouse: is tagged by udev as: Mouse
[    30.076] (II) event4  - SEMICCHIP Usb Mouse: device is a pointer
[    30.077] (II) config/udev: Adding input device SEMICCHIP Usb Mouse (/dev/input/mouse0)
[    30.077] (II) No input driver specified, ignoring this device.
[    30.077] (II) This device may have been added with another device file.
[    30.078] (II) config/udev: Adding input device SINO WEALTH Gaming KB  (/dev/input/event6)
[    30.078] (**) SINO WEALTH Gaming KB : Applying InputClass "libinput keyboard catchall"
[    30.078] (**) SINO WEALTH Gaming KB : Applying InputClass "system-keyboard"
[    30.078] (II) Using input driver 'libinput' for 'SINO WEALTH Gaming KB '
[    30.079] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 31 paused 0
[    30.079] (**) SINO WEALTH Gaming KB : always reports core events
[    30.079] (**) Option "Device" "/dev/input/event6"
[    30.081] (II) event6  - SINO WEALTH Gaming KB : is tagged by udev as: Keyboard
[    30.081] (II) event6  - SINO WEALTH Gaming KB : device is a keyboard
[    30.081] (II) event6  - SINO WEALTH Gaming KB : device removed
[    30.082] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4:1.0/0003:258A:002A.0002/input/input10/event6"
[    30.082] (II) XINPUT: Adding extended input device "SINO WEALTH Gaming KB " (type: KEYBOARD, id 10)
[    30.082] (**) Option "xkb_layout" "us"
[    30.082] (**) Option "xkb_options" "caps:escape_shifted_capslock"
[    30.082] (**) Option "AutoRepeat" "220 20"
[    30.082] (**) AutoRepeat: 220 20
[    30.083] (II) event6  - SINO WEALTH Gaming KB : is tagged by udev as: Keyboard
[    30.083] (II) event6  - SINO WEALTH Gaming KB : device is a keyboard
[    30.084] (II) config/udev: Adding input device SINO WEALTH Gaming KB  System Control (/dev/input/event7)
[    30.084] (**) SINO WEALTH Gaming KB  System Control: Applying InputClass "libinput keyboard catchall"
[    30.084] (**) SINO WEALTH Gaming KB  System Control: Applying InputClass "system-keyboard"
[    30.084] (II) Using input driver 'libinput' for 'SINO WEALTH Gaming KB  System Control'
[    30.085] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 32 paused 0
[    30.085] (**) SINO WEALTH Gaming KB  System Control: always reports core events
[    30.085] (**) Option "Device" "/dev/input/event7"
[    30.087] (II) event7  - SINO WEALTH Gaming KB  System Control: is tagged by udev as: Keyboard
[    30.087] (II) event7  - SINO WEALTH Gaming KB  System Control: device is a keyboard
[    30.087] (II) event7  - SINO WEALTH Gaming KB  System Control: device removed
[    30.088] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4:1.1/0003:258A:002A.0003/input/input11/event7"
[    30.088] (II) XINPUT: Adding extended input device "SINO WEALTH Gaming KB  System Control" (type: KEYBOARD, id 11)
[    30.088] (**) Option "xkb_layout" "us"
[    30.088] (**) Option "xkb_options" "caps:escape_shifted_capslock"
[    30.088] (**) Option "AutoRepeat" "220 20"
[    30.088] (**) AutoRepeat: 220 20
[    30.089] (II) event7  - SINO WEALTH Gaming KB  System Control: is tagged by udev as: Keyboard
[    30.089] (II) event7  - SINO WEALTH Gaming KB  System Control: device is a keyboard
[    30.090] (II) config/udev: Adding input device SINO WEALTH Gaming KB  Consumer Control (/dev/input/event8)
[    30.090] (**) SINO WEALTH Gaming KB  Consumer Control: Applying InputClass "libinput keyboard catchall"
[    30.090] (**) SINO WEALTH Gaming KB  Consumer Control: Applying InputClass "system-keyboard"
[    30.090] (II) Using input driver 'libinput' for 'SINO WEALTH Gaming KB  Consumer Control'
[    30.091] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 33 paused 0
[    30.091] (**) SINO WEALTH Gaming KB  Consumer Control: always reports core events
[    30.091] (**) Option "Device" "/dev/input/event8"
[    30.093] (II) event8  - SINO WEALTH Gaming KB  Consumer Control: is tagged by udev as: Keyboard
[    30.093] (II) event8  - SINO WEALTH Gaming KB  Consumer Control: device is a keyboard
[    30.093] (II) event8  - SINO WEALTH Gaming KB  Consumer Control: device removed
[    30.093] (II) libinput: SINO WEALTH Gaming KB  Consumer Control: needs a virtual subdevice
[    30.093] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4:1.1/0003:258A:002A.0003/input/input12/event8"
[    30.093] (II) XINPUT: Adding extended input device "SINO WEALTH Gaming KB  Consumer Control" (type: MOUSE, id 12)
[    30.093] (**) Option "AccelerationScheme" "none"
[    30.094] (**) SINO WEALTH Gaming KB  Consumer Control: (accel) selected scheme none/0
[    30.094] (**) SINO WEALTH Gaming KB  Consumer Control: (accel) acceleration factor: 2.000
[    30.094] (**) SINO WEALTH Gaming KB  Consumer Control: (accel) acceleration threshold: 4
[    30.095] (II) event8  - SINO WEALTH Gaming KB  Consumer Control: is tagged by udev as: Keyboard
[    30.095] (II) event8  - SINO WEALTH Gaming KB  Consumer Control: device is a keyboard
[    30.096] (II) config/udev: Adding input device SINO WEALTH Gaming KB  Keyboard (/dev/input/event9)
[    30.096] (**) SINO WEALTH Gaming KB  Keyboard: Applying InputClass "libinput keyboard catchall"
[    30.096] (**) SINO WEALTH Gaming KB  Keyboard: Applying InputClass "system-keyboard"
[    30.096] (II) Using input driver 'libinput' for 'SINO WEALTH Gaming KB  Keyboard'
[    30.097] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 34 paused 0
[    30.097] (**) SINO WEALTH Gaming KB  Keyboard: always reports core events
[    30.097] (**) Option "Device" "/dev/input/event9"
[    30.098] (II) event9  - SINO WEALTH Gaming KB  Keyboard: is tagged by udev as: Keyboard
[    30.099] (II) event9  - SINO WEALTH Gaming KB  Keyboard: device is a keyboard
[    30.099] (II) event9  - SINO WEALTH Gaming KB  Keyboard: device removed
[    30.099] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4:1.1/0003:258A:002A.0003/input/input13/event9"
[    30.099] (II) XINPUT: Adding extended input device "SINO WEALTH Gaming KB  Keyboard" (type: KEYBOARD, id 13)
[    30.099] (**) Option "xkb_layout" "us"
[    30.099] (**) Option "xkb_options" "caps:escape_shifted_capslock"
[    30.099] (**) Option "AutoRepeat" "220 20"
[    30.099] (**) AutoRepeat: 220 20
[    30.100] (II) event9  - SINO WEALTH Gaming KB  Keyboard: is tagged by udev as: Keyboard
[    30.101] (II) event9  - SINO WEALTH Gaming KB  Keyboard: device is a keyboard
[    30.101] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event18)
[    30.101] (II) No input driver specified, ignoring this device.
[    30.101] (II) This device may have been added with another device file.
[    30.102] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event19)
[    30.102] (II) No input driver specified, ignoring this device.
[    30.102] (II) This device may have been added with another device file.
[    30.102] (II) config/udev: Adding input device HDA Intel PCH Dock Line Out (/dev/input/event20)
[    30.102] (II) No input driver specified, ignoring this device.
[    30.102] (II) This device may have been added with another device file.
[    30.102] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event21)
[    30.103] (II) No input driver specified, ignoring this device.
[    30.103] (II) This device may have been added with another device file.
[    30.103] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[    30.103] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    30.103] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[    30.103] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    30.104] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 35 paused 0
[    30.104] (**) AT Translated Set 2 keyboard: always reports core events
[    30.104] (**) Option "Device" "/dev/input/event3"
[    30.105] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    30.105] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[    30.106] (II) event3  - AT Translated Set 2 keyboard: device removed
[    30.106] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[    30.106] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 14)
[    30.106] (**) Option "xkb_layout" "us"
[    30.106] (**) Option "xkb_options" "caps:escape_shifted_capslock"
[    30.106] (**) Option "AutoRepeat" "220 20"
[    30.106] (**) AutoRepeat: 220 20
[    30.107] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    30.107] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[    30.109] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event17)
[    30.109] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall"
[    30.109] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad"
[    30.109] (II) Using input driver 'libinput' for 'SynPS/2 Synaptics TouchPad'
[    30.110] (II) systemd-logind: got fd for /dev/input/event17 13:81 fd 36 paused 0
[    30.110] (**) SynPS/2 Synaptics TouchPad: always reports core events
[    30.110] (**) Option "Device" "/dev/input/event17"
[    30.111] (II) event17 - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[    30.112] (II) event17 - SynPS/2 Synaptics TouchPad: device is a touchpad
[    30.113] (II) event17 - SynPS/2 Synaptics TouchPad: device removed
[    30.113] (**) Option "Tapping" "on"
[    30.113] (II) libinput: SynPS/2 Synaptics TouchPad: Step value 0 was provided, libinput Fallback acceleration function is used.
[    30.113] (II) libinput: SynPS/2 Synaptics TouchPad: Step value 0 was provided, libinput Fallback acceleration function is used.
[    30.113] (II) libinput: SynPS/2 Synaptics TouchPad: Step value 0 was provided, libinput Fallback acceleration function is used.
[    30.113] (**) Option "NaturalScrolling" "on"
[    30.113] (**) Option "DisableWhileTyping" "true"
[    30.113] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio3/input/input18/event17"
[    30.113] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 15)
[    30.114] (**) Option "AccelerationScheme" "none"
[    30.114] (**) SynPS/2 Synaptics TouchPad: (accel) selected scheme none/0
[    30.114] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[    30.114] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[    30.115] (II) event17 - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[    30.116] (II) event17 - SynPS/2 Synaptics TouchPad: device is a touchpad
[    30.117] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse1)
[    30.117] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad"
[    30.117] (II) Using input driver 'libinput' for 'SynPS/2 Synaptics TouchPad'
[    30.117] (**) SynPS/2 Synaptics TouchPad: always reports core events
[    30.117] (**) Option "Device" "/dev/input/mouse1"
[    30.117] (EE) xf86OpenSerial: Cannot open device /dev/input/mouse1
	Permission denied.
[    30.117] (II) mouse1: opening input device '/dev/input/mouse1' failed (Permission denied).
[    30.117] (II) mouse1  - failed to create input device '/dev/input/mouse1'.
[    30.117] (EE) libinput: SynPS/2 Synaptics TouchPad: Failed to create a device for /dev/input/mouse1
[    30.117] (EE) PreInit returned 2 for "SynPS/2 Synaptics TouchPad"
[    30.117] (II) UnloadModule: "libinput"
[    30.118] (II) config/udev: Adding input device ST LIS3LV02DL Accelerometer (/dev/input/event11)
[    30.118] (II) No input driver specified, ignoring this device.
[    30.118] (II) This device may have been added with another device file.
[    30.118] (II) config/udev: Adding input device ST LIS3LV02DL Accelerometer (/dev/input/js0)
[    30.118] (II) No input driver specified, ignoring this device.
[    30.118] (II) This device may have been added with another device file.
[    30.119] (II) config/udev: Adding input device PC Speaker (/dev/input/event12)
[    30.119] (II) No input driver specified, ignoring this device.
[    30.119] (II) This device may have been added with another device file.
[    30.122] (II) config/udev: Adding input device Wireless hotkeys (/dev/input/event10)
[    30.122] (**) Wireless hotkeys: Applying InputClass "libinput keyboard catchall"
[    30.122] (**) Wireless hotkeys: Applying InputClass "system-keyboard"
[    30.122] (II) Using input driver 'libinput' for 'Wireless hotkeys'
[    30.122] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 37 paused 0
[    30.122] (**) Wireless hotkeys: always reports core events
[    30.122] (**) Option "Device" "/dev/input/event10"
[    30.123] (II) event10 - Wireless hotkeys: is tagged by udev as: Keyboard
[    30.123] (II) event10 - Wireless hotkeys: device is a keyboard
[    30.124] (II) event10 - Wireless hotkeys: device removed
[    30.124] (**) Option "config_info" "udev:/sys/devices/virtual/input/input14/event10"
[    30.124] (II) XINPUT: Adding extended input device "Wireless hotkeys" (type: KEYBOARD, id 16)
[    30.124] (**) Option "xkb_layout" "us"
[    30.124] (**) Option "xkb_options" "caps:escape_shifted_capslock"
[    30.124] (**) Option "AutoRepeat" "220 20"
[    30.124] (**) AutoRepeat: 220 20
[    30.124] (II) event10 - Wireless hotkeys: is tagged by udev as: Keyboard
[    30.125] (II) event10 - Wireless hotkeys: device is a keyboard
[    30.125] (II) config/udev: Adding input device HP WMI hotkeys (/dev/input/event13)
[    30.125] (**) HP WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[    30.125] (**) HP WMI hotkeys: Applying InputClass "system-keyboard"
[    30.125] (II) Using input driver 'libinput' for 'HP WMI hotkeys'
[    30.126] (II) systemd-logind: got fd for /dev/input/event13 13:77 fd 38 paused 0
[    30.126] (**) HP WMI hotkeys: always reports core events
[    30.126] (**) Option "Device" "/dev/input/event13"
[    30.127] (II) event13 - HP WMI hotkeys: is tagged by udev as: Keyboard Switch
[    30.127] (II) event13 - HP WMI hotkeys: device is a keyboard
[    30.127] (II) event13 - HP WMI hotkeys: device removed
[    30.127] (**) Option "config_info" "udev:/sys/devices/virtual/input/input20/event13"
[    30.127] (II) XINPUT: Adding extended input device "HP WMI hotkeys" (type: KEYBOARD, id 17)
[    30.127] (**) Option "xkb_layout" "us"
[    30.127] (**) Option "xkb_options" "caps:escape_shifted_capslock"
[    30.127] (**) Option "AutoRepeat" "220 20"
[    30.127] (**) AutoRepeat: 220 20
[    30.128] (II) event13 - HP WMI hotkeys: is tagged by udev as: Keyboard Switch
[    30.128] (II) event13 - HP WMI hotkeys: device is a keyboard
[    30.145] (**) SINO WEALTH Gaming KB  Consumer Control: Applying InputClass "libinput keyboard catchall"
[    30.145] (**) SINO WEALTH Gaming KB  Consumer Control: Applying InputClass "system-keyboard"
[    30.145] (II) Using input driver 'libinput' for 'SINO WEALTH Gaming KB  Consumer Control'
[    30.145] (II) systemd-logind: returning pre-existing fd for /dev/input/event8 13:72
[    30.145] (**) SINO WEALTH Gaming KB  Consumer Control: always reports core events
[    30.145] (**) Option "Device" "/dev/input/event8"
[    30.146] (II) libinput: SINO WEALTH Gaming KB  Consumer Control: is a virtual subdevice
[    30.146] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4:1.1/0003:258A:002A.0003/input/input12/event8"
[    30.146] (II) XINPUT: Adding extended input device "SINO WEALTH Gaming KB  Consumer Control" (type: KEYBOARD, id 18)
[    30.146] (**) Option "xkb_layout" "us"
[    30.146] (**) Option "xkb_options" "caps:escape_shifted_capslock"
[    30.146] (**) Option "AutoRepeat" "220 20"
[    30.146] (**) AutoRepeat: 220 20
[    30.328] (II) modeset(0): EDID vendor "SDC", prod id 18510
[    30.328] (II) modeset(0): Printing DDC gathered Modelines:
[    30.328] (II) modeset(0): Modeline "1600x900"x0.0  119.40  1600 1648 1680 2140  900 902 907 930 -hsync -vsync (55.8 kHz eP)
[    30.328] (II) modeset(0): Modeline "1600x900"x0.0   79.61  1600 1648 1680 2140  900 902 907 930 -hsync -vsync (37.2 kHz e)
[  1401.504] (II) event4  - SEMICCHIP Usb Mouse: Enabling spurious button debouncing, see https://wayland.freedesktop.org/libinput/doc/1.27.1/button-debouncing.html for details

i have a display blinking issue as well.. im not sure they both are interconnected to each other or not but it's good idea to mention it if in case.
i have made a post about display blinking issue https://bbs.archlinux.org/viewtopic.php?id=303137


i truely appricate your are willing to help me
that would be undoubtably blessing for me :-)

Last edited by hydrogeny (2025-02-04 07:02:21)

Offline

Board footer

Powered by FluxBB