You are not logged in.

#1 2024-01-08 20:19:57

Lex0s
Member
Registered: 2023-10-03
Posts: 7

[HW error] NetworkManager (nmtui) don't show Wi-Fi devices

This is my first post in the forum, so I'm not 100% sure if this is the place to post this, if it isn't, feel free to mention it.

I've been using Arch Linux for several months and this is the first time that this happens. Since yesterday, I haven't been able to connect to Wi-Fi, Network Manager doesn't list any Wi-Fi device at all. The only network programs that I have in my Arch OS are NetworkManager, iwd/iwctl and wpa_supplicant, where I've made sure that iwd/iwctl are disabled and deactivated. (I should mention that the same things happens when I boot to Windows, Wi-Fi interface doesn't list anything)

Here is some drivers and the adapter information:

ip link
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: wlan0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN mode DORMANT group default qlen 1000
    link/ether cc:6b:1e:01:dd:cd brd ff:ff:ff:ff:ff:ff
3: enp4s0f3u2: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UNKNOWN mode DEFAULT group default qlen 1000
    link/ether 02:05:5d:36:34:44 brd ff:ff:ff:ff:ff:ff

Information about the adapter:

lspci -k
02:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8821CE 802.11ac PCIe Wireless Network Adapter
        DeviceName: Realtek Wireless LAN + BT
        Subsystem: Hewlett-Packard Company RTL8821CE 802.11ac PCIe Wireless Network Adapter
        Kernel driver in use: rtw_8821ce
        Kernel modules: rtw88_8821ce

And this would be information about Network Manager before I started to rely on Ethernet:

journalctl -u NetworkManager
Jan 08 15:06:59 Lex0ss systemd[1]: Starting Network Manager...
Jan 08 15:06:59 Lex0ss NetworkManager[433]: <info>  [1704737219.3597] NetworkManager (version 1.44.2-3) is starting... (boot:9896ab43-159e-4eb8-ac42-fa3700b0fb49)
Jan 08 15:06:59 Lex0ss NetworkManager[433]: <info>  [1704737219.3598] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 20-connectivity.conf)
Jan 08 15:06:59 Lex0ss NetworkManager[433]: <info>  [1704737219.3678] manager[0x557108f20ee0]: monitoring kernel firmware directory '/lib/firmware'.
Jan 08 15:06:59 Lex0ss NetworkManager[433]: <info>  [1704737219.4723] hostname: hostname: using hostnamed
Jan 08 15:06:59 Lex0ss NetworkManager[433]: <info>  [1704737219.4723] hostname: static hostname changed from (none) to "Lex0ss"
Jan 08 15:06:59 Lex0ss NetworkManager[433]: <info>  [1704737219.4728] dns-mgr: init: dns=default,systemd-resolved rc-manager=symlink
Jan 08 15:06:59 Lex0ss NetworkManager[433]: <info>  [1704737219.4737] rfkill0: found Wi-Fi radio killswitch (at /sys/devices/pci0000:00/0000:00:02.2/0000:02:00.0/ieee80211/phy0/rfkill0) (driver rtw_8821ce)
Jan 08 15:06:59 Lex0ss NetworkManager[433]: <info>  [1704737219.4754] manager[0x557108f20ee0]: rfkill: Wi-Fi hardware radio set enabled
Jan 08 15:06:59 Lex0ss NetworkManager[433]: <info>  [1704737219.4755] manager[0x557108f20ee0]: rfkill: WWAN hardware radio set enabled
Jan 08 15:06:59 Lex0ss NetworkManager[433]: <info>  [1704737219.4802] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-ovs.so)
Jan 08 15:06:59 Lex0ss NetworkManager[433]: <info>  [1704737219.4838] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-wwan.so)
Jan 08 15:06:59 Lex0ss NetworkManager[433]: <info>  [1704737219.5127] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-team.so)
Jan 08 15:06:59 Lex0ss NetworkManager[433]: <info>  [1704737219.5144] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-bluetooth.so)
Jan 08 15:06:59 Lex0ss NetworkManager[433]: <info>  [1704737219.7008] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-adsl.so)
Jan 08 15:06:59 Lex0ss NetworkManager[433]: <info>  [1704737219.7022] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-wifi.so)
Jan 08 15:06:59 Lex0ss NetworkManager[433]: <info>  [1704737219.7032] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
Jan 08 15:06:59 Lex0ss NetworkManager[433]: <info>  [1704737219.7037] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
Jan 08 15:06:59 Lex0ss NetworkManager[433]: <info>  [1704737219.7038] manager: Networking is enabled by state file
Jan 08 15:06:59 Lex0ss NetworkManager[433]: <info>  [1704737219.7048] settings: Loaded settings plugin: keyfile (internal)
Jan 08 15:06:59 Lex0ss NetworkManager[433]: <info>  [1704737219.7145] dhcp: init: Using DHCP client 'internal'
Jan 08 15:06:59 Lex0ss NetworkManager[433]: <info>  [1704737219.7150] manager: (lo): new Loopback device (/org/freedesktop/NetworkManager/Devices/1)
Jan 08 15:06:59 Lex0ss NetworkManager[433]: <info>  [1704737219.7163] device (lo): state change: unmanaged -> unavailable (reason 'connection-assumed', sys-iface-state: 'external')
Jan 08 15:06:59 Lex0ss NetworkManager[433]: <info>  [1704737219.7166] device (lo): state change: unavailable -> disconnected (reason 'connection-assumed', sys-iface-state: 'external')
Jan 08 15:06:59 Lex0ss NetworkManager[433]: <info>  [1704737219.7172] device (lo): Activation: starting connection 'lo' (d98c5452-61d7-47c1-a4de-85c7658d4f26)
Jan 08 15:06:59 Lex0ss NetworkManager[433]: <info>  [1704737219.7174] device (wlan0): driver supports Access Point (AP) mode
Jan 08 15:06:59 Lex0ss NetworkManager[433]: <info>  [1704737219.7180] manager: (wlan0): new 802.11 Wi-Fi device (/org/freedesktop/NetworkManager/Devices/2)
Jan 08 15:06:59 Lex0ss NetworkManager[433]: <info>  [1704737219.7182] device (wlan0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Jan 08 15:07:00 Lex0ss NetworkManager[433]: <info>  [1704737220.2212] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
Jan 08 15:07:00 Lex0ss systemd[1]: Started Network Manager.
Jan 08 15:07:00 Lex0ss NetworkManager[433]: <info>  [1704737220.2229] ovsdb: disconnected from ovsdb
Jan 08 15:07:00 Lex0ss NetworkManager[433]: <info>  [1704737220.2230] device (lo): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'external')
Jan 08 15:07:00 Lex0ss NetworkManager[433]: <info>  [1704737220.2232] device (lo): state change: prepare -> config (reason 'none', sys-iface-state: 'external')
Jan 08 15:07:00 Lex0ss NetworkManager[433]: <info>  [1704737220.2235] device (lo): state change: config -> ip-config (reason 'none', sys-iface-state: 'external')
Jan 08 15:07:00 Lex0ss NetworkManager[433]: <info>  [1704737220.2250] device (lo): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'external')
Jan 08 15:07:00 Lex0ss NetworkManager[433]: <info>  [1704737220.2300] device (lo): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'external')
Jan 08 15:07:00 Lex0ss NetworkManager[433]: <info>  [1704737220.2303] device (lo): state change: secondaries -> activated (reason 'none', sys-iface-state: 'external')
Jan 08 15:07:00 Lex0ss NetworkManager[433]: <info>  [1704737220.2307] device (lo): Activation: successful, device activated.
Jan 08 15:07:00 Lex0ss NetworkManager[433]: <info>  [1704737220.3858] device (wlan0): supplicant interface state: internal-starting -> disconnected
Jan 08 15:07:00 Lex0ss NetworkManager[433]: <info>  [1704737220.3860] device (wlan0): state change: unavailable -> disconnected (reason 'supplicant-available', sys-iface-state: 'managed')
Jan 08 15:07:04 Lex0ss NetworkManager[433]: <info>  [1704737224.8495] manager: startup complete
Jan 08 15:43:12 Lex0ss systemd[1]: Stopping Network Manager...
Jan 08 15:43:12 Lex0ss NetworkManager[433]: <info>  [1704739392.7534] caught SIGTERM, shutting down normally.
Jan 08 15:43:12 Lex0ss NetworkManager[433]: <info>  [1704739392.7542] device (wlan0): state change: disconnected -> unmanaged (reason 'unmanaged', sys-iface-state: 'managed')
Jan 08 15:43:12 Lex0ss NetworkManager[433]: <info>  [1704739392.7958] exiting (success)
Jan 08 15:43:12 Lex0ss systemd[1]: NetworkManager.service: Deactivated successfully.
Jan 08 15:43:12 Lex0ss systemd[1]: Stopped Network Manager.

Any ideas? I can't figure out what it is exactly, any help is welcome. Thanks in advance

Last edited by Lex0s (2024-02-19 19:54:43)

Offline

#2 2024-01-08 21:39:29

Head_on_a_Stick
Member
From: London
Registered: 2014-02-20
Posts: 7,732
Website

Re: [HW error] NetworkManager (nmtui) don't show Wi-Fi devices

Those NM messages suggest conflicting services.

Lex0s wrote:

The only network programs that I have in my Arch OS are NetworkManager, iwd/iwctl and wpa_supplicant, where I've made sure that iwd/iwctl are disabled and deactivated.

Prove it:

ls -lR /etc/systemd/system
Lex0s wrote:

the same things happens when I boot to Windows, Wi-Fi interface doesn't list anything

That suggests a hardware problem. Can you connect from the Arch live ISO?

And have you disabled "fast start" in Windows?

Offline

#3 2024-01-09 01:53:07

Lex0s
Member
Registered: 2023-10-03
Posts: 7

Re: [HW error] NetworkManager (nmtui) don't show Wi-Fi devices

Head_on_a_Stick wrote:

Prove it:

ls -lR /etc/systemd/system
lrwxrwxrwx root root  45 B  Fri Nov 17 22:58:20 2023  dbus-org.freedesktop.home1.service ⇒ /usr/lib/systemd/system/systemd-homed.service
lrwxrwxrwx root root  57 B  Sun Jan  7 19:44:07 2024  dbus-org.freedesktop.nm-dispatcher.service ⇒ /usr/lib/systemd/system/NetworkManager-dispatcher.service
lrwxrwxrwx root root  48 B  Thu Nov  2 09:58:00 2023  dbus-org.freedesktop.resolve1.service ⇒ /usr/lib/systemd/system/systemd-resolved.service
lrwxrwxrwx root root  49 B  Sun Nov 12 17:30:12 2023  dbus-org.freedesktop.timesync1.service ⇒ /usr/lib/systemd/system/systemd-timesyncd.service
drwxr-xr-x root root 4.0 KB Sun Nov  5 15:50:26 2023  default.target.wants
lrwxrwxrwx root root  39 B  Thu Nov  2 02:19:47 2023  display-manager.service ⇒ /usr/lib/systemd/system/lightdm.service
drwxr-xr-x root root 4.0 KB Thu Nov  2 00:38:05 2023  getty.target.wants
drwxr-xr-x root root 4.0 KB Sun Jan  7 20:58:36 2024  multi-user.target.wants
drwxr-xr-x root root 4.0 KB Sun Jan  7 19:44:07 2024  network-online.target.wants
drwxr-xr-x root root 4.0 KB Fri Nov 17 22:58:20 2023  sockets.target.wants
drwxr-xr-x root root 4.0 KB Sun Nov 12 17:30:12 2023  sysinit.target.wants
drwxr-xr-x root root 4.0 KB Fri Nov 17 22:58:20 2023  systemd-homed.service.wants
.rw-r--r-- root root 149 B  Mon Jan  8 16:31:08 2024  usb_modeswitch@.service

/etc/systemd/system/default.target.wants:
lrwxrwxrwx root root 46 B Sun Nov  5 15:50:26 2023  input-remapper.service ⇒ /usr/lib/systemd/system/input-remapper.service

/etc/systemd/system/getty.target.wants:
lrwxrwxrwx root root 38 B Thu Nov  2 00:38:05 2023  getty@tty1.service ⇒ /usr/lib/systemd/system/getty@.service

/etc/systemd/system/multi-user.target.wants:
lrwxrwxrwx root root 46 B Sun Jan  7 19:44:07 2024  NetworkManager.service ⇒ /usr/lib/systemd/system/NetworkManager.service
lrwxrwxrwx root root 40 B Thu Nov  2 00:38:05 2023  remote-fs.target ⇒ /usr/lib/systemd/system/remote-fs.target
lrwxrwxrwx root root 45 B Fri Nov 17 22:58:20 2023  systemd-homed.service ⇒ /usr/lib/systemd/system/systemd-homed.service

/etc/systemd/system/network-online.target.wants:
lrwxrwxrwx root root 58 B Sun Jan  7 19:44:07 2024  NetworkManager-wait-online.service ⇒ /usr/lib/systemd/system/NetworkManager-wait-online.service

/etc/systemd/system/sockets.target.wants:
lrwxrwxrwx root root 46 B Fri Nov 17 22:58:20 2023  systemd-userdbd.socket ⇒ /usr/lib/systemd/system/systemd-userdbd.socket

/etc/systemd/system/sysinit.target.wants:
lrwxrwxrwx root root 48 B Thu Nov  2 09:58:00 2023  systemd-resolved.service ⇒ /usr/lib/systemd/system/systemd-resolved.service
lrwxrwxrwx root root 49 B Sun Nov 12 17:30:12 2023  systemd-timesyncd.service ⇒ /usr/lib/systemd/system/systemd-timesyncd.service

/etc/systemd/system/systemd-homed.service.wants:
lrwxrwxrwx root root 54 B Fri Nov 17 22:58:20 2023  systemd-homed-activate.service ⇒ /usr/lib/systemd/system/systemd-homed-activate.service

And have you disabled "fast start" in Windows?

Yes, I did it before I dual-booted with Arch, added to that I haven't booted into Windows in months, I just did it because I wanted to see if it happened there too.

Head_on_a_Stick wrote:

Can you connect from the Arch live ISO?

I try it right away and nothing, iwctl doesn't list anything.

That suggests a hardware problem.

Could it be. Should rfkill suggest something? Because when I run it, it shows that the network device is unblocked in both hardware and software:

rfkill list
0: phy0: Wireless LAN
        Soft blocked: no
        Hard blocked: no
1: hci0: Bluetooth
        Soft blocked: yes
        Hard blocked: no

Offline

#4 2024-01-09 07:37:38

d.ALT
Member
Registered: 2019-05-10
Posts: 920

Re: [HW error] NetworkManager (nmtui) don't show Wi-Fi devices

Is this still happening if you use https://archlinux.org/packages/core/x86_64/linux-lts/ ?


<49,17,III,I>    Fama di loro il mondo esser non lassa;
<50,17,III,I>    misericordia e giustizia li sdegna:
<51,17,III,I>    non ragioniam di lor, ma guarda e passa.

Offline

#5 2024-01-09 08:14:32

seth
Member
Registered: 2012-09-03
Posts: 51,325

Re: [HW error] NetworkManager (nmtui) don't show Wi-Fi devices

Only the LO device is managed externally, whether or not the LTS kernel helps please post your complete system journal for the boot:

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

Offline

#6 2024-01-09 15:11:10

Lex0s
Member
Registered: 2023-10-03
Posts: 7

Re: [HW error] NetworkManager (nmtui) don't show Wi-Fi devices

seth wrote:
sudo journalctl -b | curl -F 'file=@-' 0x0.st
Jan 09 12:06:22 Lex0ss kernel: Linux version 6.6.9-arch1-1 (linux@archlinux) (gcc (GCC) 13.2.1 20230801, GNU ld (GNU Binutils) 2.41.0) #1 SMP PREEMPT_DYNAMIC Tue, 02 Jan 2024 02:28:28 +0000
Jan 09 12:06:22 Lex0ss kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=b6f8f8d5-d9c6-4a9d-a252-5e0063322c41 rw loglevel=3 quiet
Jan 09 12:06:22 Lex0ss kernel: BIOS-provided physical RAM map:
Jan 09 12:06:22 Lex0ss kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
Jan 09 12:06:22 Lex0ss kernel: BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
Jan 09 12:06:22 Lex0ss kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000009ecffff] usable
Jan 09 12:06:22 Lex0ss kernel: BIOS-e820: [mem 0x0000000009ed0000-0x0000000009ffffff] reserved
Jan 09 12:06:22 Lex0ss kernel: BIOS-e820: [mem 0x000000000a000000-0x000000000a1fffff] usable
Jan 09 12:06:22 Lex0ss kernel: BIOS-e820: [mem 0x000000000a200000-0x000000000a20ffff] ACPI NVS
Jan 09 12:06:22 Lex0ss kernel: BIOS-e820: [mem 0x000000000a210000-0x00000000c7378fff] usable
Jan 09 12:06:22 Lex0ss kernel: BIOS-e820: [mem 0x00000000c7379000-0x00000000c7490fff] reserved
Jan 09 12:06:22 Lex0ss kernel: BIOS-e820: [mem 0x00000000c7491000-0x00000000c749efff] ACPI data
Jan 09 12:06:22 Lex0ss kernel: BIOS-e820: [mem 0x00000000c749f000-0x00000000c749ffff] reserved
Jan 09 12:06:22 Lex0ss kernel: BIOS-e820: [mem 0x00000000c74a0000-0x00000000c74a5fff] ACPI data
Jan 09 12:06:22 Lex0ss kernel: BIOS-e820: [mem 0x00000000c74a6000-0x00000000c74a6fff] reserved
Jan 09 12:06:22 Lex0ss kernel: BIOS-e820: [mem 0x00000000c74a7000-0x00000000c74fbfff] ACPI data
Jan 09 12:06:22 Lex0ss kernel: BIOS-e820: [mem 0x00000000c74fc000-0x00000000c76a5fff] ACPI NVS
Jan 09 12:06:22 Lex0ss kernel: BIOS-e820: [mem 0x00000000c76a6000-0x00000000ccffdfff] reserved
Jan 09 12:06:22 Lex0ss kernel: BIOS-e820: [mem 0x00000000ccffe000-0x00000000cdffffff] usable
Jan 09 12:06:22 Lex0ss kernel: BIOS-e820: [mem 0x00000000ce000000-0x00000000cfffffff] reserved
Jan 09 12:06:22 Lex0ss kernel: BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
Jan 09 12:06:22 Lex0ss kernel: BIOS-e820: [mem 0x00000000fd000000-0x00000000ffffffff] reserved
Jan 09 12:06:22 Lex0ss kernel: BIOS-e820: [mem 0x0000000100000000-0x000000020f33ffff] usable
Jan 09 12:06:22 Lex0ss kernel: BIOS-e820: [mem 0x000000020f340000-0x00000002501fffff] reserved
Jan 09 12:06:22 Lex0ss kernel: NX (Execute Disable) protection: active
Jan 09 12:06:22 Lex0ss kernel: APIC: Static calls initialized
Jan 09 12:06:22 Lex0ss kernel: e820: update [mem 0xc40e9018-0xc40f6457] usable ==> usable
Jan 09 12:06:22 Lex0ss kernel: e820: update [mem 0xc40e9018-0xc40f6457] usable ==> usable
Jan 09 12:06:22 Lex0ss kernel: extended physical RAM map:
Jan 09 12:06:22 Lex0ss kernel: reserve setup_data: [mem 0x0000000000000000-0x000000000009ffff] usable
Jan 09 12:06:22 Lex0ss kernel: reserve setup_data: [mem 0x00000000000a0000-0x00000000000fffff] reserved
Jan 09 12:06:22 Lex0ss kernel: reserve setup_data: [mem 0x0000000000100000-0x0000000009ecffff] usable
Jan 09 12:06:22 Lex0ss kernel: reserve setup_data: [mem 0x0000000009ed0000-0x0000000009ffffff] reserved
Jan 09 12:06:22 Lex0ss kernel: reserve setup_data: [mem 0x000000000a000000-0x000000000a1fffff] usable
Jan 09 12:06:22 Lex0ss kernel: reserve setup_data: [mem 0x000000000a200000-0x000000000a20ffff] ACPI NVS
Jan 09 12:06:22 Lex0ss kernel: reserve setup_data: [mem 0x000000000a210000-0x00000000c40e9017] usable
Jan 09 12:06:22 Lex0ss kernel: reserve setup_data: [mem 0x00000000c40e9018-0x00000000c40f6457] usable
Jan 09 12:06:22 Lex0ss kernel: reserve setup_data: [mem 0x00000000c40f6458-0x00000000c7378fff] usable
Jan 09 12:06:22 Lex0ss kernel: reserve setup_data: [mem 0x00000000c7379000-0x00000000c7490fff] reserved
Jan 09 12:06:22 Lex0ss kernel: reserve setup_data: [mem 0x00000000c7491000-0x00000000c749efff] ACPI data
Jan 09 12:06:22 Lex0ss kernel: reserve setup_data: [mem 0x00000000c749f000-0x00000000c749ffff] reserved
Jan 09 12:06:22 Lex0ss kernel: reserve setup_data: [mem 0x00000000c74a0000-0x00000000c74a5fff] ACPI data
Jan 09 12:06:22 Lex0ss kernel: reserve setup_data: [mem 0x00000000c74a6000-0x00000000c74a6fff] reserved
Jan 09 12:06:22 Lex0ss kernel: reserve setup_data: [mem 0x00000000c74a7000-0x00000000c74fbfff] ACPI data
Jan 09 12:06:22 Lex0ss kernel: reserve setup_data: [mem 0x00000000c74fc000-0x00000000c76a5fff] ACPI NVS
Jan 09 12:06:22 Lex0ss kernel: reserve setup_data: [mem 0x00000000c76a6000-0x00000000ccffdfff] reserved
Jan 09 12:06:22 Lex0ss kernel: reserve setup_data: [mem 0x00000000ccffe000-0x00000000cdffffff] usable
Jan 09 12:06:22 Lex0ss kernel: reserve setup_data: [mem 0x00000000ce000000-0x00000000cfffffff] reserved
Jan 09 12:06:22 Lex0ss kernel: reserve setup_data: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
Jan 09 12:06:22 Lex0ss kernel: reserve setup_data: [mem 0x00000000fd000000-0x00000000ffffffff] reserved
Jan 09 12:06:22 Lex0ss kernel: reserve setup_data: [mem 0x0000000100000000-0x000000020f33ffff] usable
Jan 09 12:06:22 Lex0ss kernel: reserve setup_data: [mem 0x000000020f340000-0x00000002501fffff] reserved
Jan 09 12:06:22 Lex0ss kernel: efi: EFI v2.7 by American Megatrends
Jan 09 12:06:22 Lex0ss kernel: efi: ACPI=0xc74fb000 ACPI 2.0=0xc74fb014 TPMFinalLog=0xc765e000 SMBIOS=0xccdfd000 SMBIOS 3.0=0xccdfc000 MEMATTR=0xc5f2a698 ESRT=0xc67a6c98 INITRD=0xc4638d98 RNG=0xc74ad018 TPMEventLog=0xc4617018 
Jan 09 12:06:22 Lex0ss kernel: random: crng init done
Jan 09 12:06:22 Lex0ss kernel: efi: Remove mem271: MMIO range=[0xf0000000-0xf7ffffff] (128MB) from e820 map
Jan 09 12:06:22 Lex0ss kernel: e820: remove [mem 0xf0000000-0xf7ffffff] reserved
Jan 09 12:06:22 Lex0ss kernel: efi: Remove mem272: MMIO range=[0xfd000000-0xfedfffff] (30MB) from e820 map
Jan 09 12:06:22 Lex0ss kernel: e820: remove [mem 0xfd000000-0xfedfffff] reserved
Jan 09 12:06:22 Lex0ss kernel: efi: Not removing mem273: MMIO range=[0xfee00000-0xfee00fff] (4KB) from e820 map
Jan 09 12:06:22 Lex0ss kernel: efi: Remove mem274: MMIO range=[0xfee01000-0xffffffff] (17MB) from e820 map
Jan 09 12:06:22 Lex0ss kernel: e820: remove [mem 0xfee01000-0xffffffff] reserved
Jan 09 12:06:22 Lex0ss kernel: efi: Remove mem276: MMIO range=[0x230000000-0x2501fffff] (514MB) from e820 map
Jan 09 12:06:22 Lex0ss kernel: e820: remove [mem 0x230000000-0x2501fffff] reserved
Jan 09 12:06:22 Lex0ss kernel: SMBIOS 3.2.0 present.
Jan 09 12:06:22 Lex0ss kernel: DMI: HP HP Pavilion Laptop 15-eh0xxx/87C5, BIOS F.15 07/21/2021
Jan 09 12:06:22 Lex0ss kernel: tsc: Fast TSC calibration using PIT
Jan 09 12:06:22 Lex0ss kernel: tsc: Detected 2370.649 MHz processor
Jan 09 12:06:22 Lex0ss kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Jan 09 12:06:22 Lex0ss kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Jan 09 12:06:22 Lex0ss kernel: last_pfn = 0x20f340 max_arch_pfn = 0x400000000
Jan 09 12:06:22 Lex0ss kernel: MTRR map: 5 entries (3 fixed + 2 variable; max 20), built from 9 variable MTRRs
Jan 09 12:06:22 Lex0ss kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Jan 09 12:06:22 Lex0ss kernel: e820: update [mem 0xd0000000-0xffffffff] usable ==> reserved
Jan 09 12:06:22 Lex0ss kernel: last_pfn = 0xce000 max_arch_pfn = 0x400000000
Jan 09 12:06:22 Lex0ss kernel: esrt: Reserving ESRT space from 0x00000000c67a6c98 to 0x00000000c67a6cd0.
Jan 09 12:06:22 Lex0ss kernel: e820: update [mem 0xc67a6000-0xc67a6fff] usable ==> reserved
Jan 09 12:06:22 Lex0ss kernel: Using GB pages for direct mapping
Jan 09 12:06:22 Lex0ss kernel: Secure boot disabled
Jan 09 12:06:22 Lex0ss kernel: RAMDISK: [mem 0xbba23000-0xbd99cfff]
Jan 09 12:06:22 Lex0ss kernel: ACPI: Early table checksum verification disabled
Jan 09 12:06:22 Lex0ss kernel: ACPI: RSDP 0x00000000C74FB014 000024 (v02 HPQOEM)
Jan 09 12:06:22 Lex0ss kernel: ACPI: XSDT 0x00000000C74FA728 00010C (v01 HPQOEM SLIC-MPC 01072009 AMI  01000013)
Jan 09 12:06:22 Lex0ss kernel: ACPI: FACP 0x00000000C74EE000 000114 (v06 HPQOEM SLIC-MPC 01072009 HP   00010013)
Jan 09 12:06:22 Lex0ss kernel: ACPI: DSDT 0x00000000C74D8000 0156F9 (v02 HPQOEM 87C5     01072009 ACPI 20120913)
Jan 09 12:06:22 Lex0ss kernel: ACPI: FACS 0x00000000C765C000 000040
Jan 09 12:06:22 Lex0ss kernel: ACPI: MSDM 0x00000000C74F9000 000055 (v03 HPQOEM SLIC-MPC 00000001 HP   00010013)
Jan 09 12:06:22 Lex0ss kernel: ACPI: SDEV 0x00000000C74F8000 00014E (v01 HPQOEM 87C5     00000000 HP   00000000)
Jan 09 12:06:22 Lex0ss kernel: ACPI: SSDT 0x00000000C74F0000 007216 (v02 HPQOEM 87C5     00000002 ACPI 04000000)
Jan 09 12:06:22 Lex0ss kernel: ACPI: IVRS 0x00000000C74EF000 0001A4 (v02 HPQOEM 87C5     00000001 HP   00000000)
Jan 09 12:06:22 Lex0ss kernel: ACPI: FIDT 0x00000000C74D7000 00009C (v01 HPQOEM 87C5     01072009 HP   00010013)
Jan 09 12:06:22 Lex0ss kernel: ACPI: MCFG 0x00000000C74D6000 00003C (v01 HPQOEM 87C5     01072009 HP   00010013)
Jan 09 12:06:22 Lex0ss kernel: ACPI: HPET 0x00000000C74D5000 000038 (v01 HPQOEM 87C5     01072009 HP   00000005)
Jan 09 12:06:22 Lex0ss kernel: ACPI: SSDT 0x00000000C74D4000 000228 (v01 HPQOEM 87C5     00000001 ACPI 20120913)
Jan 09 12:06:22 Lex0ss kernel: ACPI: VFCT 0x00000000C74C6000 00D484 (v01 HPQOEM 87C5     00000001 HP   31504F47)
Jan 09 12:06:22 Lex0ss kernel: ACPI: SSDT 0x00000000C74C5000 000050 (v01 HPQOEM 87C5     00000001 ACPI 20120913)
Jan 09 12:06:22 Lex0ss kernel: ACPI: TPM2 0x00000000C74C4000 00004C (v04 HPQOEM 87C5     00000001 HP   00000000)
Jan 09 12:06:22 Lex0ss kernel: ACPI: SSDT 0x00000000C74C2000 001500 (v01 HPQOEM 87C5     00000001 ACPI 00000001)
Jan 09 12:06:22 Lex0ss kernel: ACPI: CRAT 0x00000000C74C1000 000BA8 (v01 HPQOEM 87C5     00000001 HP   00000001)
Jan 09 12:06:22 Lex0ss kernel: ACPI: CDIT 0x00000000C74C0000 000029 (v01 HPQOEM 87C5     00000001 HP   00000001)
Jan 09 12:06:22 Lex0ss kernel: ACPI: SSDT 0x00000000C74BF000 0000B9 (v01 HPQOEM 87C5     00000001 ACPI 20120913)
Jan 09 12:06:22 Lex0ss kernel: ACPI: SSDT 0x00000000C74BE000 000C78 (v01 HPQOEM 87C5     00000001 ACPI 20120913)
Jan 09 12:06:22 Lex0ss kernel: ACPI: SSDT 0x00000000C74BC000 0010A5 (v01 HPQOEM 87C5     00000001 ACPI 20120913)
Jan 09 12:06:22 Lex0ss kernel: ACPI: SSDT 0x00000000C74B8000 0030C8 (v01 HPQOEM 87C5     00000001 ACPI 20120913)
Jan 09 12:06:22 Lex0ss kernel: ACPI: WSMT 0x00000000C74B7000 000028 (v01 HPQOEM 87C5     01072009 HP   00010013)
Jan 09 12:06:22 Lex0ss kernel: ACPI: APIC 0x00000000C74B6000 0000DE (v03 HPQOEM 87C5     01072009 HP   00010013)
Jan 09 12:06:22 Lex0ss kernel: ACPI: SSDT 0x00000000C74B5000 00007D (v01 HPQOEM 87C5     00000001 ACPI 20120913)
Jan 09 12:06:22 Lex0ss kernel: ACPI: SSDT 0x00000000C74B4000 000517 (v01 HPQOEM 87C5     00000001 ACPI 20120913)
Jan 09 12:06:22 Lex0ss kernel: ACPI: SSDT 0x00000000C74B3000 00080C (v01 HPQOEM 87C5     00000001 ACPI 20120913)
Jan 09 12:06:22 Lex0ss kernel: ACPI: SSDT 0x00000000C74B2000 00020A (v01 HPQOEM 87C5     00000001 ACPI 20120913)
Jan 09 12:06:22 Lex0ss kernel: ACPI: SSDT 0x00000000C74B1000 00067E (v01 HPQOEM 87C5     00000001 ACPI 20120913)
Jan 09 12:06:22 Lex0ss kernel: ACPI: SSDT 0x00000000C74B0000 0002F9 (v01 HPQOEM 87C5     00000001 ACPI 20120913)
Jan 09 12:06:22 Lex0ss kernel: ACPI: FPDT 0x00000000C74AF000 000044 (v01 HPQOEM 87C5     01072009 HP   01000013)
Jan 09 12:06:22 Lex0ss kernel: ACPI: BGRT 0x00000000C74AE000 000038 (v01 HPQOEM 87C5     01072009 HP   00010013)
Jan 09 12:06:22 Lex0ss kernel: ACPI: Reserving FACP table memory at [mem 0xc74ee000-0xc74ee113]
Jan 09 12:06:22 Lex0ss kernel: ACPI: Reserving DSDT table memory at [mem 0xc74d8000-0xc74ed6f8]
Jan 09 12:06:22 Lex0ss kernel: ACPI: Reserving FACS table memory at [mem 0xc765c000-0xc765c03f]
Jan 09 12:06:22 Lex0ss kernel: ACPI: Reserving MSDM table memory at [mem 0xc74f9000-0xc74f9054]
Jan 09 12:06:22 Lex0ss kernel: ACPI: Reserving SDEV table memory at [mem 0xc74f8000-0xc74f814d]
Jan 09 12:06:22 Lex0ss kernel: ACPI: Reserving SSDT table memory at [mem 0xc74f0000-0xc74f7215]
Jan 09 12:06:22 Lex0ss kernel: ACPI: Reserving IVRS table memory at [mem 0xc74ef000-0xc74ef1a3]
Jan 09 12:06:22 Lex0ss kernel: ACPI: Reserving FIDT table memory at [mem 0xc74d7000-0xc74d709b]
Jan 09 12:06:22 Lex0ss kernel: ACPI: Reserving MCFG table memory at [mem 0xc74d6000-0xc74d603b]
Jan 09 12:06:22 Lex0ss kernel: ACPI: Reserving HPET table memory at [mem 0xc74d5000-0xc74d5037]
Jan 09 12:06:22 Lex0ss kernel: ACPI: Reserving SSDT table memory at [mem 0xc74d4000-0xc74d4227]
Jan 09 12:06:22 Lex0ss kernel: ACPI: Reserving VFCT table memory at [mem 0xc74c6000-0xc74d3483]
Jan 09 12:06:22 Lex0ss kernel: ACPI: Reserving SSDT table memory at [mem 0xc74c5000-0xc74c504f]
Jan 09 12:06:22 Lex0ss kernel: ACPI: Reserving TPM2 table memory at [mem 0xc74c4000-0xc74c404b]
Jan 09 12:06:22 Lex0ss kernel: ACPI: Reserving SSDT table memory at [mem 0xc74c2000-0xc74c34ff]
Jan 09 12:06:22 Lex0ss kernel: ACPI: Reserving CRAT table memory at [mem 0xc74c1000-0xc74c1ba7]
Jan 09 12:06:22 Lex0ss kernel: ACPI: Reserving CDIT table memory at [mem 0xc74c0000-0xc74c0028]
Jan 09 12:06:22 Lex0ss kernel: ACPI: Reserving SSDT table memory at [mem 0xc74bf000-0xc74bf0b8]
Jan 09 12:06:22 Lex0ss kernel: ACPI: Reserving SSDT table memory at [mem 0xc74be000-0xc74bec77]
Jan 09 12:06:22 Lex0ss kernel: ACPI: Reserving SSDT table memory at [mem 0xc74bc000-0xc74bd0a4]
Jan 09 12:06:22 Lex0ss kernel: ACPI: Reserving SSDT table memory at [mem 0xc74b8000-0xc74bb0c7]
Jan 09 12:06:22 Lex0ss kernel: ACPI: Reserving WSMT table memory at [mem 0xc74b7000-0xc74b7027]
Jan 09 12:06:22 Lex0ss kernel: ACPI: Reserving APIC table memory at [mem 0xc74b6000-0xc74b60dd]
Jan 09 12:06:22 Lex0ss kernel: ACPI: Reserving SSDT table memory at [mem 0xc74b5000-0xc74b507c]
Jan 09 12:06:22 Lex0ss kernel: ACPI: Reserving SSDT table memory at [mem 0xc74b4000-0xc74b4516]
Jan 09 12:06:22 Lex0ss kernel: ACPI: Reserving SSDT table memory at [mem 0xc74b3000-0xc74b380b]
Jan 09 12:06:22 Lex0ss kernel: ACPI: Reserving SSDT table memory at [mem 0xc74b2000-0xc74b2209]
Jan 09 12:06:22 Lex0ss kernel: ACPI: Reserving SSDT table memory at [mem 0xc74b1000-0xc74b167d]
Jan 09 12:06:22 Lex0ss kernel: ACPI: Reserving SSDT table memory at [mem 0xc74b0000-0xc74b02f8]
Jan 09 12:06:22 Lex0ss kernel: ACPI: Reserving FPDT table memory at [mem 0xc74af000-0xc74af043]
Jan 09 12:06:22 Lex0ss kernel: ACPI: Reserving BGRT table memory at [mem 0xc74ae000-0xc74ae037]
Jan 09 12:06:22 Lex0ss kernel: No NUMA configuration found
Jan 09 12:06:22 Lex0ss kernel: Faking a node at [mem 0x0000000000000000-0x000000020f33ffff]
Jan 09 12:06:22 Lex0ss kernel: NODE_DATA(0) allocated [mem 0x20f33b000-0x20f33ffff]
Jan 09 12:06:22 Lex0ss kernel: Zone ranges:
Jan 09 12:06:22 Lex0ss kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Jan 09 12:06:22 Lex0ss kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Jan 09 12:06:22 Lex0ss kernel:   Normal   [mem 0x0000000100000000-0x000000020f33ffff]
Jan 09 12:06:22 Lex0ss kernel:   Device   empty
Jan 09 12:06:22 Lex0ss kernel: Movable zone start for each node
Jan 09 12:06:22 Lex0ss kernel: Early memory node ranges
Jan 09 12:06:22 Lex0ss kernel:   node   0: [mem 0x0000000000001000-0x000000000009ffff]
Jan 09 12:06:22 Lex0ss kernel:   node   0: [mem 0x0000000000100000-0x0000000009ecffff]
Jan 09 12:06:22 Lex0ss kernel:   node   0: [mem 0x000000000a000000-0x000000000a1fffff]
Jan 09 12:06:22 Lex0ss kernel:   node   0: [mem 0x000000000a210000-0x00000000c7378fff]
Jan 09 12:06:22 Lex0ss kernel:   node   0: [mem 0x00000000ccffe000-0x00000000cdffffff]
Jan 09 12:06:22 Lex0ss kernel:   node   0: [mem 0x0000000100000000-0x000000020f33ffff]
Jan 09 12:06:22 Lex0ss kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000020f33ffff]
Jan 09 12:06:22 Lex0ss kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Jan 09 12:06:22 Lex0ss kernel: On node 0, zone DMA: 96 pages in unavailable ranges
Jan 09 12:06:22 Lex0ss kernel: On node 0, zone DMA32: 304 pages in unavailable ranges
Jan 09 12:06:22 Lex0ss kernel: On node 0, zone DMA32: 16 pages in unavailable ranges
Jan 09 12:06:22 Lex0ss kernel: On node 0, zone DMA32: 23685 pages in unavailable ranges
Jan 09 12:06:22 Lex0ss kernel: On node 0, zone Normal: 8192 pages in unavailable ranges
Jan 09 12:06:22 Lex0ss kernel: On node 0, zone Normal: 3264 pages in unavailable ranges
Jan 09 12:06:22 Lex0ss kernel: ACPI: PM-Timer IO Port: 0x808
Jan 09 12:06:22 Lex0ss kernel: ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
Jan 09 12:06:22 Lex0ss kernel: IOAPIC[0]: apic_id 7, version 33, address 0xfec00000, GSI 0-23
Jan 09 12:06:22 Lex0ss kernel: IOAPIC[1]: apic_id 8, version 33, address 0xfec01000, GSI 24-55
Jan 09 12:06:22 Lex0ss kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Jan 09 12:06:22 Lex0ss kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
Jan 09 12:06:22 Lex0ss kernel: ACPI: Using ACPI (MADT) for SMP configuration information
Jan 09 12:06:22 Lex0ss kernel: ACPI: HPET id: 0x10228201 base: 0xfed00000
Jan 09 12:06:22 Lex0ss kernel: e820: update [mem 0xc5f2f000-0xc5f38fff] usable ==> reserved
Jan 09 12:06:22 Lex0ss kernel: smpboot: Allowing 16 CPUs, 10 hotplug CPUs
Jan 09 12:06:22 Lex0ss kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Jan 09 12:06:22 Lex0ss kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
Jan 09 12:06:22 Lex0ss kernel: PM: hibernation: Registered nosave memory: [mem 0x09ed0000-0x09ffffff]
Jan 09 12:06:22 Lex0ss kernel: PM: hibernation: Registered nosave memory: [mem 0x0a200000-0x0a20ffff]
Jan 09 12:06:22 Lex0ss kernel: PM: hibernation: Registered nosave memory: [mem 0xc40e9000-0xc40e9fff]
Jan 09 12:06:22 Lex0ss kernel: PM: hibernation: Registered nosave memory: [mem 0xc40f6000-0xc40f6fff]
Jan 09 12:06:22 Lex0ss kernel: PM: hibernation: Registered nosave memory: [mem 0xc5f2f000-0xc5f38fff]
Jan 09 12:06:22 Lex0ss kernel: PM: hibernation: Registered nosave memory: [mem 0xc67a6000-0xc67a6fff]
Jan 09 12:06:22 Lex0ss kernel: PM: hibernation: Registered nosave memory: [mem 0xc7379000-0xc7490fff]
Jan 09 12:06:22 Lex0ss kernel: PM: hibernation: Registered nosave memory: [mem 0xc7491000-0xc749efff]
Jan 09 12:06:22 Lex0ss kernel: PM: hibernation: Registered nosave memory: [mem 0xc749f000-0xc749ffff]
Jan 09 12:06:22 Lex0ss kernel: PM: hibernation: Registered nosave memory: [mem 0xc74a0000-0xc74a5fff]
Jan 09 12:06:22 Lex0ss kernel: PM: hibernation: Registered nosave memory: [mem 0xc74a6000-0xc74a6fff]
Jan 09 12:06:22 Lex0ss kernel: PM: hibernation: Registered nosave memory: [mem 0xc74a7000-0xc74fbfff]
Jan 09 12:06:22 Lex0ss kernel: PM: hibernation: Registered nosave memory: [mem 0xc74fc000-0xc76a5fff]
Jan 09 12:06:22 Lex0ss kernel: PM: hibernation: Registered nosave memory: [mem 0xc76a6000-0xccffdfff]
Jan 09 12:06:22 Lex0ss kernel: PM: hibernation: Registered nosave memory: [mem 0xce000000-0xcfffffff]
Jan 09 12:06:22 Lex0ss kernel: PM: hibernation: Registered nosave memory: [mem 0xd0000000-0xfedfffff]
Jan 09 12:06:22 Lex0ss kernel: PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
Jan 09 12:06:22 Lex0ss kernel: PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xffffffff]
Jan 09 12:06:22 Lex0ss kernel: [mem 0xd0000000-0xfedfffff] available for PCI devices
Jan 09 12:06:22 Lex0ss kernel: Booting paravirtualized kernel on bare hardware
Jan 09 12:06:22 Lex0ss kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Jan 09 12:06:22 Lex0ss kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:16 nr_cpu_ids:16 nr_node_ids:1
Jan 09 12:06:22 Lex0ss kernel: percpu: Embedded 64 pages/cpu s225280 r8192 d28672 u262144
Jan 09 12:06:22 Lex0ss kernel: pcpu-alloc: s225280 r8192 d28672 u262144 alloc=1*2097152
Jan 09 12:06:22 Lex0ss kernel: pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
Jan 09 12:06:22 Lex0ss kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=b6f8f8d5-d9c6-4a9d-a252-5e0063322c41 rw loglevel=3 quiet
Jan 09 12:06:22 Lex0ss kernel: Unknown kernel command line parameters "BOOT_IMAGE=/boot/vmlinuz-linux", will be passed to user space.
Jan 09 12:06:22 Lex0ss kernel: Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
Jan 09 12:06:22 Lex0ss kernel: Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
Jan 09 12:06:22 Lex0ss kernel: Fallback order for Node 0: 0 
Jan 09 12:06:22 Lex0ss kernel: Built 1 zonelists, mobility grouping on.  Total pages: 1900197
Jan 09 12:06:22 Lex0ss kernel: Policy zone: Normal
Jan 09 12:06:22 Lex0ss kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
Jan 09 12:06:22 Lex0ss kernel: software IO TLB: area num 16.
Jan 09 12:06:22 Lex0ss kernel: Memory: 7368456K/7722088K available (16384K kernel code, 2132K rwdata, 13072K rodata, 3412K init, 3840K bss, 353376K reserved, 0K cma-reserved)
Jan 09 12:06:22 Lex0ss kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
Jan 09 12:06:22 Lex0ss kernel: ftrace: allocating 48816 entries in 191 pages
Jan 09 12:06:22 Lex0ss kernel: ftrace: allocated 191 pages with 7 groups
Jan 09 12:06:22 Lex0ss kernel: Dynamic Preempt: full
Jan 09 12:06:22 Lex0ss kernel: rcu: Preemptible hierarchical RCU implementation.
Jan 09 12:06:22 Lex0ss kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=16.
Jan 09 12:06:22 Lex0ss kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
Jan 09 12:06:22 Lex0ss kernel:         Trampoline variant of Tasks RCU enabled.
Jan 09 12:06:22 Lex0ss kernel:         Rude variant of Tasks RCU enabled.
Jan 09 12:06:22 Lex0ss kernel:         Tracing variant of Tasks RCU enabled.
Jan 09 12:06:22 Lex0ss kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
Jan 09 12:06:22 Lex0ss kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
Jan 09 12:06:22 Lex0ss kernel: NR_IRQS: 20736, nr_irqs: 1096, preallocated irqs: 16
Jan 09 12:06:22 Lex0ss kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
Jan 09 12:06:22 Lex0ss kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Jan 09 12:06:22 Lex0ss kernel: Console: colour dummy device 80x25
Jan 09 12:06:22 Lex0ss kernel: printk: console [tty0] enabled
Jan 09 12:06:22 Lex0ss kernel: ACPI: Core revision 20230628
Jan 09 12:06:22 Lex0ss kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
Jan 09 12:06:22 Lex0ss kernel: APIC: Switch to symmetric I/O mode setup
Jan 09 12:06:22 Lex0ss kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR0, rdevid:160
Jan 09 12:06:22 Lex0ss kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR1, rdevid:160
Jan 09 12:06:22 Lex0ss kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR2, rdevid:160
Jan 09 12:06:22 Lex0ss kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR3, rdevid:160
Jan 09 12:06:22 Lex0ss kernel: AMD-Vi: Using global IVHD EFR:0x206d73ef22254ade, EFR2:0x0
Jan 09 12:06:22 Lex0ss kernel: APIC: Switched APIC routing to: physical flat
Jan 09 12:06:22 Lex0ss kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Jan 09 12:06:22 Lex0ss kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x222be8a0a5b, max_idle_ns: 440795222301 ns
Jan 09 12:06:22 Lex0ss kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 4743.85 BogoMIPS (lpj=7902163)
Jan 09 12:06:22 Lex0ss kernel: Zenbleed: please update your microcode for the most optimal fix
Jan 09 12:06:22 Lex0ss kernel: x86/cpu: User Mode Instruction Prevention (UMIP) activated
Jan 09 12:06:22 Lex0ss kernel: LVT offset 1 assigned for vector 0xf9
Jan 09 12:06:22 Lex0ss kernel: LVT offset 2 assigned for vector 0xf4
Jan 09 12:06:22 Lex0ss kernel: process: using mwait in idle threads
Jan 09 12:06:22 Lex0ss kernel: Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512
Jan 09 12:06:22 Lex0ss kernel: Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
Jan 09 12:06:22 Lex0ss kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Jan 09 12:06:22 Lex0ss kernel: Spectre V2 : Mitigation: Retpolines
Jan 09 12:06:22 Lex0ss kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Jan 09 12:06:22 Lex0ss kernel: Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
Jan 09 12:06:22 Lex0ss kernel: Spectre V2 : Enabling Speculation Barrier for firmware calls
Jan 09 12:06:22 Lex0ss kernel: RETBleed: Mitigation: untrained return thunk
Jan 09 12:06:22 Lex0ss kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Jan 09 12:06:22 Lex0ss kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
Jan 09 12:06:22 Lex0ss kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Jan 09 12:06:22 Lex0ss kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Jan 09 12:06:22 Lex0ss kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Jan 09 12:06:22 Lex0ss kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Jan 09 12:06:22 Lex0ss kernel: x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'compacted' format.
Jan 09 12:06:22 Lex0ss kernel: Freeing SMP alternatives memory: 40K
Jan 09 12:06:22 Lex0ss kernel: pid_max: default: 32768 minimum: 301
Jan 09 12:06:22 Lex0ss kernel: LSM: initializing lsm=capability,landlock,lockdown,yama,bpf,integrity
Jan 09 12:06:22 Lex0ss kernel: landlock: Up and running.
Jan 09 12:06:22 Lex0ss kernel: Yama: becoming mindful.
Jan 09 12:06:22 Lex0ss kernel: LSM support for eBPF active
Jan 09 12:06:22 Lex0ss kernel: Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
Jan 09 12:06:22 Lex0ss kernel: Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
Jan 09 12:06:22 Lex0ss kernel: smpboot: CPU0: AMD Ryzen 5 4500U with Radeon Graphics (family: 0x17, model: 0x60, stepping: 0x1)
Jan 09 12:06:22 Lex0ss kernel: RCU Tasks: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1.
Jan 09 12:06:22 Lex0ss kernel: RCU Tasks Rude: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1.
Jan 09 12:06:22 Lex0ss kernel: RCU Tasks Trace: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1.
Jan 09 12:06:22 Lex0ss kernel: Performance Events: Fam17h+ core perfctr, AMD PMU driver.
Jan 09 12:06:22 Lex0ss kernel: ... version:                0
Jan 09 12:06:22 Lex0ss kernel: ... bit width:              48
Jan 09 12:06:22 Lex0ss kernel: ... generic registers:      6
Jan 09 12:06:22 Lex0ss kernel: ... value mask:             0000ffffffffffff
Jan 09 12:06:22 Lex0ss kernel: ... max period:             00007fffffffffff
Jan 09 12:06:22 Lex0ss kernel: ... fixed-purpose events:   0
Jan 09 12:06:22 Lex0ss kernel: ... event mask:             000000000000003f
Jan 09 12:06:22 Lex0ss kernel: signal: max sigframe size: 1776
Jan 09 12:06:22 Lex0ss kernel: rcu: Hierarchical SRCU implementation.
Jan 09 12:06:22 Lex0ss kernel: rcu:         Max phase no-delay instances is 1000.
Jan 09 12:06:22 Lex0ss kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Jan 09 12:06:22 Lex0ss kernel: smp: Bringing up secondary CPUs ...
Jan 09 12:06:22 Lex0ss kernel: smpboot: x86: Booting SMP configuration:
Jan 09 12:06:22 Lex0ss kernel: .... node  #0, CPUs:        #1  #2  #3  #4  #5
Jan 09 12:06:22 Lex0ss kernel: TSC synchronization [CPU#0 -> CPU#3]:
Jan 09 12:06:22 Lex0ss kernel: Measured 3563 cycles TSC warp between CPUs, turning off TSC clock.
Jan 09 12:06:22 Lex0ss kernel: tsc: Marking TSC unstable due to check_tsc_sync_source failed
Jan 09 12:06:22 Lex0ss kernel: smp: Brought up 1 node, 6 CPUs
Jan 09 12:06:22 Lex0ss kernel: smpboot: Max logical packages: 3
Jan 09 12:06:22 Lex0ss kernel: smpboot: Total of 6 processors activated (28459.11 BogoMIPS)
Jan 09 12:06:22 Lex0ss kernel: devtmpfs: initialized
Jan 09 12:06:22 Lex0ss kernel: x86/mm: Memory block size: 128MB
Jan 09 12:06:22 Lex0ss kernel: ACPI: PM: Registering ACPI NVS region [mem 0x0a200000-0x0a20ffff] (65536 bytes)
Jan 09 12:06:22 Lex0ss kernel: ACPI: PM: Registering ACPI NVS region [mem 0xc74fc000-0xc76a5fff] (1744896 bytes)
Jan 09 12:06:22 Lex0ss kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Jan 09 12:06:22 Lex0ss kernel: futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
Jan 09 12:06:22 Lex0ss kernel: pinctrl core: initialized pinctrl subsystem
Jan 09 12:06:22 Lex0ss kernel: PM: RTC time: 15:06:15, date: 2024-01-09
Jan 09 12:06:22 Lex0ss kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Jan 09 12:06:22 Lex0ss kernel: DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
Jan 09 12:06:22 Lex0ss kernel: DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Jan 09 12:06:22 Lex0ss kernel: DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Jan 09 12:06:22 Lex0ss kernel: audit: initializing netlink subsys (disabled)
Jan 09 12:06:22 Lex0ss kernel: audit: type=2000 audit(1704812775.153:1): state=initialized audit_enabled=0 res=1
Jan 09 12:06:22 Lex0ss kernel: thermal_sys: Registered thermal governor 'fair_share'
Jan 09 12:06:22 Lex0ss kernel: thermal_sys: Registered thermal governor 'bang_bang'
Jan 09 12:06:22 Lex0ss kernel: thermal_sys: Registered thermal governor 'step_wise'
Jan 09 12:06:22 Lex0ss kernel: thermal_sys: Registered thermal governor 'user_space'
Jan 09 12:06:22 Lex0ss kernel: thermal_sys: Registered thermal governor 'power_allocator'
Jan 09 12:06:22 Lex0ss kernel: cpuidle: using governor ladder
Jan 09 12:06:22 Lex0ss kernel: cpuidle: using governor menu
Jan 09 12:06:22 Lex0ss kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
Jan 09 12:06:22 Lex0ss kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Jan 09 12:06:22 Lex0ss kernel: PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
Jan 09 12:06:22 Lex0ss kernel: PCI: not using MMCONFIG
Jan 09 12:06:22 Lex0ss kernel: PCI: Using configuration type 1 for base access
Jan 09 12:06:22 Lex0ss kernel: PCI: Using configuration type 1 for extended access
Jan 09 12:06:22 Lex0ss kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
Jan 09 12:06:22 Lex0ss kernel: HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
Jan 09 12:06:22 Lex0ss kernel: HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
Jan 09 12:06:22 Lex0ss kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
Jan 09 12:06:22 Lex0ss kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
Jan 09 12:06:22 Lex0ss kernel: ACPI: Added _OSI(Module Device)
Jan 09 12:06:22 Lex0ss kernel: ACPI: Added _OSI(Processor Device)
Jan 09 12:06:22 Lex0ss kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Jan 09 12:06:22 Lex0ss kernel: ACPI: Added _OSI(Processor Aggregator Device)
Jan 09 12:06:22 Lex0ss kernel: ACPI BIOS Error (bug): Failure creating named object [\SMIB], AE_ALREADY_EXISTS (20230628/dsfield-637)
Jan 09 12:06:22 Lex0ss kernel: ACPI Warning: NsLookup: Type mismatch on SMIB (Integer), searching for (RegionField) (20230628/nsaccess-696)
Jan 09 12:06:22 Lex0ss kernel: ACPI: 15 ACPI AML tables successfully acquired and loaded
Jan 09 12:06:22 Lex0ss kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Jan 09 12:06:22 Lex0ss kernel: ACPI: _OSC evaluation for CPUs failed, trying _PDC
Jan 09 12:06:22 Lex0ss kernel: ACPI: EC: EC started
Jan 09 12:06:22 Lex0ss kernel: ACPI: EC: interrupt blocked
Jan 09 12:06:22 Lex0ss kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Jan 09 12:06:22 Lex0ss kernel: ACPI: \_SB_.PCI0.SBRG.EC0_: Boot DSDT EC used to handle transactions
Jan 09 12:06:22 Lex0ss kernel: ACPI: Interpreter enabled
Jan 09 12:06:22 Lex0ss kernel: ACPI: PM: (supports S0 S4 S5)
Jan 09 12:06:22 Lex0ss kernel: ACPI: Using IOAPIC for interrupt routing
Jan 09 12:06:22 Lex0ss kernel: PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
Jan 09 12:06:22 Lex0ss kernel: PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved as ACPI motherboard resource
Jan 09 12:06:22 Lex0ss kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Jan 09 12:06:22 Lex0ss kernel: PCI: Using E820 reservations for host bridge windows
Jan 09 12:06:22 Lex0ss kernel: ACPI: \_SB_.PCI0.GPP2.DEV0.PWRE: New power resource
Jan 09 12:06:22 Lex0ss kernel: ACPI: \_SB_.PCI0.GP17.XHC0.P0U0: New power resource
Jan 09 12:06:22 Lex0ss kernel: ACPI: \_SB_.PCI0.GP17.XHC0.P3U0: New power resource
Jan 09 12:06:22 Lex0ss kernel: ACPI: \_SB_.PCI0.GP17.XHC1.P0U1: New power resource
Jan 09 12:06:22 Lex0ss kernel: ACPI: \_SB_.PCI0.GP17.XHC1.P3U1: New power resource
Jan 09 12:06:22 Lex0ss kernel: ACPI: \_SB_.P0S0: New power resource
Jan 09 12:06:22 Lex0ss kernel: ACPI: \_SB_.P3S0: New power resource
Jan 09 12:06:22 Lex0ss kernel: ACPI: \_SB_.P0S1: New power resource
Jan 09 12:06:22 Lex0ss kernel: ACPI: \_SB_.P3S1: New power resource
Jan 09 12:06:22 Lex0ss kernel: ACPI: \_SB_.PRWL: New power resource
Jan 09 12:06:22 Lex0ss kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
Jan 09 12:06:22 Lex0ss kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Jan 09 12:06:22 Lex0ss kernel: acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug LTR DPC]
Jan 09 12:06:22 Lex0ss kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
Jan 09 12:06:22 Lex0ss kernel: acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
Jan 09 12:06:22 Lex0ss kernel: acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-7f] only partially covers this bridge
Jan 09 12:06:22 Lex0ss kernel: PCI host bridge to bus 0000:00
Jan 09 12:06:22 Lex0ss kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
Jan 09 12:06:22 Lex0ss kernel: pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
Jan 09 12:06:22 Lex0ss kernel: pci_bus 0000:00: root bus resource [io  0x03b0-0x03df window]
Jan 09 12:06:22 Lex0ss kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Jan 09 12:06:22 Lex0ss kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff window]
Jan 09 12:06:22 Lex0ss kernel: pci_bus 0000:00: root bus resource [mem 0xd0000000-0xfebfffff window]
Jan 09 12:06:22 Lex0ss kernel: pci_bus 0000:00: root bus resource [mem 0xfee00000-0xffffffff window]
Jan 09 12:06:22 Lex0ss kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
Jan 09 12:06:22 Lex0ss kernel: pci 0000:00:00.0: [1022:1630] type 00 class 0x060000
Jan 09 12:06:22 Lex0ss kernel: pci 0000:00:00.2: [1022:1631] type 00 class 0x080600
Jan 09 12:06:22 Lex0ss kernel: pci 0000:00:01.0: [1022:1632] type 00 class 0x060000
Jan 09 12:06:22 Lex0ss kernel: pci 0000:00:01.3: [1022:1634] type 01 class 0x060400
Jan 09 12:06:22 Lex0ss kernel: pci 0000:00:01.3: enabling Extended Tags
Jan 09 12:06:22 Lex0ss kernel: pci 0000:00:01.3: PME# supported from D0 D3hot D3cold
Jan 09 12:06:22 Lex0ss kernel: pci 0000:00:02.0: [1022:1632] type 00 class 0x060000
Jan 09 12:06:22 Lex0ss kernel: pci 0000:00:02.2: [1022:1634] type 01 class 0x060400
Jan 09 12:06:22 Lex0ss kernel: pci 0000:00:02.2: enabling Extended Tags
Jan 09 12:06:22 Lex0ss kernel: pci 0000:00:02.2: PME# supported from D0 D3hot D3cold
Jan 09 12:06:22 Lex0ss kernel: pci 0000:00:02.4: [1022:1634] type 01 class 0x060400
Jan 09 12:06:22 Lex0ss kernel: pci 0000:00:02.4: enabling Extended Tags
Jan 09 12:06:22 Lex0ss kernel: pci 0000:00:02.4: PME# supported from D0 D3hot D3cold
Jan 09 12:06:22 Lex0ss kernel: pci 0000:00:08.0: [1022:1632] type 00 class 0x060000
Jan 09 12:06:22 Lex0ss kernel: pci 0000:00:08.1: [1022:1635] type 01 class 0x060400
Jan 09 12:06:22 Lex0ss kernel: pci 0000:00:08.1: enabling Extended Tags
Jan 09 12:06:22 Lex0ss kernel: pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
Jan 09 12:06:22 Lex0ss kernel: pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
Jan 09 12:06:22 Lex0ss kernel: pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
Jan 09 12:06:22 Lex0ss kernel: pci 0000:00:18.0: [1022:1448] type 00 class 0x060000
Jan 09 12:06:22 Lex0ss kernel: pci 0000:00:18.1: [1022:1449] type 00 class 0x060000
Jan 09 12:06:22 Lex0ss kernel: pci 0000:00:18.2: [1022:144a] type 00 class 0x060000
Jan 09 12:06:22 Lex0ss kernel: pci 0000:00:18.3: [1022:144b] type 00 class 0x060000
Jan 09 12:06:22 Lex0ss kernel: pci 0000:00:18.4: [1022:144c] type 00 class 0x060000
Jan 09 12:06:22 Lex0ss kernel: pci 0000:00:18.5: [1022:144d] type 00 class 0x060000
Jan 09 12:06:22 Lex0ss kernel: pci 0000:00:18.6: [1022:144e] type 00 class 0x060000
Jan 09 12:06:22 Lex0ss kernel: pci 0000:00:18.7: [1022:144f] type 00 class 0x060000
Jan 09 12:06:22 Lex0ss kernel: pci 0000:01:00.0: [10ec:522a] type 00 class 0xff0000
Jan 09 12:06:22 Lex0ss kernel: pci 0000:01:00.0: reg 0x10: [mem 0xfe600000-0xfe600fff]
Jan 09 12:06:22 Lex0ss kernel: pci 0000:01:00.0: supports D1 D2
Jan 09 12:06:22 Lex0ss kernel: pci 0000:01:00.0: PME# supported from D1 D2 D3hot D3cold
Jan 09 12:06:22 Lex0ss kernel: pci 0000:00:01.3: PCI bridge to [bus 01]
Jan 09 12:06:22 Lex0ss kernel: pci 0000:00:01.3:   bridge window [mem 0xfe600000-0xfe6fffff]
Jan 09 12:06:22 Lex0ss kernel: pci 0000:02:00.0: [10ec:c821] type 00 class 0x028000
Jan 09 12:06:22 Lex0ss kernel: pci 0000:02:00.0: reg 0x10: [io  0xf000-0xf0ff]
Jan 09 12:06:22 Lex0ss kernel: pci 0000:02:00.0: reg 0x18: [mem 0xfe500000-0xfe50ffff 64bit]
Jan 09 12:06:22 Lex0ss kernel: pci 0000:02:00.0: supports D1 D2
Jan 09 12:06:22 Lex0ss kernel: pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Jan 09 12:06:22 Lex0ss kernel: pci 0000:00:02.2: PCI bridge to [bus 02]
Jan 09 12:06:22 Lex0ss kernel: pci 0000:00:02.2:   bridge window [io  0xf000-0xffff]
Jan 09 12:06:22 Lex0ss kernel: pci 0000:00:02.2:   bridge window [mem 0xfe500000-0xfe5fffff]
Jan 09 12:06:22 Lex0ss kernel: pci 0000:03:00.0: [15b7:5009] type 00 class 0x010802
Jan 09 12:06:22 Lex0ss kernel: pci 0000:03:00.0: reg 0x10: [mem 0xfe400000-0xfe403fff 64bit]
Jan 09 12:06:22 Lex0ss kernel: pci 0000:03:00.0: reg 0x20: [mem 0xfe404000-0xfe4040ff 64bit]
Jan 09 12:06:22 Lex0ss kernel: pci 0000:00:02.4: PCI bridge to [bus 03]
Jan 09 12:06:22 Lex0ss kernel: pci 0000:00:02.4:   bridge window [mem 0xfe400000-0xfe4fffff]
Jan 09 12:06:22 Lex0ss kernel: pci 0000:04:00.0: [1002:1636] type 00 class 0x030000
Jan 09 12:06:22 Lex0ss kernel: pci 0000:04:00.0: reg 0x10: [mem 0xd0000000-0xdfffffff 64bit pref]
Jan 09 12:06:22 Lex0ss kernel: pci 0000:04:00.0: reg 0x18: [mem 0xe0000000-0xe01fffff 64bit pref]
Jan 09 12:06:22 Lex0ss kernel: pci 0000:04:00.0: reg 0x20: [io  0xe000-0xe0ff]
Jan 09 12:06:22 Lex0ss kernel: pci 0000:04:00.0: reg 0x24: [mem 0xfe300000-0xfe37ffff]
Jan 09 12:06:22 Lex0ss kernel: pci 0000:04:00.0: enabling Extended Tags
Jan 09 12:06:22 Lex0ss kernel: pci 0000:04:00.0: BAR 0: assigned to efifb
Jan 09 12:06:22 Lex0ss kernel: pci 0000:04:00.0: PME# supported from D1 D2 D3hot D3cold
Jan 09 12:06:22 Lex0ss kernel: pci 0000:04:00.1: [1002:1637] type 00 class 0x040300
Jan 09 12:06:22 Lex0ss kernel: pci 0000:04:00.1: reg 0x10: [mem 0xfe3c8000-0xfe3cbfff]
Jan 09 12:06:22 Lex0ss kernel: pci 0000:04:00.1: enabling Extended Tags
Jan 09 12:06:22 Lex0ss kernel: pci 0000:04:00.1: PME# supported from D1 D2 D3hot D3cold
Jan 09 12:06:22 Lex0ss kernel: pci 0000:04:00.2: [1022:15df] type 00 class 0x108000
Jan 09 12:06:22 Lex0ss kernel: pci 0000:04:00.2: reg 0x18: [mem 0xfe200000-0xfe2fffff]
Jan 09 12:06:22 Lex0ss kernel: pci 0000:04:00.2: reg 0x24: [mem 0xfe3cc000-0xfe3cdfff]
Jan 09 12:06:22 Lex0ss kernel: pci 0000:04:00.2: enabling Extended Tags
Jan 09 12:06:22 Lex0ss kernel: pci 0000:04:00.3: [1022:1639] type 00 class 0x0c0330
Jan 09 12:06:22 Lex0ss kernel: pci 0000:04:00.3: reg 0x10: [mem 0xfe100000-0xfe1fffff 64bit]
Jan 09 12:06:22 Lex0ss kernel: pci 0000:04:00.3: enabling Extended Tags
Jan 09 12:06:22 Lex0ss kernel: pci 0000:04:00.3: PME# supported from D0 D3hot D3cold
Jan 09 12:06:22 Lex0ss kernel: pci 0000:04:00.4: [1022:1639] type 00 class 0x0c0330
Jan 09 12:06:22 Lex0ss kernel: pci 0000:04:00.4: reg 0x10: [mem 0xfe000000-0xfe0fffff 64bit]
Jan 09 12:06:22 Lex0ss kernel: pci 0000:04:00.4: enabling Extended Tags
Jan 09 12:06:22 Lex0ss kernel: pci 0000:04:00.4: PME# supported from D0 D3hot D3cold
Jan 09 12:06:22 Lex0ss kernel: pci 0000:04:00.5: [1022:15e2] type 00 class 0x048000
Jan 09 12:06:22 Lex0ss kernel: pci 0000:04:00.5: reg 0x10: [mem 0xfe380000-0xfe3bffff]
Jan 09 12:06:22 Lex0ss kernel: pci 0000:04:00.5: enabling Extended Tags
Jan 09 12:06:22 Lex0ss kernel: pci 0000:04:00.5: PME# supported from D0 D3hot D3cold
Jan 09 12:06:22 Lex0ss kernel: pci 0000:04:00.6: [1022:15e3] type 00 class 0x040300
Jan 09 12:06:22 Lex0ss kernel: pci 0000:04:00.6: reg 0x10: [mem 0xfe3c0000-0xfe3c7fff]
Jan 09 12:06:22 Lex0ss kernel: pci 0000:04:00.6: enabling Extended Tags
Jan 09 12:06:22 Lex0ss kernel: pci 0000:04:00.6: PME# supported from D0 D3hot D3cold
Jan 09 12:06:22 Lex0ss kernel: pci 0000:00:08.1: PCI bridge to [bus 04]
Jan 09 12:06:22 Lex0ss kernel: pci 0000:00:08.1:   bridge window [io  0xe000-0xefff]
Jan 09 12:06:22 Lex0ss kernel: pci 0000:00:08.1:   bridge window [mem 0xfe000000-0xfe3fffff]
Jan 09 12:06:22 Lex0ss kernel: pci 0000:00:08.1:   bridge window [mem 0xd0000000-0xe01fffff 64bit pref]
Jan 09 12:06:22 Lex0ss kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 0
Jan 09 12:06:22 Lex0ss kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 0
Jan 09 12:06:22 Lex0ss kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 0
Jan 09 12:06:22 Lex0ss kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 0
Jan 09 12:06:22 Lex0ss kernel: ACPI: PCI: Interrupt link LNKE configured for IRQ 0
Jan 09 12:06:22 Lex0ss kernel: ACPI: PCI: Interrupt link LNKF configured for IRQ 0
Jan 09 12:06:22 Lex0ss kernel: ACPI: PCI: Interrupt link LNKG configured for IRQ 0
Jan 09 12:06:22 Lex0ss kernel: ACPI: PCI: Interrupt link LNKH configured for IRQ 0
Jan 09 12:06:22 Lex0ss kernel: Low-power S0 idle used by default for system suspend
Jan 09 12:06:22 Lex0ss kernel: ACPI: EC: interrupt unblocked
Jan 09 12:06:22 Lex0ss kernel: ACPI: EC: event unblocked
Jan 09 12:06:22 Lex0ss kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Jan 09 12:06:22 Lex0ss kernel: ACPI: EC: GPE=0x3
Jan 09 12:06:22 Lex0ss kernel: ACPI: \_SB_.PCI0.SBRG.EC0_: Boot DSDT EC initialization complete
Jan 09 12:06:22 Lex0ss kernel: ACPI: \_SB_.PCI0.SBRG.EC0_: EC: Used to handle transactions and events
Jan 09 12:06:22 Lex0ss kernel: iommu: Default domain type: Translated
Jan 09 12:06:22 Lex0ss kernel: iommu: DMA domain TLB invalidation policy: lazy mode
Jan 09 12:06:22 Lex0ss kernel: SCSI subsystem initialized
Jan 09 12:06:22 Lex0ss kernel: libata version 3.00 loaded.
Jan 09 12:06:22 Lex0ss kernel: ACPI: bus type USB registered
Jan 09 12:06:22 Lex0ss kernel: usbcore: registered new interface driver usbfs
Jan 09 12:06:22 Lex0ss kernel: usbcore: registered new interface driver hub
Jan 09 12:06:22 Lex0ss kernel: usbcore: registered new device driver usb
Jan 09 12:06:22 Lex0ss kernel: pps_core: LinuxPPS API ver. 1 registered
Jan 09 12:06:22 Lex0ss kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Jan 09 12:06:22 Lex0ss kernel: PTP clock support registered
Jan 09 12:06:22 Lex0ss kernel: EDAC MC: Ver: 3.0.0
Jan 09 12:06:22 Lex0ss kernel: efivars: Registered efivars operations
Jan 09 12:06:22 Lex0ss kernel: NetLabel: Initializing
Jan 09 12:06:22 Lex0ss kernel: NetLabel:  domain hash size = 128
Jan 09 12:06:22 Lex0ss kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Jan 09 12:06:22 Lex0ss kernel: NetLabel:  unlabeled traffic allowed by default
Jan 09 12:06:22 Lex0ss kernel: mctp: management component transport protocol core
Jan 09 12:06:22 Lex0ss kernel: NET: Registered PF_MCTP protocol family
Jan 09 12:06:22 Lex0ss kernel: PCI: Using ACPI for IRQ routing
Jan 09 12:06:22 Lex0ss kernel: PCI: pci_cache_line_size set to 64 bytes
Jan 09 12:06:22 Lex0ss kernel: e820: reserve RAM buffer [mem 0x09ed0000-0x0bffffff]
Jan 09 12:06:22 Lex0ss kernel: e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff]
Jan 09 12:06:22 Lex0ss kernel: e820: reserve RAM buffer [mem 0xc40e9018-0xc7ffffff]
Jan 09 12:06:22 Lex0ss kernel: e820: reserve RAM buffer [mem 0xc5f2f000-0xc7ffffff]
Jan 09 12:06:22 Lex0ss kernel: e820: reserve RAM buffer [mem 0xc67a6000-0xc7ffffff]
Jan 09 12:06:22 Lex0ss kernel: e820: reserve RAM buffer [mem 0xc7379000-0xc7ffffff]
Jan 09 12:06:22 Lex0ss kernel: e820: reserve RAM buffer [mem 0xce000000-0xcfffffff]
Jan 09 12:06:22 Lex0ss kernel: e820: reserve RAM buffer [mem 0x20f340000-0x20fffffff]
Jan 09 12:06:22 Lex0ss kernel: pci 0000:04:00.0: vgaarb: setting as boot VGA device
Jan 09 12:06:22 Lex0ss kernel: pci 0000:04:00.0: vgaarb: bridge control possible
Jan 09 12:06:22 Lex0ss kernel: pci 0000:04:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
Jan 09 12:06:22 Lex0ss kernel: vgaarb: loaded
Jan 09 12:06:22 Lex0ss kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
Jan 09 12:06:22 Lex0ss kernel: hpet0: 3 comparators, 32-bit 14.318180 MHz counter
Jan 09 12:06:22 Lex0ss kernel: clocksource: Switched to clocksource hpet
Jan 09 12:06:22 Lex0ss kernel: VFS: Disk quotas dquot_6.6.0
Jan 09 12:06:22 Lex0ss kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Jan 09 12:06:22 Lex0ss kernel: pnp: PnP ACPI init
Jan 09 12:06:22 Lex0ss kernel: system 00:00: [mem 0xf0000000-0xf7ffffff] has been reserved
Jan 09 12:06:22 Lex0ss kernel: system 00:03: [io  0x04d0-0x04d1] has been reserved
Jan 09 12:06:22 Lex0ss kernel: system 00:03: [io  0x040b] has been reserved
Jan 09 12:06:22 Lex0ss kernel: system 00:03: [io  0x04d6] has been reserved
Jan 09 12:06:22 Lex0ss kernel: system 00:03: [io  0x0c00-0x0c01] has been reserved
Jan 09 12:06:22 Lex0ss kernel: system 00:03: [io  0x0c14] has been reserved
Jan 09 12:06:22 Lex0ss kernel: system 00:03: [io  0x0c50-0x0c51] has been reserved
Jan 09 12:06:22 Lex0ss kernel: system 00:03: [io  0x0c52] has been reserved
Jan 09 12:06:22 Lex0ss kernel: system 00:03: [io  0x0c6c] has been reserved
Jan 09 12:06:22 Lex0ss kernel: system 00:03: [io  0x0c6f] has been reserved
Jan 09 12:06:22 Lex0ss kernel: system 00:03: [io  0x0cd0-0x0cd1] has been reserved
Jan 09 12:06:22 Lex0ss kernel: system 00:03: [io  0x0cd2-0x0cd3] has been reserved
Jan 09 12:06:22 Lex0ss kernel: system 00:03: [io  0x0cd4-0x0cd5] has been reserved
Jan 09 12:06:22 Lex0ss kernel: system 00:03: [io  0x0cd6-0x0cd7] has been reserved
Jan 09 12:06:22 Lex0ss kernel: system 00:03: [io  0x0cd8-0x0cdf] has been reserved
Jan 09 12:06:22 Lex0ss kernel: system 00:03: [io  0x0800-0x089f] has been reserved
Jan 09 12:06:22 Lex0ss kernel: system 00:03: [io  0x0b00-0x0b0f] has been reserved
Jan 09 12:06:22 Lex0ss kernel: system 00:03: [io  0x0b20-0x0b3f] has been reserved
Jan 09 12:06:22 Lex0ss kernel: system 00:03: [io  0x0900-0x090f] has been reserved
Jan 09 12:06:22 Lex0ss kernel: system 00:03: [io  0x0910-0x091f] has been reserved
Jan 09 12:06:22 Lex0ss kernel: system 00:03: [mem 0xfec00000-0xfec00fff] could not be reserved
Jan 09 12:06:22 Lex0ss kernel: system 00:03: [mem 0xfec01000-0xfec01fff] could not be reserved
Jan 09 12:06:22 Lex0ss kernel: system 00:03: [mem 0xfedc0000-0xfedc0fff] has been reserved
Jan 09 12:06:22 Lex0ss kernel: system 00:03: [mem 0xfee00000-0xfee00fff] has been reserved
Jan 09 12:06:22 Lex0ss kernel: system 00:03: [mem 0xfed80000-0xfed8ffff] could not be reserved
Jan 09 12:06:22 Lex0ss kernel: system 00:03: [mem 0xfec10000-0xfec10fff] has been reserved
Jan 09 12:06:22 Lex0ss kernel: system 00:03: [mem 0xff000000-0xffffffff] has been reserved
Jan 09 12:06:22 Lex0ss kernel: pnp: PnP ACPI: found 4 devices
Jan 09 12:06:22 Lex0ss kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Jan 09 12:06:22 Lex0ss kernel: NET: Registered PF_INET protocol family
Jan 09 12:06:22 Lex0ss kernel: IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Jan 09 12:06:22 Lex0ss kernel: tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
Jan 09 12:06:22 Lex0ss kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
Jan 09 12:06:22 Lex0ss kernel: TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
Jan 09 12:06:22 Lex0ss kernel: TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
Jan 09 12:06:22 Lex0ss kernel: TCP: Hash tables configured (established 65536 bind 65536)
Jan 09 12:06:22 Lex0ss kernel: MPTCP token hash table entries: 8192 (order: 5, 196608 bytes, linear)
Jan 09 12:06:22 Lex0ss kernel: UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
Jan 09 12:06:22 Lex0ss kernel: UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
Jan 09 12:06:22 Lex0ss kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Jan 09 12:06:22 Lex0ss kernel: NET: Registered PF_XDP protocol family
Jan 09 12:06:22 Lex0ss kernel: pci 0000:00:01.3: PCI bridge to [bus 01]
Jan 09 12:06:22 Lex0ss kernel: pci 0000:00:01.3:   bridge window [mem 0xfe600000-0xfe6fffff]
Jan 09 12:06:22 Lex0ss kernel: pci 0000:00:02.2: PCI bridge to [bus 02]
Jan 09 12:06:22 Lex0ss kernel: pci 0000:00:02.2:   bridge window [io  0xf000-0xffff]
Jan 09 12:06:22 Lex0ss kernel: pci 0000:00:02.2:   bridge window [mem 0xfe500000-0xfe5fffff]
Jan 09 12:06:22 Lex0ss kernel: pci 0000:00:02.4: PCI bridge to [bus 03]
Jan 09 12:06:22 Lex0ss kernel: pci 0000:00:02.4:   bridge window [mem 0xfe400000-0xfe4fffff]
Jan 09 12:06:22 Lex0ss kernel: pci 0000:00:08.1: PCI bridge to [bus 04]
Jan 09 12:06:22 Lex0ss kernel: pci 0000:00:08.1:   bridge window [io  0xe000-0xefff]
Jan 09 12:06:22 Lex0ss kernel: pci 0000:00:08.1:   bridge window [mem 0xfe000000-0xfe3fffff]
Jan 09 12:06:22 Lex0ss kernel: pci 0000:00:08.1:   bridge window [mem 0xd0000000-0xe01fffff 64bit pref]
Jan 09 12:06:22 Lex0ss kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
Jan 09 12:06:22 Lex0ss kernel: pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
Jan 09 12:06:22 Lex0ss kernel: pci_bus 0000:00: resource 6 [io  0x03b0-0x03df window]
Jan 09 12:06:22 Lex0ss kernel: pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
Jan 09 12:06:22 Lex0ss kernel: pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000dffff window]
Jan 09 12:06:22 Lex0ss kernel: pci_bus 0000:00: resource 9 [mem 0xd0000000-0xfebfffff window]
Jan 09 12:06:22 Lex0ss kernel: pci_bus 0000:00: resource 10 [mem 0xfee00000-0xffffffff window]
Jan 09 12:06:22 Lex0ss kernel: pci_bus 0000:01: resource 1 [mem 0xfe600000-0xfe6fffff]
Jan 09 12:06:22 Lex0ss kernel: pci_bus 0000:02: resource 0 [io  0xf000-0xffff]
Jan 09 12:06:22 Lex0ss kernel: pci_bus 0000:02: resource 1 [mem 0xfe500000-0xfe5fffff]
Jan 09 12:06:22 Lex0ss kernel: pci_bus 0000:03: resource 1 [mem 0xfe400000-0xfe4fffff]
Jan 09 12:06:22 Lex0ss kernel: pci_bus 0000:04: resource 0 [io  0xe000-0xefff]
Jan 09 12:06:22 Lex0ss kernel: pci_bus 0000:04: resource 1 [mem 0xfe000000-0xfe3fffff]
Jan 09 12:06:22 Lex0ss kernel: pci_bus 0000:04: resource 2 [mem 0xd0000000-0xe01fffff 64bit pref]
Jan 09 12:06:22 Lex0ss kernel: pci 0000:04:00.1: D0 power state depends on 0000:04:00.0
Jan 09 12:06:22 Lex0ss kernel: pci 0000:04:00.3: extending delay after power-on from D3hot to 20 msec
Jan 09 12:06:22 Lex0ss kernel: pci 0000:04:00.4: extending delay after power-on from D3hot to 20 msec
Jan 09 12:06:22 Lex0ss kernel: PCI: CLS 64 bytes, default 64
Jan 09 12:06:22 Lex0ss kernel: pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
Jan 09 12:06:22 Lex0ss kernel: pci 0000:00:01.0: Adding to iommu group 0
Jan 09 12:06:22 Lex0ss kernel: pci 0000:00:01.3: Adding to iommu group 1
Jan 09 12:06:22 Lex0ss kernel: Trying to unpack rootfs image as initramfs...
Jan 09 12:06:22 Lex0ss kernel: pci 0000:00:02.0: Adding to iommu group 2
Jan 09 12:06:22 Lex0ss kernel: pci 0000:00:02.2: Adding to iommu group 3
Jan 09 12:06:22 Lex0ss kernel: pci 0000:00:02.4: Adding to iommu group 4
Jan 09 12:06:22 Lex0ss kernel: pci 0000:00:08.0: Adding to iommu group 5
Jan 09 12:06:22 Lex0ss kernel: pci 0000:00:08.1: Adding to iommu group 5
Jan 09 12:06:22 Lex0ss kernel: pci 0000:00:14.0: Adding to iommu group 6
Jan 09 12:06:22 Lex0ss kernel: pci 0000:00:14.3: Adding to iommu group 6
Jan 09 12:06:22 Lex0ss kernel: pci 0000:00:18.0: Adding to iommu group 7
Jan 09 12:06:22 Lex0ss kernel: pci 0000:00:18.1: Adding to iommu group 7
Jan 09 12:06:22 Lex0ss kernel: pci 0000:00:18.2: Adding to iommu group 7
Jan 09 12:06:22 Lex0ss kernel: pci 0000:00:18.3: Adding to iommu group 7
Jan 09 12:06:22 Lex0ss kernel: pci 0000:00:18.4: Adding to iommu group 7
Jan 09 12:06:22 Lex0ss kernel: pci 0000:00:18.5: Adding to iommu group 7
Jan 09 12:06:22 Lex0ss kernel: pci 0000:00:18.6: Adding to iommu group 7
Jan 09 12:06:22 Lex0ss kernel: pci 0000:00:18.7: Adding to iommu group 7
Jan 09 12:06:22 Lex0ss kernel: pci 0000:01:00.0: Adding to iommu group 8
Jan 09 12:06:22 Lex0ss kernel: pci 0000:02:00.0: Adding to iommu group 9
Jan 09 12:06:22 Lex0ss kernel: pci 0000:03:00.0: Adding to iommu group 10
Jan 09 12:06:22 Lex0ss kernel: pci 0000:04:00.0: Adding to iommu group 5
Jan 09 12:06:22 Lex0ss kernel: pci 0000:04:00.1: Adding to iommu group 5
Jan 09 12:06:22 Lex0ss kernel: pci 0000:04:00.2: Adding to iommu group 5
Jan 09 12:06:22 Lex0ss kernel: pci 0000:04:00.3: Adding to iommu group 5
Jan 09 12:06:22 Lex0ss kernel: pci 0000:04:00.4: Adding to iommu group 5
Jan 09 12:06:22 Lex0ss kernel: pci 0000:04:00.5: Adding to iommu group 5
Jan 09 12:06:22 Lex0ss kernel: pci 0000:04:00.6: Adding to iommu group 5
Jan 09 12:06:22 Lex0ss kernel: pci 0000:00:00.2: can't derive routing for PCI INT A
Jan 09 12:06:22 Lex0ss kernel: pci 0000:00:00.2: PCI INT A: not connected
Jan 09 12:06:22 Lex0ss kernel: pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40
Jan 09 12:06:22 Lex0ss kernel: AMD-Vi: Extended features (0x206d73ef22254ade, 0x0): PPR X2APIC NX GT IA GA PC GA_vAPIC
Jan 09 12:06:22 Lex0ss kernel: AMD-Vi: Interrupt remapping enabled
Jan 09 12:06:22 Lex0ss kernel: AMD-Vi: X2APIC enabled
Jan 09 12:06:22 Lex0ss kernel: AMD-Vi: Virtual APIC enabled
Jan 09 12:06:22 Lex0ss kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Jan 09 12:06:22 Lex0ss kernel: software IO TLB: mapped [mem 0x00000000c0048000-0x00000000c4048000] (64MB)
Jan 09 12:06:22 Lex0ss kernel: LVT offset 0 assigned for vector 0x400
Jan 09 12:06:22 Lex0ss kernel: perf: AMD IBS detected (0x000003ff)
Jan 09 12:06:22 Lex0ss kernel: perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
Jan 09 12:06:22 Lex0ss kernel: Initialise system trusted keyrings
Jan 09 12:06:22 Lex0ss kernel: Key type blacklist registered
Jan 09 12:06:22 Lex0ss kernel: workingset: timestamp_bits=41 max_order=21 bucket_order=0
Jan 09 12:06:22 Lex0ss kernel: zbud: loaded
Jan 09 12:06:22 Lex0ss kernel: integrity: Platform Keyring initialized
Jan 09 12:06:22 Lex0ss kernel: integrity: Machine keyring initialized
Jan 09 12:06:22 Lex0ss kernel: Key type asymmetric registered
Jan 09 12:06:22 Lex0ss kernel: Asymmetric key parser 'x509' registered
Jan 09 12:06:22 Lex0ss kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
Jan 09 12:06:22 Lex0ss kernel: io scheduler mq-deadline registered
Jan 09 12:06:22 Lex0ss kernel: io scheduler kyber registered
Jan 09 12:06:22 Lex0ss kernel: io scheduler bfq registered
Jan 09 12:06:22 Lex0ss kernel: pcieport 0000:00:01.3: PME: Signaling with IRQ 36
Jan 09 12:06:22 Lex0ss kernel: pcieport 0000:00:02.2: PME: Signaling with IRQ 37
Jan 09 12:06:22 Lex0ss kernel: pcieport 0000:00:02.4: PME: Signaling with IRQ 38
Jan 09 12:06:22 Lex0ss kernel: pcieport 0000:00:08.1: PME: Signaling with IRQ 39
Jan 09 12:06:22 Lex0ss kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Jan 09 12:06:22 Lex0ss kernel: ACPI: AC: AC Adapter [ACAD] (off-line)
Jan 09 12:06:22 Lex0ss kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
Jan 09 12:06:22 Lex0ss kernel: ACPI: button: Power Button [PWRB]
Jan 09 12:06:22 Lex0ss kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
Jan 09 12:06:22 Lex0ss kernel: ACPI: button: Lid Switch [LID]
Jan 09 12:06:22 Lex0ss kernel: Monitor-Mwait will be used to enter C-1 state
Jan 09 12:06:22 Lex0ss kernel: ACPI: \_SB_.PLTF.P000: Found 3 idle states
Jan 09 12:06:22 Lex0ss kernel: ACPI: FW issue: working around C-state latencies out of order
Jan 09 12:06:22 Lex0ss kernel: ACPI: \_SB_.PLTF.P001: Found 3 idle states
Jan 09 12:06:22 Lex0ss kernel: ACPI: FW issue: working around C-state latencies out of order
Jan 09 12:06:22 Lex0ss kernel: ACPI: \_SB_.PLTF.P002: Found 3 idle states
Jan 09 12:06:22 Lex0ss kernel: ACPI: FW issue: working around C-state latencies out of order
Jan 09 12:06:22 Lex0ss kernel: ACPI: \_SB_.PLTF.P003: Found 3 idle states
Jan 09 12:06:22 Lex0ss kernel: ACPI: FW issue: working around C-state latencies out of order
Jan 09 12:06:22 Lex0ss kernel: ACPI: \_SB_.PLTF.P004: Found 3 idle states
Jan 09 12:06:22 Lex0ss kernel: ACPI: FW issue: working around C-state latencies out of order
Jan 09 12:06:22 Lex0ss kernel: ACPI: \_SB_.PLTF.P005: Found 3 idle states
Jan 09 12:06:22 Lex0ss kernel: ACPI: FW issue: working around C-state latencies out of order
Jan 09 12:06:22 Lex0ss kernel: ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_PR_.P000 (20230628/dspkginit-438)
Jan 09 12:06:22 Lex0ss kernel: ACPI: \_TZ_.THRM: Invalid passive threshold
Jan 09 12:06:22 Lex0ss kernel: thermal LNXTHERM:00: registered as thermal_zone0
Jan 09 12:06:22 Lex0ss kernel: ACPI: thermal: Thermal Zone [THRM] (35 C)
Jan 09 12:06:22 Lex0ss kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Jan 09 12:06:22 Lex0ss kernel: Non-volatile memory driver v1.3
Jan 09 12:06:22 Lex0ss kernel: Linux agpgart interface v0.103
Jan 09 12:06:22 Lex0ss kernel: ACPI: battery: Slot [BAT0] (battery present)
Jan 09 12:06:22 Lex0ss kernel: Freeing initrd memory: 32232K
Jan 09 12:06:22 Lex0ss kernel: tpm_crb MSFT0101:00: Disabling hwrng
Jan 09 12:06:22 Lex0ss kernel: AMD-Vi: AMD IOMMUv2 loaded and initialized
Jan 09 12:06:22 Lex0ss kernel: ACPI: bus type drm_connector registered
Jan 09 12:06:22 Lex0ss kernel: [drm] Initialized simpledrm 1.0.0 20200625 for simple-framebuffer.0 on minor 0
Jan 09 12:06:22 Lex0ss kernel: fbcon: Deferring console take-over
Jan 09 12:06:22 Lex0ss kernel: simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
Jan 09 12:06:22 Lex0ss kernel: usbcore: registered new interface driver usbserial_generic
Jan 09 12:06:22 Lex0ss kernel: usbserial: USB Serial support registered for generic
Jan 09 12:06:22 Lex0ss kernel: rtc_cmos 00:01: RTC can wake from S4
Jan 09 12:06:22 Lex0ss kernel: rtc_cmos 00:01: registered as rtc0
Jan 09 12:06:22 Lex0ss kernel: rtc_cmos 00:01: setting system clock to 2024-01-09T15:06:16 UTC (1704812776)
Jan 09 12:06:22 Lex0ss kernel: rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
Jan 09 12:06:22 Lex0ss kernel: amd_pstate: the _CPC object is not present in SBIOS or ACPI disabled
Jan 09 12:06:22 Lex0ss kernel: ledtrig-cpu: registered to indicate activity on CPUs
Jan 09 12:06:22 Lex0ss kernel: hid: raw HID events driver (C) Jiri Kosina
Jan 09 12:06:22 Lex0ss kernel: drop_monitor: Initializing network drop monitor service
Jan 09 12:06:22 Lex0ss kernel: Initializing XFRM netlink socket
Jan 09 12:06:22 Lex0ss kernel: NET: Registered PF_INET6 protocol family
Jan 09 12:06:22 Lex0ss kernel: Segment Routing with IPv6
Jan 09 12:06:22 Lex0ss kernel: RPL Segment Routing with IPv6
Jan 09 12:06:22 Lex0ss kernel: In-situ OAM (IOAM) with IPv6
Jan 09 12:06:22 Lex0ss kernel: NET: Registered PF_PACKET protocol family
Jan 09 12:06:22 Lex0ss kernel: microcode: CPU2: patch_level=0x08600106
Jan 09 12:06:22 Lex0ss kernel: microcode: CPU5: patch_level=0x08600106
Jan 09 12:06:22 Lex0ss kernel: microcode: CPU0: patch_level=0x08600106
Jan 09 12:06:22 Lex0ss kernel: microcode: CPU4: patch_level=0x08600106
Jan 09 12:06:22 Lex0ss kernel: microcode: CPU3: patch_level=0x08600106
Jan 09 12:06:22 Lex0ss kernel: microcode: CPU1: patch_level=0x08600106
Jan 09 12:06:22 Lex0ss kernel: microcode: Microcode Update Driver: v2.2.
Jan 09 12:06:22 Lex0ss kernel: resctrl: L3 allocation detected
Jan 09 12:06:22 Lex0ss kernel: resctrl: MB allocation detected
Jan 09 12:06:22 Lex0ss kernel: resctrl: L3 monitoring detected
Jan 09 12:06:22 Lex0ss kernel: IPI shorthand broadcast: enabled
Jan 09 12:06:22 Lex0ss kernel: registered taskstats version 1
Jan 09 12:06:22 Lex0ss kernel: Loading compiled-in X.509 certificates
Jan 09 12:06:22 Lex0ss kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 80898a47c7fafcc229826409c6697162aacd8588'
Jan 09 12:06:22 Lex0ss kernel: zswap: loaded using pool zstd/zsmalloc
Jan 09 12:06:22 Lex0ss kernel: Key type .fscrypt registered
Jan 09 12:06:22 Lex0ss kernel: Key type fscrypt-provisioning registered
Jan 09 12:06:22 Lex0ss kernel: integrity: Loading X.509 certificate: UEFI:db
Jan 09 12:06:22 Lex0ss kernel: integrity: Loaded X.509 cert 'HP Inc.: HP UEFI Secure Boot DB 2017: d9c01b50cfcae89d3b05345c163aa76e5dd589e7'
Jan 09 12:06:22 Lex0ss kernel: integrity: Loading X.509 certificate: UEFI:db
Jan 09 12:06:22 Lex0ss kernel: integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
Jan 09 12:06:22 Lex0ss kernel: integrity: Loading X.509 certificate: UEFI:db
Jan 09 12:06:22 Lex0ss kernel: integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
Jan 09 12:06:22 Lex0ss kernel: PM:   Magic number: 8:300:133
Jan 09 12:06:22 Lex0ss kernel: acpi PNP0C02:05: hash matches
Jan 09 12:06:22 Lex0ss kernel: acpi device:08: hash matches
Jan 09 12:06:22 Lex0ss kernel: RAS: Correctable Errors collector initialized.
Jan 09 12:06:22 Lex0ss kernel: Unstable clock detected, switching default tracing clock to "global"
                               If you want to keep using the local clock, then add:
                                 "trace_clock=local"
                               on the kernel command line
Jan 09 12:06:22 Lex0ss kernel: clk: Disabling unused clocks
Jan 09 12:06:22 Lex0ss kernel: Freeing unused decrypted memory: 2028K
Jan 09 12:06:22 Lex0ss kernel: Freeing unused kernel image (initmem) memory: 3412K
Jan 09 12:06:22 Lex0ss kernel: Write protecting the kernel read-only data: 30720k
Jan 09 12:06:22 Lex0ss kernel: Freeing unused kernel image (rodata/data gap) memory: 1264K
Jan 09 12:06:22 Lex0ss kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Jan 09 12:06:22 Lex0ss kernel: rodata_test: all tests were successful
Jan 09 12:06:22 Lex0ss kernel: Run /init as init process
Jan 09 12:06:22 Lex0ss kernel:   with arguments:
Jan 09 12:06:22 Lex0ss kernel:     /init
Jan 09 12:06:22 Lex0ss kernel:   with environment:
Jan 09 12:06:22 Lex0ss kernel:     HOME=/
Jan 09 12:06:22 Lex0ss kernel:     TERM=linux
Jan 09 12:06:22 Lex0ss kernel:     BOOT_IMAGE=/boot/vmlinuz-linux
Jan 09 12:06:22 Lex0ss kernel: wmi_bus wmi_bus-PNP0C14:00: [Firmware Info]: 8F1F6436-9F42-42C8-BADC-0E9424F20C9A has zero instances
Jan 09 12:06:22 Lex0ss kernel: wmi_bus wmi_bus-PNP0C14:00: [Firmware Info]: 8F1F6435-9F42-42C8-BADC-0E9424F20C9A has zero instances
Jan 09 12:06:22 Lex0ss kernel: wmi_bus wmi_bus-PNP0C14:00: [Firmware Info]: 7391A661-223A-47DB-A77A-7BE84C60822D has zero instances
Jan 09 12:06:22 Lex0ss kernel: wmi_bus wmi_bus-PNP0C14:00: [Firmware Info]: DF4E63B6-3BBC-4858-9737-C74F82F821F3 has zero instances
Jan 09 12:06:22 Lex0ss kernel: ACPI: video: Video Device [VGA] (multi-head: yes  rom: no  post: no)
Jan 09 12:06:22 Lex0ss kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0a/LNXVIDEO:00/input/input2
Jan 09 12:06:22 Lex0ss kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
Jan 09 12:06:22 Lex0ss kernel: i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
Jan 09 12:06:22 Lex0ss kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Jan 09 12:06:22 Lex0ss kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
Jan 09 12:06:22 Lex0ss kernel: rtsx_pci 0000:01:00.0: enabling device (0000 -> 0002)
Jan 09 12:06:22 Lex0ss kernel: xhci_hcd 0000:04:00.3: xHCI Host Controller
Jan 09 12:06:22 Lex0ss kernel: xhci_hcd 0000:04:00.3: new USB bus registered, assigned bus number 1
Jan 09 12:06:22 Lex0ss kernel: xhci_hcd 0000:04:00.3: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000020000000410
Jan 09 12:06:22 Lex0ss kernel: xhci_hcd 0000:04:00.3: xHCI Host Controller
Jan 09 12:06:22 Lex0ss kernel: xhci_hcd 0000:04:00.3: new USB bus registered, assigned bus number 2
Jan 09 12:06:22 Lex0ss kernel: xhci_hcd 0000:04:00.3: Host supports USB 3.1 Enhanced SuperSpeed
Jan 09 12:06:22 Lex0ss kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.06
Jan 09 12:06:22 Lex0ss kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jan 09 12:06:22 Lex0ss kernel: usb usb1: Product: xHCI Host Controller
Jan 09 12:06:22 Lex0ss kernel: usb usb1: Manufacturer: Linux 6.6.9-arch1-1 xhci-hcd
Jan 09 12:06:22 Lex0ss kernel: usb usb1: SerialNumber: 0000:04:00.3
Jan 09 12:06:22 Lex0ss kernel: hub 1-0:1.0: USB hub found
Jan 09 12:06:22 Lex0ss kernel: hub 1-0:1.0: 4 ports detected
Jan 09 12:06:22 Lex0ss kernel: usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
Jan 09 12:06:22 Lex0ss kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.06
Jan 09 12:06:22 Lex0ss kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jan 09 12:06:22 Lex0ss kernel: usb usb2: Product: xHCI Host Controller
Jan 09 12:06:22 Lex0ss kernel: usb usb2: Manufacturer: Linux 6.6.9-arch1-1 xhci-hcd
Jan 09 12:06:22 Lex0ss kernel: usb usb2: SerialNumber: 0000:04:00.3
Jan 09 12:06:22 Lex0ss kernel: hub 2-0:1.0: USB hub found
Jan 09 12:06:22 Lex0ss kernel: hub 2-0:1.0: 2 ports detected
Jan 09 12:06:22 Lex0ss kernel: xhci_hcd 0000:04:00.4: xHCI Host Controller
Jan 09 12:06:22 Lex0ss kernel: xhci_hcd 0000:04:00.4: new USB bus registered, assigned bus number 3
Jan 09 12:06:22 Lex0ss kernel: xhci_hcd 0000:04:00.4: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000020000000410
Jan 09 12:06:22 Lex0ss kernel: xhci_hcd 0000:04:00.4: xHCI Host Controller
Jan 09 12:06:22 Lex0ss kernel: xhci_hcd 0000:04:00.4: new USB bus registered, assigned bus number 4
Jan 09 12:06:22 Lex0ss kernel: xhci_hcd 0000:04:00.4: Host supports USB 3.1 Enhanced SuperSpeed
Jan 09 12:06:22 Lex0ss kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.06
Jan 09 12:06:22 Lex0ss kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jan 09 12:06:22 Lex0ss kernel: usb usb3: Product: xHCI Host Controller
Jan 09 12:06:22 Lex0ss kernel: usb usb3: Manufacturer: Linux 6.6.9-arch1-1 xhci-hcd
Jan 09 12:06:22 Lex0ss kernel: usb usb3: SerialNumber: 0000:04:00.4
Jan 09 12:06:22 Lex0ss kernel: hub 3-0:1.0: USB hub found
Jan 09 12:06:22 Lex0ss kernel: hub 3-0:1.0: 4 ports detected
Jan 09 12:06:22 Lex0ss kernel: usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
Jan 09 12:06:22 Lex0ss kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.06
Jan 09 12:06:22 Lex0ss kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jan 09 12:06:22 Lex0ss kernel: usb usb4: Product: xHCI Host Controller
Jan 09 12:06:22 Lex0ss kernel: usb usb4: Manufacturer: Linux 6.6.9-arch1-1 xhci-hcd
Jan 09 12:06:22 Lex0ss kernel: usb usb4: SerialNumber: 0000:04:00.4
Jan 09 12:06:22 Lex0ss kernel: hub 4-0:1.0: USB hub found
Jan 09 12:06:22 Lex0ss kernel: hub 4-0:1.0: 2 ports detected
Jan 09 12:06:22 Lex0ss kernel: nvme 0000:03:00.0: platform quirk: setting simple suspend
Jan 09 12:06:22 Lex0ss kernel: nvme nvme0: pci function 0000:03:00.0
Jan 09 12:06:22 Lex0ss kernel: nvme nvme0: allocated 32 MiB host memory buffer.
Jan 09 12:06:22 Lex0ss kernel: nvme nvme0: 16/0/0 default/read/poll queues
Jan 09 12:06:22 Lex0ss kernel:  nvme0n1: p1 p2 p3 p4 p5 p6
Jan 09 12:06:22 Lex0ss kernel: usb 3-4: new full-speed USB device number 2 using xhci_hcd
Jan 09 12:06:22 Lex0ss kernel: usb 1-2: new high-speed USB device number 2 using xhci_hcd
Jan 09 12:06:22 Lex0ss kernel: usb 1-2: New USB device found, idVendor=12d1, idProduct=107e, bcdDevice= 2.99
Jan 09 12:06:22 Lex0ss kernel: usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Jan 09 12:06:22 Lex0ss kernel: usb 1-2: Product: POT-LX3
Jan 09 12:06:22 Lex0ss kernel: usb 1-2: Manufacturer: HUAWEI
Jan 09 12:06:22 Lex0ss kernel: usb 1-2: SerialNumber: 7UF4C19C26013213
Jan 09 12:06:22 Lex0ss kernel: usb 3-4: New USB device found, idVendor=04f3, idProduct=0c00, bcdDevice= 2.81
Jan 09 12:06:22 Lex0ss kernel: usb 3-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Jan 09 12:06:22 Lex0ss kernel: usb 3-4: Product: ELAN:ARM-M4
Jan 09 12:06:22 Lex0ss kernel: usb 3-4: Manufacturer: ELAN
Jan 09 12:06:22 Lex0ss kernel: usb 1-3: new high-speed USB device number 3 using xhci_hcd
Jan 09 12:06:22 Lex0ss kernel: usb 1-3: New USB device found, idVendor=30c9, idProduct=000e, bcdDevice= 0.02
Jan 09 12:06:22 Lex0ss kernel: usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Jan 09 12:06:22 Lex0ss kernel: usb 1-3: Product: HP Wide Vision HD Camera
Jan 09 12:06:22 Lex0ss kernel: usb 1-3: Manufacturer: DJKANA1BIFD5YC
Jan 09 12:06:22 Lex0ss kernel: usb 1-4: new full-speed USB device number 4 using xhci_hcd
Jan 09 12:06:22 Lex0ss kernel: usb 1-4: New USB device found, idVendor=0bda, idProduct=b00a, bcdDevice= 1.10
Jan 09 12:06:22 Lex0ss kernel: usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Jan 09 12:06:22 Lex0ss kernel: usb 1-4: Product: Bluetooth Radio 
Jan 09 12:06:22 Lex0ss kernel: usb 1-4: Manufacturer: Realtek 
Jan 09 12:06:22 Lex0ss kernel: usb 1-4: SerialNumber: 00e04c000001
Jan 09 12:06:22 Lex0ss kernel: usb-storage 1-2:1.1: USB Mass Storage device detected
Jan 09 12:06:22 Lex0ss kernel: scsi host0: usb-storage 1-2:1.1
Jan 09 12:06:22 Lex0ss kernel: usbcore: registered new interface driver usb-storage
Jan 09 12:06:22 Lex0ss kernel: usbcore: registered new interface driver uas
Jan 09 12:06:22 Lex0ss kernel: [drm] amdgpu kernel modesetting enabled.
Jan 09 12:06:22 Lex0ss kernel: amdgpu: Virtual CRAT table created for CPU
Jan 09 12:06:22 Lex0ss kernel: amdgpu: Topology: Add CPU node
Jan 09 12:06:22 Lex0ss kernel: amdgpu 0000:04:00.0: enabling device (0006 -> 0007)
Jan 09 12:06:22 Lex0ss kernel: [drm] initializing kernel modesetting (RENOIR 0x1002:0x1636 0x103C:0x87C5 0xC3).
Jan 09 12:06:22 Lex0ss kernel: [drm] register mmio base: 0xFE300000
Jan 09 12:06:22 Lex0ss kernel: [drm] register mmio size: 524288
Jan 09 12:06:22 Lex0ss kernel: [drm] add ip block number 0 <soc15_common>
Jan 09 12:06:22 Lex0ss kernel: [drm] add ip block number 1 <gmc_v9_0>
Jan 09 12:06:22 Lex0ss kernel: [drm] add ip block number 2 <vega10_ih>
Jan 09 12:06:22 Lex0ss kernel: [drm] add ip block number 3 <psp>
Jan 09 12:06:22 Lex0ss kernel: [drm] add ip block number 4 <smu>
Jan 09 12:06:22 Lex0ss kernel: [drm] add ip block number 5 <dm>
Jan 09 12:06:22 Lex0ss kernel: [drm] add ip block number 6 <gfx_v9_0>
Jan 09 12:06:22 Lex0ss kernel: [drm] add ip block number 7 <sdma_v4_0>
Jan 09 12:06:22 Lex0ss kernel: [drm] add ip block number 8 <vcn_v2_0>
Jan 09 12:06:22 Lex0ss kernel: [drm] add ip block number 9 <jpeg_v2_0>
Jan 09 12:06:22 Lex0ss kernel: amdgpu 0000:04:00.0: amdgpu: Fetched VBIOS from VFCT
Jan 09 12:06:22 Lex0ss kernel: amdgpu: ATOM BIOS: 113-RENOIR-026
Jan 09 12:06:22 Lex0ss kernel: [drm] VCN decode is enabled in VM mode
Jan 09 12:06:22 Lex0ss kernel: [drm] VCN encode is enabled in VM mode
Jan 09 12:06:22 Lex0ss kernel: [drm] JPEG decode is enabled in VM mode
Jan 09 12:06:22 Lex0ss kernel: amdgpu 0000:04:00.0: vgaarb: deactivate vga console
Jan 09 12:06:22 Lex0ss kernel: amdgpu 0000:04:00.0: amdgpu: Trusted Memory Zone (TMZ) feature enabled
Jan 09 12:06:22 Lex0ss kernel: amdgpu 0000:04:00.0: amdgpu: MODE2 reset
Jan 09 12:06:22 Lex0ss kernel: [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
Jan 09 12:06:22 Lex0ss kernel: amdgpu 0000:04:00.0: amdgpu: VRAM: 512M 0x000000F400000000 - 0x000000F41FFFFFFF (512M used)
Jan 09 12:06:22 Lex0ss kernel: amdgpu 0000:04:00.0: amdgpu: GART: 1024M 0x0000000000000000 - 0x000000003FFFFFFF
Jan 09 12:06:22 Lex0ss kernel: amdgpu 0000:04:00.0: amdgpu: AGP: 267419648M 0x000000F800000000 - 0x0000FFFFFFFFFFFF
Jan 09 12:06:22 Lex0ss kernel: [drm] Detected VRAM RAM=512M, BAR=512M
Jan 09 12:06:22 Lex0ss kernel: [drm] RAM width 128bits DDR4
Jan 09 12:06:22 Lex0ss kernel: [drm] amdgpu: 512M of VRAM memory ready
Jan 09 12:06:22 Lex0ss kernel: [drm] amdgpu: 3649M of GTT memory ready.
Jan 09 12:06:22 Lex0ss kernel: [drm] GART: num cpu pages 262144, num gpu pages 262144
Jan 09 12:06:22 Lex0ss kernel: [drm] PCIE GART of 1024M enabled.
Jan 09 12:06:22 Lex0ss kernel: [drm] PTB located at 0x000000F41FC00000
Jan 09 12:06:22 Lex0ss kernel: [drm] Loading DMUB firmware via PSP: version=0x01010028
Jan 09 12:06:22 Lex0ss kernel: [drm] Found VCN firmware Version ENC: 1.21 DEC: 6 VEP: 0 Revision: 0
Jan 09 12:06:22 Lex0ss kernel: amdgpu 0000:04:00.0: amdgpu: Will use PSP to load VCN firmware
Jan 09 12:06:22 Lex0ss kernel: [drm] reserve 0x400000 from 0xf41f800000 for PSP TMR
Jan 09 12:06:22 Lex0ss kernel: scsi 0:0:0:0: CD-ROM            Linux    File-CD Gadget   0414 PQ: 0 ANSI: 2
Jan 09 12:06:22 Lex0ss kernel: amdgpu 0000:04:00.0: amdgpu: RAS: optional ras ta ucode is not available
Jan 09 12:06:22 Lex0ss kernel: amdgpu 0000:04:00.0: amdgpu: RAP: optional rap ta ucode is not available
Jan 09 12:06:22 Lex0ss kernel: [drm] psp gfx command LOAD_TA(0x1) failed and response status is (0x7)
Jan 09 12:06:22 Lex0ss kernel: [drm] psp gfx command INVOKE_CMD(0x3) failed and response status is (0x4)
Jan 09 12:06:22 Lex0ss kernel: amdgpu 0000:04:00.0: amdgpu: Secure display: Generic Failure.
Jan 09 12:06:22 Lex0ss kernel: amdgpu 0000:04:00.0: amdgpu: SECUREDISPLAY: query securedisplay TA failed. ret 0x0
Jan 09 12:06:22 Lex0ss kernel: amdgpu 0000:04:00.0: amdgpu: SMU is initialized successfully!
Jan 09 12:06:22 Lex0ss kernel: [drm] Display Core v3.2.247 initialized on DCN 2.1
Jan 09 12:06:22 Lex0ss kernel: [drm] DP-HDMI FRL PCON supported
Jan 09 12:06:22 Lex0ss kernel: [drm] DMUB hardware initialized: version=0x01010028
Jan 09 12:06:22 Lex0ss kernel: [drm] Alt mode has timed out after 201 ms
Jan 09 12:06:22 Lex0ss kernel: [drm] kiq ring mec 2 pipe 1 q 0
Jan 09 12:06:22 Lex0ss kernel: [drm] VCN decode and encode initialized successfully(under DPG Mode).
Jan 09 12:06:22 Lex0ss kernel: [drm] JPEG decode initialized successfully.
Jan 09 12:06:22 Lex0ss kernel: amdgpu: HMM registered 512MB device memory
Jan 09 12:06:22 Lex0ss kernel: kfd kfd: amdgpu: Allocated 3969056 bytes on gart
Jan 09 12:06:22 Lex0ss kernel: kfd kfd: amdgpu: Total number of KFD nodes to be created: 1
Jan 09 12:06:22 Lex0ss kernel: amdgpu: Virtual CRAT table created for GPU
Jan 09 12:06:22 Lex0ss kernel: amdgpu: Topology: Add dGPU node [0x1636:0x1002]
Jan 09 12:06:22 Lex0ss kernel: kfd kfd: amdgpu: added device 1002:1636
Jan 09 12:06:22 Lex0ss kernel: amdgpu 0000:04:00.0: amdgpu: SE 1, SH per SE 1, CU per SH 8, active_cu_number 6
Jan 09 12:06:22 Lex0ss kernel: amdgpu 0000:04:00.0: amdgpu: ring gfx uses VM inv eng 0 on hub 0
Jan 09 12:06:22 Lex0ss kernel: amdgpu 0000:04:00.0: amdgpu: ring gfx_low uses VM inv eng 1 on hub 0
Jan 09 12:06:22 Lex0ss kernel: amdgpu 0000:04:00.0: amdgpu: ring gfx_high uses VM inv eng 4 on hub 0
Jan 09 12:06:22 Lex0ss kernel: amdgpu 0000:04:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 5 on hub 0
Jan 09 12:06:22 Lex0ss kernel: amdgpu 0000:04:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 6 on hub 0
Jan 09 12:06:22 Lex0ss kernel: amdgpu 0000:04:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 7 on hub 0
Jan 09 12:06:22 Lex0ss kernel: amdgpu 0000:04:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 8 on hub 0
Jan 09 12:06:22 Lex0ss kernel: amdgpu 0000:04:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 9 on hub 0
Jan 09 12:06:22 Lex0ss kernel: amdgpu 0000:04:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 10 on hub 0
Jan 09 12:06:22 Lex0ss kernel: amdgpu 0000:04:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 11 on hub 0
Jan 09 12:06:22 Lex0ss kernel: amdgpu 0000:04:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 12 on hub 0
Jan 09 12:06:22 Lex0ss kernel: amdgpu 0000:04:00.0: amdgpu: ring kiq_0.2.1.0 uses VM inv eng 13 on hub 0
Jan 09 12:06:22 Lex0ss kernel: amdgpu 0000:04:00.0: amdgpu: ring sdma0 uses VM inv eng 0 on hub 8
Jan 09 12:06:22 Lex0ss kernel: amdgpu 0000:04:00.0: amdgpu: ring vcn_dec uses VM inv eng 1 on hub 8
Jan 09 12:06:22 Lex0ss kernel: amdgpu 0000:04:00.0: amdgpu: ring vcn_enc0 uses VM inv eng 4 on hub 8
Jan 09 12:06:22 Lex0ss kernel: amdgpu 0000:04:00.0: amdgpu: ring vcn_enc1 uses VM inv eng 5 on hub 8
Jan 09 12:06:22 Lex0ss kernel: amdgpu 0000:04:00.0: amdgpu: ring jpeg_dec uses VM inv eng 6 on hub 8
Jan 09 12:06:22 Lex0ss kernel: [drm] Initialized amdgpu 3.54.0 20150101 for 0000:04:00.0 on minor 1
Jan 09 12:06:22 Lex0ss kernel: fbcon: amdgpudrmfb (fb0) is primary device
Jan 09 12:06:22 Lex0ss kernel: fbcon: Deferring console take-over
Jan 09 12:06:22 Lex0ss kernel: amdgpu 0000:04:00.0: [drm] fb0: amdgpudrmfb frame buffer device
Jan 09 12:06:22 Lex0ss kernel: fbcon: Taking over console
Jan 09 12:06:22 Lex0ss kernel: [drm] DSC precompute is not needed.
Jan 09 12:06:22 Lex0ss kernel: Console: switching to colour frame buffer device 170x48
Jan 09 12:06:22 Lex0ss kernel: EXT4-fs (nvme0n1p5): mounted filesystem b6f8f8d5-d9c6-4a9d-a252-5e0063322c41 r/w with ordered data mode. Quota mode: none.
Jan 09 12:06:22 Lex0ss systemd[1]: systemd 255.2-1-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
Jan 09 12:06:22 Lex0ss systemd[1]: Detected architecture x86-64.
Jan 09 12:06:22 Lex0ss systemd[1]: Hostname set to <Lex0ss>.
Jan 09 12:06:22 Lex0ss systemd[1]: bpf-lsm: LSM BPF program attached
Jan 09 12:06:22 Lex0ss systemd[1]: Queued start job for default target Graphical Interface.
Jan 09 12:06:22 Lex0ss systemd[1]: Created slice Slice /system/getty.
Jan 09 12:06:22 Lex0ss systemd[1]: Created slice Slice /system/modprobe.
Jan 09 12:06:22 Lex0ss systemd[1]: Created slice User and Session Slice.
Jan 09 12:06:22 Lex0ss systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Jan 09 12:06:22 Lex0ss systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Jan 09 12:06:22 Lex0ss systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Jan 09 12:06:22 Lex0ss systemd[1]: Expecting device /dev/nvme0n1p6...
Jan 09 12:06:22 Lex0ss systemd[1]: Reached target Local Encrypted Volumes.
Jan 09 12:06:22 Lex0ss systemd[1]: Reached target Login Prompts.
Jan 09 12:06:22 Lex0ss systemd[1]: Reached target Local Integrity Protected Volumes.
Jan 09 12:06:22 Lex0ss systemd[1]: Reached target Path Units.
Jan 09 12:06:22 Lex0ss systemd[1]: Reached target Remote File Systems.
Jan 09 12:06:22 Lex0ss systemd[1]: Reached target Slice Units.
Jan 09 12:06:22 Lex0ss systemd[1]: Reached target Local Verity Protected Volumes.
Jan 09 12:06:22 Lex0ss systemd[1]: Listening on Device-mapper event daemon FIFOs.
Jan 09 12:06:22 Lex0ss systemd[1]: Listening on Process Core Dump Socket.
Jan 09 12:06:22 Lex0ss systemd[1]: Listening on Journal Socket (/dev/log).
Jan 09 12:06:22 Lex0ss systemd[1]: Listening on Journal Socket.
Jan 09 12:06:22 Lex0ss systemd[1]: TPM2 PCR Extension (Varlink) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jan 09 12:06:22 Lex0ss systemd[1]: Listening on udev Control Socket.
Jan 09 12:06:22 Lex0ss systemd[1]: Listening on udev Kernel Socket.
Jan 09 12:06:22 Lex0ss systemd[1]: Listening on User Database Manager Socket.
Jan 09 12:06:22 Lex0ss systemd[1]: Mounting Huge Pages File System...
Jan 09 12:06:22 Lex0ss systemd[1]: Mounting POSIX Message Queue File System...
Jan 09 12:06:22 Lex0ss systemd[1]: Mounting Kernel Debug File System...
Jan 09 12:06:22 Lex0ss systemd[1]: Mounting Kernel Trace File System...
Jan 09 12:06:22 Lex0ss systemd[1]: Starting Create List of Static Device Nodes...
Jan 09 12:06:22 Lex0ss systemd[1]: Starting Load Kernel Module configfs...
Jan 09 12:06:22 Lex0ss systemd[1]: Starting Load Kernel Module dm_mod...
Jan 09 12:06:22 Lex0ss systemd[1]: Starting Load Kernel Module drm...
Jan 09 12:06:22 Lex0ss systemd[1]: Starting Load Kernel Module fuse...
Jan 09 12:06:22 Lex0ss systemd[1]: Starting Load Kernel Module loop...
Jan 09 12:06:22 Lex0ss systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Jan 09 12:06:22 Lex0ss systemd[1]: Starting Journal Service...
Jan 09 12:06:22 Lex0ss systemd[1]: Starting Load Kernel Modules...
Jan 09 12:06:22 Lex0ss systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jan 09 12:06:22 Lex0ss systemd[1]: Starting Remount Root and Kernel File Systems...
Jan 09 12:06:22 Lex0ss systemd[1]: TPM2 SRK Setup (Early) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jan 09 12:06:22 Lex0ss systemd[1]: Starting Coldplug All udev Devices...
Jan 09 12:06:22 Lex0ss systemd[1]: Mounted Huge Pages File System.
Jan 09 12:06:22 Lex0ss systemd[1]: Mounted POSIX Message Queue File System.
Jan 09 12:06:22 Lex0ss systemd[1]: Mounted Kernel Debug File System.
Jan 09 12:06:22 Lex0ss systemd[1]: Mounted Kernel Trace File System.
Jan 09 12:06:22 Lex0ss kernel: loop: module loaded
Jan 09 12:06:22 Lex0ss kernel: device-mapper: uevent: version 1.0.3
Jan 09 12:06:22 Lex0ss kernel: device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com
Jan 09 12:06:22 Lex0ss kernel: fuse: init (API version 7.39)
Jan 09 12:06:22 Lex0ss kernel: Asymmetric key parser 'pkcs8' registered
Jan 09 12:06:22 Lex0ss systemd[1]: Finished Create List of Static Device Nodes.
Jan 09 12:06:22 Lex0ss systemd[1]: modprobe@configfs.service: Deactivated successfully.
Jan 09 12:06:22 Lex0ss systemd-journald[255]: Collecting audit messages is disabled.
Jan 09 12:06:22 Lex0ss kernel: EXT4-fs (nvme0n1p5): re-mounted b6f8f8d5-d9c6-4a9d-a252-5e0063322c41 r/w. Quota mode: none.
Jan 09 12:06:22 Lex0ss systemd[1]: Finished Load Kernel Module configfs.
Jan 09 12:06:22 Lex0ss systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Jan 09 12:06:22 Lex0ss systemd-journald[255]: Journal started
Jan 09 12:06:22 Lex0ss systemd-journald[255]: Runtime Journal (/run/log/journal/d82f53efc8ee4eeca6e35b0064df9cb9) is 8.0M, max 364.9M, 356.9M free.
Jan 09 12:06:22 Lex0ss systemd-modules-load[256]: Inserted module 'pkcs8_key_parser'
Jan 09 12:06:22 Lex0ss systemd[1]: modprobe@drm.service: Deactivated successfully.
Jan 09 12:06:22 Lex0ss systemd[1]: Finished Load Kernel Module dm_mod.
Jan 09 12:06:22 Lex0ss systemd[1]: Started Journal Service.
Jan 09 12:06:22 Lex0ss systemd[1]: Finished Load Kernel Module drm.
Jan 09 12:06:22 Lex0ss systemd[1]: modprobe@fuse.service: Deactivated successfully.
Jan 09 12:06:22 Lex0ss systemd[1]: Finished Load Kernel Module fuse.
Jan 09 12:06:22 Lex0ss systemd[1]: modprobe@loop.service: Deactivated successfully.
Jan 09 12:06:22 Lex0ss systemd[1]: Finished Load Kernel Module loop.
Jan 09 12:06:22 Lex0ss systemd[1]: Finished Load Kernel Modules.
Jan 09 12:06:22 Lex0ss systemd[1]: Finished Remount Root and Kernel File Systems.
Jan 09 12:06:22 Lex0ss systemd[1]: Mounting FUSE Control File System...
Jan 09 12:06:22 Lex0ss systemd[1]: Mounting Kernel Configuration File System...
Jan 09 12:06:22 Lex0ss systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
Jan 09 12:06:22 Lex0ss systemd[1]: Starting Flush Journal to Persistent Storage...
Jan 09 12:06:22 Lex0ss systemd[1]: Starting Load/Save OS Random Seed...
Jan 09 12:06:22 Lex0ss systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Jan 09 12:06:22 Lex0ss systemd[1]: Starting Apply Kernel Variables...
Jan 09 12:06:22 Lex0ss systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
Jan 09 12:06:22 Lex0ss systemd[1]: TPM2 SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jan 09 12:06:22 Lex0ss systemd[1]: Mounted FUSE Control File System.
Jan 09 12:06:22 Lex0ss systemd[1]: Mounted Kernel Configuration File System.
Jan 09 12:06:22 Lex0ss systemd-journald[255]: Time spent on flushing to /var/log/journal/d82f53efc8ee4eeca6e35b0064df9cb9 is 56.220ms for 984 entries.
Jan 09 12:06:22 Lex0ss systemd-journald[255]: System Journal (/var/log/journal/d82f53efc8ee4eeca6e35b0064df9cb9) is 420.0M, max 4.0G, 3.5G free.
Jan 09 12:06:22 Lex0ss systemd-journald[255]: Received client request to flush runtime journal.
Jan 09 12:06:22 Lex0ss systemd-journald[255]: /var/log/journal/d82f53efc8ee4eeca6e35b0064df9cb9/system.journal: Journal file uses a different sequence number ID, rotating.
Jan 09 12:06:22 Lex0ss systemd-journald[255]: Rotating system journal.
Jan 09 12:06:22 Lex0ss systemd[1]: Finished Coldplug All udev Devices.
Jan 09 12:06:22 Lex0ss systemd[1]: Finished Load/Save OS Random Seed.
Jan 09 12:06:22 Lex0ss systemd[1]: Finished Apply Kernel Variables.
Jan 09 12:06:22 Lex0ss systemd[1]: Finished Flush Journal to Persistent Storage.
Jan 09 12:06:22 Lex0ss systemd[1]: Starting User Database Manager...
Jan 09 12:06:22 Lex0ss systemd[1]: Started User Database Manager.
Jan 09 12:06:22 Lex0ss systemd[1]: Finished Create Static Device Nodes in /dev gracefully.
Jan 09 12:06:22 Lex0ss systemd[1]: Create System Users was skipped because no trigger condition checks were met.
Jan 09 12:06:22 Lex0ss systemd[1]: Starting Create Static Device Nodes in /dev...
Jan 09 12:06:22 Lex0ss systemd[1]: Finished Create Static Device Nodes in /dev.
Jan 09 12:06:22 Lex0ss systemd[1]: Reached target Preparation for Local File Systems.
Jan 09 12:06:22 Lex0ss systemd[1]: Set up automount EFI System Partition Automount.
Jan 09 12:06:22 Lex0ss systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of an unmet condition check (ConditionPathExists=/var/lib/machines.raw).
Jan 09 12:06:22 Lex0ss systemd[1]: Starting Rule-based Manager for Device Events and Files...
Jan 09 12:06:22 Lex0ss systemd-udevd[299]: Using default interface naming scheme 'v255'.
Jan 09 12:06:22 Lex0ss systemd-udevd[299]: /etc/udev/rules.d/81-wifi-powersave.rules:1 Invalid operator for KERNEL.
Jan 09 12:06:22 Lex0ss systemd[1]: Started Rule-based Manager for Device Events and Files.
Jan 09 12:06:22 Lex0ss systemd[1]: Found device WDC PC SN530 SDBPNPZ-512G-1006 6.
Jan 09 12:06:22 Lex0ss systemd[1]: Activating swap /dev/nvme0n1p6...
Jan 09 12:06:22 Lex0ss kernel: Adding 4194300k swap on /dev/nvme0n1p6.  Priority:-2 extents:1 across:4194300k SS
Jan 09 12:06:22 Lex0ss systemd[1]: Activated swap /dev/nvme0n1p6.
Jan 09 12:06:22 Lex0ss systemd[1]: Reached target Swaps.
Jan 09 12:06:22 Lex0ss kernel: acpi-tad ACPI000E:00: Missing _PRW
Jan 09 12:06:22 Lex0ss systemd[1]: Mounting Temporary Directory /tmp...
Jan 09 12:06:22 Lex0ss systemd[1]: Mounted Temporary Directory /tmp.
Jan 09 12:06:22 Lex0ss systemd[1]: Reached target Local File Systems.
Jan 09 12:06:22 Lex0ss kernel: input: Wireless hotkeys as /devices/virtual/input/input4
Jan 09 12:06:22 Lex0ss systemd[1]: Listening on System Extension Image Management (Varlink).
Jan 09 12:06:22 Lex0ss systemd[1]: Rebuild Dynamic Linker Cache was skipped because no trigger condition checks were met.
Jan 09 12:06:22 Lex0ss systemd[1]: Set Up Additional Binary Formats was skipped because no trigger condition checks were met.
Jan 09 12:06:22 Lex0ss systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
Jan 09 12:06:22 Lex0ss systemd[1]: Starting Create Volatile Files and Directories...
Jan 09 12:06:22 Lex0ss systemd[1]: Created slice Slice /system/systemd-backlight.
Jan 09 12:06:22 Lex0ss systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:amdgpu_bl1...
Jan 09 12:06:22 Lex0ss kernel: ccp 0000:04:00.2: enabling device (0000 -> 0002)
Jan 09 12:06:22 Lex0ss kernel: ccp 0000:04:00.2: ccp: unable to access the device: you might be running a broken BIOS.
Jan 09 12:06:22 Lex0ss kernel: piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
Jan 09 12:06:22 Lex0ss kernel: piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
Jan 09 12:06:22 Lex0ss kernel: piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
Jan 09 12:06:22 Lex0ss kernel: ccp 0000:04:00.2: tee enabled
Jan 09 12:06:22 Lex0ss kernel: ccp 0000:04:00.2: psp enabled
Jan 09 12:06:22 Lex0ss systemd[1]: Finished Load/Save Screen Backlight Brightness of backlight:amdgpu_bl1.
Jan 09 12:06:23 Lex0ss kernel: acpi_cpufreq: overriding BIOS provided _PSD data
Jan 09 12:06:23 Lex0ss kernel: input: PC Speaker as /devices/platform/pcspkr/input/input5
Jan 09 12:06:23 Lex0ss kernel: input: SYNA32AA:00 06CB:CE17 Mouse as /devices/platform/AMDI0010:03/i2c-1/i2c-SYNA32AA:00/0018:06CB:CE17.0001/input/input6
Jan 09 12:06:23 Lex0ss kernel: input: SYNA32AA:00 06CB:CE17 Touchpad as /devices/platform/AMDI0010:03/i2c-1/i2c-SYNA32AA:00/0018:06CB:CE17.0001/input/input7
Jan 09 12:06:23 Lex0ss kernel: hid-generic 0018:06CB:CE17.0001: input,hidraw0: I2C HID v1.00 Mouse [SYNA32AA:00 06CB:CE17] on i2c-SYNA32AA:00
Jan 09 12:06:23 Lex0ss kernel: input: HP WMI hotkeys as /devices/virtual/input/input9
Jan 09 12:06:23 Lex0ss systemd[1]: Finished Create Volatile Files and Directories.
Jan 09 12:06:23 Lex0ss systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Jan 09 12:06:23 Lex0ss systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Jan 09 12:06:23 Lex0ss systemd[1]: Rebuild Journal Catalog was skipped because of an unmet condition check (ConditionNeedsUpdate=/var).
Jan 09 12:06:23 Lex0ss systemd[1]: Commit a transient machine-id on disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
Jan 09 12:06:23 Lex0ss kernel: RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
Jan 09 12:06:23 Lex0ss kernel: RAPL PMU: hw unit of domain package 2^-16 Joules
Jan 09 12:06:23 Lex0ss kernel: sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
Jan 09 12:06:23 Lex0ss kernel: sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
Jan 09 12:06:23 Lex0ss kernel: sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
Jan 09 12:06:23 Lex0ss systemd[1]: Starting Network Name Resolution...
Jan 09 12:06:23 Lex0ss systemd[1]: Starting Network Time Synchronization...
Jan 09 12:06:23 Lex0ss systemd[1]: Update is Completed was skipped because no trigger condition checks were met.
Jan 09 12:06:23 Lex0ss kernel: cryptd: max_cpu_qlen set to 1000
Jan 09 12:06:23 Lex0ss systemd[1]: Starting Record System Boot/Shutdown in UTMP...
Jan 09 12:06:23 Lex0ss systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Jan 09 12:06:23 Lex0ss systemd[1]: Starting Virtual Console Setup...
Jan 09 12:06:23 Lex0ss systemd[1]: systemd-vconsole-setup.service: Deactivated successfully.
Jan 09 12:06:23 Lex0ss systemd[1]: Stopped Virtual Console Setup.
Jan 09 12:06:23 Lex0ss systemd[1]: Starting Virtual Console Setup...
Jan 09 12:06:23 Lex0ss kernel: snd_rn_pci_acp3x 0000:04:00.5: enabling device (0000 -> 0002)
Jan 09 12:06:23 Lex0ss systemd-resolved[412]: Positive Trust Anchors:
Jan 09 12:06:23 Lex0ss systemd-resolved[412]: . IN DS 20326 8 2 e06d44b80b8f1d39a95c0b0d7c65d08458e880409bbc683457104237c7f8ec8d
Jan 09 12:06:23 Lex0ss systemd-resolved[412]: Negative trust anchors: home.arpa 10.in-addr.arpa 16.172.in-addr.arpa 17.172.in-addr.arpa 18.172.in-addr.arpa 19.172.in-addr.arpa 20.172.in-addr.arpa 21.172.in-addr.arpa 22.172.in-addr.arpa 23.172.in-addr.arpa 24.172.in-addr.arpa 25.172.in-addr.arpa 26.172.in-addr.arpa 27.172.in-addr.arpa 28.172.in-addr.arpa 29.172.in-addr.arpa 30.172.in-addr.arpa 31.172.in-addr.arpa 170.0.0.192.in-addr.arpa 171.0.0.192.in-addr.arpa 168.192.in-addr.arpa d.f.ip6.arpa ipv4only.arpa corp home internal intranet lan local private test
Jan 09 12:06:23 Lex0ss kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Jan 09 12:06:23 Lex0ss kernel: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Jan 09 12:06:23 Lex0ss kernel: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
Jan 09 12:06:23 Lex0ss systemd[1]: Finished Record System Boot/Shutdown in UTMP.
Jan 09 12:06:23 Lex0ss systemd[1]: Started Network Time Synchronization.
Jan 09 12:06:23 Lex0ss systemd[1]: Reached target System Time Set.
Jan 09 12:06:23 Lex0ss kernel: AVX2 version of gcm_enc/dec engaged.
Jan 09 12:06:23 Lex0ss kernel: AES CTR mode by8 optimization enabled
Jan 09 12:06:23 Lex0ss systemd-resolved[412]: Using system hostname 'Lex0ss'.
Jan 09 12:06:23 Lex0ss systemd[1]: Finished Virtual Console Setup.
Jan 09 12:06:23 Lex0ss systemd[1]: Started Network Name Resolution.
Jan 09 12:06:23 Lex0ss systemd[1]: Reached target Host and Network Name Lookups.
Jan 09 12:06:23 Lex0ss systemd[1]: Reached target System Initialization.
Jan 09 12:06:23 Lex0ss systemd[1]: Started Refresh existing PGP keys of archlinux-keyring regularly.
Jan 09 12:06:23 Lex0ss systemd[1]: Started Daily man-db regeneration.
Jan 09 12:06:23 Lex0ss systemd[1]: Started Daily verification of password and group files.
Jan 09 12:06:23 Lex0ss systemd[1]: Started Daily Cleanup of Temporary Directories.
Jan 09 12:06:23 Lex0ss systemd[1]: Reached target Timer Units.
Jan 09 12:06:23 Lex0ss systemd[1]: Listening on D-Bus System Message Bus Socket.
Jan 09 12:06:23 Lex0ss systemd[1]: Reached target Socket Units.
Jan 09 12:06:23 Lex0ss systemd[1]: TPM2 PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jan 09 12:06:23 Lex0ss systemd[1]: Reached target Basic System.
Jan 09 12:06:23 Lex0ss systemd[1]: Starting D-Bus System Message Bus...
Jan 09 12:06:23 Lex0ss kernel: input: SYNA32AA:00 06CB:CE17 Mouse as /devices/platform/AMDI0010:03/i2c-1/i2c-SYNA32AA:00/0018:06CB:CE17.0001/input/input10
Jan 09 12:06:23 Lex0ss kernel: input: SYNA32AA:00 06CB:CE17 Touchpad as /devices/platform/AMDI0010:03/i2c-1/i2c-SYNA32AA:00/0018:06CB:CE17.0001/input/input11
Jan 09 12:06:23 Lex0ss dbus-daemon[440]: dbus[440]: Unknown group "netdev" in message bus configuration file
Jan 09 12:06:23 Lex0ss kernel: hid-multitouch 0018:06CB:CE17.0001: input,hidraw0: I2C HID v1.00 Mouse [SYNA32AA:00 06CB:CE17] on i2c-SYNA32AA:00
Jan 09 12:06:23 Lex0ss dbus-daemon[440]: dbus[440]: Unknown group "netdev" in message bus configuration file
Jan 09 12:06:23 Lex0ss systemd[1]: Starting User Login Management...
Jan 09 12:06:23 Lex0ss systemd[1]: TPM2 PCR Barrier (User) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jan 09 12:06:23 Lex0ss systemd[1]: Started D-Bus System Message Bus.
Jan 09 12:06:23 Lex0ss systemd[1]: Starting Network Manager...
Jan 09 12:06:23 Lex0ss systemd[1]: Starting Service to inject keycodes without the GUI application...
Jan 09 12:06:23 Lex0ss systemd[1]: Starting Home Area Manager...
Jan 09 12:06:23 Lex0ss systemd-homed[445]: Watching /home.
Jan 09 12:06:23 Lex0ss systemd-logind[441]: New seat seat0.
Jan 09 12:06:23 Lex0ss systemd[1]: Started Home Area Manager.
Jan 09 12:06:23 Lex0ss systemd[1]: Finished Home Area Activation.
Jan 09 12:06:23 Lex0ss systemd[1]: Started User Login Management.
Jan 09 12:06:23 Lex0ss kernel: mousedev: PS/2 mouse device common for all mice
Jan 09 12:06:23 Lex0ss NetworkManager[443]: <info>  [1704812783.3763] NetworkManager (version 1.44.2-3) is starting... (boot:0cc68db2-42e2-422c-9ed1-5fcb38ee1a68)
Jan 09 12:06:23 Lex0ss NetworkManager[443]: <info>  [1704812783.3764] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 20-connectivity.conf)
Jan 09 12:06:23 Lex0ss NetworkManager[443]: <info>  [1704812783.4032] manager[0x55f8651a7540]: monitoring kernel firmware directory '/lib/firmware'.
Jan 09 12:06:23 Lex0ss dbus-daemon[440]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.5' (uid=0 pid=443 comm="/usr/bin/NetworkManager --no-daemon")
Jan 09 12:06:23 Lex0ss kernel: snd_hda_intel 0000:04:00.1: enabling device (0000 -> 0002)
Jan 09 12:06:23 Lex0ss kernel: snd_hda_intel 0000:04:00.1: Handle vga_switcheroo audio client
Jan 09 12:06:23 Lex0ss kernel: snd_hda_intel 0000:04:00.6: enabling device (0000 -> 0002)
Jan 09 12:06:23 Lex0ss kernel: snd_hda_intel 0000:04:00.1: bound 0000:04:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
Jan 09 12:06:23 Lex0ss kernel: input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:08.1/0000:04:00.1/sound/card0/input13
Jan 09 12:06:23 Lex0ss kernel: input: HD-Audio Generic HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:08.1/0000:04:00.1/sound/card0/input14
Jan 09 12:06:23 Lex0ss kernel: rtw_8821ce 0000:02:00.0: enabling device (0000 -> 0003)
Jan 09 12:06:23 Lex0ss systemd[1]: Starting Hostname Service...
Jan 09 12:06:23 Lex0ss kernel: rtw_8821ce 0000:02:00.0: Firmware version 24.11.0, H2C version 12
Jan 09 12:06:23 Lex0ss kernel: snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC287: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
Jan 09 12:06:23 Lex0ss kernel: snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Jan 09 12:06:23 Lex0ss kernel: snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
Jan 09 12:06:23 Lex0ss kernel: snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
Jan 09 12:06:23 Lex0ss kernel: snd_hda_codec_realtek hdaudioC1D0:    inputs:
Jan 09 12:06:23 Lex0ss kernel: snd_hda_codec_realtek hdaudioC1D0:      Mic=0x19
Jan 09 12:06:23 Lex0ss dbus-daemon[440]: [system] Successfully activated service 'org.freedesktop.hostname1'
Jan 09 12:06:23 Lex0ss NetworkManager[443]: <info>  [1704812783.5303] hostname: hostname: using hostnamed
Jan 09 12:06:23 Lex0ss NetworkManager[443]: <info>  [1704812783.5304] hostname: static hostname changed from (none) to "Lex0ss"
Jan 09 12:06:23 Lex0ss NetworkManager[443]: <info>  [1704812783.5310] dns-mgr: init: dns=default,systemd-resolved rc-manager=symlink
Jan 09 12:06:23 Lex0ss NetworkManager[443]: <info>  [1704812783.5319] rfkill0: found Wi-Fi radio killswitch (at /sys/devices/pci0000:00/0000:00:02.2/0000:02:00.0/ieee80211/phy0/rfkill0) (driver rtw_8821ce)
Jan 09 12:06:23 Lex0ss NetworkManager[443]: <info>  [1704812783.5331] manager[0x55f8651a7540]: rfkill: Wi-Fi hardware radio set enabled
Jan 09 12:06:23 Lex0ss NetworkManager[443]: <info>  [1704812783.5333] manager[0x55f8651a7540]: rfkill: WWAN hardware radio set enabled
Jan 09 12:06:23 Lex0ss kernel: input: HD-Audio Generic Mic as /devices/pci0000:00/0000:00:08.1/0000:04:00.6/sound/card1/input15
Jan 09 12:06:23 Lex0ss kernel: input: HD-Audio Generic Headphone as /devices/pci0000:00/0000:00:08.1/0000:04:00.6/sound/card1/input16
Jan 09 12:06:23 Lex0ss systemd[1]: Starting Save/Restore Sound Card State...
Jan 09 12:06:23 Lex0ss systemd[1]: Manage Sound Card State (restore and store) was skipped because of an unmet condition check (ConditionPathExists=/etc/alsa/state-daemon.conf).
Jan 09 12:06:23 Lex0ss systemd[1]: Started Hostname Service.
Jan 09 12:06:23 Lex0ss NetworkManager[443]: <info>  [1704812783.5414] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-ovs.so)
Jan 09 12:06:23 Lex0ss systemd[1]: Starting Load/Save RF Kill Switch Status...
Jan 09 12:06:23 Lex0ss NetworkManager[443]: <info>  [1704812783.5451] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-wwan.so)
Jan 09 12:06:23 Lex0ss NetworkManager[443]: <info>  [1704812783.5736] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-team.so)
Jan 09 12:06:23 Lex0ss NetworkManager[443]: <info>  [1704812783.5755] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-bluetooth.so)
Jan 09 12:06:23 Lex0ss systemd[1]: Finished Save/Restore Sound Card State.
Jan 09 12:06:23 Lex0ss systemd[1]: Started Load/Save RF Kill Switch Status.
Jan 09 12:06:23 Lex0ss systemd[1]: Reached target Sound Card.
Jan 09 12:06:23 Lex0ss NetworkManager[443]: <info>  [1704812783.5994] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-adsl.so)
Jan 09 12:06:23 Lex0ss NetworkManager[443]: <info>  [1704812783.6008] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-wifi.so)
Jan 09 12:06:23 Lex0ss dbus-daemon[440]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.5' (uid=0 pid=443 comm="/usr/bin/NetworkManager --no-daemon")
Jan 09 12:06:23 Lex0ss NetworkManager[443]: <info>  [1704812783.6014] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
Jan 09 12:06:23 Lex0ss NetworkManager[443]: <info>  [1704812783.6015] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
Jan 09 12:06:23 Lex0ss NetworkManager[443]: <info>  [1704812783.6016] manager: Networking is enabled by state file
Jan 09 12:06:23 Lex0ss NetworkManager[443]: <info>  [1704812783.6025] settings: Loaded settings plugin: keyfile (internal)
Jan 09 12:06:23 Lex0ss NetworkManager[443]: <info>  [1704812783.6098] dhcp: init: Using DHCP client 'internal'
Jan 09 12:06:23 Lex0ss NetworkManager[443]: <info>  [1704812783.6102] manager: (lo): new Loopback device (/org/freedesktop/NetworkManager/Devices/1)
Jan 09 12:06:23 Lex0ss NetworkManager[443]: <info>  [1704812783.6122] device (lo): state change: unmanaged -> unavailable (reason 'connection-assumed', sys-iface-state: 'external')
Jan 09 12:06:23 Lex0ss NetworkManager[443]: <info>  [1704812783.6126] device (lo): state change: unavailable -> disconnected (reason 'connection-assumed', sys-iface-state: 'external')
Jan 09 12:06:23 Lex0ss NetworkManager[443]: <info>  [1704812783.6131] device (lo): Activation: starting connection 'lo' (2179a47a-ee0a-4a74-a8cc-ab3cfa48a81b)
Jan 09 12:06:23 Lex0ss NetworkManager[443]: <info>  [1704812783.6153] device (wlan0): driver supports Access Point (AP) mode
Jan 09 12:06:23 Lex0ss NetworkManager[443]: <info>  [1704812783.6169] manager: (wlan0): new 802.11 Wi-Fi device (/org/freedesktop/NetworkManager/Devices/2)
Jan 09 12:06:23 Lex0ss NetworkManager[443]: <info>  [1704812783.6184] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
Jan 09 12:06:23 Lex0ss NetworkManager[443]: <info>  [1704812783.6208] ovsdb: disconnected from ovsdb
Jan 09 12:06:23 Lex0ss NetworkManager[443]: <info>  [1704812783.6219] device (lo): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'external')
Jan 09 12:06:23 Lex0ss NetworkManager[443]: <info>  [1704812783.6224] device (lo): state change: prepare -> config (reason 'none', sys-iface-state: 'external')
Jan 09 12:06:23 Lex0ss NetworkManager[443]: <info>  [1704812783.6252] device (lo): state change: config -> ip-config (reason 'none', sys-iface-state: 'external')
Jan 09 12:06:23 Lex0ss NetworkManager[443]: <info>  [1704812783.6260] device (lo): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'external')
Jan 09 12:06:23 Lex0ss NetworkManager[443]: <info>  [1704812783.6264] device (wlan0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Jan 09 12:06:23 Lex0ss systemd[1]: Starting Network Manager Script Dispatcher Service...
Jan 09 12:06:23 Lex0ss systemd[1]: Started Network Manager.
Jan 09 12:06:23 Lex0ss systemd[1]: Reached target Network.
Jan 09 12:06:23 Lex0ss systemd[1]: Starting Permit User Sessions...
Jan 09 12:06:23 Lex0ss mtp-probe[500]: checking bus 3, device 2: "/sys/devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb3/3-4"
Jan 09 12:06:23 Lex0ss dbus-daemon[440]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Jan 09 12:06:23 Lex0ss mtp-probe[500]: bus: 3, device: 2 was not an MTP device
Jan 09 12:06:23 Lex0ss systemd[1]: Started Network Manager Script Dispatcher Service.
Jan 09 12:06:23 Lex0ss mtp-probe[499]: checking bus 1, device 3: "/sys/devices/pci0000:00/0000:00:08.1/0000:04:00.3/usb1/1-3"
Jan 09 12:06:23 Lex0ss mtp-probe[499]: bus: 1, device: 3 was not an MTP device
Jan 09 12:06:23 Lex0ss systemd[1]: Finished Permit User Sessions.
Jan 09 12:06:23 Lex0ss systemd[1]: Reached target Multi-User System.
Jan 09 12:06:23 Lex0ss systemd[1]: Starting Light Display Manager...
Jan 09 12:06:23 Lex0ss systemd[1]: Started Light Display Manager.
Jan 09 12:06:23 Lex0ss lightdm[521]: Error getting user list from org.freedesktop.Accounts: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Accounts was not provided by any .service files
Jan 09 12:06:23 Lex0ss input-remapper-service[444]: input-remapper-service 2.0.1 8f79c25bd966f2ea0fd60c8928df6773911c49f9 https://github.com/sezanzeb/input-remapper
Jan 09 12:06:23 Lex0ss input-remapper-service[444]: python-evdev 1.6.1
Jan 09 12:06:23 Lex0ss systemd[1]: Started Service to inject keycodes without the GUI application.
Jan 09 12:06:23 Lex0ss systemd[1]: Reached target Graphical Interface.
Jan 09 12:06:23 Lex0ss systemd[1]: Startup finished in 3.694s (firmware) + 1.929s (loader) + 5.934s (kernel) + 2.095s (userspace) = 13.653s.
Jan 09 12:06:23 Lex0ss kernel: kvm_amd: TSC scaling supported
Jan 09 12:06:23 Lex0ss kernel: kvm_amd: Nested Virtualization enabled
Jan 09 12:06:23 Lex0ss kernel: kvm_amd: Nested Paging enabled
Jan 09 12:06:23 Lex0ss kernel: kvm_amd: Virtual VMLOAD VMSAVE supported
Jan 09 12:06:23 Lex0ss kernel: kvm_amd: Virtual GIF supported
Jan 09 12:06:23 Lex0ss kernel: kvm_amd: LBR virtualization supported
Jan 09 12:06:23 Lex0ss kernel: MCE: In-kernel MCE decoding enabled.
Jan 09 12:06:24 Lex0ss kernel: intel_rapl_common: Found RAPL domain package
Jan 09 12:06:24 Lex0ss kernel: intel_rapl_common: Found RAPL domain core
Jan 09 12:06:24 Lex0ss dbus-daemon[440]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.service' requested by ':1.5' (uid=0 pid=443 comm="/usr/bin/NetworkManager --no-daemon")
Jan 09 12:06:24 Lex0ss NetworkManager[443]: <info>  [1704812784.1217] device (lo): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'external')
Jan 09 12:06:24 Lex0ss NetworkManager[443]: <info>  [1704812784.1219] device (lo): state change: secondaries -> activated (reason 'none', sys-iface-state: 'external')
Jan 09 12:06:24 Lex0ss NetworkManager[443]: <info>  [1704812784.1224] device (lo): Activation: successful, device activated.
Jan 09 12:06:24 Lex0ss systemd[1]: Starting WPA supplicant...
Jan 09 12:06:24 Lex0ss dbus-daemon[440]: [system] Successfully activated service 'fi.w1.wpa_supplicant1'
Jan 09 12:06:24 Lex0ss wpa_supplicant[583]: Successfully initialized wpa_supplicant
Jan 09 12:06:24 Lex0ss systemd[1]: Started WPA supplicant.
Jan 09 12:06:24 Lex0ss (udev-worker)[313]: input3: Process '/bin/input-remapper-control --command autoload --device ' failed with exit code 2.
Jan 09 12:06:24 Lex0ss (udev-worker)[310]: input4: Process '/bin/input-remapper-control --command autoload --device ' failed with exit code 2.
Jan 09 12:06:24 Lex0ss wpa_supplicant[583]: dbus: fill_dict_with_properties dbus_interface=fi.w1.wpa_supplicant1.Interface.P2PDevice dbus_property=P2PDeviceConfig getter failed
Jan 09 12:06:24 Lex0ss NetworkManager[443]: <info>  [1704812784.2182] device (wlan0): supplicant interface state: internal-starting -> disconnected
Jan 09 12:06:24 Lex0ss NetworkManager[443]: <info>  [1704812784.2184] device (wlan0): state change: unavailable -> disconnected (reason 'supplicant-available', sys-iface-state: 'managed')
Jan 09 12:06:24 Lex0ss (udev-worker)[325]: input5: Process '/bin/input-remapper-control --command autoload --device ' failed with exit code 2.
Jan 09 12:06:24 Lex0ss (udev-worker)[323]: input1: Process '/bin/input-remapper-control --command autoload --device ' failed with exit code 2.
Jan 09 12:06:24 Lex0ss (udev-worker)[314]: input2: Process '/bin/input-remapper-control --command autoload --device ' failed with exit code 2.
Jan 09 12:06:24 Lex0ss (udev-worker)[307]: input9: Process '/bin/input-remapper-control --command autoload --device ' failed with exit code 2.
Jan 09 12:06:24 Lex0ss (udev-worker)[302]: input0: Process '/bin/input-remapper-control --command autoload --device ' failed with exit code 2.
Jan 09 12:06:24 Lex0ss (udev-worker)[308]: input6: Process '/bin/input-remapper-control --command autoload --device ' failed with exit code 2.
Jan 09 12:06:24 Lex0ss kernel: mc: Linux media interface: v0.10
Jan 09 12:06:24 Lex0ss (udev-worker)[327]: input14: Process '/bin/input-remapper-control --command autoload --device ' failed with exit code 2.
Jan 09 12:06:24 Lex0ss kernel: sr 0:0:0:0: Power-on or device reset occurred
Jan 09 12:06:24 Lex0ss kernel: sr 0:0:0:0: [sr0] scsi-1 drive
Jan 09 12:06:24 Lex0ss kernel: cdrom: Uniform CD-ROM driver Revision: 3.20
Jan 09 12:06:24 Lex0ss kernel: sr 0:0:0:0: Attached scsi CD-ROM sr0
Jan 09 12:06:24 Lex0ss kernel: Bluetooth: Core ver 2.22
Jan 09 12:06:24 Lex0ss kernel: NET: Registered PF_BLUETOOTH protocol family
Jan 09 12:06:24 Lex0ss kernel: Bluetooth: HCI device and connection manager initialized
Jan 09 12:06:24 Lex0ss kernel: Bluetooth: HCI socket layer initialized
Jan 09 12:06:24 Lex0ss kernel: Bluetooth: L2CAP socket layer initialized
Jan 09 12:06:24 Lex0ss kernel: Bluetooth: SCO socket layer initialized
Jan 09 12:06:24 Lex0ss kernel: videodev: Linux video capture interface: v2.00
Jan 09 12:06:24 Lex0ss (udev-worker)[329]: input13: Process '/bin/input-remapper-control --command autoload --device ' failed with exit code 2.
Jan 09 12:06:24 Lex0ss lightdm[670]: Error getting user list from org.freedesktop.Accounts: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Accounts was not provided by any .service files
Jan 09 12:06:24 Lex0ss lightdm[670]: pam_unix(lightdm-greeter:session): session opened for user lightdm(uid=969) by (uid=0)
Jan 09 12:06:24 Lex0ss systemd[1]: Created slice User Slice of UID 969.
Jan 09 12:06:24 Lex0ss systemd[1]: Starting User Runtime Directory /run/user/969...
Jan 09 12:06:24 Lex0ss kernel: usbcore: registered new interface driver btusb
Jan 09 12:06:24 Lex0ss systemd[1]: Reached target Bluetooth Support.
Jan 09 12:06:24 Lex0ss systemd-logind[441]: New session c1 of user lightdm.
Jan 09 12:06:24 Lex0ss kernel: usb 1-3: Found UVC 1.00 device HP Wide Vision HD Camera (30c9:000e)
Jan 09 12:06:24 Lex0ss kernel: usbcore: registered new interface driver uvcvideo
Jan 09 12:06:24 Lex0ss systemd[1]: Finished User Runtime Directory /run/user/969.
Jan 09 12:06:24 Lex0ss systemd[1]: Starting User Manager for UID 969...
Jan 09 12:06:24 Lex0ss (systemd)[693]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[lightdm] ruser=[<unknown>] rhost=[<unknown>]
Jan 09 12:06:24 Lex0ss (systemd)[693]: pam_unix(systemd-user:session): session opened for user lightdm(uid=969) by lightdm(uid=0)
Jan 09 12:06:24 Lex0ss (udev-worker)[331]: input16: Process '/bin/input-remapper-control --command autoload --device ' failed with exit code 2.
Jan 09 12:06:24 Lex0ss kernel: Bluetooth: hci0: RTL: examining hci_ver=08 hci_rev=000c lmp_ver=08 lmp_subver=8821
Jan 09 12:06:24 Lex0ss kernel: Bluetooth: hci0: RTL: rom_version status=0 version=1
Jan 09 12:06:24 Lex0ss kernel: Bluetooth: hci0: RTL: loading rtl_bt/rtl8821c_fw.bin
Jan 09 12:06:24 Lex0ss kernel: Bluetooth: hci0: RTL: loading rtl_bt/rtl8821c_config.bin
Jan 09 12:06:24 Lex0ss kernel: Bluetooth: hci0: RTL: cfg_sz 10, total sz 34926
Jan 09 12:06:25 Lex0ss (udev-worker)[320]: input7: Process '/bin/input-remapper-control --command autoload --device ' failed with exit code 2.
Jan 09 12:06:25 Lex0ss (udev-worker)[304]: input15: Process '/bin/input-remapper-control --command autoload --device ' failed with exit code 2.
Jan 09 12:06:25 Lex0ss systemd[693]: Queued start job for default target Main User Target.
Jan 09 12:06:25 Lex0ss systemd[693]: Created slice User Application Slice.
Jan 09 12:06:25 Lex0ss systemd[693]: Reached target Paths.
Jan 09 12:06:25 Lex0ss systemd[693]: Reached target Timers.
Jan 09 12:06:25 Lex0ss systemd[693]: Starting D-Bus User Message Bus Socket...
Jan 09 12:06:25 Lex0ss systemd[693]: Listening on GnuPG network certificate management daemon.
Jan 09 12:06:25 Lex0ss systemd[693]: Listening on GCR ssh-agent wrapper.
Jan 09 12:06:25 Lex0ss systemd[693]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Jan 09 12:06:25 Lex0ss systemd[693]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Jan 09 12:06:25 Lex0ss systemd[693]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Jan 09 12:06:25 Lex0ss systemd[693]: Listening on GnuPG cryptographic agent and passphrase cache.
Jan 09 12:06:25 Lex0ss systemd[693]: Listening on GnuPG public key management service.
Jan 09 12:06:25 Lex0ss systemd[693]: Listening on p11-kit server.
Jan 09 12:06:25 Lex0ss systemd[693]: Listening on Sound System.
Jan 09 12:06:25 Lex0ss systemd[693]: Listening on D-Bus User Message Bus Socket.
Jan 09 12:06:25 Lex0ss systemd[693]: Reached target Sockets.
Jan 09 12:06:25 Lex0ss systemd[693]: Reached target Basic System.
Jan 09 12:06:25 Lex0ss systemd[693]: Reached target Main User Target.
Jan 09 12:06:25 Lex0ss systemd[693]: Startup finished in 226ms.
Jan 09 12:06:25 Lex0ss systemd[1]: Started User Manager for UID 969.
Jan 09 12:06:25 Lex0ss systemd[1]: Started Session c1 of User lightdm.
Jan 09 12:06:25 Lex0ss (udev-worker)[330]: mice: Process '/bin/input-remapper-control --command autoload --device /dev/input/mice' failed with exit code 4.
Jan 09 12:06:25 Lex0ss systemd[693]: Created slice User Core Session Slice.
Jan 09 12:06:25 Lex0ss systemd[693]: Starting D-Bus User Message Bus...
Jan 09 12:06:25 Lex0ss systemd[693]: Started D-Bus User Message Bus.
Jan 09 12:06:25 Lex0ss dbus-daemon[775]: [session uid=969 pid=775] Activating systemd to hand-off: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service' requested by ':1.0' (uid=969 pid=737 comm="/usr/bin/lightdm-gtk-greeter")
Jan 09 12:06:25 Lex0ss dbus-daemon[775]: [session uid=969 pid=775] Successfully activated service 'org.freedesktop.systemd1'
Jan 09 12:06:25 Lex0ss systemd[693]: Starting Accessibility services bus...
Jan 09 12:06:25 Lex0ss dbus-daemon[775]: [session uid=969 pid=775] Successfully activated service 'org.a11y.Bus'
Jan 09 12:06:25 Lex0ss systemd[693]: Started Accessibility services bus.
Jan 09 12:06:25 Lex0ss input-remapper-service[444]: Request to autoload for "SYNA32AA:00 06CB:CE17 Mouse"
Jan 09 12:06:25 Lex0ss input-remapper-service[444]: ERROR: Request to autoload "SYNA32AA:00 06CB:CE17 Mouse" before a user told the service about their session using set_config_dir
Jan 09 12:06:25 Lex0ss at-spi-bus-launcher[788]: dbus-daemon[788]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (uid=969 pid=737 comm="/usr/bin/lightdm-gtk-greeter")
Jan 09 12:06:25 Lex0ss at-spi-bus-launcher[788]: dbus-daemon[788]: Successfully activated service 'org.a11y.atspi.Registry'
Jan 09 12:06:25 Lex0ss at-spi-bus-launcher[814]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Jan 09 12:06:25 Lex0ss input-remapper-service[444]: Request to autoload for "HP WMI hotkeys"
Jan 09 12:06:25 Lex0ss input-remapper-service[444]: ERROR: Request to autoload "HP WMI hotkeys" before a user told the service about their session using set_config_dir
Jan 09 12:06:25 Lex0ss input-remapper-service[444]: Request to autoload for "AT Translated Set 2 keyboard"
Jan 09 12:06:25 Lex0ss input-remapper-service[444]: ERROR: Request to autoload "AT Translated Set 2 keyboard" before a user told the service about their session using set_config_dir
Jan 09 12:06:25 Lex0ss kernel: Bluetooth: hci0: RTL: fw version 0x75b8f098
Jan 09 12:06:25 Lex0ss (udev-worker)[311]: event1: Process '/bin/input-remapper-control --command autoload --device /dev/input/event1' failed with exit code 4.
Jan 09 12:06:25 Lex0ss systemd-logind[441]: Watching system buttons on /dev/input/event1 (Lid Switch)
Jan 09 12:06:25 Lex0ss input-remapper-service[444]: Request to autoload for "Wireless hotkeys"
Jan 09 12:06:25 Lex0ss input-remapper-service[444]: ERROR: Request to autoload "Wireless hotkeys" before a user told the service about their session using set_config_dir
Jan 09 12:06:25 Lex0ss (udev-worker)[302]: event0: Process '/bin/input-remapper-control --command autoload --device /dev/input/event0' failed with exit code 4.
Jan 09 12:06:25 Lex0ss systemd-logind[441]: Watching system buttons on /dev/input/event8 (HP WMI hotkeys)
Jan 09 12:06:25 Lex0ss systemd-logind[441]: Watching system buttons on /dev/input/event0 (Power Button)
Jan 09 12:06:25 Lex0ss systemd-logind[441]: Watching system buttons on /dev/input/event3 (AT Translated Set 2 keyboard)
Jan 09 12:06:25 Lex0ss input-remapper-service[444]: Request to autoload for "Video Bus"
Jan 09 12:06:25 Lex0ss input-remapper-service[444]: ERROR: Request to autoload "Video Bus" before a user told the service about their session using set_config_dir
Jan 09 12:06:25 Lex0ss (udev-worker)[313]: event9: Process '/bin/input-remapper-control --command autoload --device /dev/input/event9' failed with exit code 4.
Jan 09 12:06:25 Lex0ss (udev-worker)[325]: event5: Process '/bin/input-remapper-control --command autoload --device /dev/input/event5' failed with exit code 4.
Jan 09 12:06:25 Lex0ss (udev-worker)[303]: event10: Process '/bin/input-remapper-control --command autoload --device /dev/input/event10' failed with exit code 4.
Jan 09 12:06:25 Lex0ss input-remapper-service[444]: Request to autoload for "SYNA32AA:00 06CB:CE17 Mouse"
Jan 09 12:06:25 Lex0ss input-remapper-service[444]: ERROR: Request to autoload "SYNA32AA:00 06CB:CE17 Mouse" before a user told the service about their session using set_config_dir
Jan 09 12:06:25 Lex0ss (udev-worker)[323]: event12: Process '/bin/input-remapper-control --command autoload --device /dev/input/event12' failed with exit code 4.
Jan 09 12:06:26 Lex0ss (udev-worker)[331]: event11: Process '/bin/input-remapper-control --command autoload --device /dev/input/event11' failed with exit code 4.
Jan 09 12:06:26 Lex0ss (udev-worker)[309]: input11: Process '/bin/input-remapper-control --command autoload --device ' failed with exit code 2.
Jan 09 12:06:26 Lex0ss (udev-worker)[325]: input10: Process '/bin/input-remapper-control --command autoload --device ' failed with exit code 2.
Jan 09 12:06:26 Lex0ss NetworkManager[443]: <info>  [1704812786.6669] manager: startup complete
Jan 09 12:06:27 Lex0ss input-remapper-service[444]: Request to autoload for "SYNA32AA:00 06CB:CE17 Mouse"
Jan 09 12:06:27 Lex0ss input-remapper-service[444]: ERROR: Request to autoload "SYNA32AA:00 06CB:CE17 Mouse" before a user told the service about their session using set_config_dir
Jan 09 12:06:27 Lex0ss input-remapper-service[444]: Request to autoload for "SYNA32AA:00 06CB:CE17 Mouse"
Jan 09 12:06:27 Lex0ss input-remapper-service[444]: ERROR: Request to autoload "SYNA32AA:00 06CB:CE17 Mouse" before a user told the service about their session using set_config_dir
Jan 09 12:06:27 Lex0ss (udev-worker)[325]: mouse0: Process '/usr/bin/synclient TouchpadOff=1' failed with exit code 1.
Jan 09 12:06:27 Lex0ss (udev-worker)[309]: mouse1: Process '/usr/bin/synclient TouchpadOff=1' failed with exit code 1.
Jan 09 12:06:28 Lex0ss (udev-worker)[309]: mouse1: Process '/bin/input-remapper-control --command autoload --device /dev/input/mouse1' failed with exit code 4.
Jan 09 12:06:28 Lex0ss (udev-worker)[325]: mouse0: Process '/bin/input-remapper-control --command autoload --device /dev/input/mouse0' failed with exit code 4.
Jan 09 12:06:29 Lex0ss systemd[1]: systemd-rfkill.service: Deactivated successfully.
Jan 09 12:06:29 Lex0ss lightdm[812]: Error getting user list from org.freedesktop.Accounts: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Accounts was not provided by any .service files
Jan 09 12:06:29 Lex0ss systemd[1]: Stopping Session c1 of User lightdm...
Jan 09 12:06:29 Lex0ss lightdm[670]: pam_unix(lightdm-greeter:session): session closed for user lightdm
Jan 09 12:06:29 Lex0ss systemd[1]: session-c1.scope: Deactivated successfully.
Jan 09 12:06:29 Lex0ss systemd[1]: Stopped Session c1 of User lightdm.
Jan 09 12:06:29 Lex0ss systemd-logind[441]: Removed session c1.
Jan 09 12:06:29 Lex0ss lightdm[812]: pam_unix(lightdm:session): session opened for user Matixannder(uid=1000) by Matixannder(uid=0)
Jan 09 12:06:29 Lex0ss systemd[1]: Created slice User Slice of UID 1000.
Jan 09 12:06:30 Lex0ss systemd[1]: Starting User Runtime Directory /run/user/1000...
Jan 09 12:06:30 Lex0ss systemd-logind[441]: New session 2 of user Matixannder.
Jan 09 12:06:30 Lex0ss systemd[1]: Finished User Runtime Directory /run/user/1000.
Jan 09 12:06:30 Lex0ss systemd[1]: Starting User Manager for UID 1000...
Jan 09 12:06:30 Lex0ss (systemd)[878]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[Matixannder] ruser=[<unknown>] rhost=[<unknown>]
Jan 09 12:06:30 Lex0ss (systemd)[878]: pam_unix(systemd-user:session): session opened for user Matixannder(uid=1000) by Matixannder(uid=0)
Jan 09 12:06:30 Lex0ss systemd[878]: Queued start job for default target Main User Target.
Jan 09 12:06:30 Lex0ss systemd-journald[255]: /var/log/journal/d82f53efc8ee4eeca6e35b0064df9cb9/user-1000.journal: Journal file uses a different sequence number ID, rotating.
Jan 09 12:06:30 Lex0ss systemd[878]: Created slice User Application Slice.
Jan 09 12:06:30 Lex0ss systemd[878]: Created slice User Core Session Slice.
Jan 09 12:06:30 Lex0ss systemd[878]: Reached target Paths.
Jan 09 12:06:30 Lex0ss systemd[878]: Reached target Timers.
Jan 09 12:06:30 Lex0ss systemd[878]: Starting D-Bus User Message Bus Socket...
Jan 09 12:06:30 Lex0ss systemd[878]: Listening on GnuPG network certificate management daemon.
Jan 09 12:06:30 Lex0ss systemd[878]: Listening on GCR ssh-agent wrapper.
Jan 09 12:06:30 Lex0ss systemd[878]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Jan 09 12:06:30 Lex0ss systemd[878]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Jan 09 12:06:30 Lex0ss systemd[878]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Jan 09 12:06:30 Lex0ss systemd[878]: Listening on GnuPG cryptographic agent and passphrase cache.
Jan 09 12:06:30 Lex0ss systemd[878]: Listening on GnuPG public key management service.
Jan 09 12:06:30 Lex0ss systemd[878]: Listening on p11-kit server.
Jan 09 12:06:30 Lex0ss systemd[878]: Listening on Sound System.
Jan 09 12:06:30 Lex0ss systemd[878]: Listening on D-Bus User Message Bus Socket.
Jan 09 12:06:30 Lex0ss systemd[878]: Reached target Sockets.
Jan 09 12:06:30 Lex0ss systemd[878]: Reached target Basic System.
Jan 09 12:06:30 Lex0ss systemd[1]: Started User Manager for UID 1000.
Jan 09 12:06:30 Lex0ss systemd[1]: Started Session 2 of User Matixannder.
Jan 09 12:06:30 Lex0ss systemd[878]: Starting Sound Service...
Jan 09 12:06:30 Lex0ss kernel: pulseaudio[886]: memfd_create() called without MFD_EXEC or MFD_NOEXEC_SEAL set
Jan 09 12:06:30 Lex0ss pulseaudio[886]: Failed to load module "module-alsa-source" (argument: "device=hw:0,0"): initialization failed.
Jan 09 12:06:30 Lex0ss systemd[878]: Starting D-Bus User Message Bus...
Jan 09 12:06:30 Lex0ss systemd[878]: Started D-Bus User Message Bus.
Jan 09 12:06:30 Lex0ss dbus-daemon[898]: [session uid=1000 pid=898] Successfully activated service 'org.freedesktop.systemd1'
Jan 09 12:06:30 Lex0ss systemd[878]: Started Sound Service.
Jan 09 12:06:30 Lex0ss systemd[878]: Reached target Main User Target.
Jan 09 12:06:30 Lex0ss systemd[878]: Startup finished in 459ms.
Jan 09 12:06:30 Lex0ss dbus-daemon[898]: [session uid=1000 pid=898] Activating via systemd: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service' requested by ':1.8' (uid=1000 pid=887 comm="xfce4-session")
Jan 09 12:06:30 Lex0ss systemd[878]: Starting Accessibility services bus...
Jan 09 12:06:30 Lex0ss dbus-daemon[898]: [session uid=1000 pid=898] Successfully activated service 'org.a11y.Bus'
Jan 09 12:06:30 Lex0ss systemd[878]: Started Accessibility services bus.
Jan 09 12:06:30 Lex0ss dbus-daemon[898]: [session uid=1000 pid=898] Activating service name='org.xfce.Xfconf' requested by ':1.10' (uid=1000 pid=887 comm="xfce4-session")
Jan 09 12:06:30 Lex0ss dbus-daemon[898]: [session uid=1000 pid=898] Successfully activated service 'org.xfce.Xfconf'
Jan 09 12:06:30 Lex0ss at-spi-bus-launcher[923]: dbus-daemon[923]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (uid=1000 pid=887 comm="xfce4-session")
Jan 09 12:06:30 Lex0ss at-spi-bus-launcher[923]: dbus-daemon[923]: Successfully activated service 'org.a11y.atspi.Registry'
Jan 09 12:06:30 Lex0ss at-spi-bus-launcher[935]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Jan 09 12:06:30 Lex0ss systemd[878]: Started GnuPG cryptographic agent and passphrase cache.
Jan 09 12:06:30 Lex0ss gpg-agent[945]: gpg-agent (GnuPG) 2.4.3 starting in supervised mode.
Jan 09 12:06:30 Lex0ss gpg-agent[945]: using fd 3 for extra socket (/run/user/1000/gnupg/S.gpg-agent.extra)
Jan 09 12:06:30 Lex0ss gpg-agent[945]: using fd 4 for std socket (/run/user/1000/gnupg/S.gpg-agent)
Jan 09 12:06:30 Lex0ss gpg-agent[945]: using fd 5 for ssh socket (/run/user/1000/gnupg/S.gpg-agent.ssh)
Jan 09 12:06:30 Lex0ss gpg-agent[945]: using fd 6 for browser socket (/run/user/1000/gnupg/S.gpg-agent.browser)
Jan 09 12:06:30 Lex0ss gpg-agent[945]: listening on: std=4 extra=3 browser=6 ssh=5
Jan 09 12:06:30 Lex0ss systemd[878]: Started GnuPG cryptographic agent and passphrase cache.
Jan 09 12:06:30 Lex0ss gpg-agent[949]: gpg-agent (GnuPG) 2.4.3 starting in supervised mode.
Jan 09 12:06:30 Lex0ss gpg-agent[949]: using fd 3 for extra socket (/run/user/1000/gnupg/S.gpg-agent.extra)
Jan 09 12:06:30 Lex0ss gpg-agent[949]: using fd 4 for std socket (/run/user/1000/gnupg/S.gpg-agent)
Jan 09 12:06:30 Lex0ss gpg-agent[949]: using fd 5 for ssh socket (/run/user/1000/gnupg/S.gpg-agent.ssh)
Jan 09 12:06:30 Lex0ss gpg-agent[949]: using fd 6 for browser socket (/run/user/1000/gnupg/S.gpg-agent.browser)
Jan 09 12:06:30 Lex0ss gpg-agent[949]: listening on: std=4 extra=3 browser=6 ssh=5
Jan 09 12:06:33 Lex0ss systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Jan 09 12:06:36 Lex0ss systemd[1]: efi.automount: Got automount request for /efi, triggered by 441 (systemd-logind)
Jan 09 12:06:36 Lex0ss systemd[1]: Mounting EFI System Partition Automount...
Jan 09 12:06:36 Lex0ss systemd[1]: Mounted EFI System Partition Automount.
Jan 09 12:06:36 Lex0ss dbus-daemon[898]: [session uid=1000 pid=898] Activating via systemd: service name='org.freedesktop.Notifications' unit='xfce4-notifyd.service' requested by ':1.18' (uid=1000 pid=972 comm="xfce4-power-manager --restart --sm-client-id 2ff52")
Jan 09 12:06:36 Lex0ss systemd[878]: Starting XFCE notifications service...
Jan 09 12:06:36 Lex0ss dbus-daemon[898]: [session uid=1000 pid=898] Successfully activated service 'org.freedesktop.Notifications'
Jan 09 12:06:36 Lex0ss systemd[878]: Started XFCE notifications service.
Jan 09 12:06:36 Lex0ss dbus-daemon[440]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service' requested by ':1.45' (uid=1000 pid=972 comm="xfce4-power-manager --restart --sm-client-id 2ff52")
Jan 09 12:06:36 Lex0ss systemd[1]: Starting Daemon for power management...
Jan 09 12:06:36 Lex0ss dbus-daemon[440]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' requested by ':1.48' (uid=1000 pid=1022 comm="/usr/lib/polkit-gnome/polkit-gnome-authentication-")
Jan 09 12:06:36 Lex0ss systemd[1]: Starting Authorization Manager...
Jan 09 12:06:36 Lex0ss polkitd[1055]: Started polkitd version 123
Jan 09 12:06:36 Lex0ss polkitd[1055]: Loading rules from directory /etc/polkit-1/rules.d
Jan 09 12:06:36 Lex0ss polkitd[1055]: Loading rules from directory /usr/share/polkit-1/rules.d
Jan 09 12:06:36 Lex0ss polkitd[1055]: Finished loading, compiling and executing 4 rules
Jan 09 12:06:36 Lex0ss dbus-daemon[440]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
Jan 09 12:06:36 Lex0ss systemd[1]: Started Authorization Manager.
Jan 09 12:06:36 Lex0ss polkitd[1055]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
Jan 09 12:06:36 Lex0ss polkitd[1055]: Registered Authentication Agent for unix-session:2 (system bus name :1.48 [/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1], object path /org/gnome/PolicyKit1/AuthenticationAgent, locale C.UTF-8)
Jan 09 12:06:37 Lex0ss input-remapper-service[444]: Loaded config from "/home/Matixannder/.config/input-remapper-2/config.json"
Jan 09 12:06:37 Lex0ss input-remapper-service[444]: Loaded config from "/home/Matixannder/.config/input-remapper-2/config.json"
Jan 09 12:06:37 Lex0ss input-remapper-service[444]: Stopping all injections
Jan 09 12:06:37 Lex0ss dbus-daemon[440]: [system] Successfully activated service 'org.freedesktop.UPower'
Jan 09 12:06:37 Lex0ss systemd[1]: Started Daemon for power management.
Jan 09 12:06:37 Lex0ss pkexec[1121]: pam_unix(polkit-1:session): session opened for user root(uid=0) by Matixannder(uid=1000)
Jan 09 12:06:37 Lex0ss pkexec[1121]: Matixannder: Executing command [USER=root] [TTY=unknown] [CWD=/home/Matixannder] [COMMAND=/usr/bin/xfpm-power-backlight-helper --set-brightness-switch 0]
Jan 09 12:06:37 Lex0ss input-remapper-service[444]: Loaded config from "/home/Matixannder/.config/input-remapper-2/config.json"
Jan 09 12:06:37 Lex0ss input-remapper-service[444]: Loaded config from "/home/Matixannder/.config/input-remapper-2/config.json"
Jan 09 12:06:37 Lex0ss input-remapper-service[444]: Autoloading for all devices
Jan 09 12:06:37 Lex0ss input-remapper-service[444]: Found "Video Bus", "AT Translated Set 2 keyboard", "Wireless hotkeys", "HP WMI hotkeys", "SYNA32AA:00 06CB:CE17 Mouse"
Jan 09 12:06:37 Lex0ss input-remapper-service[444]: Autoloading for "AT Translated Set 2 keyboard"
Jan 09 12:06:37 Lex0ss input-remapper-service[444]: Request to start injecting for "AT Translated Set 2 keyboard"
Jan 09 12:06:37 Lex0ss input-remapper-service[444]: Loading preset from "/home/Matixannder/.config/input-remapper-2/presets/AT Translated Set 2 keyboard/new preset.json"
Jan 09 12:06:37 Lex0ss kernel: input: input-remapper keyboard as /devices/virtual/input/input17
Jan 09 12:06:38 Lex0ss (udev-worker)[988]: input17: Process '/bin/input-remapper-control --command autoload --device ' failed with exit code 2.
Jan 09 12:06:38 Lex0ss input-remapper-service[1142]: Starting injecting the preset for "AT Translated Set 2 keyboard"
Jan 09 12:06:38 Lex0ss kernel: input: input-remapper AT Translated Set 2 keyboard forwarded as /devices/virtual/input/input18
Jan 09 12:06:38 Lex0ss kernel: usb 1-2: USB disconnect, device number 2
Jan 09 12:06:38 Lex0ss systemd-homed[445]: block device /sys/devices/pci0000:00/0000:00:08.1/0000:04:00.3/usb1/1-2/1-2:1.1/host0/target0:0:0/0:0:0:0/block/sr0 has been removed.
Jan 09 12:06:38 Lex0ss (udev-worker)[1133]: input18: Process '/bin/input-remapper-control --command autoload --device ' failed with exit code 2.
Jan 09 12:06:39 Lex0ss (udev-worker)[988]: event13: Process '/bin/input-remapper-control --command autoload --device /dev/input/event13' failed with exit code 4.
Jan 09 12:06:39 Lex0ss systemd-logind[441]: Watching system buttons on /dev/input/event13 (input-remapper keyboard)
Jan 09 12:06:39 Lex0ss kernel: usb 1-2: new high-speed USB device number 5 using xhci_hcd
Jan 09 12:06:39 Lex0ss kernel: usb 1-2: New USB device found, idVendor=12d1, idProduct=108a, bcdDevice= 2.99
Jan 09 12:06:39 Lex0ss kernel: usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Jan 09 12:06:39 Lex0ss kernel: usb 1-2: Product: POT-LX3
Jan 09 12:06:39 Lex0ss kernel: usb 1-2: Manufacturer: HUAWEI
Jan 09 12:06:39 Lex0ss kernel: usb 1-2: SerialNumber: 7UF4C19C26013213
Jan 09 12:06:39 Lex0ss mtp-probe[1170]: checking bus 1, device 5: "/sys/devices/pci0000:00/0000:00:08.1/0000:04:00.3/usb1/1-2"
Jan 09 12:06:39 Lex0ss mtp-probe[1170]: bus: 1, device: 5 was not an MTP device
Jan 09 12:06:39 Lex0ss (udev-worker)[1151]: event14: Process '/bin/input-remapper-control --command autoload --device /dev/input/event14' failed with exit code 4.
Jan 09 12:06:39 Lex0ss systemd-logind[441]: Watching system buttons on /dev/input/event14 (input-remapper AT Translated Set 2 keyboard forwarded)
Jan 09 12:06:40 Lex0ss systemd[1]: Stopping User Manager for UID 969...
Jan 09 12:06:40 Lex0ss systemd[693]: Activating special unit Exit the Session...
Jan 09 12:06:40 Lex0ss systemd[693]: Stopped target Main User Target.
Jan 09 12:06:40 Lex0ss systemd[693]: Stopping Accessibility services bus...
Jan 09 12:06:40 Lex0ss systemd[693]: Stopping D-Bus User Message Bus...
Jan 09 12:06:40 Lex0ss systemd[693]: Stopped Accessibility services bus.
Jan 09 12:06:40 Lex0ss systemd[693]: Stopped D-Bus User Message Bus.
Jan 09 12:06:40 Lex0ss systemd[693]: Removed slice User Core Session Slice.
Jan 09 12:06:40 Lex0ss systemd[693]: Stopped target Basic System.
Jan 09 12:06:40 Lex0ss systemd[693]: Stopped target Paths.
Jan 09 12:06:40 Lex0ss systemd[693]: Stopped target Sockets.
Jan 09 12:06:40 Lex0ss systemd[693]: Stopped target Timers.
Jan 09 12:06:40 Lex0ss systemd[693]: Closed D-Bus User Message Bus Socket.
Jan 09 12:06:40 Lex0ss systemd[693]: Closed GnuPG network certificate management daemon.
Jan 09 12:06:40 Lex0ss systemd[693]: Closed GCR ssh-agent wrapper.
Jan 09 12:06:40 Lex0ss systemd[693]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers).
Jan 09 12:06:40 Lex0ss systemd[693]: Closed GnuPG cryptographic agent and passphrase cache (restricted).
Jan 09 12:06:40 Lex0ss systemd[693]: Closed GnuPG cryptographic agent (ssh-agent emulation).
Jan 09 12:06:40 Lex0ss systemd[693]: Closed GnuPG cryptographic agent and passphrase cache.
Jan 09 12:06:40 Lex0ss systemd[693]: Closed GnuPG public key management service.
Jan 09 12:06:40 Lex0ss systemd[693]: Closed p11-kit server.
Jan 09 12:06:40 Lex0ss systemd[693]: Closed Sound System.
Jan 09 12:06:40 Lex0ss systemd[693]: Removed slice User Application Slice.
Jan 09 12:06:40 Lex0ss systemd[693]: Reached target Shutdown.
Jan 09 12:06:40 Lex0ss systemd[693]: Finished Exit the Session.
Jan 09 12:06:40 Lex0ss systemd[693]: Reached target Exit the Session.
Jan 09 12:06:40 Lex0ss (sd-pam)[702]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8004 service=[systemd-user] terminal=[] user=[lightdm] ruser=[<unknown>] rhost=[<unknown>]
Jan 09 12:06:40 Lex0ss kernel: usbcore: registered new interface driver cdc_ether
Jan 09 12:06:40 Lex0ss systemd[1]: user@969.service: Deactivated successfully.
Jan 09 12:06:40 Lex0ss kernel: rndis_host 1-2:1.0 usb0: register 'rndis_host' at usb-0000:04:00.3-2, RNDIS device, 02:05:5d:36:34:44
Jan 09 12:06:40 Lex0ss kernel: usbcore: registered new interface driver rndis_host
Jan 09 12:06:40 Lex0ss NetworkManager[443]: <info>  [1704812800.0507] manager: (usb0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/3)
Jan 09 12:06:40 Lex0ss mtp-probe[1212]: checking bus 1, device 5: "/sys/devices/pci0000:00/0000:00:08.1/0000:04:00.3/usb1/1-2"
Jan 09 12:06:40 Lex0ss mtp-probe[1212]: bus: 1, device: 5 was not an MTP device
Jan 09 12:06:40 Lex0ss kernel: rndis_host 1-2:1.0 enp4s0f3u2: renamed from usb0
Jan 09 12:06:40 Lex0ss systemd[1]: Stopped User Manager for UID 969.
Jan 09 12:06:40 Lex0ss NetworkManager[443]: <info>  [1704812800.0878] device (usb0): interface index 3 renamed iface from 'usb0' to 'enp4s0f3u2'
Jan 09 12:06:40 Lex0ss NetworkManager[443]: <info>  [1704812800.0949] device (enp4s0f3u2): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Jan 09 12:06:40 Lex0ss NetworkManager[443]: <info>  [1704812800.0969] settings: (enp4s0f3u2): created default wired connection 'Wired connection 1'
Jan 09 12:06:40 Lex0ss NetworkManager[443]: <info>  [1704812800.0972] device (enp4s0f3u2): carrier: link connected
Jan 09 12:06:40 Lex0ss NetworkManager[443]: <info>  [1704812800.0975] device (enp4s0f3u2): state change: unavailable -> disconnected (reason 'carrier-changed', sys-iface-state: 'managed')
Jan 09 12:06:40 Lex0ss NetworkManager[443]: <info>  [1704812800.0981] policy: auto-activating connection 'Wired connection 1' (596ca242-2e49-3e7d-8d60-c2947e862931)
Jan 09 12:06:40 Lex0ss NetworkManager[443]: <info>  [1704812800.0984] device (enp4s0f3u2): Activation: starting connection 'Wired connection 1' (596ca242-2e49-3e7d-8d60-c2947e862931)
Jan 09 12:06:40 Lex0ss NetworkManager[443]: <info>  [1704812800.0986] device (enp4s0f3u2): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Jan 09 12:06:40 Lex0ss NetworkManager[443]: <info>  [1704812800.0988] manager: NetworkManager state is now CONNECTING
Jan 09 12:06:40 Lex0ss NetworkManager[443]: <info>  [1704812800.0989] device (enp4s0f3u2): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Jan 09 12:06:40 Lex0ss NetworkManager[443]: <info>  [1704812800.0996] device (enp4s0f3u2): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
Jan 09 12:06:40 Lex0ss NetworkManager[443]: <info>  [1704812800.1001] dhcp4 (enp4s0f3u2): activation: beginning transaction (timeout in 45 seconds)
Jan 09 12:06:40 Lex0ss systemd[1]: Stopping User Runtime Directory /run/user/969...
Jan 09 12:06:40 Lex0ss NetworkManager[443]: <info>  [1704812800.1045] dhcp4 (enp4s0f3u2): state changed new lease, address=192.168.42.22
Jan 09 12:06:40 Lex0ss NetworkManager[443]: <info>  [1704812800.1050] policy: set 'Wired connection 1' (enp4s0f3u2) as default for IPv4 routing and DNS
Jan 09 12:06:40 Lex0ss systemd-resolved[412]: enp4s0f3u2: Bus client set default route setting: yes
Jan 09 12:06:40 Lex0ss systemd[1]: run-user-969.mount: Deactivated successfully.
Jan 09 12:06:40 Lex0ss systemd-resolved[412]: enp4s0f3u2: Bus client set DNS server list to: 192.168.42.129
Jan 09 12:06:40 Lex0ss systemd[1]: user-runtime-dir@969.service: Deactivated successfully.
Jan 09 12:06:40 Lex0ss dbus-daemon[440]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.5' (uid=0 pid=443 comm="/usr/bin/NetworkManager --no-daemon")
Jan 09 12:06:40 Lex0ss NetworkManager[443]: <info>  [1704812800.1112] device (enp4s0f3u2): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
Jan 09 12:06:40 Lex0ss systemd[1]: Stopped User Runtime Directory /run/user/969.
Jan 09 12:06:40 Lex0ss systemd[1]: Removed slice User Slice of UID 969.
Jan 09 12:06:40 Lex0ss systemd[1]: Starting Network Manager Script Dispatcher Service...
Jan 09 12:06:40 Lex0ss dbus-daemon[440]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Jan 09 12:06:40 Lex0ss systemd[1]: Started Network Manager Script Dispatcher Service.
Jan 09 12:06:40 Lex0ss NetworkManager[443]: <info>  [1704812800.2272] device (enp4s0f3u2): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
Jan 09 12:06:40 Lex0ss NetworkManager[443]: <info>  [1704812800.2274] device (enp4s0f3u2): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
Jan 09 12:06:40 Lex0ss NetworkManager[443]: <info>  [1704812800.2277] manager: NetworkManager state is now CONNECTED_SITE
Jan 09 12:06:40 Lex0ss NetworkManager[443]: <info>  [1704812800.2279] device (enp4s0f3u2): Activation: successful, device activated.
Jan 09 12:06:40 Lex0ss NetworkManager[443]: <info>  [1704812800.9682] manager: NetworkManager state is now CONNECTED_GLOBAL
Jan 09 12:06:50 Lex0ss systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Jan 09 12:06:53 Lex0ss sudo[1298]: Matixannder : TTY=pts/0 ; PWD=/home/Matixannder ; USER=root ; COMMAND=/usr/bin/journalctl -b
Jan 09 12:06:53 Lex0ss sudo[1298]: pam_unix(sudo:session): session opened for user root(uid=0) by Matixannder(uid=1000)
Jan 09 12:06:53 Lex0ss systemd-timesyncd[417]: Contacted time server 200.89.75.198:123 (2.arch.pool.ntp.org).
Jan 09 12:06:53 Lex0ss systemd-timesyncd[417]: Initial clock synchronization to Tue 2024-01-09 12:06:53.477313 -03.
Jan 09 12:06:53 Lex0ss systemd[1]: systemd-hostnamed.service: Deactivated successfully.

Last edited by Lex0s (2024-01-09 15:14:31)

Offline

#7 2024-01-09 15:23:22

Lex0s
Member
Registered: 2023-10-03
Posts: 7

Re: [HW error] NetworkManager (nmtui) don't show Wi-Fi devices

Also I tried installing wireless-regdb as specified here and it didn't worked: NetworkManager#Unable_to_connect_to_visible_European_wireless_networks

Offline

#8 2024-01-09 15:33:55

seth
Member
Registered: 2012-09-03
Posts: 51,325

Re: [HW error] NetworkManager (nmtui) don't show Wi-Fi devices

Please don't bump, edit your previous post if nobody has yet replied.
And you could have just posted the 0x0.st link instead of copying it here.

I haven't been able to connect to Wi-Fi, Network Manager doesn't list any Wi-Fi device at all. The only network programs that I have in my Arch OS are NetworkManager, iwd/iwctl and wpa_supplicant, where I've made sure that iwd/iwctl are disabled and deactivated. (I should mention that the same things happens when I boot to Windows, Wi-Fi interface doesn't list anything

Can we please clarify what that actually means?
NM "sees" an operates the wlan0 device, so the problem isn't "nmcli device"?
You probably mean "nmcli device wifi list"?

There's no attempt made by wpa_supplicant (or iwd) to scan or connect to anything.
1. What is

pacman -Qo /bin/input-remapper-control

It looks like its used in some bogus udev rule that errors a lot.
2. Stop NM and try to scan w/ wifi-menu from the netctl package.

Offline

#9 2024-01-09 22:14:21

Lex0s
Member
Registered: 2023-10-03
Posts: 7

Re: [HW error] NetworkManager (nmtui) don't show Wi-Fi devices

seth wrote:

Can we please clarify what that actually means?
NM "sees" an operates the wlan0 device, so the problem isn't "nmcli device"?
You probably mean "nmcli device wifi list"?

I use nmtui to connect to Wi-Fi. Since I started to use Arch up to 2 days ago, it showed me the list of the close Wi-Fi routers, mine included. Suddenly, I boot into Arch, realize that I'm not connected to internet, check nmtui and the place where the routers are listed shows nothing. I try with "nmcli device wifi list" and nothing again. Network Manager was activated and working as far as I knew. Then I booted into Windows 11 to see if I could connect from there and the same thing happened, Wi-Fi interface is there, but it shows no router whatsoever.

seth wrote:

1. What is

pacman -Qo /bin/input-remapper-control

It looks like its used in some bogus udev rule that errors a lot.

 /usr/bin/input-remapper-control is owned by input-remapper-git 2.0.1.r4.g8f79c25b-1

input-remapper is a utility that I have to remap some keys of my keyboard, I've been use it for months now. Don't think it could be related, or could be?

seth wrote:

2. Stop NM and try to scan w/ wifi-menu from the netctl package.

I didn't have netctl installed but I wanted to try it. So I followed the process of the package and I used the "wireless-wpa" profile example, I started it and scan for networks, but still nothing

wi-fi menu
[root@Lex0ss netctl]# wifi-menu
Scanning for networks... failed
No networks found

Don't know what else to do. Do you think could be a hardware related problem after all?

Last edited by Lex0s (2024-01-10 14:51:30)

Offline

#10 2024-01-09 22:21:15

seth
Member
Registered: 2012-09-03
Posts: 51,325

Re: [HW error] NetworkManager (nmtui) don't show Wi-Fi devices

Do you think could be a hardware related problem after all?

If so that's likely augmented by the udev problem.
Since the mapper is failing all over the place anyway, I'd first try to remove that.
If you lucky, it just needed a rebuild.

Did wifi-menu produce more errors (eg. in the journal, wpa_supplicant related)?

Though it'd not explain

Then I booted into Windows 11 to see if I could connect from there and the same thing happened, Wi-Fi interface is there, but it shows no router whatsoever.

(but if fast-start was enabled, check it since windows keeps re-enabling it w/ updates)

The boot some live distro, eg. grml, from a usb key and see whether wifi works there.

Offline

#11 2024-01-13 15:59:21

Lex0s
Member
Registered: 2023-10-03
Posts: 7

Re: [HW error] NetworkManager (nmtui) don't show Wi-Fi devices

Sorry for the absence, I wanted to try some other things first to see If I have the chance to fix it.

I made sure that Windows fast-start and hibernation were deactivated, then I try booting into the arch installation enviroment and the same happened there, the iwctl doesn't list any network after the scanning

This is what wpa_supplicant gives when I boot into arch.

Jan 13 12:01:23 Lex0ss systemd[1]: Starting WPA supplicant...
Jan 13 12:01:23 Lex0ss systemd[1]: Started WPA supplicant.
Jan 13 12:01:23 Lex0ss wpa_supplicant[636]: Successfully initialized wpa_supplicant
Jan 13 12:01:24 Lex0ss wpa_supplicant[636]: dbus: fill_dict_with_properties dbus_interface=fi.w1.wpa_supplicant1.Interface.P2PDevice dbus_property=P2PDeviceConfig getter failed
~

I even tried following the wpa_supplicant guide and it showed me this when I
tried wpa_cli

sudo wpa_cli
wpa_cli v2.10
Copyright (c) 2004-2022, Jouni Malinen <j@w1.fi> and contributors

This software may be distributed under the terms of the BSD license.
See README for more details.


Selected interface 'wlan0'

Interactive mode

> scan
OK
<3>CTRL-EVENT-SCAN-STARTED 
<3>CTRL-EVENT-SCAN-RESULTS 
<3>CTRL-EVENT-NETWORK-NOT-FOUND 
> 

So then I decided to try wifi-menu, but the output is still the same, no networks found, and wpa_supplicant output is the same as the one
that I already wrote

Offline

#12 2024-01-13 16:48:35

seth
Member
Registered: 2012-09-03
Posts: 51,325

Re: [HW error] NetworkManager (nmtui) don't show Wi-Fi devices

The install iso isn't a good testcase because it'll have a similar kernel/config.
https://grml.org/

But it increasingly sounds like a HW issue indeed, possibly the antenna got damaged? Did you manipulate the HW (eg. opened it to add RAM or so)?

Offline

#13 2024-01-21 17:19:08

Lex0s
Member
Registered: 2023-10-03
Posts: 7

Re: [HW error] NetworkManager (nmtui) don't show Wi-Fi devices

Yeah, at this point I think it should be a HW problem too. I installed and booted into the grml environment, I tried using iw to scan networks but I got the same result

sudo iw wlan0 scan

I got nothing, not even an error message.

seth wrote:

But it increasingly sounds like a HW issue indeed, possibly the antenna got damaged? Did you manipulate the HW (eg. opened it to add RAM or so)?

No, I use a laptop and I haven't open it. I sometimes go out with it, I haven't dropped neither but maybe It got squeeze to hard inside my bag in one of the last trips. So in the end, if there is nothing else, I guess I'll have to take it to a technician anyways, but thanks for the help. How do you close a thread when the problem hasn't been solve?

Offline

#14 2024-01-21 20:33:33

seth
Member
Registered: 2012-09-03
Posts: 51,325

Re: [HW error] NetworkManager (nmtui) don't show Wi-Fi devices

Mark resolved threads by editing your initial posts subject - in this case you could pretext "[HW error]" (and will likely have to shorten the subject for that)

Offline

Board footer

Powered by FluxBB