You are not logged in.
When I start my laptop and login, typically there is a delay in connecting to and configuring the connection to my wireless network. I have tried deleting the network and setting it up anew, but it continues to be a problem. However, it is rare to experience the issue when using my mobile phone as the router, in fact usually it is instantaneous. The issue isn't with my network because I dual boot with Windows and Fedora, and neither of these experiences issues.
Output of network:
lspci -k | grep -A 3 -i network
aa:00.0 Network controller: Intel Corporation Wi-Fi 6E(802.11ax) AX210/AX1675* 2x2 [Typhoon Peak] (rev 1a)
Subsystem: Intel Corporation Wi-Fi 6 AX210 160MHz
Kernel driver in use: iwlwifi
Kernel modules: iwlwifi
Network connection output (*** indicates redacted):
[connection]
id=*******
uuid=347a15a9-89c1-4fe4-b1d1-0a7b1583c49a
type=wifi
interface-name=wlan0
permissions=user:****:;
[wifi]
mode=infrastructure
ssid=*******
[wifi-security]
auth-alg=open
key-mgmt=wpa-psk
leap-password-flags=1
psk-flags=1
wep-key-flags=1
[ipv4]
method=auto
[ipv6]
addr-gen-mode=default
method=auto
[proxy]
Appreciate any advice of other settings to check.
Last edited by gddrew (2024-07-12 13:33:47)
Offline
Post
find /etc/systemd -type l -exec test -f {} \; -print | awk -F'/' '{ printf ("%-40s | %s\n", $(NF-0), $(NF-1)) }' | sort -f
sudo journalctl -b
Offline
Offline
Post
find /etc/systemd -type l -exec test -f {} \; -print | awk -F'/' '{ printf ("%-40s | %s\n", $(NF-0), $(NF-1)) }' | sort -f sudo journalctl -b
Here is the output journalctl -U NetworkManager -b:
Jul 11 18:35:06 FRMWK635005 systemd[1]: Starting Network Manager...
Jul 11 18:35:06 FRMWK635005 NetworkManager[673]: <info> [1720740906.9213] NetworkManager (version 1.48.4-1) is starting... (boot:e8f88870-dbd9-4bb0-b3ab-0e1590fdbd18)
Jul 11 18:35:06 FRMWK635005 NetworkManager[673]: <info> [1720740906.9213] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 20-connectivity.conf) (etc: preferred-networks.conf)
Jul 11 18:35:06 FRMWK635005 NetworkManager[673]: <warn> [1720740906.9213] config: unknown key 'id' in section [connection] of file '/etc/NetworkManager/conf.d/preferred-networks.conf'
Jul 11 18:35:06 FRMWK635005 NetworkManager[673]: <warn> [1720740906.9214] config: unknown key 'wifi.hidden' in section [connection] of file '/etc/NetworkManager/conf.d/preferred-networks.conf'
Jul 11 18:35:06 FRMWK635005 NetworkManager[673]: <info> [1720740906.9268] manager[0x57aa1ae62bd0]: monitoring kernel firmware directory '/lib/firmware'.
Jul 11 18:35:06 FRMWK635005 NetworkManager[673]: <info> [1720740906.9528] hostname: hostname: using hostnamed
Jul 11 18:35:06 FRMWK635005 NetworkManager[673]: <info> [1720740906.9528] hostname: static hostname changed from (none) to "FRMWK635005"
Jul 11 18:35:06 FRMWK635005 NetworkManager[673]: <info> [1720740906.9531] dns-mgr: init: dns=default,systemd-resolved rc-manager=symlink
Jul 11 18:35:06 FRMWK635005 NetworkManager[673]: <info> [1720740906.9543] rfkill1: found Wi-Fi radio killswitch (at /sys/devices/pci0000:00/0000:00:1d.0/0000:aa:00.0/ieee80211/phy0/rfkill1) (driver iwlwifi)
Jul 11 18:35:06 FRMWK635005 NetworkManager[673]: <info> [1720740906.9545] manager[0x57aa1ae62bd0]: rfkill: Wi-Fi hardware radio set enabled
Jul 11 18:35:06 FRMWK635005 NetworkManager[673]: <info> [1720740906.9545] manager[0x57aa1ae62bd0]: rfkill: WWAN hardware radio set enabled
Jul 11 18:35:06 FRMWK635005 NetworkManager[673]: <info> [1720740906.9584] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.48.4-1/libnm-device-plugin-wwan.so)
Jul 11 18:35:06 FRMWK635005 NetworkManager[673]: <info> [1720740906.9588] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.48.4-1/libnm-device-plugin-ovs.so)
Jul 11 18:35:06 FRMWK635005 NetworkManager[673]: <info> [1720740906.9695] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.48.4-1/libnm-device-plugin-team.so)
Jul 11 18:35:06 FRMWK635005 NetworkManager[673]: <info> [1720740906.9698] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.48.4-1/libnm-device-plugin-adsl.so)
Jul 11 18:35:06 FRMWK635005 NetworkManager[673]: <info> [1720740906.9702] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.48.4-1/libnm-device-plugin-wifi.so)
Jul 11 18:35:06 FRMWK635005 NetworkManager[673]: <info> [1720740906.9705] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.48.4-1/libnm-device-plugin-bluetooth.so)
Jul 11 18:35:06 FRMWK635005 NetworkManager[673]: <info> [1720740906.9706] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
Jul 11 18:35:06 FRMWK635005 NetworkManager[673]: <info> [1720740906.9707] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
Jul 11 18:35:06 FRMWK635005 NetworkManager[673]: <info> [1720740906.9707] manager: Networking is enabled by state file
Jul 11 18:35:06 FRMWK635005 NetworkManager[673]: <info> [1720740906.9710] settings: Loaded settings plugin: keyfile (internal)
Jul 11 18:35:06 FRMWK635005 NetworkManager[673]: <info> [1720740906.9733] dhcp: init: Using DHCP client 'internal'
Jul 11 18:35:06 FRMWK635005 NetworkManager[673]: <info> [1720740906.9734] manager: (lo): new Loopback device (/org/freedesktop/NetworkManager/Devices/1)
Jul 11 18:35:06 FRMWK635005 NetworkManager[673]: <info> [1720740906.9740] device (lo): state change: unmanaged -> unavailable (reason 'connection-assumed', sys-iface-state: 'external')
Jul 11 18:35:06 FRMWK635005 NetworkManager[673]: <info> [1720740906.9743] device (lo): state change: unavailable -> disconnected (reason 'connection-assumed', sys-iface-state: 'external')
Jul 11 18:35:06 FRMWK635005 NetworkManager[673]: <info> [1720740906.9746] device (lo): Activation: starting connection 'lo' (a642b59f-b7fd-4297-9754-3eb9dbc08be4)
Jul 11 18:35:06 FRMWK635005 NetworkManager[673]: <info> [1720740906.9750] manager: (eth0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
Jul 11 18:35:06 FRMWK635005 NetworkManager[673]: <info> [1720740906.9751] device (eth0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Jul 11 18:35:06 FRMWK635005 NetworkManager[673]: <info> [1720740906.9760] device (wlan0): driver supports Access Point (AP) mode
Jul 11 18:35:06 FRMWK635005 NetworkManager[673]: <info> [1720740906.9764] manager: (wlan0): new 802.11 Wi-Fi device (/org/freedesktop/NetworkManager/Devices/3)
Jul 11 18:35:06 FRMWK635005 NetworkManager[673]: <info> [1720740906.9766] device (wlan0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Jul 11 18:35:07 FRMWK635005 systemd[1]: Started Network Manager.
Jul 11 18:35:07 FRMWK635005 NetworkManager[673]: <info> [1720740907.2650] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
Jul 11 18:35:07 FRMWK635005 NetworkManager[673]: <info> [1720740907.2681] ovsdb: disconnected from ovsdb
Jul 11 18:35:07 FRMWK635005 NetworkManager[673]: <info> [1720740907.2682] device (lo): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'external')
Jul 11 18:35:07 FRMWK635005 NetworkManager[673]: <info> [1720740907.2684] device (lo): state change: prepare -> config (reason 'none', sys-iface-state: 'external')
Jul 11 18:35:07 FRMWK635005 NetworkManager[673]: <info> [1720740907.2687] device (lo): state change: config -> ip-config (reason 'none', sys-iface-state: 'external')
Jul 11 18:35:07 FRMWK635005 NetworkManager[673]: <info> [1720740907.2694] device (lo): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'external')
Jul 11 18:35:07 FRMWK635005 NetworkManager[673]: <info> [1720740907.2719] device (lo): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'external')
Jul 11 18:35:07 FRMWK635005 NetworkManager[673]: <info> [1720740907.2721] device (lo): state change: secondaries -> activated (reason 'none', sys-iface-state: 'external')
Jul 11 18:35:07 FRMWK635005 NetworkManager[673]: <info> [1720740907.2725] device (lo): Activation: successful, device activated.
Jul 11 18:35:07 FRMWK635005 NetworkManager[673]: <info> [1720740907.3511] device (wlan0): state change: unavailable -> unmanaged (reason 'unmanaged-link-not-init', sys-iface-state: 'removed')
Jul 11 18:35:07 FRMWK635005 NetworkManager[673]: <info> [1720740907.6709] device (wlan0): driver supports Access Point (AP) mode
Jul 11 18:35:07 FRMWK635005 NetworkManager[673]: <info> [1720740907.6714] manager: (wlan0): new 802.11 Wi-Fi device (/org/freedesktop/NetworkManager/Devices/4)
Jul 11 18:35:07 FRMWK635005 NetworkManager[673]: <info> [1720740907.6771] device (wlan0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Jul 11 18:35:07 FRMWK635005 NetworkManager[673]: <info> [1720740907.7360] device (wlan0): supplicant interface state: internal-starting -> disconnected
Jul 11 18:35:07 FRMWK635005 NetworkManager[673]: <info> [1720740907.7361] Wi-Fi P2P device controlled by interface wlan0 created
Jul 11 18:35:07 FRMWK635005 NetworkManager[673]: <info> [1720740907.7362] manager: (p2p-dev-wlan0): new 802.11 Wi-Fi P2P device (/org/freedesktop/NetworkManager/Devices/5)
Jul 11 18:35:07 FRMWK635005 NetworkManager[673]: <info> [1720740907.7364] device (p2p-dev-wlan0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Jul 11 18:35:07 FRMWK635005 NetworkManager[673]: <info> [1720740907.7366] device (wlan0): state change: unavailable -> disconnected (reason 'supplicant-available', sys-iface-state: 'managed')
Jul 11 18:35:07 FRMWK635005 NetworkManager[673]: <info> [1720740907.7369] device (p2p-dev-wlan0): state change: unavailable -> disconnected (reason 'none', sys-iface-state: 'managed')
Jul 11 18:35:08 FRMWK635005 NetworkManager[673]: <info> [1720740908.1954] device (wlan0): supplicant interface state: disconnected -> associated
Jul 11 18:35:08 FRMWK635005 NetworkManager[673]: <info> [1720740908.1955] device (p2p-dev-wlan0): supplicant management interface state: disconnected -> associated
Jul 11 18:35:08 FRMWK635005 NetworkManager[673]: <info> [1720740908.2010] device (wlan0): supplicant interface state: associated -> disconnected
Jul 11 18:35:08 FRMWK635005 NetworkManager[673]: <info> [1720740908.2011] device (p2p-dev-wlan0): supplicant management interface state: associated -> disconnected
Jul 11 18:35:08 FRMWK635005 NetworkManager[673]: <info> [1720740908.3106] device (wlan0): supplicant interface state: disconnected -> scanning
Jul 11 18:35:08 FRMWK635005 NetworkManager[673]: <info> [1720740908.3107] device (p2p-dev-wlan0): supplicant management interface state: disconnected -> scanning
Jul 11 18:35:13 FRMWK635005 NetworkManager[673]: <info> [1720740913.0689] device (wlan0): supplicant interface state: scanning -> disconnected
Jul 11 18:35:13 FRMWK635005 NetworkManager[673]: <info> [1720740913.0690] device (p2p-dev-wlan0): supplicant management interface state: scanning -> disconnected
Jul 11 18:35:13 FRMWK635005 NetworkManager[673]: <info> [1720740913.0697] manager: startup complete
Jul 11 18:35:22 FRMWK635005 NetworkManager[673]: <info> [1720740922.9348] policy: auto-activating connection 'DRHITX1' (347a15a9-89c1-4fe4-b1d1-0a7b1583c49a)
Jul 11 18:35:22 FRMWK635005 NetworkManager[673]: <info> [1720740922.9364] device (wlan0): Activation: starting connection 'DRHITX1' (347a15a9-89c1-4fe4-b1d1-0a7b1583c49a)
Jul 11 18:35:22 FRMWK635005 NetworkManager[673]: <info> [1720740922.9365] device (wlan0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Jul 11 18:35:22 FRMWK635005 NetworkManager[673]: <info> [1720740922.9370] manager: NetworkManager state is now CONNECTING
Jul 11 18:35:22 FRMWK635005 NetworkManager[673]: <info> [1720740922.9374] device (wlan0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Jul 11 18:35:22 FRMWK635005 NetworkManager[673]: <info> [1720740922.9379] device (wlan0): Activation: (wifi) access point 'DRHITX1' has security, but secrets are required.
Jul 11 18:35:22 FRMWK635005 NetworkManager[673]: <info> [1720740922.9379] device (wlan0): state change: config -> need-auth (reason 'none', sys-iface-state: 'managed')
Jul 11 18:35:22 FRMWK635005 NetworkManager[673]: <info> [1720740922.9381] sup-iface[a571fff412613a73,0,wlan0]: wps: type pbc start...
Jul 11 18:35:22 FRMWK635005 NetworkManager[673]: <warn> [1720740922.9385] device (wlan0): no secrets: No agents were available for this request.
Jul 11 18:35:22 FRMWK635005 NetworkManager[673]: <info> [1720740922.9385] device (wlan0): state change: need-auth -> failed (reason 'no-secrets', sys-iface-state: 'managed')
Jul 11 18:35:22 FRMWK635005 NetworkManager[673]: <info> [1720740922.9388] manager: NetworkManager state is now DISCONNECTED
Jul 11 18:35:22 FRMWK635005 NetworkManager[673]: <warn> [1720740922.9390] device (wlan0): Activation: failed for connection 'DRHITX1'
Jul 11 18:35:22 FRMWK635005 NetworkManager[673]: <info> [1720740922.9394] device (wlan0): state change: failed -> disconnected (reason 'none', sys-iface-state: 'managed')
Jul 11 18:35:22 FRMWK635005 NetworkManager[673]: <info> [1720740922.9428] device (wlan0): supplicant interface state: disconnected -> scanning
Jul 11 18:35:22 FRMWK635005 NetworkManager[673]: <info> [1720740922.9428] device (p2p-dev-wlan0): supplicant management interface state: disconnected -> scanning
Jul 11 18:35:23 FRMWK635005 NetworkManager[673]: <info> [1720740923.0138] device (wlan0): supplicant interface state: scanning -> inactive
Jul 11 18:35:23 FRMWK635005 NetworkManager[673]: <info> [1720740923.0139] device (p2p-dev-wlan0): supplicant management interface state: scanning -> inactive
Jul 11 18:35:26 FRMWK635005 NetworkManager[673]: <info> [1720740926.9780] agent-manager: agent[c998a3e4ca501c34,:1.43/org.kde.plasma.networkmanagement/1000]: agent registered
Jul 11 18:35:29 FRMWK635005 NetworkManager[673]: <info> [1720740929.4568] policy: auto-activating connection 'DRHITX1' (347a15a9-89c1-4fe4-b1d1-0a7b1583c49a)
Jul 11 18:35:29 FRMWK635005 NetworkManager[673]: <info> [1720740929.4577] device (wlan0): Activation: starting connection 'DRHITX1' (347a15a9-89c1-4fe4-b1d1-0a7b1583c49a)
Jul 11 18:35:29 FRMWK635005 NetworkManager[673]: <info> [1720740929.4579] device (wlan0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Jul 11 18:35:29 FRMWK635005 NetworkManager[673]: <info> [1720740929.4587] manager: NetworkManager state is now CONNECTING
Jul 11 18:35:29 FRMWK635005 NetworkManager[673]: <info> [1720740929.4592] device (wlan0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Jul 11 18:35:29 FRMWK635005 NetworkManager[673]: <info> [1720740929.4597] device (wlan0): Activation: (wifi) access point 'DRHITX1' has security, but secrets are required.
Jul 11 18:35:29 FRMWK635005 NetworkManager[673]: <info> [1720740929.4597] device (wlan0): state change: config -> need-auth (reason 'none', sys-iface-state: 'managed')
Jul 11 18:35:29 FRMWK635005 NetworkManager[673]: <info> [1720740929.4599] sup-iface[a571fff412613a73,0,wlan0]: wps: type pbc start...
Jul 11 18:35:29 FRMWK635005 NetworkManager[673]: <info> [1720740929.4675] device (wlan0): supplicant interface state: inactive -> scanning
Jul 11 18:35:29 FRMWK635005 NetworkManager[673]: <info> [1720740929.4675] device (p2p-dev-wlan0): supplicant management interface state: inactive -> scanning
Jul 11 18:35:29 FRMWK635005 NetworkManager[673]: <info> [1720740929.4909] device (wlan0): state change: need-auth -> prepare (reason 'none', sys-iface-state: 'managed')
Jul 11 18:35:29 FRMWK635005 NetworkManager[673]: <info> [1720740929.4915] device (wlan0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Jul 11 18:35:29 FRMWK635005 NetworkManager[673]: <info> [1720740929.4919] device (wlan0): Activation: (wifi) connection 'DRHITX1' has security, and secrets exist. No new secrets needed.
Jul 11 18:35:29 FRMWK635005 NetworkManager[673]: <info> [1720740929.4919] Config: added 'ssid' value 'DRHITX1'
Jul 11 18:35:29 FRMWK635005 NetworkManager[673]: <info> [1720740929.4920] Config: added 'scan_ssid' value '1'
Jul 11 18:35:29 FRMWK635005 NetworkManager[673]: <info> [1720740929.4920] Config: added 'bgscan' value 'simple:30:-65:300'
Jul 11 18:35:29 FRMWK635005 NetworkManager[673]: <info> [1720740929.4920] Config: added 'key_mgmt' value 'WPA-PSK WPA-PSK-SHA256 SAE'
Jul 11 18:35:29 FRMWK635005 NetworkManager[673]: <info> [1720740929.4920] Config: added 'auth_alg' value 'OPEN'
Jul 11 18:35:29 FRMWK635005 NetworkManager[673]: <info> [1720740929.4920] Config: added 'psk' value '<hidden>'
Jul 11 18:35:29 FRMWK635005 NetworkManager[673]: <info> [1720740929.5293] device (wlan0): supplicant interface state: scanning -> disconnected
Jul 11 18:35:29 FRMWK635005 NetworkManager[673]: <info> [1720740929.5293] device (p2p-dev-wlan0): supplicant management interface state: scanning -> disconnected
Jul 11 18:35:30 FRMWK635005 NetworkManager[673]: <info> [1720740930.0318] device (wlan0): supplicant interface state: disconnected -> scanning
Jul 11 18:35:30 FRMWK635005 NetworkManager[673]: <info> [1720740930.0319] device (p2p-dev-wlan0): supplicant management interface state: disconnected -> scanning
Jul 11 18:35:30 FRMWK635005 NetworkManager[673]: <info> [1720740930.3114] device (wlan0): supplicant interface state: scanning -> authenticating
Jul 11 18:35:30 FRMWK635005 NetworkManager[673]: <info> [1720740930.3114] device (p2p-dev-wlan0): supplicant management interface state: scanning -> authenticating
Jul 11 18:35:30 FRMWK635005 NetworkManager[673]: <info> [1720740930.3542] device (wlan0): supplicant interface state: authenticating -> associating
Jul 11 18:35:30 FRMWK635005 NetworkManager[673]: <info> [1720740930.3543] device (p2p-dev-wlan0): supplicant management interface state: authenticating -> associating
Jul 11 18:35:30 FRMWK635005 NetworkManager[673]: <info> [1720740930.4372] device (wlan0): supplicant interface state: associating -> associated
Jul 11 18:35:30 FRMWK635005 NetworkManager[673]: <info> [1720740930.4373] device (p2p-dev-wlan0): supplicant management interface state: associating -> associated
Jul 11 18:35:30 FRMWK635005 NetworkManager[673]: <info> [1720740930.4837] device (wlan0): supplicant interface state: associated -> 4way_handshake
Jul 11 18:35:30 FRMWK635005 NetworkManager[673]: <info> [1720740930.4837] device (p2p-dev-wlan0): supplicant management interface state: associated -> 4way_handshake
Jul 11 18:35:30 FRMWK635005 NetworkManager[673]: <info> [1720740930.5135] device (wlan0): supplicant interface state: 4way_handshake -> completed
Jul 11 18:35:30 FRMWK635005 NetworkManager[673]: <info> [1720740930.5135] device (wlan0): Activation: (wifi) Stage 2 of 5 (Device Configure) successful. Connected to wireless network "DRHITX1"
Jul 11 18:35:30 FRMWK635005 NetworkManager[673]: <info> [1720740930.5136] device (p2p-dev-wlan0): supplicant management interface state: 4way_handshake -> completed
Jul 11 18:35:30 FRMWK635005 NetworkManager[673]: <info> [1720740930.5142] device (wlan0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
Jul 11 18:35:30 FRMWK635005 NetworkManager[673]: <info> [1720740930.5151] dhcp4 (wlan0): activation: beginning transaction (timeout in 45 seconds)
Jul 11 18:35:34 FRMWK635005 NetworkManager[673]: <info> [1720740934.7406] device (wlan0): supplicant interface state: completed -> disconnected
Jul 11 18:35:34 FRMWK635005 NetworkManager[673]: <info> [1720740934.7407] device (p2p-dev-wlan0): supplicant management interface state: completed -> disconnected
Jul 11 18:35:34 FRMWK635005 NetworkManager[673]: <info> [1720740934.7992] device (wlan0): supplicant interface state: disconnected -> scanning
Jul 11 18:35:34 FRMWK635005 NetworkManager[673]: <info> [1720740934.7993] device (p2p-dev-wlan0): supplicant management interface state: disconnected -> scanning
Jul 11 18:35:37 FRMWK635005 NetworkManager[673]: <info> [1720740937.0059] device (wlan0): supplicant interface state: scanning -> disconnected
Jul 11 18:35:37 FRMWK635005 NetworkManager[673]: <info> [1720740937.0060] device (p2p-dev-wlan0): supplicant management interface state: scanning -> disconnected
Jul 11 18:35:38 FRMWK635005 NetworkManager[673]: <info> [1720740938.0064] device (wlan0): supplicant interface state: disconnected -> scanning
Jul 11 18:35:38 FRMWK635005 NetworkManager[673]: <info> [1720740938.0064] device (p2p-dev-wlan0): supplicant management interface state: disconnected -> scanning
Jul 11 18:35:38 FRMWK635005 NetworkManager[673]: <info> [1720740938.9801] device (wlan0): supplicant interface state: scanning -> disconnected
Jul 11 18:35:38 FRMWK635005 NetworkManager[673]: <info> [1720740938.9802] device (p2p-dev-wlan0): supplicant management interface state: scanning -> disconnected
Jul 11 18:35:38 FRMWK635005 NetworkManager[673]: <info> [1720740938.9940] device (wlan0): supplicant interface state: disconnected -> associated
Jul 11 18:35:38 FRMWK635005 NetworkManager[673]: <info> [1720740938.9941] device (p2p-dev-wlan0): supplicant management interface state: disconnected -> associated
Jul 11 18:35:42 FRMWK635005 NetworkManager[673]: <info> [1720740942.8762] dhcp4 (wlan0): state changed new lease, address=192.168.1.121, acd pending
Jul 11 18:35:43 FRMWK635005 NetworkManager[673]: <info> [1720740943.0507] dhcp4 (wlan0): state changed new lease, address=192.168.1.121
Jul 11 18:35:43 FRMWK635005 NetworkManager[673]: <info> [1720740943.0519] policy: set 'DRHITX1' (wlan0) as default for IPv4 routing and DNS
Jul 11 18:35:43 FRMWK635005 NetworkManager[673]: <info> [1720740943.0794] device (wlan0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
Jul 11 18:35:43 FRMWK635005 NetworkManager[673]: <info> [1720740943.1495] device (wlan0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
Jul 11 18:35:43 FRMWK635005 NetworkManager[673]: <info> [1720740943.1498] device (wlan0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
Jul 11 18:35:43 FRMWK635005 NetworkManager[673]: <info> [1720740943.1500] manager: NetworkManager state is now CONNECTED_SITE
Jul 11 18:35:43 FRMWK635005 NetworkManager[673]: <info> [1720740943.1509] device (wlan0): Activation: successful, device activated.
Jul 11 18:35:43 FRMWK635005 NetworkManager[673]: <info> [1720740943.1720] audit: op="statistics" interface="wlan0" ifindex=4 args="2000" pid=1177 uid=1000 result="success"
Jul 11 18:35:43 FRMWK635005 NetworkManager[673]: <info> [1720740943.5199] manager: NetworkManager state is now CONNECTED_GLOBAL
Jul 11 18:35:44 FRMWK635005 NetworkManager[673]: <info> [1720740944.6774] dhcp6 (wlan0): activation: beginning transaction (timeout in 45 seconds)
Jul 11 18:35:44 FRMWK635005 NetworkManager[673]: <info> [1720740944.6792] policy: set 'DRHITX1' (wlan0) as default for IPv6 routing and DNS
Jul 11 18:35:44 FRMWK635005 NetworkManager[673]: <info> [1720740944.8841] dhcp6 (wlan0): state changed new lease
Jul 11 18:35:48 FRMWK635005 NetworkManager[673]: <info> [1720740948.9953] device (wlan0): supplicant interface state: associated -> disconnected
Jul 11 18:35:48 FRMWK635005 NetworkManager[673]: <info> [1720740948.9955] device (p2p-dev-wlan0): supplicant management interface state: associated -> disconnected
Jul 11 18:35:55 FRMWK635005 NetworkManager[673]: <info> [1720740955.0966] device (wlan0): supplicant interface state: disconnected -> scanning
Jul 11 18:35:55 FRMWK635005 NetworkManager[673]: <info> [1720740955.0967] device (p2p-dev-wlan0): supplicant management interface state: disconnected -> scanning
Jul 11 18:35:55 FRMWK635005 NetworkManager[673]: <info> [1720740955.3576] device (wlan0): supplicant interface state: scanning -> authenticating
Jul 11 18:35:55 FRMWK635005 NetworkManager[673]: <info> [1720740955.3577] device (p2p-dev-wlan0): supplicant management interface state: scanning -> authenticating
Jul 11 18:35:55 FRMWK635005 NetworkManager[673]: <info> [1720740955.3932] device (wlan0): supplicant interface state: authenticating -> associating
Jul 11 18:35:55 FRMWK635005 NetworkManager[673]: <info> [1720740955.3933] device (p2p-dev-wlan0): supplicant management interface state: authenticating -> associating
Jul 11 18:35:55 FRMWK635005 NetworkManager[673]: <info> [1720740955.4640] device (wlan0): supplicant interface state: associating -> associated
Jul 11 18:35:55 FRMWK635005 NetworkManager[673]: <info> [1720740955.4640] device (p2p-dev-wlan0): supplicant management interface state: associating -> associated
Jul 11 18:35:55 FRMWK635005 NetworkManager[673]: <info> [1720740955.5214] device (wlan0): supplicant interface state: associated -> 4way_handshake
Jul 11 18:35:55 FRMWK635005 NetworkManager[673]: <info> [1720740955.5215] device (p2p-dev-wlan0): supplicant management interface state: associated -> 4way_handshake
Jul 11 18:35:55 FRMWK635005 NetworkManager[673]: <info> [1720740955.5461] device (wlan0): supplicant interface state: 4way_handshake -> completed
Jul 11 18:35:55 FRMWK635005 NetworkManager[673]: <info> [1720740955.5521] device (wlan0): ip:dhcp4: restarting
Jul 11 18:35:55 FRMWK635005 NetworkManager[673]: <info> [1720740955.5522] dhcp4 (wlan0): canceled DHCP transaction
Jul 11 18:35:55 FRMWK635005 NetworkManager[673]: <info> [1720740955.5522] dhcp4 (wlan0): activation: beginning transaction (timeout in 45 seconds)
Jul 11 18:35:55 FRMWK635005 NetworkManager[673]: <info> [1720740955.5522] dhcp4 (wlan0): state changed no lease
Jul 11 18:35:55 FRMWK635005 NetworkManager[673]: <info> [1720740955.5523] dhcp4 (wlan0): activation: beginning transaction (timeout in 45 seconds)
Jul 11 18:35:55 FRMWK635005 NetworkManager[673]: <info> [1720740955.5525] device (wlan0): ip:dhcp6: restarting
Jul 11 18:35:55 FRMWK635005 NetworkManager[673]: <info> [1720740955.5525] dhcp6 (wlan0): canceled DHCP transaction
Jul 11 18:35:55 FRMWK635005 NetworkManager[673]: <info> [1720740955.5525] dhcp6 (wlan0): activation: beginning transaction (timeout in 45 seconds)
Jul 11 18:35:55 FRMWK635005 NetworkManager[673]: <info> [1720740955.5526] dhcp6 (wlan0): state changed no lease
Jul 11 18:35:55 FRMWK635005 NetworkManager[673]: <info> [1720740955.5526] dhcp6 (wlan0): activation: beginning transaction (timeout in 45 seconds)
Jul 11 18:35:55 FRMWK635005 NetworkManager[673]: <info> [1720740955.5528] device (p2p-dev-wlan0): supplicant management interface state: 4way_handshake -> completed
Jul 11 18:35:59 FRMWK635005 NetworkManager[673]: <info> [1720740959.9303] device (wlan0): supplicant interface state: completed -> disconnected
Jul 11 18:35:59 FRMWK635005 NetworkManager[673]: <info> [1720740959.9304] device (p2p-dev-wlan0): supplicant management interface state: completed -> disconnected
Jul 11 18:35:59 FRMWK635005 NetworkManager[673]: <info> [1720740959.9934] device (wlan0): supplicant interface state: disconnected -> scanning
Jul 11 18:35:59 FRMWK635005 NetworkManager[673]: <info> [1720740959.9935] device (p2p-dev-wlan0): supplicant management interface state: disconnected -> scanning
Jul 11 18:36:04 FRMWK635005 NetworkManager[673]: <info> [1720740964.6505] device (wlan0): supplicant interface state: scanning -> disconnected
Jul 11 18:36:04 FRMWK635005 NetworkManager[673]: <info> [1720740964.6506] device (p2p-dev-wlan0): supplicant management interface state: scanning -> disconnected
Jul 11 18:36:04 FRMWK635005 NetworkManager[673]: <info> [1720740964.6652] device (wlan0): supplicant interface state: disconnected -> associated
Jul 11 18:36:04 FRMWK635005 NetworkManager[673]: <info> [1720740964.6653] device (p2p-dev-wlan0): supplicant management interface state: disconnected -> associated
Jul 11 18:36:08 FRMWK635005 NetworkManager[673]: <info> [1720740968.9713] dhcp6 (wlan0): state changed new lease
Jul 11 18:36:10 FRMWK635005 NetworkManager[673]: <info> [1720740970.4967] dhcp4 (wlan0): state changed no lease
Jul 11 18:36:11 FRMWK635005 NetworkManager[673]: <info> [1720740971.4340] device (eth0): state change: unavailable -> unmanaged (reason 'unmanaged-link-not-init', sys-iface-state: 'removed')
Jul 11 18:36:12 FRMWK635005 NetworkManager[673]: <info> [1720740972.4942] dhcp4 (wlan0): state changed new lease, address=192.168.1.121, acd pending
Jul 11 18:36:12 FRMWK635005 NetworkManager[673]: <info> [1720740972.6179] dhcp4 (wlan0): state changed new lease, address=192.168.1.121
Jul 11 18:36:12 FRMWK635005 NetworkManager[673]: <info> [1720740972.6189] policy: set 'DRHITX1' (wlan0) as default for IPv4 routing and DNS
Jul 11 18:36:14 FRMWK635005 NetworkManager[673]: <info> [1720740974.2443] device (wlan0): supplicant interface state: associated -> disconnected
Jul 11 18:36:14 FRMWK635005 NetworkManager[673]: <info> [1720740974.2444] device (p2p-dev-wlan0): supplicant management interface state: associated -> disconnected
Jul 11 18:36:14 FRMWK635005 NetworkManager[673]: <info> [1720740974.3446] device (wlan0): supplicant interface state: disconnected -> scanning
Jul 11 18:36:14 FRMWK635005 NetworkManager[673]: <info> [1720740974.3447] device (p2p-dev-wlan0): supplicant management interface state: disconnected -> scanning
Jul 11 18:36:14 FRMWK635005 NetworkManager[673]: <warn> [1720740974.4944] device (wlan0): link timed out.
Jul 11 18:36:14 FRMWK635005 NetworkManager[673]: <info> [1720740974.4945] device (wlan0): state change: activated -> failed (reason 'supplicant-timeout', sys-iface-state: 'managed')
Jul 11 18:36:14 FRMWK635005 NetworkManager[673]: <info> [1720740974.4954] manager: NetworkManager state is now DISCONNECTED
Jul 11 18:36:14 FRMWK635005 NetworkManager[673]: <warn> [1720740974.4963] device (wlan0): Activation: failed for connection 'DRHITX1'
Jul 11 18:36:14 FRMWK635005 NetworkManager[673]: <info> [1720740974.4979] device (wlan0): state change: failed -> disconnected (reason 'none', sys-iface-state: 'managed')
Jul 11 18:36:14 FRMWK635005 NetworkManager[673]: <info> [1720740974.5242] dhcp4 (wlan0): canceled DHCP transaction
Jul 11 18:36:14 FRMWK635005 NetworkManager[673]: <info> [1720740974.5242] dhcp4 (wlan0): activation: beginning transaction (timeout in 45 seconds)
Jul 11 18:36:14 FRMWK635005 NetworkManager[673]: <info> [1720740974.5242] dhcp4 (wlan0): state changed no lease
Jul 11 18:36:14 FRMWK635005 NetworkManager[673]: <info> [1720740974.5243] dhcp6 (wlan0): canceled DHCP transaction
Jul 11 18:36:14 FRMWK635005 NetworkManager[673]: <info> [1720740974.5243] dhcp6 (wlan0): activation: beginning transaction (timeout in 45 seconds)
Jul 11 18:36:14 FRMWK635005 NetworkManager[673]: <info> [1720740974.5243] dhcp6 (wlan0): state changed no lease
Jul 11 18:36:14 FRMWK635005 NetworkManager[673]: <info> [1720740974.6767] device (wlan0): supplicant interface state: scanning -> authenticating
Jul 11 18:36:14 FRMWK635005 NetworkManager[673]: <info> [1720740974.6768] device (p2p-dev-wlan0): supplicant management interface state: scanning -> authenticating
Jul 11 18:36:14 FRMWK635005 NetworkManager[673]: <info> [1720740974.6778] device (wlan0): supplicant interface state: authenticating -> disconnected
Jul 11 18:36:14 FRMWK635005 NetworkManager[673]: <info> [1720740974.6779] device (p2p-dev-wlan0): supplicant management interface state: authenticating -> disconnected
Jul 11 18:36:15 FRMWK635005 NetworkManager[673]: <info> [1720740975.1779] policy: auto-activating connection 'DRHITX1' (347a15a9-89c1-4fe4-b1d1-0a7b1583c49a)
Jul 11 18:36:15 FRMWK635005 NetworkManager[673]: <info> [1720740975.1790] device (wlan0): Activation: starting connection 'DRHITX1' (347a15a9-89c1-4fe4-b1d1-0a7b1583c49a)
Jul 11 18:36:15 FRMWK635005 NetworkManager[673]: <info> [1720740975.1792] device (wlan0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Jul 11 18:36:15 FRMWK635005 NetworkManager[673]: <info> [1720740975.1797] manager: NetworkManager state is now CONNECTING
Jul 11 18:36:15 FRMWK635005 NetworkManager[673]: <info> [1720740975.1801] device (wlan0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Jul 11 18:36:15 FRMWK635005 NetworkManager[673]: <info> [1720740975.1807] device (wlan0): Activation: (wifi) access point 'DRHITX1' has security, but secrets are required.
Jul 11 18:36:15 FRMWK635005 NetworkManager[673]: <info> [1720740975.1807] device (wlan0): state change: config -> need-auth (reason 'none', sys-iface-state: 'managed')
Jul 11 18:36:15 FRMWK635005 NetworkManager[673]: <info> [1720740975.1810] sup-iface[a571fff412613a73,0,wlan0]: wps: type pbc start...
Jul 11 18:36:15 FRMWK635005 NetworkManager[673]: <info> [1720740975.1905] device (wlan0): state change: need-auth -> prepare (reason 'none', sys-iface-state: 'managed')
Jul 11 18:36:15 FRMWK635005 NetworkManager[673]: <info> [1720740975.1908] device (wlan0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Jul 11 18:36:15 FRMWK635005 NetworkManager[673]: <info> [1720740975.1911] device (wlan0): Activation: (wifi) connection 'DRHITX1' has security, and secrets exist. No new secrets needed.
Jul 11 18:36:15 FRMWK635005 NetworkManager[673]: <info> [1720740975.1912] Config: added 'ssid' value 'DRHITX1'
Jul 11 18:36:15 FRMWK635005 NetworkManager[673]: <info> [1720740975.1912] Config: added 'scan_ssid' value '1'
Jul 11 18:36:15 FRMWK635005 NetworkManager[673]: <info> [1720740975.1912] Config: added 'bgscan' value 'simple:30:-65:300'
Jul 11 18:36:15 FRMWK635005 NetworkManager[673]: <info> [1720740975.1912] Config: added 'key_mgmt' value 'WPA-PSK WPA-PSK-SHA256 SAE'
Jul 11 18:36:15 FRMWK635005 NetworkManager[673]: <info> [1720740975.1912] Config: added 'auth_alg' value 'OPEN'
Jul 11 18:36:15 FRMWK635005 NetworkManager[673]: <info> [1720740975.1912] Config: added 'psk' value '<hidden>'
Jul 11 18:36:15 FRMWK635005 NetworkManager[673]: <info> [1720740975.2846] device (wlan0): supplicant interface state: disconnected -> scanning
Jul 11 18:36:15 FRMWK635005 NetworkManager[673]: <info> [1720740975.2847] device (p2p-dev-wlan0): supplicant management interface state: disconnected -> scanning
Jul 11 18:36:15 FRMWK635005 NetworkManager[673]: <info> [1720740975.3440] device (wlan0): supplicant interface state: scanning -> disconnected
Jul 11 18:36:15 FRMWK635005 NetworkManager[673]: <info> [1720740975.3440] device (p2p-dev-wlan0): supplicant management interface state: scanning -> disconnected
Jul 11 18:36:20 FRMWK635005 NetworkManager[673]: <info> [1720740980.3465] device (wlan0): supplicant interface state: disconnected -> scanning
Jul 11 18:36:20 FRMWK635005 NetworkManager[673]: <info> [1720740980.3465] device (p2p-dev-wlan0): supplicant management interface state: disconnected -> scanning
Jul 11 18:36:29 FRMWK635005 NetworkManager[673]: <info> [1720740989.6204] device (wlan0): supplicant interface state: scanning -> disconnected
Jul 11 18:36:29 FRMWK635005 NetworkManager[673]: <info> [1720740989.6205] device (p2p-dev-wlan0): supplicant management interface state: scanning -> disconnected
Jul 11 18:36:33 FRMWK635005 NetworkManager[673]: <info> [1720740993.5540] manager: (eth0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/6)
Jul 11 18:36:33 FRMWK635005 NetworkManager[673]: <info> [1720740993.5960] device (eth0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Jul 11 18:36:39 FRMWK635005 NetworkManager[673]: <info> [1720740999.6268] device (wlan0): supplicant interface state: disconnected -> scanning
Jul 11 18:36:39 FRMWK635005 NetworkManager[673]: <info> [1720740999.6268] device (p2p-dev-wlan0): supplicant management interface state: disconnected -> scanning
Jul 11 18:36:40 FRMWK635005 NetworkManager[673]: <warn> [1720741000.4962] device (wlan0): Activation: (wifi) association took too long, failing activation
Jul 11 18:36:40 FRMWK635005 NetworkManager[673]: <info> [1720741000.4963] device (wlan0): state change: config -> failed (reason 'ssid-not-found', sys-iface-state: 'managed')
Jul 11 18:36:40 FRMWK635005 NetworkManager[673]: <info> [1720741000.4968] manager: NetworkManager state is now DISCONNECTED
Jul 11 18:36:40 FRMWK635005 NetworkManager[673]: <warn> [1720741000.4973] device (wlan0): Activation: failed for connection 'DRHITX1'
Jul 11 18:36:40 FRMWK635005 NetworkManager[673]: <info> [1720741000.4980] device (wlan0): state change: failed -> disconnected (reason 'none', sys-iface-state: 'managed')
Jul 11 18:36:45 FRMWK635005 NetworkManager[673]: <info> [1720741005.7542] device (wlan0): supplicant interface state: scanning -> disconnected
Jul 11 18:36:45 FRMWK635005 NetworkManager[673]: <info> [1720741005.7543] device (p2p-dev-wlan0): supplicant management interface state: scanning -> disconnected
Jul 11 18:36:45 FRMWK635005 NetworkManager[673]: <info> [1720741005.7548] policy: auto-activating connection 'DRHITX1' (347a15a9-89c1-4fe4-b1d1-0a7b1583c49a)
Jul 11 18:36:45 FRMWK635005 NetworkManager[673]: <info> [1720741005.7558] device (wlan0): Activation: starting connection 'DRHITX1' (347a15a9-89c1-4fe4-b1d1-0a7b1583c49a)
Jul 11 18:36:45 FRMWK635005 NetworkManager[673]: <info> [1720741005.7565] device (wlan0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Jul 11 18:36:45 FRMWK635005 NetworkManager[673]: <info> [1720741005.7569] manager: NetworkManager state is now CONNECTING
Jul 11 18:36:45 FRMWK635005 NetworkManager[673]: <info> [1720741005.7574] device (wlan0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Jul 11 18:36:45 FRMWK635005 NetworkManager[673]: <info> [1720741005.7580] device (wlan0): Activation: (wifi) access point 'DRHITX1' has security, but secrets are required.
Jul 11 18:36:45 FRMWK635005 NetworkManager[673]: <info> [1720741005.7581] device (wlan0): state change: config -> need-auth (reason 'none', sys-iface-state: 'managed')
Jul 11 18:36:45 FRMWK635005 NetworkManager[673]: <info> [1720741005.7583] sup-iface[a571fff412613a73,0,wlan0]: wps: type pbc start...
Jul 11 18:36:45 FRMWK635005 NetworkManager[673]: <info> [1720741005.7656] device (wlan0): supplicant interface state: disconnected -> scanning
Jul 11 18:36:45 FRMWK635005 NetworkManager[673]: <info> [1720741005.7657] device (p2p-dev-wlan0): supplicant management interface state: disconnected -> scanning
Jul 11 18:36:45 FRMWK635005 NetworkManager[673]: <info> [1720741005.7750] device (wlan0): state change: need-auth -> prepare (reason 'none', sys-iface-state: 'managed')
Jul 11 18:36:45 FRMWK635005 NetworkManager[673]: <info> [1720741005.7756] device (wlan0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Jul 11 18:36:45 FRMWK635005 NetworkManager[673]: <info> [1720741005.7763] device (wlan0): Activation: (wifi) connection 'DRHITX1' has security, and secrets exist. No new secrets needed.
Jul 11 18:36:45 FRMWK635005 NetworkManager[673]: <info> [1720741005.7763] Config: added 'ssid' value 'DRHITX1'
Jul 11 18:36:45 FRMWK635005 NetworkManager[673]: <info> [1720741005.7763] Config: added 'scan_ssid' value '1'
Jul 11 18:36:45 FRMWK635005 NetworkManager[673]: <info> [1720741005.7763] Config: added 'bgscan' value 'simple:30:-65:300'
Jul 11 18:36:45 FRMWK635005 NetworkManager[673]: <info> [1720741005.7764] Config: added 'key_mgmt' value 'WPA-PSK WPA-PSK-SHA256 SAE'
Jul 11 18:36:45 FRMWK635005 NetworkManager[673]: <info> [1720741005.7764] Config: added 'auth_alg' value 'OPEN'
Jul 11 18:36:45 FRMWK635005 NetworkManager[673]: <info> [1720741005.7764] Config: added 'psk' value '<hidden>'
Jul 11 18:36:45 FRMWK635005 NetworkManager[673]: <info> [1720741005.8269] device (wlan0): supplicant interface state: scanning -> disconnected
Jul 11 18:36:45 FRMWK635005 NetworkManager[673]: <info> [1720741005.8270] device (p2p-dev-wlan0): supplicant management interface state: scanning -> disconnected
Jul 11 18:36:55 FRMWK635005 NetworkManager[673]: <info> [1720741015.8368] device (wlan0): supplicant interface state: disconnected -> scanning
Jul 11 18:36:55 FRMWK635005 NetworkManager[673]: <info> [1720741015.8368] device (p2p-dev-wlan0): supplicant management interface state: disconnected -> scanning
Jul 11 18:36:55 FRMWK635005 NetworkManager[673]: <info> [1720741015.9404] device (wlan0): supplicant interface state: scanning -> disconnected
Jul 11 18:36:55 FRMWK635005 NetworkManager[673]: <info> [1720741015.9404] device (p2p-dev-wlan0): supplicant management interface state: scanning -> disconnected
Jul 11 18:37:05 FRMWK635005 NetworkManager[673]: <info> [1720741025.9525] device (wlan0): supplicant interface state: disconnected -> scanning
Jul 11 18:37:05 FRMWK635005 NetworkManager[673]: <info> [1720741025.9525] device (p2p-dev-wlan0): supplicant management interface state: disconnected -> scanning
Jul 11 18:37:11 FRMWK635005 NetworkManager[673]: <warn> [1720741031.4959] device (wlan0): Activation: (wifi) association took too long, failing activation
Jul 11 18:37:11 FRMWK635005 NetworkManager[673]: <info> [1720741031.4960] device (wlan0): state change: config -> failed (reason 'ssid-not-found', sys-iface-state: 'managed')
Jul 11 18:37:11 FRMWK635005 NetworkManager[673]: <info> [1720741031.4966] manager: NetworkManager state is now DISCONNECTED
Jul 11 18:37:11 FRMWK635005 NetworkManager[673]: <warn> [1720741031.4973] device (wlan0): Activation: failed for connection 'DRHITX1'
Jul 11 18:37:11 FRMWK635005 NetworkManager[673]: <info> [1720741031.4978] device (wlan0): state change: failed -> disconnected (reason 'none', sys-iface-state: 'managed')
Jul 11 18:37:16 FRMWK635005 NetworkManager[673]: <info> [1720741036.7831] device (wlan0): Activation: starting connection 'DRHITX1' (347a15a9-89c1-4fe4-b1d1-0a7b1583c49a)
Jul 11 18:37:16 FRMWK635005 NetworkManager[673]: <info> [1720741036.7833] audit: op="connection-activate" uuid="347a15a9-89c1-4fe4-b1d1-0a7b1583c49a" name="DRHITX1" pid=1177 uid=1000 result="success"
Jul 11 18:37:16 FRMWK635005 NetworkManager[673]: <info> [1720741036.7833] device (wlan0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Jul 11 18:37:16 FRMWK635005 NetworkManager[673]: <info> [1720741036.7836] manager: NetworkManager state is now CONNECTING
Jul 11 18:37:16 FRMWK635005 NetworkManager[673]: <info> [1720741036.7838] device (wlan0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Jul 11 18:37:16 FRMWK635005 NetworkManager[673]: <info> [1720741036.7840] device (wlan0): Activation: (wifi) access point 'DRHITX1' has security, but secrets are required.
Jul 11 18:37:16 FRMWK635005 NetworkManager[673]: <info> [1720741036.7840] device (wlan0): state change: config -> need-auth (reason 'none', sys-iface-state: 'managed')
Jul 11 18:37:16 FRMWK635005 NetworkManager[673]: <info> [1720741036.7843] sup-iface[a571fff412613a73,0,wlan0]: wps: type pbc start...
Jul 11 18:37:16 FRMWK635005 NetworkManager[673]: <info> [1720741036.7953] device (wlan0): state change: need-auth -> prepare (reason 'none', sys-iface-state: 'managed')
Jul 11 18:37:16 FRMWK635005 NetworkManager[673]: <info> [1720741036.7957] device (wlan0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Jul 11 18:37:16 FRMWK635005 NetworkManager[673]: <info> [1720741036.7960] device (wlan0): Activation: (wifi) connection 'DRHITX1' has security, and secrets exist. No new secrets needed.
Jul 11 18:37:16 FRMWK635005 NetworkManager[673]: <info> [1720741036.7961] Config: added 'ssid' value 'DRHITX1'
Jul 11 18:37:16 FRMWK635005 NetworkManager[673]: <info> [1720741036.7961] Config: added 'scan_ssid' value '1'
Jul 11 18:37:16 FRMWK635005 NetworkManager[673]: <info> [1720741036.7961] Config: added 'bgscan' value 'simple:30:-65:300'
Jul 11 18:37:16 FRMWK635005 NetworkManager[673]: <info> [1720741036.7961] Config: added 'key_mgmt' value 'WPA-PSK WPA-PSK-SHA256 SAE'
Jul 11 18:37:16 FRMWK635005 NetworkManager[673]: <info> [1720741036.7961] Config: added 'auth_alg' value 'OPEN'
Jul 11 18:37:16 FRMWK635005 NetworkManager[673]: <info> [1720741036.7961] Config: added 'psk' value '<hidden>'
Jul 11 18:37:17 FRMWK635005 NetworkManager[673]: <info> [1720741037.3477] device (wlan0): supplicant interface state: scanning -> disconnected
Jul 11 18:37:17 FRMWK635005 NetworkManager[673]: <info> [1720741037.3477] device (p2p-dev-wlan0): supplicant management interface state: scanning -> disconnected
Jul 11 18:37:17 FRMWK635005 NetworkManager[673]: <info> [1720741037.8113] device (wlan0): supplicant interface state: disconnected -> scanning
Jul 11 18:37:17 FRMWK635005 NetworkManager[673]: <info> [1720741037.8114] device (p2p-dev-wlan0): supplicant management interface state: disconnected -> scanning
Jul 11 18:37:22 FRMWK635005 NetworkManager[673]: <info> [1720741042.0510] device (wlan0): supplicant interface state: scanning -> disconnected
Jul 11 18:37:22 FRMWK635005 NetworkManager[673]: <info> [1720741042.0510] device (p2p-dev-wlan0): supplicant management interface state: scanning -> disconnected
Jul 11 18:37:32 FRMWK635005 NetworkManager[673]: <info> [1720741052.0598] device (wlan0): supplicant interface state: disconnected -> scanning
Jul 11 18:37:32 FRMWK635005 NetworkManager[673]: <info> [1720741052.0598] device (p2p-dev-wlan0): supplicant management interface state: disconnected -> scanning
Jul 11 18:37:32 FRMWK635005 NetworkManager[673]: <info> [1720741052.1372] device (wlan0): supplicant interface state: scanning -> disconnected
Jul 11 18:37:32 FRMWK635005 NetworkManager[673]: <info> [1720741052.1373] device (p2p-dev-wlan0): supplicant management interface state: scanning -> disconnected
Jul 11 18:37:42 FRMWK635005 NetworkManager[673]: <info> [1720741062.1458] device (wlan0): supplicant interface state: disconnected -> scanning
Jul 11 18:37:42 FRMWK635005 NetworkManager[673]: <info> [1720741062.1459] device (p2p-dev-wlan0): supplicant management interface state: disconnected -> scanning
Jul 11 18:37:42 FRMWK635005 NetworkManager[673]: <warn> [1720741062.4959] device (wlan0): Activation: (wifi) association took too long, failing activation
Jul 11 18:37:42 FRMWK635005 NetworkManager[673]: <info> [1720741062.4960] device (wlan0): state change: config -> failed (reason 'ssid-not-found', sys-iface-state: 'managed')
Jul 11 18:37:42 FRMWK635005 NetworkManager[673]: <info> [1720741062.4967] manager: NetworkManager state is now DISCONNECTED
Jul 11 18:37:42 FRMWK635005 NetworkManager[673]: <warn> [1720741062.4972] device (wlan0): Activation: failed for connection 'DRHITX1'
Jul 11 18:37:42 FRMWK635005 NetworkManager[673]: <info> [1720741062.4997] device (wlan0): state change: failed -> disconnected (reason 'none', sys-iface-state: 'managed')
Jul 11 18:37:48 FRMWK635005 NetworkManager[673]: <info> [1720741068.0708] device (wlan0): supplicant interface state: scanning -> disconnected
Jul 11 18:37:48 FRMWK635005 NetworkManager[673]: <info> [1720741068.0709] device (p2p-dev-wlan0): supplicant management interface state: scanning -> disconnected
And output of journalctl -k | grep iwlwifi:
Jul 11 18:35:06 FRMWK635005 kernel: iwlwifi 0000:aa:00.0: enabling device (0000 -> 0002)
Jul 11 18:35:06 FRMWK635005 kernel: iwlwifi 0000:aa:00.0: Detected crf-id 0x400410, cnv-id 0x400410 wfpm id 0x80000000
Jul 11 18:35:06 FRMWK635005 kernel: iwlwifi 0000:aa:00.0: PCI dev 2725/0024, rev=0x420, rfid=0x10d000
Jul 11 18:35:06 FRMWK635005 kernel: iwlwifi 0000:aa:00.0: api flags index 2 larger than supported by driver
Jul 11 18:35:06 FRMWK635005 kernel: iwlwifi 0000:aa:00.0: TLV_FW_FSEQ_VERSION: FSEQ Version: 0.0.2.41
Jul 11 18:35:06 FRMWK635005 kernel: iwlwifi 0000:aa:00.0: loaded firmware version 83.e8f84e98.0 ty-a0-gf-a0-83.ucode op_mode iwlmvm
Jul 11 18:35:06 FRMWK635005 kernel: iwlwifi 0000:aa:00.0: Detected Intel(R) Wi-Fi 6 AX210 160MHz, REV=0x420
Jul 11 18:35:06 FRMWK635005 kernel: iwlwifi 0000:aa:00.0: WRT: Invalid buffer destination
Jul 11 18:35:06 FRMWK635005 kernel: iwlwifi 0000:aa:00.0: WFPM_UMAC_PD_NOTIFICATION: 0x20
Jul 11 18:35:06 FRMWK635005 kernel: iwlwifi 0000:aa:00.0: WFPM_LMAC2_PD_NOTIFICATION: 0x1f
Jul 11 18:35:06 FRMWK635005 kernel: iwlwifi 0000:aa:00.0: WFPM_AUTH_KEY_0: 0x90
Jul 11 18:35:06 FRMWK635005 kernel: iwlwifi 0000:aa:00.0: CNVI_SCU_SEQ_DATA_DW9: 0x0
Jul 11 18:35:06 FRMWK635005 kernel: iwlwifi 0000:aa:00.0: loaded PNVM version 35148b80
Jul 11 18:35:06 FRMWK635005 kernel: iwlwifi 0000:aa:00.0: Detected RF GF, rfid=0x10d000
Jul 11 18:35:06 FRMWK635005 kernel: iwlwifi 0000:aa:00.0: base HW address: 90:65:84:c4:4c:ad
Jul 11 18:35:06 FRMWK635005 kernel: iwlwifi 0000:aa:00.0: WRT: Invalid buffer destination
Jul 11 18:35:07 FRMWK635005 kernel: iwlwifi 0000:aa:00.0: WFPM_UMAC_PD_NOTIFICATION: 0x20
Jul 11 18:35:07 FRMWK635005 kernel: iwlwifi 0000:aa:00.0: WFPM_LMAC2_PD_NOTIFICATION: 0x1f
Jul 11 18:35:07 FRMWK635005 kernel: iwlwifi 0000:aa:00.0: WFPM_AUTH_KEY_0: 0x90
Jul 11 18:35:07 FRMWK635005 kernel: iwlwifi 0000:aa:00.0: CNVI_SCU_SEQ_DATA_DW9: 0x0
Jul 11 18:35:07 FRMWK635005 kernel: iwlwifi 0000:aa:00.0: Registered PHC clock: iwlwifi-PTP, with index: 0
Jul 11 18:35:07 FRMWK635005 kernel: iwlwifi 0000:aa:00.0: WRT: Invalid buffer destination
Jul 11 18:35:07 FRMWK635005 kernel: iwlwifi 0000:aa:00.0: WFPM_UMAC_PD_NOTIFICATION: 0x20
Jul 11 18:35:07 FRMWK635005 kernel: iwlwifi 0000:aa:00.0: WFPM_LMAC2_PD_NOTIFICATION: 0x1f
Jul 11 18:35:07 FRMWK635005 kernel: iwlwifi 0000:aa:00.0: WFPM_AUTH_KEY_0: 0x90
Jul 11 18:35:07 FRMWK635005 kernel: iwlwifi 0000:aa:00.0: CNVI_SCU_SEQ_DATA_DW9: 0x0
Last edited by gddrew (2024-07-11 23:58:36)
Offline
Update:
1. I re-installed linux-firmware.
2. Created /etc/modprobe.d/iwlwifi.conf and added these entries:
options iwlwifi 11n_disable=1
options iwlwifi power_save=0
options iwlwifi swcrypto=1
No delay when connecting. I'll keep an eye on it after multiple reboots and see where it goes.
Offline
Here is the output journalctl -U NetworkManager -b:
And output of journalctl -k | grep iwlwifi:
… and neither is what V1del asked for.
A primary concern here are concurrent network services and there's something super-fishy going on w/ your dhcp connections - you receive leases and then dhcp gets canceled afterwards.
Unless you *know* (not "believe") that's not the case, post the outputs you were asked for.
The iwlwifi snippet doesn't look like the module or firmware crashed.
Offline
Below is the output of what V1del asked for. The root of the problem I suspect is when I installed Arch, I probably included services I didn't need. When I installed networking I included networkmanager, dhcpcd, netctl, wireless_tools, iwd, and dialog.
Jul 12 06:48:43 FRMWK635005 kernel: Linux version 6.6.38-1-lts (linux-lts@archlinux) (gcc (GCC) 14.1.1 20240522, GNU ld (GNU Binutils) 2.42.0) #1 SMP PREEMPT_DYNAMIC Tue, 09 Jul 2024 11:08:50 +0000
Jul 12 06:48:43 FRMWK635005 kernel: Command line: BOOT_IMAGE=/vmlinuz-linux-lts root=UUID=9e40c54f-1ca2-42dc-9788-7e8ecccac490 rw loglevel=3 quiet
Jul 12 06:48:43 FRMWK635005 kernel: x86/split lock detection: #AC: crashing the kernel on kernel split_locks and warning on user-space split_locks
Jul 12 06:48:43 FRMWK635005 kernel: BIOS-provided physical RAM map:
Jul 12 06:48:43 FRMWK635005 kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
Jul 12 06:48:43 FRMWK635005 kernel: BIOS-e820: [mem 0x000000000009f000-0x00000000000fffff] reserved
Jul 12 06:48:43 FRMWK635005 kernel: BIOS-e820: [mem 0x0000000000100000-0x000000003c228fff] usable
Jul 12 06:48:43 FRMWK635005 kernel: BIOS-e820: [mem 0x000000003c229000-0x000000003cb28fff] reserved
Jul 12 06:48:43 FRMWK635005 kernel: BIOS-e820: [mem 0x000000003cb29000-0x000000003e93efff] usable
Jul 12 06:48:43 FRMWK635005 kernel: BIOS-e820: [mem 0x000000003e93f000-0x00000000409defff] reserved
Jul 12 06:48:43 FRMWK635005 kernel: BIOS-e820: [mem 0x00000000409df000-0x000000004398efff] ACPI NVS
Jul 12 06:48:43 FRMWK635005 kernel: BIOS-e820: [mem 0x000000004398f000-0x0000000043afefff] ACPI data
Jul 12 06:48:43 FRMWK635005 kernel: BIOS-e820: [mem 0x0000000043aff000-0x0000000043afffff] usable
Jul 12 06:48:43 FRMWK635005 kernel: BIOS-e820: [mem 0x0000000043b00000-0x0000000047ffffff] reserved
Jul 12 06:48:43 FRMWK635005 kernel: BIOS-e820: [mem 0x0000000049000000-0x00000000493fffff] reserved
Jul 12 06:48:43 FRMWK635005 kernel: BIOS-e820: [mem 0x000000004a000000-0x00000000503fffff] reserved
Jul 12 06:48:43 FRMWK635005 kernel: BIOS-e820: [mem 0x00000000c0000000-0x00000000cfffffff] reserved
Jul 12 06:48:43 FRMWK635005 kernel: BIOS-e820: [mem 0x00000000fed20000-0x00000000fed7ffff] reserved
Jul 12 06:48:43 FRMWK635005 kernel: BIOS-e820: [mem 0x00000000ff000000-0x000000017fffffff] reserved
Jul 12 06:48:43 FRMWK635005 kernel: BIOS-e820: [mem 0x0000000180000000-0x00000004afbfffff] usable
Jul 12 06:48:43 FRMWK635005 kernel: NX (Execute Disable) protection: active
Jul 12 06:48:43 FRMWK635005 kernel: APIC: Static calls initialized
Jul 12 06:48:43 FRMWK635005 kernel: efi: EFI v2.8 by INSYDE Corp.
Jul 12 06:48:43 FRMWK635005 kernel: efi: ACPI=0x43afe000 ACPI 2.0=0x43afe014 TPMFinalLog=0x438e6000 SMBIOS=0x3efda000 MEMATTR=0x37893518 ESRT=0x37903698 INITRD=0x37892718 RNG=0x43a0c018 TPMEventLog=0x3757f018
Jul 12 06:48:43 FRMWK635005 kernel: random: crng init done
Jul 12 06:48:43 FRMWK635005 kernel: efi: Remove mem78: MMIO range=[0xc0000000-0xcfffffff] (256MB) from e820 map
Jul 12 06:48:43 FRMWK635005 kernel: e820: remove [mem 0xc0000000-0xcfffffff] reserved
Jul 12 06:48:43 FRMWK635005 kernel: efi: Remove mem80: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
Jul 12 06:48:43 FRMWK635005 kernel: e820: remove [mem 0xff000000-0xffffffff] reserved
Jul 12 06:48:43 FRMWK635005 kernel: SMBIOS 3.4 present.
Jul 12 06:48:43 FRMWK635005 kernel: DMI: Framework Laptop (13th Gen Intel Core)/FRANMCCP06, BIOS 03.05 06/04/2024
Jul 12 06:48:43 FRMWK635005 kernel: tsc: Detected 2600.000 MHz processor
Jul 12 06:48:43 FRMWK635005 kernel: tsc: Detected 2611.200 MHz TSC
Jul 12 06:48:43 FRMWK635005 kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Jul 12 06:48:43 FRMWK635005 kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Jul 12 06:48:43 FRMWK635005 kernel: last_pfn = 0x4afc00 max_arch_pfn = 0x400000000
Jul 12 06:48:43 FRMWK635005 kernel: MTRR map: 5 entries (3 fixed + 2 variable; max 23), built from 10 variable MTRRs
Jul 12 06:48:43 FRMWK635005 kernel: x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
Jul 12 06:48:43 FRMWK635005 kernel: last_pfn = 0x43b00 max_arch_pfn = 0x400000000
Jul 12 06:48:43 FRMWK635005 kernel: esrt: Reserving ESRT space from 0x0000000037903698 to 0x0000000037903748.
Jul 12 06:48:43 FRMWK635005 kernel: e820: update [mem 0x37903000-0x37903fff] usable ==> reserved
Jul 12 06:48:43 FRMWK635005 kernel: Using GB pages for direct mapping
Jul 12 06:48:43 FRMWK635005 kernel: Secure boot disabled
Jul 12 06:48:43 FRMWK635005 kernel: RAMDISK: [mem 0x301c2000-0x3173dfff]
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: Early table checksum verification disabled
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: RSDP 0x0000000043AFE014 000024 (v02 INSYDE)
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: XSDT 0x0000000043A29188 00012C (v01 INSYDE ADL-P-M 00000002 01000013)
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: FACP 0x0000000043AD4000 00010C (v05 INSYDE ADL-P-M 00000002 ACPI 00040000)
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: DSDT 0x0000000043A35000 09B587 (v02 INSYDE ADL-P-M 00000002 ACPI 00040000)
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: FACS 0x00000000438C1000 000040
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: UEFI 0x000000004398E000 0001CF (v01 INSYDE ADL-P-M 00000001 ACPI 00040000)
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: SSDT 0x0000000043AF9000 003EF0 (v02 DptfTb DptfTabl 00001000 INTL 20200717)
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: SSDT 0x0000000043AF8000 00038C (v02 PmaxDv Pmax_Dev 00000001 INTL 20200717)
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: SSDT 0x0000000043AF2000 005D34 (v02 CpuRef CpuSsdt 00003000 INTL 20200717)
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: SSDT 0x0000000043AEF000 002C28 (v02 SaSsdt SaSsdt 00003000 INTL 20200717)
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: SSDT 0x0000000043AEB000 0033E9 (v02 INTEL IgfxSsdt 00003000 INTL 20200717)
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: SSDT 0x0000000043ADD000 00D87B (v02 INTEL TcssSsdt 00001000 INTL 20200717)
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: SDEV 0x0000000043ADC000 000046 (v01 INSYDE ADL-P-M 00000000 ACPI 00040000)
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: SSDT 0x0000000043ADB000 00077B (v02 INSYDE Tpm2Tabl 00001000 INTL 20200717)
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: TPM2 0x0000000043ADA000 00004C (v04 INSYDE ADL-P-M 00000002 ACPI 00040000)
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: SSDT 0x0000000043AD7000 001521 (v02 INSYDE UsbCTabl 00001000 INTL 20200717)
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: NHLT 0x0000000043AD6000 00002D (v00 INSYDE ADL-P-M 00000002 ACPI 00040000)
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: ECDT 0x0000000043AD5000 000069 (v01 INSYDE ADL-P-M 00000002 ACPI 00040000)
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: HPET 0x0000000043AD3000 000038 (v01 INSYDE ADL-P-M 00000002 ACPI 00040000)
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: APIC 0x0000000043AD2000 0001DC (v03 INSYDE ADL-P-M 00000002 ACPI 00040000)
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: MCFG 0x0000000043AD1000 00003C (v01 INSYDE ADL-P-M 00000002 ACPI 00040000)
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: SSDT 0x0000000043A2C000 008FA4 (v02 INSYDE ADL-P-M 00000002 01000013)
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: LPIT 0x0000000043A2B000 0000CC (v01 INSYDE ADL-P-M 00000002 ACPI 00040000)
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: WSMT 0x0000000043A2A000 000028 (v01 INSYDE ADL-P-M 00000002 ACPI 00040000)
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: SSDT 0x0000000043AFD000 000AD9 (v02 INSYDE PtidDevc 00001000 INTL 20200717)
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: SSDT 0x0000000043A1F000 0093E7 (v02 INSYDE TbtTypeC 00000000 INTL 20200717)
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: DBGP 0x0000000043A1E000 000034 (v01 INSYDE ADL-P-M 00000002 ACPI 00040000)
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: DBG2 0x0000000043A1D000 000054 (v00 INSYDE ADL-P-M 00000002 ACPI 00040000)
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: DMAR 0x0000000043A1C000 0000A8 (v01 INSYDE ADL-P-M 00000002 ACPI 00040000)
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: SSDT 0x0000000043A1A000 001008 (v02 INTEL xh_adlLP 00000000 INTL 20200717)
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: SSDT 0x0000000043A16000 0039DA (v02 SocGpe SocGpe 00003000 INTL 20200717)
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: SSDT 0x0000000043A12000 0039DA (v02 SocCmn SocCmn 00003000 INTL 20200717)
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: SSDT 0x0000000043A11000 0000F8 (v02 INSYDE PcdTabl 00001000 INTL 20200717)
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: FPDT 0x0000000043A0F000 000044 (v01 INSYDE ADL-P-M 00000002 ACPI 00040000)
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: PHAT 0x0000000043A0D000 00083C (v01 INSYDE ADL-P-M 00000005 ACPI 00040000)
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: ASF! 0x0000000043A10000 000074 (v32 INSYDE ADL-P-M 00000002 ACPI 00040000)
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: BGRT 0x0000000043A0E000 000038 (v01 INSYDE ADL-P-M 00000001 ACPI 00040000)
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: Reserving FACP table memory at [mem 0x43ad4000-0x43ad410b]
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: Reserving DSDT table memory at [mem 0x43a35000-0x43ad0586]
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: Reserving FACS table memory at [mem 0x438c1000-0x438c103f]
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: Reserving UEFI table memory at [mem 0x4398e000-0x4398e1ce]
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: Reserving SSDT table memory at [mem 0x43af9000-0x43afceef]
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: Reserving SSDT table memory at [mem 0x43af8000-0x43af838b]
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: Reserving SSDT table memory at [mem 0x43af2000-0x43af7d33]
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: Reserving SSDT table memory at [mem 0x43aef000-0x43af1c27]
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: Reserving SSDT table memory at [mem 0x43aeb000-0x43aee3e8]
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: Reserving SSDT table memory at [mem 0x43add000-0x43aea87a]
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: Reserving SDEV table memory at [mem 0x43adc000-0x43adc045]
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: Reserving SSDT table memory at [mem 0x43adb000-0x43adb77a]
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: Reserving TPM2 table memory at [mem 0x43ada000-0x43ada04b]
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: Reserving SSDT table memory at [mem 0x43ad7000-0x43ad8520]
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: Reserving NHLT table memory at [mem 0x43ad6000-0x43ad602c]
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: Reserving ECDT table memory at [mem 0x43ad5000-0x43ad5068]
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: Reserving HPET table memory at [mem 0x43ad3000-0x43ad3037]
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: Reserving APIC table memory at [mem 0x43ad2000-0x43ad21db]
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: Reserving MCFG table memory at [mem 0x43ad1000-0x43ad103b]
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: Reserving SSDT table memory at [mem 0x43a2c000-0x43a34fa3]
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: Reserving LPIT table memory at [mem 0x43a2b000-0x43a2b0cb]
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: Reserving WSMT table memory at [mem 0x43a2a000-0x43a2a027]
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: Reserving SSDT table memory at [mem 0x43afd000-0x43afdad8]
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: Reserving SSDT table memory at [mem 0x43a1f000-0x43a283e6]
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: Reserving DBGP table memory at [mem 0x43a1e000-0x43a1e033]
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: Reserving DBG2 table memory at [mem 0x43a1d000-0x43a1d053]
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: Reserving DMAR table memory at [mem 0x43a1c000-0x43a1c0a7]
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: Reserving SSDT table memory at [mem 0x43a1a000-0x43a1b007]
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: Reserving SSDT table memory at [mem 0x43a16000-0x43a199d9]
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: Reserving SSDT table memory at [mem 0x43a12000-0x43a159d9]
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: Reserving SSDT table memory at [mem 0x43a11000-0x43a110f7]
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: Reserving FPDT table memory at [mem 0x43a0f000-0x43a0f043]
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: Reserving PHAT table memory at [mem 0x43a0d000-0x43a0d83b]
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: Reserving ASF! table memory at [mem 0x43a10000-0x43a10073]
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: Reserving BGRT table memory at [mem 0x43a0e000-0x43a0e037]
Jul 12 06:48:43 FRMWK635005 kernel: No NUMA configuration found
Jul 12 06:48:43 FRMWK635005 kernel: Faking a node at [mem 0x0000000000000000-0x00000004afbfffff]
Jul 12 06:48:43 FRMWK635005 kernel: NODE_DATA(0) allocated [mem 0x4afbfb000-0x4afbfffff]
Jul 12 06:48:43 FRMWK635005 kernel: Zone ranges:
Jul 12 06:48:43 FRMWK635005 kernel: DMA [mem 0x0000000000001000-0x0000000000ffffff]
Jul 12 06:48:43 FRMWK635005 kernel: DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
Jul 12 06:48:43 FRMWK635005 kernel: Normal [mem 0x0000000100000000-0x00000004afbfffff]
Jul 12 06:48:43 FRMWK635005 kernel: Device empty
Jul 12 06:48:43 FRMWK635005 kernel: Movable zone start for each node
Jul 12 06:48:43 FRMWK635005 kernel: Early memory node ranges
Jul 12 06:48:43 FRMWK635005 kernel: node 0: [mem 0x0000000000001000-0x000000000009efff]
Jul 12 06:48:43 FRMWK635005 kernel: node 0: [mem 0x0000000000100000-0x000000003c228fff]
Jul 12 06:48:43 FRMWK635005 kernel: node 0: [mem 0x000000003cb29000-0x000000003e93efff]
Jul 12 06:48:43 FRMWK635005 kernel: node 0: [mem 0x0000000043aff000-0x0000000043afffff]
Jul 12 06:48:43 FRMWK635005 kernel: node 0: [mem 0x0000000180000000-0x00000004afbfffff]
Jul 12 06:48:43 FRMWK635005 kernel: Initmem setup node 0 [mem 0x0000000000001000-0x00000004afbfffff]
Jul 12 06:48:43 FRMWK635005 kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Jul 12 06:48:43 FRMWK635005 kernel: On node 0, zone DMA: 97 pages in unavailable ranges
Jul 12 06:48:43 FRMWK635005 kernel: On node 0, zone DMA32: 2304 pages in unavailable ranges
Jul 12 06:48:43 FRMWK635005 kernel: On node 0, zone DMA32: 20928 pages in unavailable ranges
Jul 12 06:48:43 FRMWK635005 kernel: On node 0, zone Normal: 17664 pages in unavailable ranges
Jul 12 06:48:43 FRMWK635005 kernel: On node 0, zone Normal: 1024 pages in unavailable ranges
Jul 12 06:48:43 FRMWK635005 kernel: Reserving Intel graphics memory at [mem 0x4c800000-0x503fffff]
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: PM-Timer IO Port: 0x1808
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: LAPIC_NMI (acpi_id[0x11] high edge lint[0x1])
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: LAPIC_NMI (acpi_id[0x12] high edge lint[0x1])
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: LAPIC_NMI (acpi_id[0x13] high edge lint[0x1])
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: LAPIC_NMI (acpi_id[0x14] high edge lint[0x1])
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: LAPIC_NMI (acpi_id[0x15] high edge lint[0x1])
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: LAPIC_NMI (acpi_id[0x16] high edge lint[0x1])
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: LAPIC_NMI (acpi_id[0x17] high edge lint[0x1])
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
Jul 12 06:48:43 FRMWK635005 kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: Using ACPI (MADT) for SMP configuration information
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
Jul 12 06:48:43 FRMWK635005 kernel: e820: update [mem 0x37595000-0x375e3fff] usable ==> reserved
Jul 12 06:48:43 FRMWK635005 kernel: TSC deadline timer available
Jul 12 06:48:43 FRMWK635005 kernel: smpboot: Allowing 16 CPUs, 0 hotplug CPUs
Jul 12 06:48:43 FRMWK635005 kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Jul 12 06:48:43 FRMWK635005 kernel: PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000fffff]
Jul 12 06:48:43 FRMWK635005 kernel: PM: hibernation: Registered nosave memory: [mem 0x37595000-0x375e3fff]
Jul 12 06:48:43 FRMWK635005 kernel: PM: hibernation: Registered nosave memory: [mem 0x37903000-0x37903fff]
Jul 12 06:48:43 FRMWK635005 kernel: PM: hibernation: Registered nosave memory: [mem 0x3c229000-0x3cb28fff]
Jul 12 06:48:43 FRMWK635005 kernel: PM: hibernation: Registered nosave memory: [mem 0x3e93f000-0x409defff]
Jul 12 06:48:43 FRMWK635005 kernel: PM: hibernation: Registered nosave memory: [mem 0x409df000-0x4398efff]
Jul 12 06:48:43 FRMWK635005 kernel: PM: hibernation: Registered nosave memory: [mem 0x4398f000-0x43afefff]
Jul 12 06:48:43 FRMWK635005 kernel: PM: hibernation: Registered nosave memory: [mem 0x43b00000-0x47ffffff]
Jul 12 06:48:43 FRMWK635005 kernel: PM: hibernation: Registered nosave memory: [mem 0x48000000-0x48ffffff]
Jul 12 06:48:43 FRMWK635005 kernel: PM: hibernation: Registered nosave memory: [mem 0x49000000-0x493fffff]
Jul 12 06:48:43 FRMWK635005 kernel: PM: hibernation: Registered nosave memory: [mem 0x49400000-0x49ffffff]
Jul 12 06:48:43 FRMWK635005 kernel: PM: hibernation: Registered nosave memory: [mem 0x4a000000-0x503fffff]
Jul 12 06:48:43 FRMWK635005 kernel: PM: hibernation: Registered nosave memory: [mem 0x50400000-0xfed1ffff]
Jul 12 06:48:43 FRMWK635005 kernel: PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xfed7ffff]
Jul 12 06:48:43 FRMWK635005 kernel: PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xffffffff]
Jul 12 06:48:43 FRMWK635005 kernel: PM: hibernation: Registered nosave memory: [mem 0x100000000-0x17fffffff]
Jul 12 06:48:43 FRMWK635005 kernel: [mem 0x50400000-0xfed1ffff] available for PCI devices
Jul 12 06:48:43 FRMWK635005 kernel: Booting paravirtualized kernel on bare hardware
Jul 12 06:48:43 FRMWK635005 kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Jul 12 06:48:43 FRMWK635005 kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:16 nr_cpu_ids:16 nr_node_ids:1
Jul 12 06:48:43 FRMWK635005 kernel: percpu: Embedded 64 pages/cpu s225280 r8192 d28672 u262144
Jul 12 06:48:43 FRMWK635005 kernel: pcpu-alloc: s225280 r8192 d28672 u262144 alloc=1*2097152
Jul 12 06:48:43 FRMWK635005 kernel: pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15
Jul 12 06:48:43 FRMWK635005 kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-linux-lts root=UUID=9e40c54f-1ca2-42dc-9788-7e8ecccac490 rw loglevel=3 quiet
Jul 12 06:48:43 FRMWK635005 kernel: Unknown kernel command line parameters "BOOT_IMAGE=/vmlinuz-linux-lts", will be passed to user space.
Jul 12 06:48:43 FRMWK635005 kernel: Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
Jul 12 06:48:43 FRMWK635005 kernel: Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
Jul 12 06:48:43 FRMWK635005 kernel: Fallback order for Node 0: 0
Jul 12 06:48:43 FRMWK635005 kernel: Built 1 zonelists, mobility grouping on. Total pages: 3538895
Jul 12 06:48:43 FRMWK635005 kernel: Policy zone: Normal
Jul 12 06:48:43 FRMWK635005 kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
Jul 12 06:48:43 FRMWK635005 kernel: software IO TLB: area num 16.
Jul 12 06:48:43 FRMWK635005 kernel: Memory: 13881152K/14380920K available (16384K kernel code, 2136K rwdata, 13020K rodata, 3420K init, 3792K bss, 499512K reserved, 0K cma-reserved)
Jul 12 06:48:43 FRMWK635005 kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
Jul 12 06:48:43 FRMWK635005 kernel: ftrace: allocating 48907 entries in 192 pages
Jul 12 06:48:43 FRMWK635005 kernel: ftrace: allocated 192 pages with 2 groups
Jul 12 06:48:43 FRMWK635005 kernel: Dynamic Preempt: voluntary
Jul 12 06:48:43 FRMWK635005 kernel: rcu: Preemptible hierarchical RCU implementation.
Jul 12 06:48:43 FRMWK635005 kernel: rcu: RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=16.
Jul 12 06:48:43 FRMWK635005 kernel: rcu: RCU priority boosting: priority 1 delay 500 ms.
Jul 12 06:48:43 FRMWK635005 kernel: Trampoline variant of Tasks RCU enabled.
Jul 12 06:48:43 FRMWK635005 kernel: Rude variant of Tasks RCU enabled.
Jul 12 06:48:43 FRMWK635005 kernel: Tracing variant of Tasks RCU enabled.
Jul 12 06:48:43 FRMWK635005 kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
Jul 12 06:48:43 FRMWK635005 kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
Jul 12 06:48:43 FRMWK635005 kernel: NR_IRQS: 20736, nr_irqs: 2184, preallocated irqs: 16
Jul 12 06:48:43 FRMWK635005 kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
Jul 12 06:48:43 FRMWK635005 kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Jul 12 06:48:43 FRMWK635005 kernel: Console: colour dummy device 80x25
Jul 12 06:48:43 FRMWK635005 kernel: printk: console [tty0] enabled
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: Core revision 20230628
Jul 12 06:48:43 FRMWK635005 kernel: hpet: HPET dysfunctional in PC10. Force disabled.
Jul 12 06:48:43 FRMWK635005 kernel: APIC: Switch to symmetric I/O mode setup
Jul 12 06:48:43 FRMWK635005 kernel: DMAR: Host address width 39
Jul 12 06:48:43 FRMWK635005 kernel: DMAR: DRHD base: 0x000000fed90000 flags: 0x0
Jul 12 06:48:43 FRMWK635005 kernel: DMAR: dmar0: reg_base_addr fed90000 ver 4:0 cap 1c0000c40660462 ecap 29a00f0505e
Jul 12 06:48:43 FRMWK635005 kernel: DMAR: DRHD base: 0x000000fed91000 flags: 0x1
Jul 12 06:48:43 FRMWK635005 kernel: DMAR: dmar1: reg_base_addr fed91000 ver 5:0 cap d2008c40660462 ecap f050da
Jul 12 06:48:43 FRMWK635005 kernel: DMAR: RMRR base: 0x0000004c000000 end: 0x000000503fffff
Jul 12 06:48:43 FRMWK635005 kernel: DMAR: RMRR base: 0x00000100000000 end: 0x0000017fffffff
Jul 12 06:48:43 FRMWK635005 kernel: DMAR-IR: IOAPIC id 2 under DRHD base 0xfed91000 IOMMU 1
Jul 12 06:48:43 FRMWK635005 kernel: DMAR-IR: HPET id 0 under DRHD base 0xfed91000
Jul 12 06:48:43 FRMWK635005 kernel: DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
Jul 12 06:48:43 FRMWK635005 kernel: DMAR-IR: Enabled IRQ remapping in x2apic mode
Jul 12 06:48:43 FRMWK635005 kernel: x2apic enabled
Jul 12 06:48:43 FRMWK635005 kernel: APIC: Switched APIC routing to: cluster x2apic
Jul 12 06:48:43 FRMWK635005 kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x25a39079a08, max_idle_ns: 440795310461 ns
Jul 12 06:48:43 FRMWK635005 kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 5224.00 BogoMIPS (lpj=8704000)
Jul 12 06:48:43 FRMWK635005 kernel: CPU0: Thermal monitoring enabled (TM1)
Jul 12 06:48:43 FRMWK635005 kernel: x86/cpu: User Mode Instruction Prevention (UMIP) activated
Jul 12 06:48:43 FRMWK635005 kernel: process: using mwait in idle threads
Jul 12 06:48:43 FRMWK635005 kernel: CET detected: Indirect Branch Tracking enabled
Jul 12 06:48:43 FRMWK635005 kernel: Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
Jul 12 06:48:43 FRMWK635005 kernel: Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
Jul 12 06:48:43 FRMWK635005 kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Jul 12 06:48:43 FRMWK635005 kernel: Spectre V2 : Mitigation: Enhanced / Automatic IBRS
Jul 12 06:48:43 FRMWK635005 kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Jul 12 06:48:43 FRMWK635005 kernel: Spectre V2 : Spectre v2 / PBRSB-eIBRS: Retire a single CALL on VMEXIT
Jul 12 06:48:43 FRMWK635005 kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Jul 12 06:48:43 FRMWK635005 kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
Jul 12 06:48:43 FRMWK635005 kernel: Register File Data Sampling: Mitigation: Clear Register File
Jul 12 06:48:43 FRMWK635005 kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Jul 12 06:48:43 FRMWK635005 kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Jul 12 06:48:43 FRMWK635005 kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Jul 12 06:48:43 FRMWK635005 kernel: x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
Jul 12 06:48:43 FRMWK635005 kernel: x86/fpu: Supporting XSAVE feature 0x800: 'Control-flow User registers'
Jul 12 06:48:43 FRMWK635005 kernel: x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
Jul 12 06:48:43 FRMWK635005 kernel: x86/fpu: xstate_offset[9]: 832, xstate_sizes[9]: 8
Jul 12 06:48:43 FRMWK635005 kernel: x86/fpu: xstate_offset[11]: 840, xstate_sizes[11]: 16
Jul 12 06:48:43 FRMWK635005 kernel: x86/fpu: Enabled xstate features 0xa07, context size is 856 bytes, using 'compacted' format.
Jul 12 06:48:43 FRMWK635005 kernel: Freeing SMP alternatives memory: 40K
Jul 12 06:48:43 FRMWK635005 kernel: pid_max: default: 32768 minimum: 301
Jul 12 06:48:43 FRMWK635005 kernel: LSM: initializing lsm=capability,landlock,lockdown,yama,bpf,integrity
Jul 12 06:48:43 FRMWK635005 kernel: landlock: Up and running.
Jul 12 06:48:43 FRMWK635005 kernel: Yama: becoming mindful.
Jul 12 06:48:43 FRMWK635005 kernel: LSM support for eBPF active
Jul 12 06:48:43 FRMWK635005 kernel: Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Jul 12 06:48:43 FRMWK635005 kernel: Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Jul 12 06:48:43 FRMWK635005 kernel: smpboot: CPU0: 13th Gen Intel(R) Core(TM) i7-1360P (family: 0x6, model: 0xba, stepping: 0x2)
Jul 12 06:48:43 FRMWK635005 kernel: RCU Tasks: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1.
Jul 12 06:48:43 FRMWK635005 kernel: RCU Tasks Rude: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1.
Jul 12 06:48:43 FRMWK635005 kernel: RCU Tasks Trace: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1.
Jul 12 06:48:43 FRMWK635005 kernel: Performance Events: XSAVE Architectural LBR, PEBS fmt4+-baseline, AnyThread deprecated, Alderlake Hybrid events, 32-deep LBR, full-width counters, Intel PMU driver.
Jul 12 06:48:43 FRMWK635005 kernel: core: cpu_core PMU driver:
Jul 12 06:48:43 FRMWK635005 kernel: ... version: 5
Jul 12 06:48:43 FRMWK635005 kernel: ... bit width: 48
Jul 12 06:48:43 FRMWK635005 kernel: ... generic registers: 8
Jul 12 06:48:43 FRMWK635005 kernel: ... value mask: 0000ffffffffffff
Jul 12 06:48:43 FRMWK635005 kernel: ... max period: 00007fffffffffff
Jul 12 06:48:43 FRMWK635005 kernel: ... fixed-purpose events: 4
Jul 12 06:48:43 FRMWK635005 kernel: ... event mask: 0001000f000000ff
Jul 12 06:48:43 FRMWK635005 kernel: signal: max sigframe size: 3632
Jul 12 06:48:43 FRMWK635005 kernel: Estimated ratio of average max frequency by base frequency (times 1024): 1772
Jul 12 06:48:43 FRMWK635005 kernel: rcu: Hierarchical SRCU implementation.
Jul 12 06:48:43 FRMWK635005 kernel: rcu: Max phase no-delay instances is 1000.
Jul 12 06:48:43 FRMWK635005 kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Jul 12 06:48:43 FRMWK635005 kernel: smp: Bringing up secondary CPUs ...
Jul 12 06:48:43 FRMWK635005 kernel: smpboot: x86: Booting SMP configuration:
Jul 12 06:48:43 FRMWK635005 kernel: .... node #0, CPUs: #2 #4 #6 #8 #9 #10 #11 #12 #13 #14 #15
Jul 12 06:48:43 FRMWK635005 kernel: core: cpu_atom PMU driver: PEBS-via-PT
Jul 12 06:48:43 FRMWK635005 kernel: ... version: 5
Jul 12 06:48:43 FRMWK635005 kernel: ... bit width: 48
Jul 12 06:48:43 FRMWK635005 kernel: ... generic registers: 6
Jul 12 06:48:43 FRMWK635005 kernel: ... value mask: 0000ffffffffffff
Jul 12 06:48:43 FRMWK635005 kernel: ... max period: 00007fffffffffff
Jul 12 06:48:43 FRMWK635005 kernel: ... fixed-purpose events: 3
Jul 12 06:48:43 FRMWK635005 kernel: ... event mask: 000000070000003f
Jul 12 06:48:43 FRMWK635005 kernel: #1 #3 #5 #7
Jul 12 06:48:43 FRMWK635005 kernel: smp: Brought up 1 node, 16 CPUs
Jul 12 06:48:43 FRMWK635005 kernel: smpboot: Max logical packages: 1
Jul 12 06:48:43 FRMWK635005 kernel: smpboot: Total of 16 processors activated (83591.00 BogoMIPS)
Jul 12 06:48:43 FRMWK635005 kernel: devtmpfs: initialized
Jul 12 06:48:43 FRMWK635005 kernel: x86/mm: Memory block size: 128MB
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: PM: Registering ACPI NVS region [mem 0x409df000-0x4398efff] (50003968 bytes)
Jul 12 06:48:43 FRMWK635005 kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Jul 12 06:48:43 FRMWK635005 kernel: futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
Jul 12 06:48:43 FRMWK635005 kernel: pinctrl core: initialized pinctrl subsystem
Jul 12 06:48:43 FRMWK635005 kernel: PM: RTC time: 06:48:35, date: 2024-07-12
Jul 12 06:48:43 FRMWK635005 kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Jul 12 06:48:43 FRMWK635005 kernel: DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
Jul 12 06:48:43 FRMWK635005 kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Jul 12 06:48:43 FRMWK635005 kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Jul 12 06:48:43 FRMWK635005 kernel: audit: initializing netlink subsys (disabled)
Jul 12 06:48:43 FRMWK635005 kernel: audit: type=2000 audit(1720766915.033:1): state=initialized audit_enabled=0 res=1
Jul 12 06:48:43 FRMWK635005 kernel: thermal_sys: Registered thermal governor 'fair_share'
Jul 12 06:48:43 FRMWK635005 kernel: thermal_sys: Registered thermal governor 'bang_bang'
Jul 12 06:48:43 FRMWK635005 kernel: thermal_sys: Registered thermal governor 'step_wise'
Jul 12 06:48:43 FRMWK635005 kernel: thermal_sys: Registered thermal governor 'user_space'
Jul 12 06:48:43 FRMWK635005 kernel: thermal_sys: Registered thermal governor 'power_allocator'
Jul 12 06:48:43 FRMWK635005 kernel: cpuidle: using governor ladder
Jul 12 06:48:43 FRMWK635005 kernel: cpuidle: using governor menu
Jul 12 06:48:43 FRMWK635005 kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Jul 12 06:48:43 FRMWK635005 kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xc0000000-0xcfffffff] (base 0xc0000000)
Jul 12 06:48:43 FRMWK635005 kernel: PCI: Using configuration type 1 for base access
Jul 12 06:48:43 FRMWK635005 kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
Jul 12 06:48:43 FRMWK635005 kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
Jul 12 06:48:43 FRMWK635005 kernel: HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
Jul 12 06:48:43 FRMWK635005 kernel: HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
Jul 12 06:48:43 FRMWK635005 kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
Jul 12 06:48:43 FRMWK635005 kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: Added _OSI(Module Device)
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: Added _OSI(Processor Device)
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: Added _OSI(Processor Aggregator Device)
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: 16 ACPI AML tables successfully acquired and loaded
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: EC: EC started
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: EC: interrupt blocked
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: EC: Boot ECDT EC used to handle transactions
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: USB4 _OSC: OS supports USB3+ DisplayPort+ PCIe+ XDomain+
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: USB4 _OSC: OS controls USB3+ DisplayPort+ PCIe+ XDomain+
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: Dynamic OEM Table Load:
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: SSDT 0xFFFF8881812A5800 000394 (v02 PmRef Cpu0Cst 00003001 INTL 20200717)
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: Dynamic OEM Table Load:
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: SSDT 0xFFFF888182892800 000605 (v02 PmRef Cpu0Ist 00003000 INTL 20200717)
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: Dynamic OEM Table Load:
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: SSDT 0xFFFF888182817200 0001AB (v02 PmRef Cpu0Psd 00003000 INTL 20200717)
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: Dynamic OEM Table Load:
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: SSDT 0xFFFF888182890800 0004B5 (v02 PmRef Cpu0Hwp 00003000 INTL 20200717)
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: Dynamic OEM Table Load:
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: SSDT 0xFFFF88818128A000 001BAF (v02 PmRef ApIst 00003000 INTL 20200717)
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: Dynamic OEM Table Load:
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: SSDT 0xFFFF88818128C000 001038 (v02 PmRef ApHwp 00003000 INTL 20200717)
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: Dynamic OEM Table Load:
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: SSDT 0xFFFF88818128E000 001349 (v02 PmRef ApPsd 00003000 INTL 20200717)
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: Dynamic OEM Table Load:
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: SSDT 0xFFFF888181298000 000FBB (v02 PmRef ApCst 00003000 INTL 20200717)
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: _OSC evaluated successfully for all CPUs
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: Interpreter enabled
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: PM: (supports S0 S3 S4 S5)
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: Using IOAPIC for interrupt routing
Jul 12 06:48:43 FRMWK635005 kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Jul 12 06:48:43 FRMWK635005 kernel: PCI: Ignoring E820 reservations for host bridge windows
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: Enabled 9 GPEs in block 00 to 7F
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: \_SB_.PC00.PEG0.PXP_: New power resource
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: \_SB_.PC00.PEG1.PXP_: New power resource
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: \_SB_.PC00.PEG2.PXP_: New power resource
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: \_SB_.PC00.XHCI.RHUB.HS10.BTRT: New power resource
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: \_SB_.PC00.PAUD: New power resource
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: \_SB_.PC00.CNVW.WRST: New power resource
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: \_SB_.PC00.RP06.PXP_: New power resource
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: \_SB_.PC00.RP08.PXP_: New power resource
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: \_SB_.PC00.RP09.PXSX.WRST: New power resource
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: \_SB_.PC00.RP09.PXSX.DRST: New power resource
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: \_SB_.PC00.TBT0: New power resource
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: \_SB_.PC00.TBT1: New power resource
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: \_SB_.PC00.D3C_: New power resource
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: \PIN_: New power resource
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-fe])
Jul 12 06:48:43 FRMWK635005 kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Jul 12 06:48:43 FRMWK635005 kernel: acpi PNP0A08:00: _OSC: platform does not support [AER]
Jul 12 06:48:43 FRMWK635005 kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability LTR DPC]
Jul 12 06:48:43 FRMWK635005 kernel: PCI host bridge to bus 0000:00
Jul 12 06:48:43 FRMWK635005 kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
Jul 12 06:48:43 FRMWK635005 kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
Jul 12 06:48:43 FRMWK635005 kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Jul 12 06:48:43 FRMWK635005 kernel: pci_bus 0000:00: root bus resource [mem 0x50400000-0xbfffffff window]
Jul 12 06:48:43 FRMWK635005 kernel: pci_bus 0000:00: root bus resource [mem 0x4000000000-0x7fffffffff window]
Jul 12 06:48:43 FRMWK635005 kernel: pci_bus 0000:00: root bus resource [bus 00-fe]
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:00.0: [8086:a707] type 00 class 0x060000
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:02.0: [8086:a7a0] type 00 class 0x030000
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:02.0: reg 0x10: [mem 0x605c000000-0x605cffffff 64bit]
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:02.0: reg 0x18: [mem 0x4000000000-0x400fffffff 64bit pref]
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:02.0: reg 0x20: [io 0x3000-0x303f]
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:02.0: BAR 2: assigned to efifb
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:02.0: DMAR: Skip IOMMU disabling for graphics
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:02.0: reg 0x344: [mem 0x00000000-0x00ffffff 64bit]
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:02.0: VF(n) BAR0 space: [mem 0x00000000-0x06ffffff 64bit] (contains BAR0 for 7 VFs)
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:02.0: reg 0x34c: [mem 0x00000000-0x1fffffff 64bit pref]
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:02.0: VF(n) BAR2 space: [mem 0x00000000-0xdfffffff 64bit pref] (contains BAR2 for 7 VFs)
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:04.0: [8086:a71d] type 00 class 0x118000
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:04.0: reg 0x10: [mem 0x605d180000-0x605d19ffff 64bit]
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:06.0: [8086:a74d] type 01 class 0x060400
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:06.0: PME# supported from D0 D3hot D3cold
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:06.0: PTM enabled (root), 4ns granularity
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:07.0: [8086:a76e] type 01 class 0x060400
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:07.0: PTM enabled (root), 4ns granularity
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:07.1: [8086:a73f] type 01 class 0x060400
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:07.1: PME# supported from D0 D3hot D3cold
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:07.1: PTM enabled (root), 4ns granularity
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:07.2: [8086:a72f] type 01 class 0x060400
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:07.2: PME# supported from D0 D3hot D3cold
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:07.2: PTM enabled (root), 4ns granularity
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:07.3: [8086:a71f] type 01 class 0x060400
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:07.3: PME# supported from D0 D3hot D3cold
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:07.3: PTM enabled (root), 4ns granularity
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:08.0: [8086:a74f] type 00 class 0x088000
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:08.0: reg 0x10: [mem 0x605d1d0000-0x605d1d0fff 64bit]
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:0a.0: [8086:a77d] type 00 class 0x118000
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:0a.0: reg 0x10: [mem 0x605d1b0000-0x605d1b7fff 64bit]
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:0a.0: enabling Extended Tags
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:0d.0: [8086:a71e] type 00 class 0x0c0330
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:0d.0: reg 0x10: [mem 0x605d1a0000-0x605d1affff 64bit]
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:0d.0: PME# supported from D3hot D3cold
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:0d.2: [8086:a73e] type 00 class 0x0c0340
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:0d.2: reg 0x10: [mem 0x605d140000-0x605d17ffff 64bit]
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:0d.2: reg 0x18: [mem 0x605d1cf000-0x605d1cffff 64bit]
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:0d.2: supports D1 D2
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:0d.2: PME# supported from D0 D1 D2 D3hot D3cold
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:0d.3: [8086:a76d] type 00 class 0x0c0340
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:0d.3: reg 0x10: [mem 0x605d100000-0x605d13ffff 64bit]
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:0d.3: reg 0x18: [mem 0x605d1ce000-0x605d1cefff 64bit]
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:0d.3: supports D1 D2
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:0d.3: PME# supported from D0 D1 D2 D3hot D3cold
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:14.0: [8086:51ed] type 00 class 0x0c0330
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:14.0: reg 0x10: [mem 0x7a400000-0x7a40ffff 64bit]
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:14.2: [8086:51ef] type 00 class 0x050000
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:14.2: reg 0x10: [mem 0x605d1c4000-0x605d1c7fff 64bit]
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:14.2: reg 0x18: [mem 0x605d1cd000-0x605d1cdfff 64bit]
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:15.0: [8086:51e8] type 00 class 0x0c8000
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:15.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:15.1: [8086:51e9] type 00 class 0x0c8000
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:15.1: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:15.3: [8086:51eb] type 00 class 0x0c8000
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:15.3: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:16.0: [8086:51e0] type 00 class 0x078000
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:16.0: reg 0x10: [mem 0x605d1c9000-0x605d1c9fff 64bit]
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:16.0: PME# supported from D3hot
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:16.3: [8086:51e3] type 00 class 0x070002
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:16.3: reg 0x10: [io 0x3060-0x3067]
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:16.3: reg 0x14: [mem 0x7a411000-0x7a411fff]
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:1d.0: [8086:51b0] type 01 class 0x060400
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:1d.0: PTM enabled (root), 4ns granularity
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:1f.0: [8086:519d] type 00 class 0x060100
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:1f.3: [8086:51ca] type 00 class 0x040380
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:1f.3: reg 0x10: [mem 0x605d1c0000-0x605d1c3fff 64bit]
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:1f.3: reg 0x20: [mem 0x605d000000-0x605d0fffff 64bit]
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:1f.3: PME# supported from D3hot D3cold
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:1f.4: [8086:51a3] type 00 class 0x0c0500
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:1f.4: reg 0x10: [mem 0x605d1c8000-0x605d1c80ff 64bit]
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:1f.4: reg 0x20: [io 0xefa0-0xefbf]
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:1f.5: [8086:51a4] type 00 class 0x0c8000
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:1f.5: reg 0x10: [mem 0xfe010000-0xfe010fff]
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:01:00.0: [144d:a80d] type 00 class 0x010802
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:01:00.0: reg 0x10: [mem 0x7a300000-0x7a303fff 64bit]
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:06.0: PCI bridge to [bus 01]
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:06.0: bridge window [mem 0x7a300000-0x7a3fffff]
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:07.0: PCI bridge to [bus 02-2b]
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:07.0: bridge window [mem 0x7c000000-0x881fffff]
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:07.0: bridge window [mem 0x6000000000-0x601bffffff 64bit pref]
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:07.1: PCI bridge to [bus 2c-55]
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:07.1: bridge window [mem 0x6e000000-0x7a1fffff]
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:07.1: bridge window [mem 0x6020000000-0x603bffffff 64bit pref]
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:07.2: PCI bridge to [bus 56-7f]
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:07.2: bridge window [mem 0x60000000-0x6c1fffff]
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:07.2: bridge window [mem 0x6040000000-0x605bffffff 64bit pref]
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:07.3: PCI bridge to [bus 80-a9]
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:07.3: bridge window [mem 0x52000000-0x5e1fffff]
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:07.3: bridge window [mem 0x6060000000-0x607bffffff 64bit pref]
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:aa:00.0: [8086:2725] type 00 class 0x028000
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:aa:00.0: reg 0x10: [mem 0x7a200000-0x7a203fff 64bit]
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:aa:00.0: PME# supported from D0 D3hot D3cold
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:1d.0: PCI bridge to [bus aa]
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:1d.0: bridge window [mem 0x7a200000-0x7a2fffff]
Jul 12 06:48:43 FRMWK635005 kernel: Low-power S0 idle used by default for system suspend
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: EC: interrupt unblocked
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: EC: event unblocked
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: EC: GPE=0x6e
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: \_SB_.PC00.LPCB.EC0_: Boot ECDT EC initialization complete
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: \_SB_.PC00.LPCB.EC0_: EC: Used to handle transactions and events
Jul 12 06:48:43 FRMWK635005 kernel: iommu: Default domain type: Translated
Jul 12 06:48:43 FRMWK635005 kernel: iommu: DMA domain TLB invalidation policy: lazy mode
Jul 12 06:48:43 FRMWK635005 kernel: SCSI subsystem initialized
Jul 12 06:48:43 FRMWK635005 kernel: libata version 3.00 loaded.
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: bus type USB registered
Jul 12 06:48:43 FRMWK635005 kernel: usbcore: registered new interface driver usbfs
Jul 12 06:48:43 FRMWK635005 kernel: usbcore: registered new interface driver hub
Jul 12 06:48:43 FRMWK635005 kernel: usbcore: registered new device driver usb
Jul 12 06:48:43 FRMWK635005 kernel: pps_core: LinuxPPS API ver. 1 registered
Jul 12 06:48:43 FRMWK635005 kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Jul 12 06:48:43 FRMWK635005 kernel: PTP clock support registered
Jul 12 06:48:43 FRMWK635005 kernel: EDAC MC: Ver: 3.0.0
Jul 12 06:48:43 FRMWK635005 kernel: efivars: Registered efivars operations
Jul 12 06:48:43 FRMWK635005 kernel: NetLabel: Initializing
Jul 12 06:48:43 FRMWK635005 kernel: NetLabel: domain hash size = 128
Jul 12 06:48:43 FRMWK635005 kernel: NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
Jul 12 06:48:43 FRMWK635005 kernel: NetLabel: unlabeled traffic allowed by default
Jul 12 06:48:43 FRMWK635005 kernel: mctp: management component transport protocol core
Jul 12 06:48:43 FRMWK635005 kernel: NET: Registered PF_MCTP protocol family
Jul 12 06:48:43 FRMWK635005 kernel: PCI: Using ACPI for IRQ routing
Jul 12 06:48:43 FRMWK635005 kernel: PCI: pci_cache_line_size set to 64 bytes
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:1f.5: can't claim BAR 0 [mem 0xfe010000-0xfe010fff]: no compatible bridge window
Jul 12 06:48:43 FRMWK635005 kernel: e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
Jul 12 06:48:43 FRMWK635005 kernel: e820: reserve RAM buffer [mem 0x37595000-0x37ffffff]
Jul 12 06:48:43 FRMWK635005 kernel: e820: reserve RAM buffer [mem 0x37903000-0x37ffffff]
Jul 12 06:48:43 FRMWK635005 kernel: e820: reserve RAM buffer [mem 0x3c229000-0x3fffffff]
Jul 12 06:48:43 FRMWK635005 kernel: e820: reserve RAM buffer [mem 0x3e93f000-0x3fffffff]
Jul 12 06:48:43 FRMWK635005 kernel: e820: reserve RAM buffer [mem 0x43b00000-0x43ffffff]
Jul 12 06:48:43 FRMWK635005 kernel: e820: reserve RAM buffer [mem 0x4afc00000-0x4afffffff]
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:02.0: vgaarb: bridge control possible
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Jul 12 06:48:43 FRMWK635005 kernel: vgaarb: loaded
Jul 12 06:48:43 FRMWK635005 kernel: clocksource: Switched to clocksource tsc-early
Jul 12 06:48:43 FRMWK635005 kernel: VFS: Disk quotas dquot_6.6.0
Jul 12 06:48:43 FRMWK635005 kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Jul 12 06:48:43 FRMWK635005 kernel: pnp: PnP ACPI init
Jul 12 06:48:43 FRMWK635005 kernel: system 00:00: [io 0x0680-0x069f] has been reserved
Jul 12 06:48:43 FRMWK635005 kernel: system 00:00: [io 0x164e-0x164f] has been reserved
Jul 12 06:48:43 FRMWK635005 kernel: system 00:02: [io 0x1854-0x1857] has been reserved
Jul 12 06:48:43 FRMWK635005 kernel: pnp 00:05: disabling [mem 0xc0000000-0xcfffffff] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
Jul 12 06:48:43 FRMWK635005 kernel: system 00:05: [mem 0xfedc0000-0xfedc7fff] has been reserved
Jul 12 06:48:43 FRMWK635005 kernel: system 00:05: [mem 0xfeda0000-0xfeda0fff] has been reserved
Jul 12 06:48:43 FRMWK635005 kernel: system 00:05: [mem 0xfeda1000-0xfeda1fff] has been reserved
Jul 12 06:48:43 FRMWK635005 kernel: system 00:05: [mem 0xfed20000-0xfed7ffff] could not be reserved
Jul 12 06:48:43 FRMWK635005 kernel: system 00:05: [mem 0xfed90000-0xfed93fff] could not be reserved
Jul 12 06:48:43 FRMWK635005 kernel: system 00:05: [mem 0xfed45000-0xfed8ffff] could not be reserved
Jul 12 06:48:43 FRMWK635005 kernel: system 00:05: [mem 0xfee00000-0xfeefffff] has been reserved
Jul 12 06:48:43 FRMWK635005 kernel: system 00:06: [io 0x2000-0x20fe] has been reserved
Jul 12 06:48:43 FRMWK635005 kernel: pnp: PnP ACPI: found 8 devices
Jul 12 06:48:43 FRMWK635005 kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Jul 12 06:48:43 FRMWK635005 kernel: NET: Registered PF_INET protocol family
Jul 12 06:48:43 FRMWK635005 kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Jul 12 06:48:43 FRMWK635005 kernel: tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
Jul 12 06:48:43 FRMWK635005 kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
Jul 12 06:48:43 FRMWK635005 kernel: TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Jul 12 06:48:43 FRMWK635005 kernel: TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
Jul 12 06:48:43 FRMWK635005 kernel: TCP: Hash tables configured (established 131072 bind 65536)
Jul 12 06:48:43 FRMWK635005 kernel: MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
Jul 12 06:48:43 FRMWK635005 kernel: UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
Jul 12 06:48:43 FRMWK635005 kernel: UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
Jul 12 06:48:43 FRMWK635005 kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Jul 12 06:48:43 FRMWK635005 kernel: NET: Registered PF_XDP protocol family
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:07.0: bridge window [io 0x1000-0x0fff] to [bus 02-2b] add_size 1000
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:07.1: bridge window [io 0x1000-0x0fff] to [bus 2c-55] add_size 1000
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:07.2: bridge window [io 0x1000-0x0fff] to [bus 56-7f] add_size 1000
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:07.3: bridge window [io 0x1000-0x0fff] to [bus 80-a9] add_size 1000
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:02.0: BAR 9: assigned [mem 0x4020000000-0x40ffffffff 64bit pref]
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:02.0: BAR 7: assigned [mem 0x4010000000-0x4016ffffff 64bit]
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:07.0: BAR 13: assigned [io 0x4000-0x4fff]
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:07.1: BAR 13: assigned [io 0x5000-0x5fff]
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:07.2: BAR 13: assigned [io 0x6000-0x6fff]
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:07.3: BAR 13: assigned [io 0x7000-0x7fff]
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:15.0: BAR 0: assigned [mem 0x4017000000-0x4017000fff 64bit]
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:15.1: BAR 0: assigned [mem 0x4017001000-0x4017001fff 64bit]
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:15.3: BAR 0: assigned [mem 0x4017002000-0x4017002fff 64bit]
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:1f.5: BAR 0: assigned [mem 0x50400000-0x50400fff]
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:06.0: PCI bridge to [bus 01]
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:06.0: bridge window [mem 0x7a300000-0x7a3fffff]
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:07.0: PCI bridge to [bus 02-2b]
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:07.0: bridge window [io 0x4000-0x4fff]
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:07.0: bridge window [mem 0x7c000000-0x881fffff]
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:07.0: bridge window [mem 0x6000000000-0x601bffffff 64bit pref]
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:07.1: PCI bridge to [bus 2c-55]
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:07.1: bridge window [io 0x5000-0x5fff]
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:07.1: bridge window [mem 0x6e000000-0x7a1fffff]
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:07.1: bridge window [mem 0x6020000000-0x603bffffff 64bit pref]
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:07.2: PCI bridge to [bus 56-7f]
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:07.2: bridge window [io 0x6000-0x6fff]
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:07.2: bridge window [mem 0x60000000-0x6c1fffff]
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:07.2: bridge window [mem 0x6040000000-0x605bffffff 64bit pref]
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:07.3: PCI bridge to [bus 80-a9]
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:07.3: bridge window [io 0x7000-0x7fff]
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:07.3: bridge window [mem 0x52000000-0x5e1fffff]
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:07.3: bridge window [mem 0x6060000000-0x607bffffff 64bit pref]
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:1d.0: PCI bridge to [bus aa]
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:1d.0: bridge window [mem 0x7a200000-0x7a2fffff]
Jul 12 06:48:43 FRMWK635005 kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
Jul 12 06:48:43 FRMWK635005 kernel: pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
Jul 12 06:48:43 FRMWK635005 kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
Jul 12 06:48:43 FRMWK635005 kernel: pci_bus 0000:00: resource 7 [mem 0x50400000-0xbfffffff window]
Jul 12 06:48:43 FRMWK635005 kernel: pci_bus 0000:00: resource 8 [mem 0x4000000000-0x7fffffffff window]
Jul 12 06:48:43 FRMWK635005 kernel: pci_bus 0000:01: resource 1 [mem 0x7a300000-0x7a3fffff]
Jul 12 06:48:43 FRMWK635005 kernel: pci_bus 0000:02: resource 0 [io 0x4000-0x4fff]
Jul 12 06:48:43 FRMWK635005 kernel: pci_bus 0000:02: resource 1 [mem 0x7c000000-0x881fffff]
Jul 12 06:48:43 FRMWK635005 kernel: pci_bus 0000:02: resource 2 [mem 0x6000000000-0x601bffffff 64bit pref]
Jul 12 06:48:43 FRMWK635005 kernel: pci_bus 0000:2c: resource 0 [io 0x5000-0x5fff]
Jul 12 06:48:43 FRMWK635005 kernel: pci_bus 0000:2c: resource 1 [mem 0x6e000000-0x7a1fffff]
Jul 12 06:48:43 FRMWK635005 kernel: pci_bus 0000:2c: resource 2 [mem 0x6020000000-0x603bffffff 64bit pref]
Jul 12 06:48:43 FRMWK635005 kernel: pci_bus 0000:56: resource 0 [io 0x6000-0x6fff]
Jul 12 06:48:43 FRMWK635005 kernel: pci_bus 0000:56: resource 1 [mem 0x60000000-0x6c1fffff]
Jul 12 06:48:43 FRMWK635005 kernel: pci_bus 0000:56: resource 2 [mem 0x6040000000-0x605bffffff 64bit pref]
Jul 12 06:48:43 FRMWK635005 kernel: pci_bus 0000:80: resource 0 [io 0x7000-0x7fff]
Jul 12 06:48:43 FRMWK635005 kernel: pci_bus 0000:80: resource 1 [mem 0x52000000-0x5e1fffff]
Jul 12 06:48:43 FRMWK635005 kernel: pci_bus 0000:80: resource 2 [mem 0x6060000000-0x607bffffff 64bit pref]
Jul 12 06:48:43 FRMWK635005 kernel: pci_bus 0000:aa: resource 1 [mem 0x7a200000-0x7a2fffff]
Jul 12 06:48:43 FRMWK635005 kernel: PCI: CLS 64 bytes, default 64
Jul 12 06:48:43 FRMWK635005 kernel: DMAR: Intel-IOMMU force enabled due to platform opt in
Jul 12 06:48:43 FRMWK635005 kernel: DMAR: No ATSR found
Jul 12 06:48:43 FRMWK635005 kernel: DMAR: No SATC found
Jul 12 06:48:43 FRMWK635005 kernel: DMAR: IOMMU feature fl1gp_support inconsistent
Jul 12 06:48:43 FRMWK635005 kernel: DMAR: IOMMU feature pgsel_inv inconsistent
Jul 12 06:48:43 FRMWK635005 kernel: DMAR: IOMMU feature nwfs inconsistent
Jul 12 06:48:43 FRMWK635005 kernel: DMAR: IOMMU feature dit inconsistent
Jul 12 06:48:43 FRMWK635005 kernel: DMAR: IOMMU feature sc_support inconsistent
Jul 12 06:48:43 FRMWK635005 kernel: DMAR: IOMMU feature dev_iotlb_support inconsistent
Jul 12 06:48:43 FRMWK635005 kernel: DMAR: dmar0: Using Queued invalidation
Jul 12 06:48:43 FRMWK635005 kernel: DMAR: dmar1: Using Queued invalidation
Jul 12 06:48:43 FRMWK635005 kernel: Trying to unpack rootfs image as initramfs...
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:02.0: Adding to iommu group 0
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:00.0: Adding to iommu group 1
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:04.0: Adding to iommu group 2
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:06.0: Adding to iommu group 3
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:07.0: Adding to iommu group 4
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:07.1: Adding to iommu group 5
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:07.2: Adding to iommu group 6
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:07.3: Adding to iommu group 7
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:08.0: Adding to iommu group 8
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:0a.0: Adding to iommu group 9
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:0d.0: Adding to iommu group 10
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:0d.2: Adding to iommu group 10
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:0d.3: Adding to iommu group 10
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:14.0: Adding to iommu group 11
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:14.2: Adding to iommu group 11
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:15.0: Adding to iommu group 12
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:15.1: Adding to iommu group 12
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:15.3: Adding to iommu group 12
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:16.0: Adding to iommu group 13
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:16.3: Adding to iommu group 13
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:1d.0: Adding to iommu group 14
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:1f.0: Adding to iommu group 15
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:1f.3: Adding to iommu group 15
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:1f.4: Adding to iommu group 15
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:00:1f.5: Adding to iommu group 15
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:01:00.0: Adding to iommu group 16
Jul 12 06:48:43 FRMWK635005 kernel: pci 0000:aa:00.0: Adding to iommu group 17
Jul 12 06:48:43 FRMWK635005 kernel: DMAR: Intel(R) Virtualization Technology for Directed I/O
Jul 12 06:48:43 FRMWK635005 kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Jul 12 06:48:43 FRMWK635005 kernel: software IO TLB: mapped [mem 0x000000003293a000-0x000000003693a000] (64MB)
Jul 12 06:48:43 FRMWK635005 kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x25a39079a08, max_idle_ns: 440795310461 ns
Jul 12 06:48:43 FRMWK635005 kernel: clocksource: Switched to clocksource tsc
Jul 12 06:48:43 FRMWK635005 kernel: Initialise system trusted keyrings
Jul 12 06:48:43 FRMWK635005 kernel: Key type blacklist registered
Jul 12 06:48:43 FRMWK635005 kernel: workingset: timestamp_bits=41 max_order=22 bucket_order=0
Jul 12 06:48:43 FRMWK635005 kernel: zbud: loaded
Jul 12 06:48:43 FRMWK635005 kernel: integrity: Platform Keyring initialized
Jul 12 06:48:43 FRMWK635005 kernel: integrity: Machine keyring initialized
Jul 12 06:48:43 FRMWK635005 kernel: Key type asymmetric registered
Jul 12 06:48:43 FRMWK635005 kernel: Asymmetric key parser 'x509' registered
Jul 12 06:48:43 FRMWK635005 kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
Jul 12 06:48:43 FRMWK635005 kernel: io scheduler mq-deadline registered
Jul 12 06:48:43 FRMWK635005 kernel: io scheduler kyber registered
Jul 12 06:48:43 FRMWK635005 kernel: io scheduler bfq registered
Jul 12 06:48:43 FRMWK635005 kernel: pcieport 0000:00:06.0: PME: Signaling with IRQ 122
Jul 12 06:48:43 FRMWK635005 kernel: pcieport 0000:00:07.0: PME: Signaling with IRQ 123
Jul 12 06:48:43 FRMWK635005 kernel: pcieport 0000:00:07.0: pciehp: Slot #3 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
Jul 12 06:48:43 FRMWK635005 kernel: pcieport 0000:00:07.1: PME: Signaling with IRQ 124
Jul 12 06:48:43 FRMWK635005 kernel: pcieport 0000:00:07.1: pciehp: Slot #4 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
Jul 12 06:48:43 FRMWK635005 kernel: pcieport 0000:00:07.2: PME: Signaling with IRQ 125
Jul 12 06:48:43 FRMWK635005 kernel: pcieport 0000:00:07.2: pciehp: Slot #5 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
Jul 12 06:48:43 FRMWK635005 kernel: pcieport 0000:00:07.3: PME: Signaling with IRQ 126
Jul 12 06:48:43 FRMWK635005 kernel: pcieport 0000:00:07.3: pciehp: Slot #6 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
Jul 12 06:48:43 FRMWK635005 kernel: pcieport 0000:00:1d.0: PME: Signaling with IRQ 127
Jul 12 06:48:43 FRMWK635005 kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Jul 12 06:48:43 FRMWK635005 kernel: Monitor-Mwait will be used to enter C-1 state
Jul 12 06:48:43 FRMWK635005 kernel: Monitor-Mwait will be used to enter C-2 state
Jul 12 06:48:43 FRMWK635005 kernel: Monitor-Mwait will be used to enter C-3 state
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: \_SB_.PR00: Found 3 idle states
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: AC: AC Adapter [ACAD] (on-line)
Jul 12 06:48:43 FRMWK635005 kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1d/PNP0C09:00/PNP0C0D:00/input/input0
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: button: Lid Switch [LID0]
Jul 12 06:48:43 FRMWK635005 kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: button: Power Button [PWRB]
Jul 12 06:48:43 FRMWK635005 kernel: thermal LNXTHERM:00: registered as thermal_zone0
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: thermal: Thermal Zone [TZ00] (51 C)
Jul 12 06:48:43 FRMWK635005 kernel: thermal LNXTHERM:01: registered as thermal_zone1
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: thermal: Thermal Zone [TZ01] (45 C)
Jul 12 06:48:43 FRMWK635005 kernel: thermal LNXTHERM:02: registered as thermal_zone2
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: thermal: Thermal Zone [TZ02] (48 C)
Jul 12 06:48:43 FRMWK635005 kernel: thermal LNXTHERM:03: registered as thermal_zone3
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: thermal: Thermal Zone [TZ03] (42 C)
Jul 12 06:48:43 FRMWK635005 kernel: thermal LNXTHERM:04: registered as thermal_zone4
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: thermal: Thermal Zone [TZ04] (33 C)
Jul 12 06:48:43 FRMWK635005 kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: battery: Slot [BAT1] (battery present)
Jul 12 06:48:43 FRMWK635005 kernel: 0000:00:16.3: ttyS4 at I/O 0x3060 (irq = 19, base_baud = 115200) is a 16550A
Jul 12 06:48:43 FRMWK635005 kernel: hpet_acpi_add: no address or irqs in _CRS
Jul 12 06:48:43 FRMWK635005 kernel: Non-volatile memory driver v1.3
Jul 12 06:48:43 FRMWK635005 kernel: Linux agpgart interface v0.103
Jul 12 06:48:43 FRMWK635005 kernel: tpm_tis NTC0702:00: 2.0 TPM (device-id 0xFC, rev-id 1)
Jul 12 06:48:43 FRMWK635005 kernel: Freeing initrd memory: 22000K
Jul 12 06:48:43 FRMWK635005 kernel: AMD-Vi: AMD IOMMUv2 functionality not available on this system - This is not a bug.
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: bus type drm_connector registered
Jul 12 06:48:43 FRMWK635005 kernel: usbcore: registered new interface driver usbserial_generic
Jul 12 06:48:43 FRMWK635005 kernel: usbserial: USB Serial support registered for generic
Jul 12 06:48:43 FRMWK635005 kernel: rtc_cmos 00:01: RTC can wake from S4
Jul 12 06:48:43 FRMWK635005 kernel: rtc_cmos 00:01: registered as rtc0
Jul 12 06:48:43 FRMWK635005 kernel: rtc_cmos 00:01: setting system clock to 2024-07-12T06:48:36 UTC (1720766916)
Jul 12 06:48:43 FRMWK635005 kernel: rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram
Jul 12 06:48:43 FRMWK635005 kernel: intel_pstate: Intel P-state driver initializing
Jul 12 06:48:43 FRMWK635005 kernel: intel_pstate: HWP enabled
Jul 12 06:48:43 FRMWK635005 kernel: ledtrig-cpu: registered to indicate activity on CPUs
Jul 12 06:48:43 FRMWK635005 kernel: [drm] Initialized simpledrm 1.0.0 20200625 for simple-framebuffer.0 on minor 0
Jul 12 06:48:43 FRMWK635005 kernel: fbcon: Deferring console take-over
Jul 12 06:48:43 FRMWK635005 kernel: simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
Jul 12 06:48:43 FRMWK635005 kernel: hid: raw HID events driver (C) Jiri Kosina
Jul 12 06:48:43 FRMWK635005 kernel: intel_pmc_core INT33A1:00: initialized
Jul 12 06:48:43 FRMWK635005 kernel: drop_monitor: Initializing network drop monitor service
Jul 12 06:48:43 FRMWK635005 kernel: Initializing XFRM netlink socket
Jul 12 06:48:43 FRMWK635005 kernel: NET: Registered PF_INET6 protocol family
Jul 12 06:48:43 FRMWK635005 kernel: Segment Routing with IPv6
Jul 12 06:48:43 FRMWK635005 kernel: RPL Segment Routing with IPv6
Jul 12 06:48:43 FRMWK635005 kernel: In-situ OAM (IOAM) with IPv6
Jul 12 06:48:43 FRMWK635005 kernel: NET: Registered PF_PACKET protocol family
Jul 12 06:48:43 FRMWK635005 kernel: microcode: Microcode Update Driver: v2.2.
Jul 12 06:48:43 FRMWK635005 kernel: IPI shorthand broadcast: enabled
Jul 12 06:48:43 FRMWK635005 kernel: sched_clock: Marking stable (1636993757, 24264301)->(1703549577, -42291519)
Jul 12 06:48:43 FRMWK635005 kernel: registered taskstats version 1
Jul 12 06:48:43 FRMWK635005 kernel: Loading compiled-in X.509 certificates
Jul 12 06:48:43 FRMWK635005 kernel: Loaded X.509 cert 'Build time autogenerated kernel key: a9dab79398e058d5fb31732224f25766cb1a0700'
Jul 12 06:48:43 FRMWK635005 kernel: zswap: loaded using pool zstd/zsmalloc
Jul 12 06:48:43 FRMWK635005 kernel: Key type .fscrypt registered
Jul 12 06:48:43 FRMWK635005 kernel: Key type fscrypt-provisioning registered
Jul 12 06:48:43 FRMWK635005 kernel: integrity: Loading X.509 certificate: UEFI:db
Jul 12 06:48:43 FRMWK635005 kernel: integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
Jul 12 06:48:43 FRMWK635005 kernel: integrity: Loading X.509 certificate: UEFI:db
Jul 12 06:48:43 FRMWK635005 kernel: integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
Jul 12 06:48:43 FRMWK635005 kernel: integrity: Loading X.509 certificate: UEFI:db
Jul 12 06:48:43 FRMWK635005 kernel: integrity: Loaded X.509 cert 'frame.work-LaptopADLDB: 02'
Jul 12 06:48:43 FRMWK635005 kernel: PM: Magic number: 0:330:822
Jul 12 06:48:43 FRMWK635005 kernel: RAS: Correctable Errors collector initialized.
Jul 12 06:48:43 FRMWK635005 kernel: clk: Disabling unused clocks
Jul 12 06:48:43 FRMWK635005 kernel: Freeing unused decrypted memory: 2028K
Jul 12 06:48:43 FRMWK635005 kernel: Freeing unused kernel image (initmem) memory: 3420K
Jul 12 06:48:43 FRMWK635005 kernel: Write protecting the kernel read-only data: 30720k
Jul 12 06:48:43 FRMWK635005 kernel: Freeing unused kernel image (rodata/data gap) memory: 1316K
Jul 12 06:48:43 FRMWK635005 kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Jul 12 06:48:43 FRMWK635005 kernel: rodata_test: all tests were successful
Jul 12 06:48:43 FRMWK635005 kernel: Run /init as init process
Jul 12 06:48:43 FRMWK635005 kernel: with arguments:
Jul 12 06:48:43 FRMWK635005 kernel: /init
Jul 12 06:48:43 FRMWK635005 kernel: with environment:
Jul 12 06:48:43 FRMWK635005 kernel: HOME=/
Jul 12 06:48:43 FRMWK635005 kernel: TERM=linux
Jul 12 06:48:43 FRMWK635005 kernel: BOOT_IMAGE=/vmlinuz-linux-lts
Jul 12 06:48:43 FRMWK635005 kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
Jul 12 06:48:43 FRMWK635005 kernel: i8042: Warning: Keylock active
Jul 12 06:48:43 FRMWK635005 kernel: xhci_hcd 0000:00:0d.0: xHCI Host Controller
Jul 12 06:48:43 FRMWK635005 kernel: xhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 1
Jul 12 06:48:43 FRMWK635005 kernel: xhci_hcd 0000:00:0d.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000000200009810
Jul 12 06:48:43 FRMWK635005 kernel: xhci_hcd 0000:00:0d.0: xHCI Host Controller
Jul 12 06:48:43 FRMWK635005 kernel: xhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 2
Jul 12 06:48:43 FRMWK635005 kernel: xhci_hcd 0000:00:0d.0: Host supports USB 3.2 Enhanced SuperSpeed
Jul 12 06:48:43 FRMWK635005 kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.06
Jul 12 06:48:43 FRMWK635005 kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jul 12 06:48:43 FRMWK635005 kernel: usb usb1: Product: xHCI Host Controller
Jul 12 06:48:43 FRMWK635005 kernel: usb usb1: Manufacturer: Linux 6.6.38-1-lts xhci-hcd
Jul 12 06:48:43 FRMWK635005 kernel: usb usb1: SerialNumber: 0000:00:0d.0
Jul 12 06:48:43 FRMWK635005 kernel: hub 1-0:1.0: USB hub found
Jul 12 06:48:43 FRMWK635005 kernel: hub 1-0:1.0: 1 port detected
Jul 12 06:48:43 FRMWK635005 kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.06
Jul 12 06:48:43 FRMWK635005 kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jul 12 06:48:43 FRMWK635005 kernel: usb usb2: Product: xHCI Host Controller
Jul 12 06:48:43 FRMWK635005 kernel: usb usb2: Manufacturer: Linux 6.6.38-1-lts xhci-hcd
Jul 12 06:48:43 FRMWK635005 kernel: usb usb2: SerialNumber: 0000:00:0d.0
Jul 12 06:48:43 FRMWK635005 kernel: hub 2-0:1.0: USB hub found
Jul 12 06:48:43 FRMWK635005 kernel: hub 2-0:1.0: 4 ports detected
Jul 12 06:48:43 FRMWK635005 kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Jul 12 06:48:43 FRMWK635005 kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
Jul 12 06:48:43 FRMWK635005 kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Jul 12 06:48:43 FRMWK635005 kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
Jul 12 06:48:43 FRMWK635005 kernel: xhci_hcd 0000:00:14.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000100200009810
Jul 12 06:48:43 FRMWK635005 kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Jul 12 06:48:43 FRMWK635005 kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
Jul 12 06:48:43 FRMWK635005 kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
Jul 12 06:48:43 FRMWK635005 kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.06
Jul 12 06:48:43 FRMWK635005 kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jul 12 06:48:43 FRMWK635005 kernel: usb usb3: Product: xHCI Host Controller
Jul 12 06:48:43 FRMWK635005 kernel: usb usb3: Manufacturer: Linux 6.6.38-1-lts xhci-hcd
Jul 12 06:48:43 FRMWK635005 kernel: usb usb3: SerialNumber: 0000:00:14.0
Jul 12 06:48:43 FRMWK635005 kernel: hub 3-0:1.0: USB hub found
Jul 12 06:48:43 FRMWK635005 kernel: hub 3-0:1.0: 12 ports detected
Jul 12 06:48:43 FRMWK635005 kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.06
Jul 12 06:48:43 FRMWK635005 kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jul 12 06:48:43 FRMWK635005 kernel: usb usb4: Product: xHCI Host Controller
Jul 12 06:48:43 FRMWK635005 kernel: usb usb4: Manufacturer: Linux 6.6.38-1-lts xhci-hcd
Jul 12 06:48:43 FRMWK635005 kernel: usb usb4: SerialNumber: 0000:00:14.0
Jul 12 06:48:43 FRMWK635005 kernel: hub 4-0:1.0: USB hub found
Jul 12 06:48:43 FRMWK635005 kernel: hub 4-0:1.0: 4 ports detected
Jul 12 06:48:43 FRMWK635005 kernel: nvme 0000:01:00.0: platform quirk: setting simple suspend
Jul 12 06:48:43 FRMWK635005 kernel: nvme nvme0: pci function 0000:01:00.0
Jul 12 06:48:43 FRMWK635005 kernel: nvme nvme0: Shutdown timeout set to 10 seconds
Jul 12 06:48:43 FRMWK635005 kernel: nvme nvme0: allocated 64 MiB host memory buffer.
Jul 12 06:48:43 FRMWK635005 kernel: nvme nvme0: 16/0/0 default/read/poll queues
Jul 12 06:48:43 FRMWK635005 kernel: nvme0n1: p1 p2 p3 p4 p5 p6 p7 p8
Jul 12 06:48:43 FRMWK635005 kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
Jul 12 06:48:43 FRMWK635005 kernel: i915 0000:00:02.0: [drm] VT-d active for gfx access
Jul 12 06:48:43 FRMWK635005 kernel: usb 3-2: new full-speed USB device number 2 using xhci_hcd
Jul 12 06:48:43 FRMWK635005 kernel: i915 0000:00:02.0: vgaarb: deactivate vga console
Jul 12 06:48:43 FRMWK635005 kernel: i915 0000:00:02.0: [drm] Using Transparent Hugepages
Jul 12 06:48:43 FRMWK635005 kernel: i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=io+mem:owns=io+mem
Jul 12 06:48:43 FRMWK635005 kernel: i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/adlp_dmc.bin (v2.20)
Jul 12 06:48:43 FRMWK635005 kernel: i915 0000:00:02.0: [drm] GT0: GuC firmware i915/adlp_guc_70.bin version 70.20.0
Jul 12 06:48:43 FRMWK635005 kernel: i915 0000:00:02.0: [drm] GT0: HuC firmware i915/tgl_huc.bin version 7.9.3
Jul 12 06:48:43 FRMWK635005 kernel: i915 0000:00:02.0: [drm] GT0: HuC: authenticated for all workloads
Jul 12 06:48:43 FRMWK635005 kernel: i915 0000:00:02.0: [drm] GT0: GUC: submission enabled
Jul 12 06:48:43 FRMWK635005 kernel: i915 0000:00:02.0: [drm] GT0: GUC: SLPC enabled
Jul 12 06:48:43 FRMWK635005 kernel: i915 0000:00:02.0: [drm] GT0: GUC: RC enabled
Jul 12 06:48:43 FRMWK635005 kernel: i915 0000:00:02.0: [drm] Protected Xe Path (PXP) protected content support initialized
Jul 12 06:48:43 FRMWK635005 kernel: usb 2-2: new SuperSpeed Plus Gen 2x1 USB device number 2 using xhci_hcd
Jul 12 06:48:43 FRMWK635005 kernel: usb 2-2: New USB device found, idVendor=0bda, idProduct=9210, bcdDevice=f0.01
Jul 12 06:48:43 FRMWK635005 kernel: usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Jul 12 06:48:43 FRMWK635005 kernel: usb 2-2: Product: RTL9210
Jul 12 06:48:43 FRMWK635005 kernel: usb 2-2: Manufacturer: Realtek
Jul 12 06:48:43 FRMWK635005 kernel: usb 2-2: SerialNumber: 012345679105
Jul 12 06:48:43 FRMWK635005 kernel: usbcore: registered new interface driver usb-storage
Jul 12 06:48:43 FRMWK635005 kernel: usb 3-2: New USB device found, idVendor=32ac, idProduct=0002, bcdDevice= 0.00
Jul 12 06:48:43 FRMWK635005 kernel: usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Jul 12 06:48:43 FRMWK635005 kernel: usb 3-2: Product: HDMI Expansion Card
Jul 12 06:48:43 FRMWK635005 kernel: usb 3-2: Manufacturer: Framework
Jul 12 06:48:43 FRMWK635005 kernel: usb 3-2: SerialNumber: 11AD1D00A49C4015422E0B00
Jul 12 06:48:43 FRMWK635005 kernel: hid-generic 0003:32AC:0002.0001: hiddev96,hidraw0: USB HID v1.11 Device [Framework HDMI Expansion Card] on usb-0000:00:14.0-2/input1
Jul 12 06:48:43 FRMWK635005 kernel: usbcore: registered new interface driver usbhid
Jul 12 06:48:43 FRMWK635005 kernel: usbhid: USB HID core driver
Jul 12 06:48:43 FRMWK635005 kernel: scsi host0: uas
Jul 12 06:48:43 FRMWK635005 kernel: usbcore: registered new interface driver uas
Jul 12 06:48:43 FRMWK635005 kernel: usb 2-4: new SuperSpeed Plus Gen 2x1 USB device number 3 using xhci_hcd
Jul 12 06:48:43 FRMWK635005 kernel: usb 3-5: new high-speed USB device number 3 using xhci_hcd
Jul 12 06:48:43 FRMWK635005 kernel: usb 2-4: New USB device found, idVendor=2109, idProduct=0822, bcdDevice= 6.d3
Jul 12 06:48:43 FRMWK635005 kernel: usb 2-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Jul 12 06:48:43 FRMWK635005 kernel: usb 2-4: Product: USB3.1 Hub
Jul 12 06:48:43 FRMWK635005 kernel: usb 2-4: Manufacturer: VIA Labs, Inc.
Jul 12 06:48:43 FRMWK635005 kernel: usb 2-4: SerialNumber: 000000001
Jul 12 06:48:43 FRMWK635005 kernel: hub 2-4:1.0: USB hub found
Jul 12 06:48:43 FRMWK635005 kernel: hub 2-4:1.0: 4 ports detected
Jul 12 06:48:43 FRMWK635005 kernel: usb 3-5: New USB device found, idVendor=2109, idProduct=2822, bcdDevice= 6.d3
Jul 12 06:48:43 FRMWK635005 kernel: usb 3-5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Jul 12 06:48:43 FRMWK635005 kernel: usb 3-5: Product: USB2.0 Hub
Jul 12 06:48:43 FRMWK635005 kernel: usb 3-5: Manufacturer: VIA Labs, Inc.
Jul 12 06:48:43 FRMWK635005 kernel: usb 3-5: SerialNumber: 000000001
Jul 12 06:48:43 FRMWK635005 kernel: hub 3-5:1.0: USB hub found
Jul 12 06:48:43 FRMWK635005 kernel: hub 3-5:1.0: 5 ports detected
Jul 12 06:48:43 FRMWK635005 kernel: scsi 0:0:0:0: Direct-Access Realtek RTL9210 NVME 1.00 PQ: 0 ANSI: 6
Jul 12 06:48:43 FRMWK635005 kernel: sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
Jul 12 06:48:43 FRMWK635005 kernel: sd 0:0:0:0: [sda] Write Protect is off
Jul 12 06:48:43 FRMWK635005 kernel: sd 0:0:0:0: [sda] Mode Sense: 37 00 00 08
Jul 12 06:48:43 FRMWK635005 kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Jul 12 06:48:43 FRMWK635005 kernel: sd 0:0:0:0: [sda] Preferred minimum I/O size 512 bytes
Jul 12 06:48:43 FRMWK635005 kernel: sd 0:0:0:0: [sda] Optimal transfer size 33553920 bytes
Jul 12 06:48:43 FRMWK635005 kernel: sda: sda1
Jul 12 06:48:43 FRMWK635005 kernel: sd 0:0:0:0: [sda] Attached SCSI disk
Jul 12 06:48:43 FRMWK635005 kernel: usb 3-7: new high-speed USB device number 4 using xhci_hcd
Jul 12 06:48:43 FRMWK635005 kernel: usb 3-7: New USB device found, idVendor=0bda, idProduct=5634, bcdDevice= 0.21
Jul 12 06:48:43 FRMWK635005 kernel: usb 3-7: New USB device strings: Mfr=3, Product=1, SerialNumber=2
Jul 12 06:48:43 FRMWK635005 kernel: usb 3-7: Product: Laptop Camera
Jul 12 06:48:43 FRMWK635005 kernel: usb 3-7: Manufacturer: Generic
Jul 12 06:48:43 FRMWK635005 kernel: usb 3-7: SerialNumber: 200901010001
Jul 12 06:48:43 FRMWK635005 kernel: usb 2-4.1: new SuperSpeed Plus Gen 2x1 USB device number 4 using xhci_hcd
Jul 12 06:48:43 FRMWK635005 kernel: usb 2-4.1: New USB device found, idVendor=2109, idProduct=1822, bcdDevice= 6.e4
Jul 12 06:48:43 FRMWK635005 kernel: usb 2-4.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Jul 12 06:48:43 FRMWK635005 kernel: usb 2-4.1: Product: USB3.1 Hub
Jul 12 06:48:43 FRMWK635005 kernel: usb 2-4.1: Manufacturer: VIA Labs, Inc.
Jul 12 06:48:43 FRMWK635005 kernel: usb 2-4.1: SerialNumber: 000000001
Jul 12 06:48:43 FRMWK635005 kernel: hub 2-4.1:1.0: USB hub found
Jul 12 06:48:43 FRMWK635005 kernel: hub 2-4.1:1.0: 4 ports detected
Jul 12 06:48:43 FRMWK635005 kernel: usb 3-9: new full-speed USB device number 5 using xhci_hcd
Jul 12 06:48:43 FRMWK635005 kernel: [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 1
Jul 12 06:48:43 FRMWK635005 kernel: ACPI: video: Video Device [GFX0] (multi-head: yes rom: no post: no)
Jul 12 06:48:43 FRMWK635005 kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input4
Jul 12 06:48:43 FRMWK635005 kernel: fbcon: i915drmfb (fb0) is primary device
Jul 12 06:48:43 FRMWK635005 kernel: fbcon: Deferring console take-over
Jul 12 06:48:43 FRMWK635005 kernel: i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
Jul 12 06:48:43 FRMWK635005 kernel: usb 3-9: New USB device found, idVendor=27c6, idProduct=609c, bcdDevice= 1.00
Jul 12 06:48:43 FRMWK635005 kernel: usb 3-9: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Jul 12 06:48:43 FRMWK635005 kernel: usb 3-9: Product: Goodix Fingerprint USB Device
Jul 12 06:48:43 FRMWK635005 kernel: usb 3-9: Manufacturer: Goodix Technology Co., Ltd.
Jul 12 06:48:43 FRMWK635005 kernel: usb 3-9: SerialNumber: UID96B11A9C_XXXX_MOC_B0
Jul 12 06:48:43 FRMWK635005 kernel: fbcon: Taking over console
Jul 12 06:48:43 FRMWK635005 kernel: Console: switching to colour frame buffer device 141x47
Jul 12 06:48:43 FRMWK635005 kernel: usb 3-5.1: new high-speed USB device number 6 using xhci_hcd
Jul 12 06:48:43 FRMWK635005 kernel: usb 3-5.1: New USB device found, idVendor=2109, idProduct=3822, bcdDevice= 6.e4
Jul 12 06:48:43 FRMWK635005 kernel: usb 3-5.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Jul 12 06:48:43 FRMWK635005 kernel: usb 3-5.1: Product: USB2.0 Hub
Jul 12 06:48:43 FRMWK635005 kernel: usb 3-5.1: Manufacturer: VIA Labs, Inc.
Jul 12 06:48:43 FRMWK635005 kernel: usb 3-5.1: SerialNumber: 000000001
Jul 12 06:48:43 FRMWK635005 kernel: hub 3-5.1:1.0: USB hub found
Jul 12 06:48:43 FRMWK635005 kernel: hub 3-5.1:1.0: 4 ports detected
Jul 12 06:48:43 FRMWK635005 kernel: usb 3-10: new full-speed USB device number 7 using xhci_hcd
Jul 12 06:48:43 FRMWK635005 kernel: usb 3-10: New USB device found, idVendor=8087, idProduct=0032, bcdDevice= 0.00
Jul 12 06:48:43 FRMWK635005 kernel: usb 3-10: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Jul 12 06:48:43 FRMWK635005 kernel: usb 3-5.5: new high-speed USB device number 8 using xhci_hcd
Jul 12 06:48:43 FRMWK635005 kernel: usb 3-5.5: New USB device found, idVendor=2109, idProduct=8818, bcdDevice= 0.01
Jul 12 06:48:43 FRMWK635005 kernel: usb 3-5.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Jul 12 06:48:43 FRMWK635005 kernel: usb 3-5.5: Product: USB Billboard Device
Jul 12 06:48:43 FRMWK635005 kernel: usb 3-5.5: Manufacturer: VIA Labs, Inc.
Jul 12 06:48:43 FRMWK635005 kernel: usb 3-5.5: SerialNumber: 0000000000000001
Jul 12 06:48:43 FRMWK635005 kernel: usb 2-4.1.4: new SuperSpeed USB device number 5 using xhci_hcd
Jul 12 06:48:43 FRMWK635005 kernel: usb 2-4.1.4: New USB device found, idVendor=2109, idProduct=0817, bcdDevice=90.a4
Jul 12 06:48:43 FRMWK635005 kernel: usb 2-4.1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Jul 12 06:48:43 FRMWK635005 kernel: usb 2-4.1.4: Product: USB3.0 Hub
Jul 12 06:48:43 FRMWK635005 kernel: usb 2-4.1.4: Manufacturer: VIA Labs, Inc.
Jul 12 06:48:43 FRMWK635005 kernel: usb 2-4.1.4: SerialNumber: 000000000
Jul 12 06:48:43 FRMWK635005 kernel: hub 2-4.1.4:1.0: USB hub found
Jul 12 06:48:43 FRMWK635005 kernel: hub 2-4.1.4:1.0: 4 ports detected
Jul 12 06:48:43 FRMWK635005 kernel: usb 3-5.1.2: new full-speed USB device number 9 using xhci_hcd
Jul 12 06:48:43 FRMWK635005 kernel: usb 3-5.1.2: New USB device found, idVendor=046d, idProduct=c534, bcdDevice=29.01
Jul 12 06:48:43 FRMWK635005 kernel: usb 3-5.1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Jul 12 06:48:43 FRMWK635005 kernel: usb 3-5.1.2: Product: USB Receiver
Jul 12 06:48:43 FRMWK635005 kernel: usb 3-5.1.2: Manufacturer: Logitech
Jul 12 06:48:43 FRMWK635005 kernel: input: Logitech USB Receiver as /devices/pci0000:00/0000:00:14.0/usb3/3-5/3-5.1/3-5.1.2/3-5.1.2:1.0/0003:046D:C534.0002/input/input5
Jul 12 06:48:43 FRMWK635005 kernel: hid-generic 0003:046D:C534.0002: input,hidraw1: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:00:14.0-5.1.2/input0
Jul 12 06:48:43 FRMWK635005 kernel: input: Logitech USB Receiver Mouse as /devices/pci0000:00/0000:00:14.0/usb3/3-5/3-5.1/3-5.1.2/3-5.1.2:1.1/0003:046D:C534.0003/input/input6
Jul 12 06:48:43 FRMWK635005 kernel: input: Logitech USB Receiver Consumer Control as /devices/pci0000:00/0000:00:14.0/usb3/3-5/3-5.1/3-5.1.2/3-5.1.2:1.1/0003:046D:C534.0003/input/input7
Jul 12 06:48:43 FRMWK635005 kernel: usb 2-4.1.4.3: new SuperSpeed USB device number 6 using xhci_hcd
Jul 12 06:48:43 FRMWK635005 kernel: input: Logitech USB Receiver System Control as /devices/pci0000:00/0000:00:14.0/usb3/3-5/3-5.1/3-5.1.2/3-5.1.2:1.1/0003:046D:C534.0003/input/input8
Jul 12 06:48:43 FRMWK635005 kernel: hid-generic 0003:046D:C534.0003: input,hiddev97,hidraw2: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:14.0-5.1.2/input1
Jul 12 06:48:43 FRMWK635005 kernel: usb 2-4.1.4.3: New USB device found, idVendor=0bda, idProduct=0326, bcdDevice=11.49
Jul 12 06:48:43 FRMWK635005 kernel: usb 2-4.1.4.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Jul 12 06:48:43 FRMWK635005 kernel: usb 2-4.1.4.3: Product: USB3.0 Card Reader
Jul 12 06:48:43 FRMWK635005 kernel: usb 2-4.1.4.3: Manufacturer: Realtek
Jul 12 06:48:43 FRMWK635005 kernel: usb 2-4.1.4.3: SerialNumber: 202112150001
Jul 12 06:48:43 FRMWK635005 kernel: usb-storage 2-4.1.4.3:1.0: USB Mass Storage device detected
Jul 12 06:48:43 FRMWK635005 kernel: scsi host1: usb-storage 2-4.1.4.3:1.0
Jul 12 06:48:43 FRMWK635005 kernel: usb 3-5.1.3: new full-speed USB device number 10 using xhci_hcd
Jul 12 06:48:43 FRMWK635005 kernel: usb 2-4.1.4.4: new SuperSpeed USB device number 7 using xhci_hcd
Jul 12 06:48:43 FRMWK635005 kernel: logitech-djreceiver 0003:046D:C534.0002: hidraw1: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:00:14.0-5.1.2/input0
Jul 12 06:48:43 FRMWK635005 kernel: usb 3-5.1.3: New USB device found, idVendor=05ac, idProduct=026c, bcdDevice= 8.70
Jul 12 06:48:43 FRMWK635005 kernel: usb 3-5.1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Jul 12 06:48:43 FRMWK635005 kernel: usb 3-5.1.3: Product: Magic Keyboard with Numeric Keypad
Jul 12 06:48:43 FRMWK635005 kernel: usb 3-5.1.3: Manufacturer: Apple Inc.
Jul 12 06:48:43 FRMWK635005 kernel: usb 3-5.1.3: SerialNumber: F0T9244019BJKNCAZ
Jul 12 06:48:43 FRMWK635005 kernel: hid-generic 0003:05AC:026C.0004: hiddev98,hidraw3: USB HID v1.10 Device [Apple Inc. Magic Keyboard with Numeric Keypad] on usb-0000:00:14.0-5.1.3/input0
Jul 12 06:48:43 FRMWK635005 kernel: input: Apple Inc. Magic Keyboard with Numeric Keypad Keyboard as /devices/pci0000:00/0000:00:14.0/usb3/3-5/3-5.1/3-5.1.3/3-5.1.3:1.1/0003:05AC:026C.0005/input/input11
Jul 12 06:48:43 FRMWK635005 kernel: hid-generic 0003:05AC:026C.0005: input,hiddev99,hidraw4: USB HID v1.10 Keyboard [Apple Inc. Magic Keyboard with Numeric Keypad] on usb-0000:00:14.0-5.1.3/input1
Jul 12 06:48:43 FRMWK635005 kernel: apple 0003:05AC:026C.0004: fixing up Magic Keyboard battery report descriptor
Jul 12 06:48:43 FRMWK635005 kernel: apple 0003:05AC:026C.0004: Fn key not found (Apple Wireless Keyboard clone?), disabling Fn key handling
Jul 12 06:48:43 FRMWK635005 kernel: input: Apple Inc. Magic Keyboard with Numeric Keypad as /devices/pci0000:00/0000:00:14.0/usb3/3-5/3-5.1/3-5.1.3/3-5.1.3:1.0/0003:05AC:026C.0004/input/input13
Jul 12 06:48:43 FRMWK635005 kernel: usb 2-4.1.4.4: New USB device found, idVendor=0b95, idProduct=1790, bcdDevice= 2.00
Jul 12 06:48:43 FRMWK635005 kernel: usb 2-4.1.4.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Jul 12 06:48:43 FRMWK635005 kernel: usb 2-4.1.4.4: Product: AX88179A
Jul 12 06:48:43 FRMWK635005 kernel: usb 2-4.1.4.4: Manufacturer: ASIX
Jul 12 06:48:43 FRMWK635005 kernel: usb 2-4.1.4.4: SerialNumber: 00CEC8B105D200
Jul 12 06:48:43 FRMWK635005 kernel: apple 0003:05AC:026C.0004: input,hiddev98,hidraw3: USB HID v1.10 Keyboard [Apple Inc. Magic Keyboard with Numeric Keypad] on usb-0000:00:14.0-5.1.3/input0
Jul 12 06:48:43 FRMWK635005 kernel: logitech-djreceiver 0003:046D:C534.0003: hiddev97,hidraw2: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:14.0-5.1.2/input1
Jul 12 06:48:43 FRMWK635005 kernel: logitech-djreceiver 0003:046D:C534.0003: device of type eQUAD nano Lite (0x0a) connected on slot 2
Jul 12 06:48:43 FRMWK635005 kernel: input: Logitech Wireless Mouse PID:4091 Mouse as /devices/pci0000:00/0000:00:14.0/usb3/3-5/3-5.1/3-5.1.2/3-5.1.2:1.1/0003:046D:C534.0003/0003:046D:4091.0006/input/input14
Jul 12 06:48:43 FRMWK635005 kernel: usb 3-5.1.4: new high-speed USB device number 11 using xhci_hcd
Jul 12 06:48:43 FRMWK635005 kernel: input: Logitech Wireless Mouse PID:4091 Consumer Control as /devices/pci0000:00/0000:00:14.0/usb3/3-5/3-5.1/3-5.1.2/3-5.1.2:1.1/0003:046D:C534.0003/0003:046D:4091.0006/input/input15
Jul 12 06:48:43 FRMWK635005 kernel: hid-generic 0003:046D:4091.0006: input,hidraw4: USB HID v1.11 Mouse [Logitech Wireless Mouse PID:4091] on usb-0000:00:14.0-5.1.2/input1:2
Jul 12 06:48:43 FRMWK635005 kernel: input: Apple Inc. Magic Keyboard with Numeric Keypad as /devices/pci0000:00/0000:00:14.0/usb3/3-5/3-5.1/3-5.1.3/3-5.1.3:1.1/0003:05AC:026C.0005/input/input19
Jul 12 06:48:43 FRMWK635005 kernel: usb 3-5.1.4: New USB device found, idVendor=2109, idProduct=2817, bcdDevice=90.a4
Jul 12 06:48:43 FRMWK635005 kernel: usb 3-5.1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Jul 12 06:48:43 FRMWK635005 kernel: usb 3-5.1.4: Product: USB2.0 Hub
Jul 12 06:48:43 FRMWK635005 kernel: usb 3-5.1.4: Manufacturer: VIA Labs, Inc.
Jul 12 06:48:43 FRMWK635005 kernel: usb 3-5.1.4: SerialNumber: 000000000
Jul 12 06:48:43 FRMWK635005 kernel: hub 3-5.1.4:1.0: USB hub found
Jul 12 06:48:43 FRMWK635005 kernel: hub 3-5.1.4:1.0: 4 ports detected
Jul 12 06:48:43 FRMWK635005 kernel: apple 0003:05AC:026C.0005: input,hiddev99,hidraw5: USB HID v1.10 Keyboard [Apple Inc. Magic Keyboard with Numeric Keypad] on usb-0000:00:14.0-5.1.3/input1
Jul 12 06:48:43 FRMWK635005 kernel: input: Logitech Wireless Mouse as /devices/pci0000:00/0000:00:14.0/usb3/3-5/3-5.1/3-5.1.2/3-5.1.2:1.1/0003:046D:C534.0003/0003:046D:4091.0006/input/input20
Jul 12 06:48:43 FRMWK635005 kernel: logitech-hidpp-device 0003:046D:4091.0006: input,hidraw4: USB HID v1.11 Mouse [Logitech Wireless Mouse] on usb-0000:00:14.0-5.1.2/input1:2
Jul 12 06:48:43 FRMWK635005 kernel: scsi 1:0:0:0: Direct-Access Generic- USB3.0 CRW -SD 1.00 PQ: 0 ANSI: 6
Jul 12 06:48:43 FRMWK635005 kernel: scsi 1:0:0:1: Direct-Access Generic- USB3.0 CRW -SD 1.00 PQ: 0 ANSI: 6
Jul 12 06:48:43 FRMWK635005 kernel: sd 1:0:0:0: [sdb] Media removed, stopped polling
Jul 12 06:48:43 FRMWK635005 kernel: sd 1:0:0:0: [sdb] Attached SCSI removable disk
Jul 12 06:48:43 FRMWK635005 kernel: sd 1:0:0:1: [sdc] 62333952 512-byte logical blocks: (31.9 GB/29.7 GiB)
Jul 12 06:48:43 FRMWK635005 kernel: sd 1:0:0:1: [sdc] Write Protect is off
Jul 12 06:48:43 FRMWK635005 kernel: sd 1:0:0:1: [sdc] Mode Sense: 2f 00 00 00
Jul 12 06:48:43 FRMWK635005 kernel: sd 1:0:0:1: [sdc] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
Jul 12 06:48:43 FRMWK635005 kernel: sdc: sdc1
Jul 12 06:48:43 FRMWK635005 kernel: sd 1:0:0:1: [sdc] Attached SCSI removable disk
Jul 12 06:48:43 FRMWK635005 kernel: EXT4-fs (nvme0n1p5): mounted filesystem 9e40c54f-1ca2-42dc-9788-7e8ecccac490 r/w with ordered data mode. Quota mode: none.
Jul 12 06:48:43 FRMWK635005 systemd[1]: RTC configured in localtime, applying delta of -300 minutes to system time.
Jul 12 06:48:43 FRMWK635005 systemd[1]: systemd 256.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 +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT +LIBARCHIVE)
Jul 12 06:48:43 FRMWK635005 systemd[1]: Detected architecture x86-64.
Jul 12 06:48:43 FRMWK635005 systemd[1]: Hostname set to <FRMWK635005>.
Jul 12 06:48:43 FRMWK635005 kernel: systemd[1]: memfd_create() called without MFD_EXEC or MFD_NOEXEC_SEAL set
Jul 12 06:48:43 FRMWK635005 systemd[1]: bpf-restrict-fs: LSM BPF program attached
Jul 12 06:48:43 FRMWK635005 systemd[1]: Queued start job for default target Graphical Interface.
Jul 12 06:48:43 FRMWK635005 systemd[1]: Created slice Slice /system/dirmngr.
Jul 12 06:48:43 FRMWK635005 systemd[1]: Created slice Slice /system/getty.
Jul 12 06:48:43 FRMWK635005 systemd[1]: Created slice Slice /system/gpg-agent.
Jul 12 06:48:43 FRMWK635005 systemd[1]: Created slice Slice /system/gpg-agent-browser.
Jul 12 06:48:43 FRMWK635005 systemd[1]: Created slice Slice /system/gpg-agent-extra.
Jul 12 06:48:43 FRMWK635005 systemd[1]: Created slice Slice /system/gpg-agent-ssh.
Jul 12 06:48:43 FRMWK635005 systemd[1]: Created slice Slice /system/keyboxd.
Jul 12 06:48:43 FRMWK635005 systemd[1]: Created slice Slice /system/modprobe.
Jul 12 06:48:43 FRMWK635005 systemd[1]: Created slice Slice /system/systemd-fsck.
Jul 12 06:48:43 FRMWK635005 systemd[1]: Created slice User and Session Slice.
Jul 12 06:48:43 FRMWK635005 systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Jul 12 06:48:43 FRMWK635005 systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Jul 12 06:48:43 FRMWK635005 systemd[1]: Expecting device /dev/disk/by-uuid/5433-15E3...
Jul 12 06:48:43 FRMWK635005 systemd[1]: Expecting device /dev/disk/by-uuid/CA665868665856F3...
Jul 12 06:48:43 FRMWK635005 systemd[1]: Reached target Login Prompts.
Jul 12 06:48:43 FRMWK635005 systemd[1]: Reached target Local Integrity Protected Volumes.
Jul 12 06:48:43 FRMWK635005 systemd[1]: Reached target Remote File Systems.
Jul 12 06:48:43 FRMWK635005 systemd[1]: Reached target Slice Units.
Jul 12 06:48:43 FRMWK635005 systemd[1]: Reached target Local Verity Protected Volumes.
Jul 12 06:48:43 FRMWK635005 systemd[1]: Listening on Device-mapper event daemon FIFOs.
Jul 12 06:48:43 FRMWK635005 systemd[1]: Listening on Process Core Dump Socket.
Jul 12 06:48:43 FRMWK635005 systemd[1]: Listening on Credential Encryption/Decryption.
Jul 12 06:48:43 FRMWK635005 systemd[1]: Listening on Journal Socket (/dev/log).
Jul 12 06:48:43 FRMWK635005 systemd[1]: Listening on Journal Sockets.
Jul 12 06:48:43 FRMWK635005 systemd[1]: TPM PCR Measurements was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jul 12 06:48:43 FRMWK635005 systemd[1]: Make TPM PCR Policy was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jul 12 06:48:43 FRMWK635005 systemd[1]: Listening on udev Control Socket.
Jul 12 06:48:43 FRMWK635005 systemd[1]: Listening on udev Kernel Socket.
Jul 12 06:48:43 FRMWK635005 systemd[1]: Listening on User Database Manager Socket.
Jul 12 06:48:43 FRMWK635005 systemd[1]: Mounting Huge Pages File System...
Jul 12 06:48:43 FRMWK635005 systemd[1]: Mounting POSIX Message Queue File System...
Jul 12 06:48:43 FRMWK635005 systemd[1]: Mounting Kernel Debug File System...
Jul 12 06:48:43 FRMWK635005 systemd[1]: Mounting Kernel Trace File System...
Jul 12 06:48:43 FRMWK635005 systemd[1]: Starting Create List of Static Device Nodes...
Jul 12 06:48:43 FRMWK635005 systemd[1]: Starting Load Kernel Module configfs...
Jul 12 06:48:43 FRMWK635005 systemd[1]: Starting Load Kernel Module dm_mod...
Jul 12 06:48:43 FRMWK635005 systemd[1]: Starting Load Kernel Module drm...
Jul 12 06:48:43 FRMWK635005 systemd[1]: Starting Load Kernel Module fuse...
Jul 12 06:48:43 FRMWK635005 systemd[1]: Starting Load Kernel Module loop...
Jul 12 06:48:43 FRMWK635005 systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Jul 12 06:48:43 FRMWK635005 systemd[1]: Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).
Jul 12 06:48:43 FRMWK635005 systemd[1]: Starting Journal Service...
Jul 12 06:48:43 FRMWK635005 systemd[1]: Starting Load Kernel Modules...
Jul 12 06:48:43 FRMWK635005 systemd[1]: TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jul 12 06:48:43 FRMWK635005 systemd[1]: Starting Remount Root and Kernel File Systems...
Jul 12 06:48:43 FRMWK635005 systemd[1]: Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jul 12 06:48:43 FRMWK635005 systemd[1]: Starting Load udev Rules from Credentials...
Jul 12 06:48:43 FRMWK635005 systemd[1]: Starting Coldplug All udev Devices...
Jul 12 06:48:43 FRMWK635005 systemd[1]: Starting Virtual Console Setup...
Jul 12 06:48:43 FRMWK635005 kernel: loop: module loaded
Jul 12 06:48:43 FRMWK635005 systemd[1]: Mounted Huge Pages File System.
Jul 12 06:48:43 FRMWK635005 systemd[1]: Mounted POSIX Message Queue File System.
Jul 12 06:48:43 FRMWK635005 systemd[1]: Mounted Kernel Debug File System.
Jul 12 06:48:43 FRMWK635005 systemd[1]: Mounted Kernel Trace File System.
Jul 12 06:48:43 FRMWK635005 kernel: device-mapper: uevent: version 1.0.3
Jul 12 06:48:43 FRMWK635005 kernel: device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com
Jul 12 06:48:43 FRMWK635005 kernel: fuse: init (API version 7.39)
Jul 12 06:48:43 FRMWK635005 systemd-journald[407]: Collecting audit messages is disabled.
Jul 12 06:48:43 FRMWK635005 kernel: i2c_dev: i2c /dev entries driver
Jul 12 06:48:43 FRMWK635005 kernel: Asymmetric key parser 'pkcs8' registered
Jul 12 06:48:43 FRMWK635005 systemd-journald[407]: Journal started
Jul 12 06:48:43 FRMWK635005 systemd-journald[407]: Runtime Journal (/run/log/journal/7cdda9e8d06b45f9bd3b6f531d98aca8) is 8M, max 684.4M, 676.4M free.
Jul 12 06:48:43 FRMWK635005 systemd-modules-load[408]: Inserted module 'crypto_user'
Jul 12 06:48:43 FRMWK635005 systemd-modules-load[408]: Inserted module 'i2c_dev'
Jul 12 06:48:43 FRMWK635005 systemd-modules-load[408]: Inserted module 'pkcs8_key_parser'
Jul 12 06:48:43 FRMWK635005 systemd[1]: modprobe@configfs.service: Deactivated successfully.
Jul 12 06:48:43 FRMWK635005 systemd[1]: Finished Create List of Static Device Nodes.
Jul 12 06:48:43 FRMWK635005 systemd[1]: Started Journal Service.
Jul 12 06:48:43 FRMWK635005 kernel: EXT4-fs (nvme0n1p5): re-mounted 9e40c54f-1ca2-42dc-9788-7e8ecccac490 r/w. Quota mode: none.
Jul 12 06:48:43 FRMWK635005 systemd[1]: Finished Load Kernel Module configfs.
Jul 12 06:48:43 FRMWK635005 systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Jul 12 06:48:43 FRMWK635005 systemd[1]: Finished Load Kernel Module dm_mod.
Jul 12 06:48:43 FRMWK635005 systemd[1]: modprobe@drm.service: Deactivated successfully.
Jul 12 06:48:43 FRMWK635005 systemd[1]: Finished Load Kernel Module drm.
Jul 12 06:48:43 FRMWK635005 systemd[1]: modprobe@fuse.service: Deactivated successfully.
Jul 12 06:48:43 FRMWK635005 systemd[1]: Finished Load Kernel Module fuse.
Jul 12 06:48:43 FRMWK635005 systemd[1]: modprobe@loop.service: Deactivated successfully.
Jul 12 06:48:43 FRMWK635005 systemd[1]: Finished Load Kernel Module loop.
Jul 12 06:48:43 FRMWK635005 systemd[1]: Finished Load Kernel Modules.
Jul 12 06:48:43 FRMWK635005 systemd[1]: Finished Remount Root and Kernel File Systems.
Jul 12 06:48:43 FRMWK635005 systemd[1]: Finished Load udev Rules from Credentials.
Jul 12 06:48:43 FRMWK635005 systemd[1]: Finished Coldplug All udev Devices.
Jul 12 06:48:43 FRMWK635005 systemd[1]: Finished Virtual Console Setup.
Jul 12 06:48:43 FRMWK635005 systemd[1]: Activating swap /swapfile...
Jul 12 06:48:43 FRMWK635005 systemd[1]: Mounting FUSE Control File System...
Jul 12 06:48:43 FRMWK635005 systemd[1]: Mounting Kernel Configuration File System...
Jul 12 06:48:43 FRMWK635005 systemd[1]: Rebuild Hardware Database was skipped because no trigger condition checks were met.
Jul 12 06:48:43 FRMWK635005 systemd[1]: Starting Flush Journal to Persistent Storage...
Jul 12 06:48:43 FRMWK635005 systemd[1]: Starting Load/Save OS Random Seed...
Jul 12 06:48:43 FRMWK635005 systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Jul 12 06:48:43 FRMWK635005 systemd[1]: Starting Apply Kernel Variables...
Jul 12 06:48:43 FRMWK635005 systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
Jul 12 06:48:43 FRMWK635005 systemd[1]: TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jul 12 06:48:43 FRMWK635005 systemd[1]: Mounted FUSE Control File System.
Jul 12 06:48:43 FRMWK635005 systemd[1]: Mounted Kernel Configuration File System.
Jul 12 06:48:43 FRMWK635005 systemd-journald[407]: Time spent on flushing to /var/log/journal/7cdda9e8d06b45f9bd3b6f531d98aca8 is 40.510ms for 1092 entries.
Jul 12 06:48:43 FRMWK635005 systemd-journald[407]: System Journal (/var/log/journal/7cdda9e8d06b45f9bd3b6f531d98aca8) is 615.2M, max 4G, 3.3G free.
Jul 12 06:48:43 FRMWK635005 systemd-journald[407]: Received client request to flush runtime journal.
Jul 12 06:48:43 FRMWK635005 kernel: Adding 8388604k swap on /swapfile. Priority:-2 extents:66 across:618520576k SS
Jul 12 06:48:43 FRMWK635005 systemd[1]: Activated swap /swapfile.
Jul 12 06:48:43 FRMWK635005 systemd[1]: Reached target Swaps.
Jul 12 06:48:43 FRMWK635005 systemd[1]: Finished Apply Kernel Variables.
Jul 12 06:48:43 FRMWK635005 systemd[1]: Finished Load/Save OS Random Seed.
Jul 12 06:48:43 FRMWK635005 systemd[1]: Starting User Database Manager...
Jul 12 06:48:43 FRMWK635005 systemd[1]: Finished Flush Journal to Persistent Storage.
Jul 12 06:48:43 FRMWK635005 systemd[1]: Started User Database Manager.
Jul 12 06:48:43 FRMWK635005 systemd[1]: Finished Create Static Device Nodes in /dev gracefully.
Jul 12 06:48:43 FRMWK635005 systemd[1]: Starting Create System Users...
Jul 12 06:48:43 FRMWK635005 systemd[1]: Finished Create System Users.
Jul 12 06:48:43 FRMWK635005 systemd[1]: Starting Create Static Device Nodes in /dev...
Jul 12 06:48:43 FRMWK635005 systemd[1]: Finished Create Static Device Nodes in /dev.
Jul 12 06:48:43 FRMWK635005 systemd[1]: Reached target Preparation for Local File Systems.
Jul 12 06:48:43 FRMWK635005 systemd[1]: Starting Rule-based Manager for Device Events and Files...
Jul 12 06:48:43 FRMWK635005 systemd-udevd[467]: Using default interface naming scheme 'v255'.
Jul 12 06:48:43 FRMWK635005 systemd[1]: Started Rule-based Manager for Device Events and Files.
Jul 12 06:48:43 FRMWK635005 systemd[1]: Starting Show Plymouth Boot Screen...
Jul 12 06:48:43 FRMWK635005 systemd[1]: Reached target Trusted Platform Module.
Jul 12 06:48:43 FRMWK635005 mtp-probe[492]: checking bus 2, device 2: "/sys/devices/pci0000:00/0000:00:0d.0/usb2/2-2"
Jul 12 06:48:43 FRMWK635005 kernel: usbcore: registered new device driver apple-mfi-fastcharge
Jul 12 06:48:43 FRMWK635005 mtp-probe[492]: bus: 2, device: 2 was not an MTP device
Jul 12 06:48:43 FRMWK635005 mtp-probe[494]: checking bus 2, device 6: "/sys/devices/pci0000:00/0000:00:0d.0/usb2/2-4/2-4.1/2-4.1.4/2-4.1.4.3"
Jul 12 06:48:43 FRMWK635005 mtp-probe[494]: bus: 2, device: 6 was not an MTP device
Jul 12 06:48:43 FRMWK635005 mtp-probe[499]: checking bus 3, device 10: "/sys/devices/pci0000:00/0000:00:14.0/usb3/3-5/3-5.1/3-5.1.3"
Jul 12 06:48:43 FRMWK635005 mtp-probe[499]: bus: 3, device: 10 was not an MTP device
Jul 12 06:48:43 FRMWK635005 mtp-probe[501]: checking bus 3, device 9: "/sys/devices/pci0000:00/0000:00:14.0/usb3/3-5/3-5.1/3-5.1.2"
Jul 12 06:48:43 FRMWK635005 mtp-probe[501]: bus: 3, device: 9 was not an MTP device
Jul 12 06:48:43 FRMWK635005 kernel: mousedev: PS/2 mouse device common for all mice
Jul 12 06:48:43 FRMWK635005 kernel: Consider using thermal netlink events interface
Jul 12 06:48:43 FRMWK635005 kernel: mc: Linux media interface: v0.10
Jul 12 06:48:43 FRMWK635005 systemd[1]: Found device Samsung SSD 990 EVO 2TB EFI.
Jul 12 06:48:43 FRMWK635005 systemd[1]: Received SIGRTMIN+20 from PID 526 (plymouthd).
Jul 12 06:48:43 FRMWK635005 kernel: videodev: Linux video capture interface: v2.00
Jul 12 06:48:43 FRMWK635005 mtp-probe[529]: checking bus 2, device 7: "/sys/devices/pci0000:00/0000:00:0d.0/usb2/2-4/2-4.1/2-4.1.4/2-4.1.4.4"
Jul 12 06:48:44 FRMWK635005 kernel: ACPI: bus type thunderbolt registered
Jul 12 06:48:44 FRMWK635005 kernel: i801_smbus 0000:00:1f.4: SPD Write Disable is set
Jul 12 06:48:44 FRMWK635005 kernel: i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
Jul 12 06:48:44 FRMWK635005 kernel: intel-lpss 0000:00:15.0: enabling device (0004 -> 0006)
Jul 12 06:48:44 FRMWK635005 kernel: idma64 idma64.0: Found Intel integrated DMA 64-bit
Jul 12 06:48:44 FRMWK635005 kernel: i2c i2c-16: 2/2 memory slots populated (from DMI)
Jul 12 06:48:44 FRMWK635005 kernel: i2c i2c-16: Successfully instantiated SPD at 0x50
Jul 12 06:48:43 FRMWK635005 mtp-probe[529]: bus: 2, device: 7 was not an MTP device
Jul 12 06:48:43 FRMWK635005 mtp-probe[531]: checking bus 3, device 2: "/sys/devices/pci0000:00/0000:00:14.0/usb3/3-2"
Jul 12 06:48:43 FRMWK635005 mtp-probe[531]: bus: 3, device: 2 was not an MTP device
Jul 12 06:48:43 FRMWK635005 mtp-probe[538]: checking bus 3, device 4: "/sys/devices/pci0000:00/0000:00:14.0/usb3/3-7"
Jul 12 06:48:43 FRMWK635005 mtp-probe[538]: bus: 3, device: 4 was not an MTP device
Jul 12 06:48:43 FRMWK635005 mtp-probe[540]: checking bus 3, device 5: "/sys/devices/pci0000:00/0000:00:14.0/usb3/3-9"
Jul 12 06:48:43 FRMWK635005 mtp-probe[540]: bus: 3, device: 5 was not an MTP device
Jul 12 06:48:44 FRMWK635005 systemd[1]: Received SIGRTMIN+20 from PID 526 (plymouthd).
Jul 12 06:48:44 FRMWK635005 kernel: intel-lpss 0000:00:15.1: enabling device (0004 -> 0006)
Jul 12 06:48:44 FRMWK635005 kernel: idma64 idma64.1: Found Intel integrated DMA 64-bit
Jul 12 06:48:44 FRMWK635005 systemd[1]: Found device Samsung SSD 990 EVO 2TB Windows.
Jul 12 06:48:44 FRMWK635005 kernel: intel-lpss 0000:00:15.3: enabling device (0004 -> 0006)
Jul 12 06:48:44 FRMWK635005 kernel: idma64 idma64.2: Found Intel integrated DMA 64-bit
Jul 12 06:48:44 FRMWK635005 kernel: usbcore: registered new interface driver cdc_ether
Jul 12 06:48:44 FRMWK635005 kernel: spi-nor spi0.0: w25q256 (32768 Kbytes)
Jul 12 06:48:44 FRMWK635005 kernel: Bluetooth: Core ver 2.22
Jul 12 06:48:44 FRMWK635005 kernel: NET: Registered PF_BLUETOOTH protocol family
Jul 12 06:48:44 FRMWK635005 kernel: Bluetooth: HCI device and connection manager initialized
Jul 12 06:48:44 FRMWK635005 kernel: Bluetooth: HCI socket layer initialized
Jul 12 06:48:44 FRMWK635005 kernel: Bluetooth: L2CAP socket layer initialized
Jul 12 06:48:44 FRMWK635005 kernel: Bluetooth: SCO socket layer initialized
Jul 12 06:48:44 FRMWK635005 kernel: mei_me 0000:00:16.0: enabling device (0000 -> 0002)
Jul 12 06:48:44 FRMWK635005 kernel: input: PC Speaker as /devices/platform/pcspkr/input/input21
Jul 12 06:48:44 FRMWK635005 kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Jul 12 06:48:44 FRMWK635005 kernel: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Jul 12 06:48:44 FRMWK635005 kernel: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
Jul 12 06:48:44 FRMWK635005 kernel: intel_rapl_common: Found RAPL domain package
Jul 12 06:48:44 FRMWK635005 kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Jul 12 06:48:44 FRMWK635005 kernel: cfg80211: failed to load regulatory.db
Jul 12 06:48:44 FRMWK635005 kernel: Creating 1 MTD partitions on "0000:00:1f.5":
Jul 12 06:48:44 FRMWK635005 kernel: 0x000000000000-0x000002000000 : "BIOS"
Jul 12 06:48:44 FRMWK635005 kernel: intel_rapl_msr: PL4 support detected.
Jul 12 06:48:44 FRMWK635005 kernel: intel_rapl_common: Found RAPL domain package
Jul 12 06:48:44 FRMWK635005 kernel: intel_rapl_common: Found RAPL domain core
Jul 12 06:48:44 FRMWK635005 kernel: intel_rapl_common: Found RAPL domain uncore
Jul 12 06:48:44 FRMWK635005 kernel: intel_rapl_common: Found RAPL domain psys
Jul 12 06:48:44 FRMWK635005 kernel: iTCO_vendor_support: vendor-support=0
Jul 12 06:48:44 FRMWK635005 kernel: ee1004 16-0050: 512 byte EE1004-compliant SPD EEPROM, read-only
Jul 12 06:48:44 FRMWK635005 systemd[1]: Started Show Plymouth Boot Screen.
Jul 12 06:48:44 FRMWK635005 systemd[1]: Created slice Slice /system/systemd-backlight.
Jul 12 06:48:44 FRMWK635005 systemd[1]: Dispatch Password Requests to Console Directory Watch was skipped because of an unmet condition check (ConditionPathExists=!/run/plymouth/pid).
Jul 12 06:48:44 FRMWK635005 systemd[1]: Started Forward Password Requests to Plymouth Directory Watch.
Jul 12 06:48:44 FRMWK635005 systemd[1]: Reached target Local Encrypted Volumes.
Jul 12 06:48:44 FRMWK635005 systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Jul 12 06:48:44 FRMWK635005 systemd[1]: Mounting /mnt/ntfs...
Jul 12 06:48:44 FRMWK635005 systemd[1]: Mounting Temporary Directory /tmp...
Jul 12 06:48:44 FRMWK635005 systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of an unmet condition check (ConditionPathExists=/var/lib/machines.raw).
Jul 12 06:48:44 FRMWK635005 systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:intel_backlight...
Jul 12 06:48:44 FRMWK635005 systemd[1]: Starting File System Check on /dev/disk/by-uuid/5433-15E3...
Jul 12 06:48:44 FRMWK635005 systemd[1]: systemd-vconsole-setup.service: Deactivated successfully.
Jul 12 06:48:44 FRMWK635005 systemd[1]: Stopped Virtual Console Setup.
Jul 12 06:48:44 FRMWK635005 systemd[1]: Stopping Virtual Console Setup...
Jul 12 06:48:44 FRMWK635005 systemd[1]: Starting Virtual Console Setup...
Jul 12 06:48:44 FRMWK635005 systemd[1]: run-credentials-systemd\x2dvconsole\x2dsetup.service.mount: Deactivated successfully.
Jul 12 06:48:44 FRMWK635005 systemd[1]: Mounted Temporary Directory /tmp.
Jul 12 06:48:44 FRMWK635005 ntfs-3g[595]: Version 2022.10.3 external FUSE 29
Jul 12 06:48:44 FRMWK635005 ntfs-3g[595]: Mounted /dev/nvme0n1p3 (Read-Write, label "Windows", NTFS 3.1)
Jul 12 06:48:44 FRMWK635005 ntfs-3g[595]: Cmdline options: rw
Jul 12 06:48:44 FRMWK635005 ntfs-3g[595]: Mount options: allow_other,nonempty,relatime,rw,fsname=/dev/nvme0n1p3,blkdev,blksize=4096
Jul 12 06:48:44 FRMWK635005 ntfs-3g[595]: Ownership and permissions disabled, configuration type 7
Jul 12 06:48:44 FRMWK635005 systemd[1]: Mounted /mnt/ntfs.
Jul 12 06:48:44 FRMWK635005 kernel: input: FRMW0001:00 32AC:0006 Wireless Radio Control as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-18/i2c-FRMW0001:00/0018:32AC:0006.0007/input/input23
Jul 12 06:48:44 FRMWK635005 kernel: input: FRMW0001:00 32AC:0006 Consumer Control as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-18/i2c-FRMW0001:00/0018:32AC:0006.0007/input/input24
Jul 12 06:48:44 FRMWK635005 kernel: input: FRMW0001:00 32AC:0006 as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-18/i2c-FRMW0001:00/0018:32AC:0006.0007/input/input25
Jul 12 06:48:44 FRMWK635005 kernel: hid-generic 0018:32AC:0006.0007: input,hidraw6: I2C HID v1.00 Device [FRMW0001:00 32AC:0006] on i2c-FRMW0001:00
Jul 12 06:48:44 FRMWK635005 systemd-fsck[597]: fsck.fat 4.2 (2021-01-31)
Jul 12 06:48:44 FRMWK635005 systemd-fsck[597]: /dev/nvme0n1p1: 611 files, 179717/965179 clusters
Jul 12 06:48:44 FRMWK635005 systemd[1]: Finished Load/Save Screen Backlight Brightness of backlight:intel_backlight.
Jul 12 06:48:44 FRMWK635005 kernel: input: PIXA3854:00 093A:0274 Mouse as /devices/pci0000:00/0000:00:15.3/i2c_designware.2/i2c-19/i2c-PIXA3854:00/0018:093A:0274.0008/input/input26
Jul 12 06:48:44 FRMWK635005 kernel: input: PIXA3854:00 093A:0274 Touchpad as /devices/pci0000:00/0000:00:15.3/i2c_designware.2/i2c-19/i2c-PIXA3854:00/0018:093A:0274.0008/input/input27
Jul 12 06:48:44 FRMWK635005 kernel: hid-generic 0018:093A:0274.0008: input,hidraw7: I2C HID v1.00 Mouse [PIXA3854:00 093A:0274] on i2c-PIXA3854:00
Jul 12 06:48:44 FRMWK635005 kernel: mei_pxp 0000:00:16.0-fbf6fcf1-96cf-4e2e-a6a6-1bab8cbe36b1: bound 0000:00:02.0 (ops i915_pxp_tee_component_ops [i915])
Jul 12 06:48:44 FRMWK635005 kernel: mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_ops [i915])
Jul 12 06:48:44 FRMWK635005 kernel: cros_ec_lpcs cros_ec_lpcs.0: Chrome EC device registered
Jul 12 06:48:44 FRMWK635005 kernel: iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=6, TCOBASE=0x0400)
Jul 12 06:48:44 FRMWK635005 kernel: iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
Jul 12 06:48:44 FRMWK635005 systemd[1]: Finished File System Check on /dev/disk/by-uuid/5433-15E3.
Jul 12 06:48:44 FRMWK635005 kernel: Intel(R) Wireless WiFi driver for Linux
Jul 12 06:48:44 FRMWK635005 kernel: iwlwifi 0000:aa:00.0: enabling device (0000 -> 0002)
Jul 12 06:48:44 FRMWK635005 kernel: usb 3-7: Found UVC 1.00 device Laptop Camera (0bda:5634)
Jul 12 06:48:44 FRMWK635005 kernel: iwlwifi 0000:aa:00.0: Detected crf-id 0x400410, cnv-id 0x400410 wfpm id 0x80000000
Jul 12 06:48:44 FRMWK635005 kernel: RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
Jul 12 06:48:44 FRMWK635005 kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
Jul 12 06:48:44 FRMWK635005 kernel: RAPL PMU: hw unit of domain package 2^-14 Joules
Jul 12 06:48:44 FRMWK635005 kernel: RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
Jul 12 06:48:44 FRMWK635005 kernel: RAPL PMU: hw unit of domain psys 2^-14 Joules
Jul 12 06:48:44 FRMWK635005 kernel: iwlwifi 0000:aa:00.0: PCI dev 2725/0024, rev=0x420, rfid=0x10d000
Jul 12 06:48:44 FRMWK635005 kernel: usbcore: registered new interface driver uvcvideo
Jul 12 06:48:44 FRMWK635005 kernel: cryptd: max_cpu_qlen set to 1000
Jul 12 06:48:44 FRMWK635005 kernel: iwlwifi 0000:aa:00.0: api flags index 2 larger than supported by driver
Jul 12 06:48:44 FRMWK635005 kernel: iwlwifi 0000:aa:00.0: TLV_FW_FSEQ_VERSION: FSEQ Version: 0.0.2.41
Jul 12 06:48:44 FRMWK635005 kernel: iwlwifi 0000:aa:00.0: loaded firmware version 83.e8f84e98.0 ty-a0-gf-a0-83.ucode op_mode iwlmvm
Jul 12 06:48:44 FRMWK635005 kernel: usbcore: registered new interface driver btusb
Jul 12 06:48:44 FRMWK635005 kernel: cros-usbpd-charger cros-usbpd-charger.2.auto: No USB PD charging ports found
Jul 12 06:48:44 FRMWK635005 kernel: Bluetooth: hci0: Firmware timestamp 2024.18 buildtype 1 build 81528
Jul 12 06:48:44 FRMWK635005 kernel: ACPI Warning: \_SB.PC00.XHCI.RHUB.HS10._DSM: Argument #4 type mismatch - Found [Integer], ACPI requires [Package] (20230628/nsarguments-61)
Jul 12 06:48:44 FRMWK635005 kernel: Bluetooth: hci0: DSM reset method type: 0x00
Jul 12 06:48:44 FRMWK635005 kernel: snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
Jul 12 06:48:44 FRMWK635005 kernel: snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
Jul 12 06:48:44 FRMWK635005 kernel: AVX2 version of gcm_enc/dec engaged.
Jul 12 06:48:44 FRMWK635005 kernel: snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
Jul 12 06:48:44 FRMWK635005 kernel: AES CTR mode by8 optimization enabled
Jul 12 06:48:44 FRMWK635005 kernel: cros-usbpd-charger cros-usbpd-charger.2.auto: Unexpected number of charge port count
Jul 12 06:48:44 FRMWK635005 kernel: cros-usbpd-charger cros-usbpd-charger.2.auto: Failing probe (err:0xffffffb9)
Jul 12 06:48:44 FRMWK635005 kernel: cros-usbpd-charger: probe of cros-usbpd-charger.2.auto failed with error -71
Jul 12 06:48:44 FRMWK635005 systemd[1]: Finished Virtual Console Setup.
Jul 12 06:48:44 FRMWK635005 kernel: Bluetooth: hci0: Found device firmware: intel/ibt-0041-0041.sfi
Jul 12 06:48:44 FRMWK635005 kernel: Bluetooth: hci0: Boot Address: 0x100800
Jul 12 06:48:44 FRMWK635005 kernel: Bluetooth: hci0: Firmware Version: 120-18.24
Jul 12 06:48:44 FRMWK635005 kernel: Bluetooth: hci0: Firmware already loaded
Jul 12 06:48:44 FRMWK635005 systemd[1]: Dispatch Password Requests to Console Directory Watch was skipped because of an unmet condition check (ConditionPathExists=!/run/plymouth/pid).
Jul 12 06:48:44 FRMWK635005 systemd[1]: Mounting /boot...
Jul 12 06:48:44 FRMWK635005 systemd[1]: Starting Load Kernel Module dm_mod...
Jul 12 06:48:44 FRMWK635005 systemd[1]: Starting Load Kernel Module loop...
Jul 12 06:48:44 FRMWK635005 systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Jul 12 06:48:44 FRMWK635005 systemd[1]: Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).
Jul 12 06:48:44 FRMWK635005 systemd[1]: Rebuild Hardware Database was skipped because no trigger condition checks were met.
Jul 12 06:48:44 FRMWK635005 systemd[1]: TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jul 12 06:48:44 FRMWK635005 systemd[1]: Starting Load/Save RF Kill Switch Status...
Jul 12 06:48:44 FRMWK635005 systemd[1]: Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jul 12 06:48:44 FRMWK635005 systemd[1]: TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jul 12 06:48:44 FRMWK635005 systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Jul 12 06:48:44 FRMWK635005 kernel: snd_hda_codec_idt hdaudioC0D0: autoconfig for 92HD95: line_outs=1 (0xd/0x0/0x0/0x0/0x0) type:speaker
Jul 12 06:48:44 FRMWK635005 kernel: snd_hda_codec_idt hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Jul 12 06:48:44 FRMWK635005 kernel: snd_hda_codec_idt hdaudioC0D0: hp_outs=1 (0xa/0x0/0x0/0x0/0x0)
Jul 12 06:48:44 FRMWK635005 kernel: snd_hda_codec_idt hdaudioC0D0: mono: mono_out=0x0
Jul 12 06:48:44 FRMWK635005 kernel: snd_hda_codec_idt hdaudioC0D0: inputs:
Jul 12 06:48:44 FRMWK635005 kernel: snd_hda_codec_idt hdaudioC0D0: Internal Mic=0xe
Jul 12 06:48:44 FRMWK635005 kernel: snd_hda_codec_idt hdaudioC0D0: Mic=0xb
Jul 12 06:48:44 FRMWK635005 kernel: iwlwifi 0000:aa:00.0: Detected Intel(R) Wi-Fi 6 AX210 160MHz, REV=0x420
Jul 12 06:48:44 FRMWK635005 kernel: thermal thermal_zone12: failed to read out thermal zone (-61)
Jul 12 06:48:44 FRMWK635005 kernel: iwlwifi 0000:aa:00.0: WRT: Invalid buffer destination
Jul 12 06:48:44 FRMWK635005 systemd[1]: Finished Load Kernel Module dm_mod.
Jul 12 06:48:44 FRMWK635005 systemd[1]: Started Load/Save RF Kill Switch Status.
Jul 12 06:48:44 FRMWK635005 systemd[1]: Mounted /boot.
Jul 12 06:48:44 FRMWK635005 systemd[1]: modprobe@loop.service: Deactivated successfully.
Jul 12 06:48:44 FRMWK635005 kernel: input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input28
Jul 12 06:48:44 FRMWK635005 kernel: cdc_ncm 2-4.1.4.4:2.0: MAC-Address: a0:ce:c8:b1:05:d2
Jul 12 06:48:44 FRMWK635005 kernel: cdc_ncm 2-4.1.4.4:2.0: setting rx_max = 16384
Jul 12 06:48:44 FRMWK635005 kernel: intel_tcc_cooling: TCC Offset locked
Jul 12 06:48:44 FRMWK635005 kernel: cdc_ncm 2-4.1.4.4:2.0: setting tx_max = 16384
Jul 12 06:48:44 FRMWK635005 kernel: input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input29
Jul 12 06:48:44 FRMWK635005 kernel: iwlwifi 0000:aa:00.0: WFPM_UMAC_PD_NOTIFICATION: 0x20
Jul 12 06:48:44 FRMWK635005 kernel: iwlwifi 0000:aa:00.0: WFPM_LMAC2_PD_NOTIFICATION: 0x1f
Jul 12 06:48:44 FRMWK635005 kernel: iwlwifi 0000:aa:00.0: WFPM_AUTH_KEY_0: 0x90
Jul 12 06:48:44 FRMWK635005 kernel: iwlwifi 0000:aa:00.0: CNVI_SCU_SEQ_DATA_DW9: 0x0
Jul 12 06:48:44 FRMWK635005 kernel: iwlwifi 0000:aa:00.0: loaded PNVM version 35148b80
Jul 12 06:48:44 FRMWK635005 kernel: iwlwifi 0000:aa:00.0: Detected RF GF, rfid=0x10d000
Jul 12 06:48:44 FRMWK635005 kernel: input: FRMW0001:00 32AC:0006 as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-18/i2c-FRMW0001:00/0018:32AC:0006.0007/input/input34
Jul 12 06:48:44 FRMWK635005 kernel: iwlwifi 0000:aa:00.0: base HW address: 90:65:84:c4:4c:ad
Jul 12 06:48:44 FRMWK635005 kernel: ------------[ cut here ]------------
Jul 12 06:48:44 FRMWK635005 kernel: WARNING: CPU: 7 PID: 625 at drivers/net/wireless/intel/iwlwifi/iwl-nvm-parse.c:853 iwl_init_he_hw_capab+0x4c0/0x4d0 [iwlwifi]
Jul 12 06:48:44 FRMWK635005 kernel: Modules linked in: intel_uncore_frequency intel_uncore_frequency_common snd_sof_pci_intel_tgl snd_sof_intel_hda_common soundwire_intel snd_sof_intel_hda_mlink soundwire_cadence snd_sof_intel_hda snd_sof_pci snd_sof_xtensa_dsp x86_pkg_temp_thermal intel_powerclamp snd_sof coretemp snd_sof_utils snd_soc_hdac_hda kvm_intel snd_hda_ext_core snd_hda_codec_hdmi snd_soc_acpi_intel_match snd_soc_acpi vfat kvm soundwire_generic_allocation iwlmvm(+) fat snd_hda_codec_idt soundwire_bus irqbypass snd_hda_codec_generic snd_soc_core crct10dif_pclmul ledtrig_audio crc32_pclmul mac80211 polyval_clmulni polyval_generic snd_compress gf128mul ghash_clmulni_intel ac97_bus sha512_ssse3 sha256_ssse3 snd_pcm_dmaengine sha1_ssse3 aesni_intel snd_hda_intel libarc4 snd_intel_dspcfg snd_intel_sdw_acpi crypto_simd btusb cros_usbpd_charger snd_hda_codec btrtl cryptd cros_ec_chardev cros_ec_sysfs cros_usbpd_notify cros_usbpd_logger cros_ec_debugfs btintel snd_hda_core uvcvideo rapl snd_hwdep hid_multitouch(+) cros_ec_dev
Jul 12 06:48:44 FRMWK635005 kernel: hid_sensor_hub(+) btbcm iTCO_wdt iwlwifi videobuf2_vmalloc snd_pcm mei_hdcp mei_pxp cdc_ncm(+) mei_wdt cros_ec_lpcs btmtk intel_pmc_bxt uvc intel_cstate pmt_telemetry ee1004 iTCO_vendor_support intel_rapl_msr pmt_class cros_ec snd_timer intel_uncore pcspkr psmouse spi_nor mei_me bluetooth processor_thermal_device_pci videobuf2_memops cdc_ether cfg80211 snd i2c_i801 intel_lpss_pci videobuf2_v4l2 processor_thermal_device usbnet mtd intel_lpss wmi_bmof i2c_smbus processor_thermal_rfim soundcore videobuf2_common ov13858 mei ucsi_acpi mii thunderbolt(+) ecdh_generic idma64 processor_thermal_mbox typec_ucsi rfkill v4l2_fwnode processor_thermal_rapl typec intel_vsec v4l2_async intel_rapl_common roles i2c_hid_acpi videodev joydev i2c_hid int3403_thermal mc int3400_thermal int340x_thermal_zone mousedev acpi_pad acpi_thermal_rel apple_mfi_fastcharge mac_hid pkcs8_key_parser i2c_dev crypto_user fuse dm_mod loop nfnetlink bpf_preload ip_tables x_tables ext4 crc32c_generic crc16 mbcache jbd2 hid_logitech_hidpp
Jul 12 06:48:44 FRMWK635005 kernel: hid_apple hid_logitech_dj usbhid uas usb_storage i915 i2c_algo_bit serio_raw drm_buddy atkbd ttm libps2 intel_gtt vivaldi_fmap nvme drm_display_helper nvme_core spi_intel_pci crc32c_intel cec video spi_intel xhci_pci nvme_common xhci_pci_renesas i8042 wmi serio
Jul 12 06:48:44 FRMWK635005 kernel: CPU: 7 PID: 625 Comm: modprobe Not tainted 6.6.38-1-lts #1 2dd2543ce80d9abeee2531cf658ba4d47a0c4fdb
Jul 12 06:48:44 FRMWK635005 kernel: Hardware name: Framework Laptop (13th Gen Intel Core)/FRANMCCP06, BIOS 03.05 06/04/2024
Jul 12 06:48:44 FRMWK635005 kernel: RIP: 0010:iwl_init_he_hw_capab+0x4c0/0x4d0 [iwlwifi]
Jul 12 06:48:44 FRMWK635005 kernel: Code: e0 fd ff ff 66 44 89 20 0f b7 4d 5c 83 c2 01 48 83 e8 80 39 ca 7c ed e9 c8 fd ff ff 0f 0b e9 c1 fd ff ff 0f 0b e9 5a ff ff ff <0f> 0b e9 35 ff ff ff e8 04 da 71 d1 0f 1f 40 00 90 90 90 90 90 90
Jul 12 06:48:44 FRMWK635005 kernel: RSP: 0018:ffffc900015af648 EFLAGS: 00010246
Jul 12 06:48:44 FRMWK635005 kernel: RAX: 0000000000000002 RBX: ffff888185348028 RCX: ffffffffc1303a00
Jul 12 06:48:44 FRMWK635005 kernel: RDX: ffffc900015af65a RSI: ffff888196654000 RDI: 0000000000000003
Jul 12 06:48:44 FRMWK635005 kernel: RBP: ffff888196654170 R08: 0000000000000002 R09: 0000000000000003
Jul 12 06:48:44 FRMWK635005 kernel: R10: ffff888185348028 R11: 0000000000000001 R12: ffff888196654000
Jul 12 06:48:44 FRMWK635005 kernel: R13: 0000000000000003 R14: 0000000000000003 R15: ffff888185348028
Jul 12 06:48:44 FRMWK635005 kernel: FS: 00007b3dbc035740(0000) GS:ffff8884a19c0000(0000) knlGS:0000000000000000
Jul 12 06:48:44 FRMWK635005 kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Jul 12 06:48:44 FRMWK635005 kernel: CR2: 000077d828ee72a0 CR3: 0000000183b80002 CR4: 0000000000f70ee0
Jul 12 06:48:44 FRMWK635005 kernel: PKRU: 55555554
Jul 12 06:48:44 FRMWK635005 kernel: Call Trace:
Jul 12 06:48:44 FRMWK635005 kernel: <TASK>
Jul 12 06:48:44 FRMWK635005 kernel: ? iwl_init_he_hw_capab+0x4c0/0x4d0 [iwlwifi 20b6042e9c2787932d5278df1b3090cab90ee3cd]
Jul 12 06:48:44 FRMWK635005 kernel: ? __warn+0x81/0x130
Jul 12 06:48:44 FRMWK635005 kernel: ? iwl_init_he_hw_capab+0x4c0/0x4d0 [iwlwifi 20b6042e9c2787932d5278df1b3090cab90ee3cd]
Jul 12 06:48:44 FRMWK635005 kernel: ? report_bug+0x16f/0x1a0
Jul 12 06:48:44 FRMWK635005 kernel: ? handle_bug+0x3c/0x80
Jul 12 06:48:44 FRMWK635005 kernel: ? exc_invalid_op+0x17/0x70
Jul 12 06:48:44 FRMWK635005 kernel: ? asm_exc_invalid_op+0x1a/0x20
Jul 12 06:48:44 FRMWK635005 kernel: ? iwl_init_he_hw_capab+0x4c0/0x4d0 [iwlwifi 20b6042e9c2787932d5278df1b3090cab90ee3cd]
Jul 12 06:48:44 FRMWK635005 kernel: ? iwl_init_he_hw_capab+0x3f1/0x4d0 [iwlwifi 20b6042e9c2787932d5278df1b3090cab90ee3cd]
Jul 12 06:48:44 FRMWK635005 kernel: iwl_init_sbands+0x68b/0x690 [iwlwifi 20b6042e9c2787932d5278df1b3090cab90ee3cd]
Jul 12 06:48:44 FRMWK635005 kernel: iwl_get_nvm+0x24d/0x2e0 [iwlwifi 20b6042e9c2787932d5278df1b3090cab90ee3cd]
Jul 12 06:48:44 FRMWK635005 kernel: ? iwl_run_unified_mvm_ucode+0x235/0x280 [iwlmvm fbbf601b1e8c2c00ece5f1a010bd347d794bf80f]
Jul 12 06:48:44 FRMWK635005 kernel: iwl_run_unified_mvm_ucode+0x235/0x280 [iwlmvm fbbf601b1e8c2c00ece5f1a010bd347d794bf80f]
Jul 12 06:48:44 FRMWK635005 kernel: ? asm_sysvec_call_function+0x1a/0x20
Jul 12 06:48:44 FRMWK635005 kernel: ? __pfx_iwl_wait_init_complete+0x10/0x10 [iwlmvm fbbf601b1e8c2c00ece5f1a010bd347d794bf80f]
Jul 12 06:48:44 FRMWK635005 kernel: iwl_run_init_mvm_ucode+0x1e9/0x390 [iwlmvm fbbf601b1e8c2c00ece5f1a010bd347d794bf80f]
Jul 12 06:48:44 FRMWK635005 kernel: ? iwl_pcie_check_hw_rf_kill+0x21/0xa0 [iwlwifi 20b6042e9c2787932d5278df1b3090cab90ee3cd]
Jul 12 06:48:44 FRMWK635005 kernel: iwl_mvm_start_get_nvm+0x88/0x1f0 [iwlmvm fbbf601b1e8c2c00ece5f1a010bd347d794bf80f]
Jul 12 06:48:44 FRMWK635005 kernel: iwl_op_mode_mvm_start+0x801/0xa10 [iwlmvm fbbf601b1e8c2c00ece5f1a010bd347d794bf80f]
Jul 12 06:48:44 FRMWK635005 kernel: _iwl_op_mode_start+0x60/0xc0 [iwlwifi 20b6042e9c2787932d5278df1b3090cab90ee3cd]
Jul 12 06:48:44 FRMWK635005 kernel: iwl_opmode_register+0x6c/0xe0 [iwlwifi 20b6042e9c2787932d5278df1b3090cab90ee3cd]
Jul 12 06:48:44 FRMWK635005 kernel: ? __pfx_iwl_mvm_init+0x10/0x10 [iwlmvm fbbf601b1e8c2c00ece5f1a010bd347d794bf80f]
Jul 12 06:48:44 FRMWK635005 kernel: iwl_mvm_init+0x26/0xff0 [iwlmvm fbbf601b1e8c2c00ece5f1a010bd347d794bf80f]
Jul 12 06:48:44 FRMWK635005 kernel: ? __pfx_iwl_mvm_init+0x10/0x10 [iwlmvm fbbf601b1e8c2c00ece5f1a010bd347d794bf80f]
Jul 12 06:48:44 FRMWK635005 kernel: do_one_initcall+0x5a/0x320
Jul 12 06:48:44 FRMWK635005 kernel: do_init_module+0x60/0x240
Jul 12 06:48:44 FRMWK635005 kernel: init_module_from_file+0x89/0xe0
Jul 12 06:48:44 FRMWK635005 kernel: idempotent_init_module+0x121/0x2b0
Jul 12 06:48:44 FRMWK635005 kernel: __x64_sys_finit_module+0x5e/0xb0
Jul 12 06:48:44 FRMWK635005 kernel: do_syscall_64+0x5a/0x80
Jul 12 06:48:44 FRMWK635005 kernel: ? syscall_exit_to_user_mode+0x22/0x40
Jul 12 06:48:44 FRMWK635005 kernel: ? do_syscall_64+0x66/0x80
Jul 12 06:48:44 FRMWK635005 kernel: ? filemap_get_pages+0xa7/0x650
Jul 12 06:48:44 FRMWK635005 kernel: ? _copy_to_iter+0x5e/0x4a0
Jul 12 06:48:44 FRMWK635005 kernel: ? current_time+0x3e/0xf0
Jul 12 06:48:44 FRMWK635005 kernel: ? atime_needs_update+0xa0/0x120
Jul 12 06:48:44 FRMWK635005 kernel: ? touch_atime+0x1e/0x120
Jul 12 06:48:44 FRMWK635005 kernel: ? filemap_read+0x326/0x350
Jul 12 06:48:44 FRMWK635005 kernel: ? __rseq_handle_notify_resume+0xa9/0x4d0
Jul 12 06:48:44 FRMWK635005 kernel: ? vfs_read+0x271/0x340
Jul 12 06:48:44 FRMWK635005 kernel: ? switch_fpu_return+0x4f/0xe0
Jul 12 06:48:44 FRMWK635005 kernel: ? exit_to_user_mode_prepare+0x132/0x1f0
Jul 12 06:48:44 FRMWK635005 kernel: ? syscall_exit_to_user_mode+0x22/0x40
Jul 12 06:48:44 FRMWK635005 kernel: ? do_syscall_64+0x66/0x80
Jul 12 06:48:44 FRMWK635005 kernel: ? do_syscall_64+0x66/0x80
Jul 12 06:48:44 FRMWK635005 kernel: entry_SYSCALL_64_after_hwframe+0x78/0xe2
Jul 12 06:48:44 FRMWK635005 kernel: RIP: 0033:0x7b3dbb927e9d
Jul 12 06:48:44 FRMWK635005 kernel: Code: ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 63 de 0c 00 f7 d8 64 89 01 48
Jul 12 06:48:44 FRMWK635005 kernel: RSP: 002b:00007fff69125dc8 EFLAGS: 00000246 ORIG_RAX: 0000000000000139
Jul 12 06:48:44 FRMWK635005 kernel: RAX: ffffffffffffffda RBX: 00005b6239327cf0 RCX: 00007b3dbb927e9d
Jul 12 06:48:44 FRMWK635005 kernel: RDX: 0000000000000004 RSI: 00005b6238749478 RDI: 0000000000000002
Jul 12 06:48:44 FRMWK635005 kernel: RBP: 00005b6238749478 R08: 00007b3dbb9f6b20 R09: 00007fff69125e10
Jul 12 06:48:44 FRMWK635005 kernel: R10: 00005b623932b8e0 R11: 0000000000000246 R12: 0000000000040000
Jul 12 06:48:44 FRMWK635005 kernel: R13: 00005b6239327e00 R14: 0000000000000000 R15: 00005b623932b8a0
Jul 12 06:48:44 FRMWK635005 kernel: </TASK>
Jul 12 06:48:44 FRMWK635005 kernel: ---[ end trace 0000000000000000 ]---
Jul 12 06:48:44 FRMWK635005 kernel: input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input30
Jul 12 06:48:44 FRMWK635005 kernel: hid-sensor-hub 0018:32AC:0006.0007: input,hidraw6: I2C HID v1.00 Device [FRMW0001:00 32AC:0006] on i2c-FRMW0001:00
Jul 12 06:48:44 FRMWK635005 kernel: input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input31
Jul 12 06:48:44 FRMWK635005 kernel: input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input32
Jul 12 06:48:44 FRMWK635005 kernel: input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input33
Jul 12 06:48:44 FRMWK635005 kernel: input: PIXA3854:00 093A:0274 Mouse as /devices/pci0000:00/0000:00:15.3/i2c_designware.2/i2c-19/i2c-PIXA3854:00/0018:093A:0274.0008/input/input35
Jul 12 06:48:44 FRMWK635005 kernel: input: PIXA3854:00 093A:0274 Touchpad as /devices/pci0000:00/0000:00:15.3/i2c_designware.2/i2c-19/i2c-PIXA3854:00/0018:093A:0274.0008/input/input36
Jul 12 06:48:44 FRMWK635005 kernel: hid-multitouch 0018:093A:0274.0008: input,hidraw7: I2C HID v1.00 Mouse [PIXA3854:00 093A:0274] on i2c-PIXA3854:00
Jul 12 06:48:44 FRMWK635005 kernel: iwlwifi 0000:aa:00.0: iwlmvm doesn't allow to disable HW crypto, check swcrypto module parameter
Jul 12 06:48:44 FRMWK635005 kernel: cdc_ncm 2-4.1.4.4:2.0 eth0: register 'cdc_ncm' at usb-0000:00:0d.0-4.1.4.4, CDC NCM (NO ZLP), a0:ce:c8:b1:05:d2
Jul 12 06:48:44 FRMWK635005 kernel: usbcore: registered new interface driver cdc_ncm
Jul 12 06:48:44 FRMWK635005 systemd[1]: Finished Load Kernel Module loop.
Jul 12 06:48:44 FRMWK635005 systemd[1]: Reached target Local File Systems.
Jul 12 06:48:44 FRMWK635005 systemd[1]: Listening on Boot Entries Service Socket.
Jul 12 06:48:44 FRMWK635005 systemd[1]: Listening on System Extension Image Management.
Jul 12 06:48:44 FRMWK635005 systemd[1]: Starting Rebuild Dynamic Linker Cache...
Jul 12 06:48:44 FRMWK635005 systemd[1]: Starting Tell Plymouth To Write Out Runtime Data...
Jul 12 06:48:44 FRMWK635005 systemd[1]: Set Up Additional Binary Formats was skipped because no trigger condition checks were met.
Jul 12 06:48:44 FRMWK635005 systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
Jul 12 06:48:44 FRMWK635005 systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Jul 12 06:48:44 FRMWK635005 kernel: usbcore: registered new interface driver cdc_wdm
Jul 12 06:48:44 FRMWK635005 systemd[1]: Starting Create System Files and Directories...
Jul 12 06:48:44 FRMWK635005 systemd[1]: Received SIGRTMIN+20 from PID 526 (plymouthd).
Jul 12 06:48:44 FRMWK635005 systemd[1]: Finished Tell Plymouth To Write Out Runtime Data.
Jul 12 06:48:44 FRMWK635005 systemd[1]: Finished Create System Files and Directories.
Jul 12 06:48:44 FRMWK635005 systemd[1]: Finished Rebuild Dynamic Linker Cache.
Jul 12 06:48:44 FRMWK635005 systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Jul 12 06:48:44 FRMWK635005 systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Jul 12 06:48:44 FRMWK635005 systemd[1]: Starting Rebuild Journal Catalog...
Jul 12 06:48:44 FRMWK635005 systemd[1]: Save Transient machine-id to Disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
Jul 12 06:48:44 FRMWK635005 systemd[1]: Starting Network Name Resolution...
Jul 12 06:48:44 FRMWK635005 kernel: usbcore: registered new interface driver cdc_mbim
Jul 12 06:48:44 FRMWK635005 systemd[1]: Starting Network Time Synchronization...
Jul 12 06:48:44 FRMWK635005 systemd[1]: Starting Record System Boot/Shutdown in UTMP...
Jul 12 06:48:44 FRMWK635005 systemd[1]: Reached target Sound Card.
Jul 12 06:48:44 FRMWK635005 systemd[1]: Finished Record System Boot/Shutdown in UTMP.
Jul 12 06:48:44 FRMWK635005 systemd-timesyncd[663]: The system is configured to read the RTC time in the local time zone. This mode cannot be fully supported. All system time to RTC updates are disabled.
Jul 12 06:48:44 FRMWK635005 systemd-resolved[660]: Positive Trust Anchors:
Jul 12 06:48:44 FRMWK635005 systemd-resolved[660]: . IN DS 20326 8 2 e06d44b80b8f1d39a95c0b0d7c65d08458e880409bbc683457104237c7f8ec8d
Jul 12 06:48:44 FRMWK635005 systemd-resolved[660]: 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 resolver.arpa corp home internal intranet lan local private test
Jul 12 06:48:44 FRMWK635005 systemd-resolved[660]: Using system hostname 'FRMWK635005'.
Jul 12 06:48:44 FRMWK635005 systemd[1]: Finished Rebuild Journal Catalog.
Jul 12 06:48:44 FRMWK635005 systemd[1]: Started Network Time Synchronization.
Jul 12 06:48:44 FRMWK635005 systemd[1]: Started Network Name Resolution.
Jul 12 06:48:44 FRMWK635005 systemd[1]: Dispatch Password Requests to Console Directory Watch was skipped because of an unmet condition check (ConditionPathExists=!/run/plymouth/pid).
Jul 12 06:48:44 FRMWK635005 systemd[1]: Reached target Host and Network Name Lookups.
Jul 12 06:48:44 FRMWK635005 systemd[1]: Reached target System Time Set.
Jul 12 06:48:44 FRMWK635005 systemd[1]: Starting Load Kernel Module dm_mod...
Jul 12 06:48:44 FRMWK635005 systemd[1]: Starting Load Kernel Module loop...
Jul 12 06:48:44 FRMWK635005 systemd[1]: Set Up Additional Binary Formats was skipped because no trigger condition checks were met.
Jul 12 06:48:44 FRMWK635005 systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
Jul 12 06:48:44 FRMWK635005 systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Jul 12 06:48:44 FRMWK635005 systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Jul 12 06:48:44 FRMWK635005 systemd[1]: Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).
Jul 12 06:48:44 FRMWK635005 systemd[1]: Rebuild Hardware Database was skipped because no trigger condition checks were met.
Jul 12 06:48:44 FRMWK635005 systemd[1]: Save Transient machine-id to Disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
Jul 12 06:48:44 FRMWK635005 systemd[1]: TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jul 12 06:48:44 FRMWK635005 systemd[1]: Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jul 12 06:48:44 FRMWK635005 systemd[1]: TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jul 12 06:48:44 FRMWK635005 systemd[1]: Starting Update is Completed...
Jul 12 06:48:44 FRMWK635005 systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Jul 12 06:48:44 FRMWK635005 systemd[1]: Finished Load Kernel Module dm_mod.
Jul 12 06:48:44 FRMWK635005 systemd[1]: modprobe@loop.service: Deactivated successfully.
Jul 12 06:48:44 FRMWK635005 systemd[1]: Finished Load Kernel Module loop.
Jul 12 06:48:44 FRMWK635005 systemd[1]: Finished Update is Completed.
Jul 12 06:48:44 FRMWK635005 systemd[1]: Reached target System Initialization.
Jul 12 06:48:44 FRMWK635005 systemd[1]: Started CUPS Scheduler.
Jul 12 06:48:44 FRMWK635005 systemd[1]: Started Refresh existing PGP keys of archlinux-keyring regularly.
Jul 12 06:48:44 FRMWK635005 systemd[1]: Started Daily man-db regeneration.
Jul 12 06:48:44 FRMWK635005 systemd[1]: Started Monthly clean packages cache.
Jul 12 06:48:44 FRMWK635005 systemd[1]: Started Daily verification of password and group files.
Jul 12 06:48:44 FRMWK635005 systemd[1]: Started Daily Cleanup of Temporary Directories.
Jul 12 06:48:44 FRMWK635005 systemd[1]: Reached target Path Units.
Jul 12 06:48:44 FRMWK635005 systemd[1]: Reached target Timer Units.
Jul 12 06:48:44 FRMWK635005 systemd[1]: Listening on CUPS Scheduler.
Jul 12 06:48:44 FRMWK635005 systemd[1]: Listening on D-Bus System Message Bus Socket.
Jul 12 06:48:44 FRMWK635005 systemd[1]: Listening on GnuPG network certificate management daemon for /etc/pacman.d/gnupg.
Jul 12 06:48:44 FRMWK635005 systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers) for /etc/pacman.d/gnupg.
Jul 12 06:48:44 FRMWK635005 systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache (restricted) for /etc/pacman.d/gnupg.
Jul 12 06:48:44 FRMWK635005 systemd[1]: Listening on GnuPG cryptographic agent (ssh-agent emulation) for /etc/pacman.d/gnupg.
Jul 12 06:48:44 FRMWK635005 systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache for /etc/pacman.d/gnupg.
Jul 12 06:48:44 FRMWK635005 systemd[1]: Listening on GnuPG public key management service for /etc/pacman.d/gnupg.
Jul 12 06:48:44 FRMWK635005 systemd[1]: Listening on OpenSSH Server Socket (systemd-ssh-generator, AF_UNIX Local).
Jul 12 06:48:44 FRMWK635005 systemd[1]: Listening on Hostname Service Socket.
Jul 12 06:48:44 FRMWK635005 systemd[1]: Reached target Socket Units.
Jul 12 06:48:44 FRMWK635005 systemd[1]: Starting D-Bus System Message Bus...
Jul 12 06:48:44 FRMWK635005 systemd[1]: TPM PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jul 12 06:48:44 FRMWK635005 systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Jul 12 06:48:45 FRMWK635005 systemd[1]: Started D-Bus System Message Bus.
Jul 12 06:48:45 FRMWK635005 systemd[1]: Reached target Basic System.
Jul 12 06:48:45 FRMWK635005 systemd[1]: System is tainted: local-hwclock
Jul 12 06:48:45 FRMWK635005 systemd[1]: Starting Network Manager...
Jul 12 06:48:45 FRMWK635005 systemd[1]: Starting Bluetooth service...
Jul 12 06:48:45 FRMWK635005 systemd[1]: Starting Thunderbolt system service...
Jul 12 06:48:45 FRMWK635005 dbus-broker-launch[691]: Ready
Jul 12 06:48:45 FRMWK635005 systemd[1]: Starting Wireless service...
Jul 12 06:48:45 FRMWK635005 systemd[1]: Starting User Login Management...
Jul 12 06:48:45 FRMWK635005 systemd[1]: TPM PCR Barrier (User) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jul 12 06:48:45 FRMWK635005 systemd[1]: Starting WPA supplicant...
Jul 12 06:48:45 FRMWK635005 boltd[696]: bolt 0.9.8 starting up.
Jul 12 06:48:45 FRMWK635005 systemd[1]: Started WPA supplicant.
Jul 12 06:48:45 FRMWK635005 boltd[696]: manager: initializing store
Jul 12 06:48:45 FRMWK635005 wpa_supplicant[699]: Successfully initialized wpa_supplicant
Jul 12 06:48:45 FRMWK635005 boltd[696]: store: located at: /var/lib/boltd
Jul 12 06:48:45 FRMWK635005 boltd[696]: config: loading user config
Jul 12 06:48:45 FRMWK635005 boltd[696]: bouncer: initializing polkit
Jul 12 06:48:45 FRMWK635005 systemd[1]: Starting Authorization Manager...
Jul 12 06:48:45 FRMWK635005 bluetoothd[695]: Bluetooth daemon 5.77
Jul 12 06:48:45 FRMWK635005 kernel: NET: Registered PF_ALG protocol family
Jul 12 06:48:45 FRMWK635005 systemd[1]: Started Bluetooth service.
Jul 12 06:48:45 FRMWK635005 systemd[1]: Reached target Bluetooth Support.
Jul 12 06:48:45 FRMWK635005 bluetoothd[695]: Starting SDP server
Jul 12 06:48:45 FRMWK635005 NetworkManager[694]: <info> [1720784925.1101] NetworkManager (version 1.48.4-1) is starting... (boot:60a69ec0-2e21-4798-b2b9-e6312c411fe7)
Jul 12 06:48:45 FRMWK635005 NetworkManager[694]: <info> [1720784925.1101] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 20-connectivity.conf) (etc: preferred-networks.conf)
Jul 12 06:48:45 FRMWK635005 NetworkManager[694]: <warn> [1720784925.1101] config: unknown key 'id' in section [connection] of file '/etc/NetworkManager/conf.d/preferred-networks.conf'
Jul 12 06:48:45 FRMWK635005 NetworkManager[694]: <warn> [1720784925.1101] config: unknown key 'wifi.hidden' in section [connection] of file '/etc/NetworkManager/conf.d/preferred-networks.conf'
Jul 12 06:48:45 FRMWK635005 systemd[1]: Starting Hostname Service...
Jul 12 06:48:45 FRMWK635005 systemd-logind[698]: New seat seat0.
Jul 12 06:48:45 FRMWK635005 NetworkManager[694]: <info> [1720784925.1155] manager[0x570481c14e50]: monitoring kernel firmware directory '/lib/firmware'.
Jul 12 06:48:45 FRMWK635005 systemd-logind[698]: Watching system buttons on /dev/input/event0 (Lid Switch)
Jul 12 06:48:45 FRMWK635005 systemd-logind[698]: Watching system buttons on /dev/input/event1 (Power Button)
Jul 12 06:48:45 FRMWK635005 systemd-logind[698]: Watching system buttons on /dev/input/event6 (Logitech Wireless Mouse)
Jul 12 06:48:45 FRMWK635005 systemd-logind[698]: Watching system buttons on /dev/input/event4 (Apple Inc. Magic Keyboard with Numeric Keypad)
Jul 12 06:48:45 FRMWK635005 systemd-logind[698]: Watching system buttons on /dev/input/event10 (FRMW0001:00 32AC:0006)
Jul 12 06:48:45 FRMWK635005 bluetoothd[695]: src/plugin.c:init_plugin() System does not support bap plugin
Jul 12 06:48:45 FRMWK635005 kernel: Bluetooth: BNEP (Ethernet Emulation) ver 1.3
Jul 12 06:48:45 FRMWK635005 kernel: Bluetooth: BNEP filters: protocol multicast
Jul 12 06:48:45 FRMWK635005 kernel: Bluetooth: BNEP socket layer initialized
Jul 12 06:48:45 FRMWK635005 kernel: Bluetooth: MGMT ver 1.22
Jul 12 06:48:45 FRMWK635005 bluetoothd[695]: src/plugin.c:init_plugin() System does not support bass plugin
Jul 12 06:48:45 FRMWK635005 bluetoothd[695]: src/plugin.c:init_plugin() System does not support mcp plugin
Jul 12 06:48:45 FRMWK635005 bluetoothd[695]: src/plugin.c:init_plugin() System does not support vcp plugin
Jul 12 06:48:45 FRMWK635005 bluetoothd[695]: profiles/audio/micp.c:micp_init() D-Bus experimental not enabled
Jul 12 06:48:45 FRMWK635005 bluetoothd[695]: src/plugin.c:init_plugin() System does not support micp plugin
Jul 12 06:48:45 FRMWK635005 bluetoothd[695]: src/plugin.c:init_plugin() System does not support ccp plugin
Jul 12 06:48:45 FRMWK635005 bluetoothd[695]: src/plugin.c:init_plugin() System does not support csip plugin
Jul 12 06:48:45 FRMWK635005 bluetoothd[695]: src/plugin.c:init_plugin() System does not support asha plugin
Jul 12 06:48:45 FRMWK635005 bluetoothd[695]: Bluetooth management interface 1.22 initialized
Jul 12 06:48:45 FRMWK635005 bluetoothd[695]: Battery Provider Manager created
Jul 12 06:48:45 FRMWK635005 systemd-logind[698]: Watching system buttons on /dev/input/event2 (AT Translated Set 2 keyboard)
Jul 12 06:48:45 FRMWK635005 systemd[1]: Started User Login Management.
Jul 12 06:48:45 FRMWK635005 polkitd[705]: Started polkitd version 124
Jul 12 06:48:45 FRMWK635005 systemd[1]: Started Hostname Service.
Jul 12 06:48:45 FRMWK635005 polkitd[705]: Loading rules from directory /etc/polkit-1/rules.d
Jul 12 06:48:45 FRMWK635005 polkitd[705]: Loading rules from directory /usr/share/polkit-1/rules.d
Jul 12 06:48:45 FRMWK635005 NetworkManager[694]: <info> [1720784925.1425] hostname: hostname: using hostnamed
Jul 12 06:48:45 FRMWK635005 NetworkManager[694]: <info> [1720784925.1425] hostname: static hostname changed from (none) to "FRMWK635005"
Jul 12 06:48:45 FRMWK635005 NetworkManager[694]: <info> [1720784925.1429] dns-mgr: init: dns=default,systemd-resolved rc-manager=symlink
Jul 12 06:48:45 FRMWK635005 polkitd[705]: Finished loading, compiling and executing 6 rules
Jul 12 06:48:45 FRMWK635005 systemd[1]: Started Authorization Manager.
Jul 12 06:48:45 FRMWK635005 NetworkManager[694]: <info> [1720784925.1440] rfkill1: found Wi-Fi radio killswitch (at /sys/devices/pci0000:00/0000:00:1d.0/0000:aa:00.0/ieee80211/phy0/rfkill1) (driver iwlwifi)
Jul 12 06:48:45 FRMWK635005 polkitd[705]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
Jul 12 06:48:45 FRMWK635005 NetworkManager[694]: <info> [1720784925.1442] manager[0x570481c14e50]: rfkill: Wi-Fi hardware radio set enabled
Jul 12 06:48:45 FRMWK635005 NetworkManager[694]: <info> [1720784925.1442] manager[0x570481c14e50]: rfkill: WWAN hardware radio set enabled
Jul 12 06:48:45 FRMWK635005 boltd[696]: watchdog: enabled [pulse: 90s]
Jul 12 06:48:45 FRMWK635005 boltd[696]: udev: initializing udev
Jul 12 06:48:45 FRMWK635005 boltd[696]: store: loading domains
Jul 12 06:48:45 FRMWK635005 boltd[696]: store: loading devices
Jul 12 06:48:45 FRMWK635005 boltd[696]: power: state located at: /run/boltd/power
Jul 12 06:48:45 FRMWK635005 boltd[696]: power: force power support: no
Jul 12 06:48:45 FRMWK635005 boltd[696]: udev: enumerating devices
Jul 12 06:48:45 FRMWK635005 boltd[696]: [01d48780-d0db-domain0 ] newly connected [iommu+user] (/sys/devices/pci0000:00/0000:00:0d.2/domain0/0-0)
Jul 12 06:48:45 FRMWK635005 boltd[696]: security level set to 'user'
Jul 12 06:48:45 FRMWK635005 boltd[696]: [01d48780-d0db-domain0 ] domain: registered (bootacl: 0/0)
Jul 12 06:48:45 FRMWK635005 boltd[696]: [01d48780-d0db-domain0 ] bootacl: bootacl not supported, no sync
Jul 12 06:48:45 FRMWK635005 boltd[696]: [01d48780-d0db-domain0 ] udev: failed to determine if uid is stable: unknown NHI PCI id '0xa73e'
Jul 12 06:48:45 FRMWK635005 boltd[696]: [01d48780-d0db-domain0 ] udev: uuid is stable: no (for NHI: 0xa73e)
Jul 12 06:48:45 FRMWK635005 boltd[696]: global 'generation' set to '4'
Jul 12 06:48:45 FRMWK635005 boltd[696]: [01d48780-d0db-Gen12 ] device added, status: authorized, at /sys/devices/pci0000:00/0000:00:0d.2/domain0/0-0
Jul 12 06:48:45 FRMWK635005 boltd[696]: [01d48780-d0db-Gen12 ] labeling device: INTEL Gen12
Jul 12 06:48:45 FRMWK635005 boltd[696]: [ebbb8780-2174-domain1 ] newly connected [iommu+user] (/sys/devices/pci0000:00/0000:00:0d.3/domain1/1-0)
Jul 12 06:48:45 FRMWK635005 boltd[696]: [ebbb8780-2174-domain1 ] domain: registered (bootacl: 0/0)
Jul 12 06:48:45 FRMWK635005 boltd[696]: [ebbb8780-2174-domain1 ] bootacl: bootacl not supported, no sync
Jul 12 06:48:45 FRMWK635005 boltd[696]: [ebbb8780-2174-domain1 ] udev: failed to determine if uid is stable: unknown NHI PCI id '0xa76d'
Jul 12 06:48:45 FRMWK635005 boltd[696]: [ebbb8780-2174-domain1 ] udev: uuid is stable: no (for NHI: 0xa76d)
Jul 12 06:48:45 FRMWK635005 boltd[696]: [ebbb8780-2174-Gen12 ] device added, status: authorized, at /sys/devices/pci0000:00/0000:00:0d.3/domain1/1-0
Jul 12 06:48:45 FRMWK635005 boltd[696]: [ebbb8780-2174-Gen12 ] labeling device: INTEL Gen12
Jul 12 06:48:45 FRMWK635005 boltd[696]: [01d48780-d0db-domain0 ] dbus: exported domain at /org/freedesktop/bolt/domains/01d48780_d0db_fcf8_ffff_ffffffffffff
Jul 12 06:48:45 FRMWK635005 boltd[696]: [ebbb8780-2174-domain1 ] dbus: exported domain at /org/freedesktop/bolt/domains/ebbb8780_2174_e6fd_ffff_ffffffffffff
Jul 12 06:48:45 FRMWK635005 boltd[696]: [01d48780-d0db-Gen12 ] dbus: exported device at /org/freedesktop/bolt/devices/01d48780_d0db...
Jul 12 06:48:45 FRMWK635005 boltd[696]: [ebbb8780-2174-Gen12 ] dbus: exported device at /org/freedesktop/bolt/devices/ebbb8780_2174...
Jul 12 06:48:45 FRMWK635005 systemd[1]: Started Thunderbolt system service.
Jul 12 06:48:45 FRMWK635005 NetworkManager[694]: <info> [1720784925.1491] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.48.4-1/libnm-device-plugin-wwan.so)
Jul 12 06:48:45 FRMWK635005 NetworkManager[694]: <info> [1720784925.1497] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.48.4-1/libnm-device-plugin-ovs.so)
Jul 12 06:48:45 FRMWK635005 NetworkManager[694]: <info> [1720784925.1646] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.48.4-1/libnm-device-plugin-team.so)
Jul 12 06:48:45 FRMWK635005 NetworkManager[694]: <info> [1720784925.1649] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.48.4-1/libnm-device-plugin-adsl.so)
Jul 12 06:48:45 FRMWK635005 NetworkManager[694]: <info> [1720784925.1655] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.48.4-1/libnm-device-plugin-wifi.so)
Jul 12 06:48:45 FRMWK635005 NetworkManager[694]: <info> [1720784925.1658] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.48.4-1/libnm-device-plugin-bluetooth.so)
Jul 12 06:48:45 FRMWK635005 NetworkManager[694]: <info> [1720784925.1660] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
Jul 12 06:48:45 FRMWK635005 NetworkManager[694]: <info> [1720784925.1661] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
Jul 12 06:48:45 FRMWK635005 NetworkManager[694]: <info> [1720784925.1661] manager: Networking is enabled by state file
Jul 12 06:48:45 FRMWK635005 NetworkManager[694]: <info> [1720784925.1665] settings: Loaded settings plugin: keyfile (internal)
Jul 12 06:48:45 FRMWK635005 systemd[1]: Starting Network Manager Script Dispatcher Service...
Jul 12 06:48:45 FRMWK635005 NetworkManager[694]: <info> [1720784925.1694] dhcp: init: Using DHCP client 'internal'
Jul 12 06:48:45 FRMWK635005 NetworkManager[694]: <info> [1720784925.1695] manager: (lo): new Loopback device (/org/freedesktop/NetworkManager/Devices/1)
Jul 12 06:48:45 FRMWK635005 NetworkManager[694]: <info> [1720784925.1700] device (lo): state change: unmanaged -> unavailable (reason 'connection-assumed', sys-iface-state: 'external')
Jul 12 06:48:45 FRMWK635005 NetworkManager[694]: <info> [1720784925.1703] device (lo): state change: unavailable -> disconnected (reason 'connection-assumed', sys-iface-state: 'external')
Jul 12 06:48:45 FRMWK635005 NetworkManager[694]: <info> [1720784925.1706] device (lo): Activation: starting connection 'lo' (b2dc54c4-e5f8-4a72-a86c-8c22687223d1)
Jul 12 06:48:45 FRMWK635005 NetworkManager[694]: <info> [1720784925.1710] manager: (eth0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
Jul 12 06:48:45 FRMWK635005 NetworkManager[694]: <info> [1720784925.1711] device (eth0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Jul 12 06:48:45 FRMWK635005 NetworkManager[694]: <info> [1720784925.1716] device (wlan0): driver supports Access Point (AP) mode
Jul 12 06:48:45 FRMWK635005 NetworkManager[694]: <info> [1720784925.1719] manager: (wlan0): new 802.11 Wi-Fi device (/org/freedesktop/NetworkManager/Devices/3)
Jul 12 06:48:45 FRMWK635005 NetworkManager[694]: <info> [1720784925.1720] device (wlan0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Jul 12 06:48:45 FRMWK635005 kernel: iwlwifi 0000:aa:00.0: WRT: Invalid buffer destination
Jul 12 06:48:45 FRMWK635005 iwd[697]: Wireless daemon version 2.19
Jul 12 06:48:45 FRMWK635005 iwd[697]: station: Network configuration is disabled.
Jul 12 06:48:45 FRMWK635005 systemd[1]: Started Wireless service.
Jul 12 06:48:45 FRMWK635005 systemd[1]: Started Network Manager Script Dispatcher Service.
Jul 12 06:48:45 FRMWK635005 kernel: iwlwifi 0000:aa:00.0: WFPM_UMAC_PD_NOTIFICATION: 0x20
Jul 12 06:48:45 FRMWK635005 kernel: iwlwifi 0000:aa:00.0: WFPM_LMAC2_PD_NOTIFICATION: 0x1f
Jul 12 06:48:45 FRMWK635005 kernel: iwlwifi 0000:aa:00.0: WFPM_AUTH_KEY_0: 0x90
Jul 12 06:48:45 FRMWK635005 kernel: iwlwifi 0000:aa:00.0: CNVI_SCU_SEQ_DATA_DW9: 0x0
Jul 12 06:48:45 FRMWK635005 kernel: input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input22
Jul 12 06:48:45 FRMWK635005 kernel: iwlwifi 0000:aa:00.0: Registered PHC clock: iwlwifi-PTP, with index: 0
Jul 12 06:48:45 FRMWK635005 systemd[1]: Started Network Manager.
Jul 12 06:48:45 FRMWK635005 NetworkManager[694]: <info> [1720784925.4649] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
Jul 12 06:48:45 FRMWK635005 iwd[697]: Wiphy: 0, Name: phy0
Jul 12 06:48:45 FRMWK635005 iwd[697]: Permanent Address: 90:65:84:c4:4c:ad
Jul 12 06:48:45 FRMWK635005 iwd[697]: 2.4GHz Band:
Jul 12 06:48:45 FRMWK635005 iwd[697]: Bitrates (non-HT):
Jul 12 06:48:45 FRMWK635005 iwd[697]: 1.0 Mbps
Jul 12 06:48:45 FRMWK635005 iwd[697]: 2.0 Mbps
Jul 12 06:48:45 FRMWK635005 iwd[697]: 5.5 Mbps
Jul 12 06:48:45 FRMWK635005 iwd[697]: 11.0 Mbps
Jul 12 06:48:45 FRMWK635005 iwd[697]: 6.0 Mbps
Jul 12 06:48:45 FRMWK635005 iwd[697]: 9.0 Mbps
Jul 12 06:48:45 FRMWK635005 iwd[697]: 12.0 Mbps
Jul 12 06:48:45 FRMWK635005 iwd[697]: 18.0 Mbps
Jul 12 06:48:45 FRMWK635005 iwd[697]: 24.0 Mbps
Jul 12 06:48:45 FRMWK635005 iwd[697]: 36.0 Mbps
Jul 12 06:48:45 FRMWK635005 iwd[697]: 48.0 Mbps
Jul 12 06:48:45 FRMWK635005 iwd[697]: 54.0 Mbps
Jul 12 06:48:45 FRMWK635005 iwd[697]: HE Capabilities
Jul 12 06:48:45 FRMWK635005 iwd[697]: Interface Types: ap
Jul 12 06:48:45 FRMWK635005 iwd[697]: Max HE RX <= 80MHz MCS: 0-11 for NSS: 2
Jul 12 06:48:45 FRMWK635005 iwd[697]: Max HE TX <= 80MHz MCS: 0-11 for NSS: 2
Jul 12 06:48:45 FRMWK635005 iwd[697]: Interface Types: station
Jul 12 06:48:45 FRMWK635005 iwd[697]: Max HE RX <= 80MHz MCS: 0-11 for NSS: 2
Jul 12 06:48:45 FRMWK635005 iwd[697]: Max HE TX <= 80MHz MCS: 0-11 for NSS: 2
Jul 12 06:48:45 FRMWK635005 iwd[697]: 5GHz Band:
Jul 12 06:48:45 FRMWK635005 iwd[697]: Bitrates (non-HT):
Jul 12 06:48:45 FRMWK635005 iwd[697]: 6.0 Mbps
Jul 12 06:48:45 FRMWK635005 iwd[697]: 9.0 Mbps
Jul 12 06:48:45 FRMWK635005 iwd[697]: 12.0 Mbps
Jul 12 06:48:45 FRMWK635005 iwd[697]: 18.0 Mbps
Jul 12 06:48:45 FRMWK635005 iwd[697]: 24.0 Mbps
Jul 12 06:48:45 FRMWK635005 iwd[697]: 36.0 Mbps
Jul 12 06:48:45 FRMWK635005 iwd[697]: 48.0 Mbps
Jul 12 06:48:45 FRMWK635005 iwd[697]: 54.0 Mbps
Jul 12 06:48:45 FRMWK635005 iwd[697]: VHT Capabilities:
Jul 12 06:48:45 FRMWK635005 iwd[697]: 160 Mhz operation
Jul 12 06:48:45 FRMWK635005 iwd[697]: Short GI for 80Mhz
Jul 12 06:48:45 FRMWK635005 iwd[697]: Short GI for 160 and 80 + 80 Mhz
Jul 12 06:48:45 FRMWK635005 iwd[697]: Max RX MCS: 0-9 for NSS: 2
Jul 12 06:48:45 FRMWK635005 iwd[697]: Max TX MCS: 0-9 for NSS: 2
Jul 12 06:48:45 FRMWK635005 iwd[697]: HE Capabilities
Jul 12 06:48:45 FRMWK635005 iwd[697]: Interface Types: ap
Jul 12 06:48:45 FRMWK635005 iwd[697]: Max HE RX <= 80MHz MCS: 0-11 for NSS: 2
Jul 12 06:48:45 FRMWK635005 iwd[697]: Max HE TX <= 80MHz MCS: 0-11 for NSS: 2
Jul 12 06:48:45 FRMWK635005 iwd[697]: Max HE RX <= 160MHz MCS: 0-11 for NSS: 2
Jul 12 06:48:45 FRMWK635005 iwd[697]: Max HE TX <= 160MHz MCS: 0-11 for NSS: 2
Jul 12 06:48:45 FRMWK635005 iwd[697]: Interface Types: station
Jul 12 06:48:45 FRMWK635005 iwd[697]: Max HE RX <= 80MHz MCS: 0-11 for NSS: 2
Jul 12 06:48:45 FRMWK635005 iwd[697]: Max HE TX <= 80MHz MCS: 0-11 for NSS: 2
Jul 12 06:48:45 FRMWK635005 iwd[697]: Max HE RX <= 160MHz MCS: 0-11 for NSS: 2
Jul 12 06:48:45 FRMWK635005 iwd[697]: Max HE TX <= 160MHz MCS: 0-11 for NSS: 2
Jul 12 06:48:45 FRMWK635005 iwd[697]: 6GHz Band:
Jul 12 06:48:45 FRMWK635005 iwd[697]: Bitrates (non-HT):
Jul 12 06:48:45 FRMWK635005 iwd[697]: 6.0 Mbps
Jul 12 06:48:45 FRMWK635005 iwd[697]: 9.0 Mbps
Jul 12 06:48:45 FRMWK635005 iwd[697]: 12.0 Mbps
Jul 12 06:48:45 FRMWK635005 iwd[697]: 18.0 Mbps
Jul 12 06:48:45 FRMWK635005 iwd[697]: 24.0 Mbps
Jul 12 06:48:45 FRMWK635005 iwd[697]: 36.0 Mbps
Jul 12 06:48:45 FRMWK635005 iwd[697]: 48.0 Mbps
Jul 12 06:48:45 FRMWK635005 iwd[697]: 54.0 Mbps
Jul 12 06:48:45 FRMWK635005 iwd[697]: HE Capabilities
Jul 12 06:48:45 FRMWK635005 iwd[697]: Interface Types: ap
Jul 12 06:48:45 FRMWK635005 iwd[697]: Max HE RX <= 80MHz MCS: 0-11 for NSS: 2
Jul 12 06:48:45 FRMWK635005 iwd[697]: Max HE TX <= 80MHz MCS: 0-11 for NSS: 2
Jul 12 06:48:45 FRMWK635005 iwd[697]: Max HE RX <= 160MHz MCS: 0-11 for NSS: 2
Jul 12 06:48:45 FRMWK635005 iwd[697]: Max HE TX <= 160MHz MCS: 0-11 for NSS: 2
Jul 12 06:48:45 FRMWK635005 iwd[697]: Interface Types: station
Jul 12 06:48:45 FRMWK635005 iwd[697]: Max HE RX <= 80MHz MCS: 0-11 for NSS: 2
Jul 12 06:48:45 FRMWK635005 iwd[697]: Max HE TX <= 80MHz MCS: 0-11 for NSS: 2
Jul 12 06:48:45 FRMWK635005 iwd[697]: Max HE RX <= 160MHz MCS: 0-11 for NSS: 2
Jul 12 06:48:45 FRMWK635005 iwd[697]: Max HE TX <= 160MHz MCS: 0-11 for NSS: 2
Jul 12 06:48:45 FRMWK635005 iwd[697]: Ciphers: BIP-GMAC-256 BIP-GMAC-128 GCMP-256 GCMP-128
Jul 12 06:48:45 FRMWK635005 iwd[697]: BIP-CMAC-128 CCMP-128 TKIP
Jul 12 06:48:45 FRMWK635005 iwd[697]: Supported iftypes: ad-hoc station ap p2p-client p2p-go p2p-device
Jul 12 06:48:45 FRMWK635005 systemd[1]: Reached target Network.
Jul 12 06:48:45 FRMWK635005 systemd[1]: Starting CUPS Scheduler...
Jul 12 06:48:45 FRMWK635005 NetworkManager[694]: <info> [1720784925.4681] ovsdb: disconnected from ovsdb
Jul 12 06:48:45 FRMWK635005 NetworkManager[694]: <info> [1720784925.4682] device (lo): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'external')
Jul 12 06:48:45 FRMWK635005 NetworkManager[694]: <info> [1720784925.4686] device (lo): state change: prepare -> config (reason 'none', sys-iface-state: 'external')
Jul 12 06:48:45 FRMWK635005 NetworkManager[694]: <info> [1720784925.4692] device (lo): state change: config -> ip-config (reason 'none', sys-iface-state: 'external')
Jul 12 06:48:45 FRMWK635005 systemd[1]: Starting MariaDB 11.4.2 database server...
Jul 12 06:48:45 FRMWK635005 NetworkManager[694]: <info> [1720784925.4704] device (lo): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'external')
Jul 12 06:48:45 FRMWK635005 systemd[1]: Starting Permit User Sessions...
Jul 12 06:48:45 FRMWK635005 NetworkManager[694]: <info> [1720784925.4723] device (lo): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'external')
Jul 12 06:48:45 FRMWK635005 NetworkManager[694]: <info> [1720784925.4726] device (lo): state change: secondaries -> activated (reason 'none', sys-iface-state: 'external')
Jul 12 06:48:45 FRMWK635005 NetworkManager[694]: <info> [1720784925.4732] device (lo): Activation: successful, device activated.
Jul 12 06:48:45 FRMWK635005 systemd[1]: Finished Permit User Sessions.
Jul 12 06:48:45 FRMWK635005 NetworkManager[694]: <info> [1720784925.5332] device (wlan0): state change: unavailable -> unmanaged (reason 'unmanaged-link-not-init', sys-iface-state: 'removed')
Jul 12 06:48:45 FRMWK635005 wpa_supplicant[699]: Could not read interface wlan0 flags: No such device
Jul 12 06:48:45 FRMWK635005 wpa_supplicant[699]: nl80211: Driver does not support authentication/association or connect commands
Jul 12 06:48:45 FRMWK635005 wpa_supplicant[699]: nl80211: deinit ifname=wlan0 disabled_11b_rates=0
Jul 12 06:48:45 FRMWK635005 systemd[1]: Starting Hold until boot process finishes up...
Jul 12 06:48:45 FRMWK635005 systemd[1]: Starting Terminate Plymouth Boot Screen...
Jul 12 06:48:45 FRMWK635005 wpa_supplicant[699]: Could not read interface wlan0 flags: No such device
Jul 12 06:48:45 FRMWK635005 wpa_supplicant[699]: rfkill: Cannot get wiphy information
Jul 12 06:48:45 FRMWK635005 wpa_supplicant[699]: Could not read interface wlan0 flags: No such device
Jul 12 06:48:45 FRMWK635005 wpa_supplicant[699]: WEXT: Could not set interface 'wlan0' UP
Jul 12 06:48:45 FRMWK635005 wpa_supplicant[699]: wlan0: Failed to initialize driver interface
Jul 12 06:48:45 FRMWK635005 wpa_supplicant[699]: wlan0: CTRL-EVENT-DSCP-POLICY clear_all
Jul 12 06:48:45 FRMWK635005 systemd[1]: Starting Manage, Install and Generate Color Profiles...
Jul 12 06:48:45 FRMWK635005 systemd[1]: Received SIGRTMIN+21 from PID 526 (plymouthd).
Jul 12 06:48:45 FRMWK635005 kernel: iwlwifi 0000:aa:00.0: WRT: Invalid buffer destination
Jul 12 06:48:45 FRMWK635005 systemd[1]: Finished Hold until boot process finishes up.
Jul 12 06:48:45 FRMWK635005 systemd[1]: Finished Terminate Plymouth Boot Screen.
Jul 12 06:48:45 FRMWK635005 systemd[1]: Started Simple Desktop Display Manager.
Jul 12 06:48:45 FRMWK635005 (mariadbd)[845]: mariadb.service: Referenced but unset environment variable evaluates to an empty string: MYSQLD_OPTS, _WSREP_NEW_CLUSTER
Jul 12 06:48:45 FRMWK635005 systemd[1]: Started Manage, Install and Generate Color Profiles.
Jul 12 06:48:45 FRMWK635005 sddm[844]: Initializing...
Jul 12 06:48:45 FRMWK635005 sddm[844]: Starting...
Jul 12 06:48:45 FRMWK635005 sddm[844]: Logind interface found
Jul 12 06:48:45 FRMWK635005 sddm[844]: Adding new display...
Jul 12 06:48:45 FRMWK635005 sddm[844]: Loaded empty theme configuration
Jul 12 06:48:45 FRMWK635005 sddm[844]: Xauthority path: "/run/sddm/xauth_yzpnIM"
Jul 12 06:48:45 FRMWK635005 sddm[844]: Using VT 2
Jul 12 06:48:45 FRMWK635005 sddm[844]: Display server starting...
Jul 12 06:48:45 FRMWK635005 sddm[844]: Writing cookie to "/run/sddm/xauth_yzpnIM"
Jul 12 06:48:45 FRMWK635005 sddm[844]: Running: /usr/bin/X -nolisten tcp -background none -seat seat0 vt2 -auth /run/sddm/xauth_yzpnIM -noreset -displayfd 16
Jul 12 06:48:45 FRMWK635005 kernel: iwlwifi 0000:aa:00.0: WFPM_UMAC_PD_NOTIFICATION: 0x20
Jul 12 06:48:45 FRMWK635005 kernel: iwlwifi 0000:aa:00.0: WFPM_LMAC2_PD_NOTIFICATION: 0x1f
Jul 12 06:48:45 FRMWK635005 kernel: iwlwifi 0000:aa:00.0: WFPM_AUTH_KEY_0: 0x90
Jul 12 06:48:45 FRMWK635005 kernel: iwlwifi 0000:aa:00.0: CNVI_SCU_SEQ_DATA_DW9: 0x0
Jul 12 06:48:45 FRMWK635005 systemd[1]: Started CUPS Scheduler.
Jul 12 06:48:45 FRMWK635005 dbus-broker-launch[691]: Activation request for 'org.freedesktop.Avahi' failed: The systemd unit 'dbus-org.freedesktop.Avahi.service' could not be found.
Jul 12 06:48:45 FRMWK635005 iwd[697]: event: state, old: disconnected, new: autoconnect_quick
Jul 12 06:48:45 FRMWK635005 mariadbd[845]: 2024-07-12 6:48:45 0 [Note] Starting MariaDB 11.4.2-MariaDB source revision 3fca5ed772fb75e3e57c507edef2985f8eba5b12 as process 845
Jul 12 06:48:45 FRMWK635005 NetworkManager[694]: <info> [1720784925.8612] device (wlan0): driver supports Access Point (AP) mode
Jul 12 06:48:45 FRMWK635005 mariadbd[845]: 2024-07-12 6:48:45 0 [Warning] WSREP: Failed to guess base node address. Set it explicitly via wsrep_node_address.
Jul 12 06:48:45 FRMWK635005 mariadbd[845]: 2024-07-12 6:48:45 0 [Warning] WSREP: Failed to guess base node address. Set it explicitly via wsrep_node_address.
Jul 12 06:48:45 FRMWK635005 mariadbd[845]: 2024-07-12 6:48:45 0 [Warning] WSREP: Guessing address for incoming client connections failed. Try setting wsrep_node_incoming_address explicitly.
Jul 12 06:48:45 FRMWK635005 mariadbd[845]: 2024-07-12 6:48:45 0 [Note] WSREP: Node addr:
Jul 12 06:48:45 FRMWK635005 NetworkManager[694]: <info> [1720784925.8616] manager: (wlan0): new 802.11 Wi-Fi device (/org/freedesktop/NetworkManager/Devices/4)
Jul 12 06:48:45 FRMWK635005 iwd[697]: udev interface=wlan0 ifindex=4
Jul 12 06:48:45 FRMWK635005 NetworkManager[694]: <info> [1720784925.8717] device (wlan0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Jul 12 06:48:45 FRMWK635005 wpa_supplicant[699]: nl80211: kernel reports: Match already configured
Jul 12 06:48:45 FRMWK635005 wpa_supplicant[699]: nl80211: kernel reports: Match already configured
Jul 12 06:48:45 FRMWK635005 wpa_supplicant[699]: nl80211: kernel reports: Match already configured
Jul 12 06:48:45 FRMWK635005 wpa_supplicant[699]: nl80211: kernel reports: Match already configured
Jul 12 06:48:45 FRMWK635005 wpa_supplicant[699]: nl80211: kernel reports: Match already configured
Jul 12 06:48:45 FRMWK635005 wpa_supplicant[699]: nl80211: kernel reports: Match already configured
Jul 12 06:48:45 FRMWK635005 wpa_supplicant[699]: nl80211: kernel reports: Match already configured
Jul 12 06:48:45 FRMWK635005 wpa_supplicant[699]: nl80211: kernel reports: Match already configured
Jul 12 06:48:45 FRMWK635005 wpa_supplicant[699]: nl80211: kernel reports: Match already configured
Jul 12 06:48:45 FRMWK635005 wpa_supplicant[699]: nl80211: kernel reports: Match already configured
Jul 12 06:48:45 FRMWK635005 mariadbd[845]: 2024-07-12 6:48:45 0 [Note] InnoDB: Compressed tables use zlib 1.3.1
Jul 12 06:48:45 FRMWK635005 mariadbd[845]: 2024-07-12 6:48:45 0 [Note] InnoDB: Number of transaction pools: 1
Jul 12 06:48:45 FRMWK635005 mariadbd[845]: 2024-07-12 6:48:45 0 [Note] InnoDB: Using crc32 + pclmulqdq instructions
Jul 12 06:48:45 FRMWK635005 mariadbd[845]: 2024-07-12 6:48:45 0 [Note] InnoDB: Using liburing
Jul 12 06:48:45 FRMWK635005 mariadbd[845]: 2024-07-12 6:48:45 0 [Note] InnoDB: Initializing buffer pool, total size = 128.000MiB, chunk size = 2.000MiB
Jul 12 06:48:45 FRMWK635005 mariadbd[845]: 2024-07-12 6:48:45 0 [Note] InnoDB: Initialized memory pressure event listener
Jul 12 06:48:45 FRMWK635005 mariadbd[845]: 2024-07-12 6:48:45 0 [Note] InnoDB: Completed initialization of buffer pool
Jul 12 06:48:45 FRMWK635005 mariadbd[845]: 2024-07-12 6:48:45 0 [Note] InnoDB: File system buffers for log disabled (block size=512 bytes)
Jul 12 06:48:45 FRMWK635005 mariadbd[845]: 2024-07-12 6:48:45 0 [Note] InnoDB: End of log at LSN=93601
Jul 12 06:48:45 FRMWK635005 mariadbd[845]: 2024-07-12 6:48:45 0 [Note] InnoDB: Opened 3 undo tablespaces
Jul 12 06:48:45 FRMWK635005 mariadbd[845]: 2024-07-12 6:48:45 0 [Note] InnoDB: 128 rollback segments in 3 undo tablespaces are active.
Jul 12 06:48:45 FRMWK635005 NetworkManager[694]: <info> [1720784925.9277] device (wlan0): supplicant interface state: internal-starting -> disconnected
Jul 12 06:48:45 FRMWK635005 NetworkManager[694]: <info> [1720784925.9279] Wi-Fi P2P device controlled by interface wlan0 created
Jul 12 06:48:45 FRMWK635005 NetworkManager[694]: <info> [1720784925.9283] manager: (p2p-dev-wlan0): new 802.11 Wi-Fi P2P device (/org/freedesktop/NetworkManager/Devices/5)
Jul 12 06:48:45 FRMWK635005 NetworkManager[694]: <info> [1720784925.9286] device (p2p-dev-wlan0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Jul 12 06:48:45 FRMWK635005 mariadbd[845]: 2024-07-12 6:48:45 0 [Note] InnoDB: Setting file './ibtmp1' size to 12.000MiB. Physically writing the file full; Please wait ...
Jul 12 06:48:45 FRMWK635005 mariadbd[845]: 2024-07-12 6:48:45 0 [Note] InnoDB: File './ibtmp1' size is now 12.000MiB.
Jul 12 06:48:45 FRMWK635005 NetworkManager[694]: <info> [1720784925.9292] device (wlan0): state change: unavailable -> disconnected (reason 'supplicant-available', sys-iface-state: 'managed')
Jul 12 06:48:45 FRMWK635005 NetworkManager[694]: <info> [1720784925.9298] device (p2p-dev-wlan0): state change: unavailable -> disconnected (reason 'none', sys-iface-state: 'managed')
Jul 12 06:48:45 FRMWK635005 wpa_supplicant[699]: wlan0: CTRL-EVENT-SCAN-FAILED ret=-16
Jul 12 06:48:45 FRMWK635005 mariadbd[845]: 2024-07-12 6:48:45 0 [Note] InnoDB: log sequence number 93601; transaction id 100
Jul 12 06:48:45 FRMWK635005 mariadbd[845]: 2024-07-12 6:48:45 0 [Note] Plugin 'wsrep-provider' is disabled.
Jul 12 06:48:45 FRMWK635005 mariadbd[845]: 2024-07-12 6:48:45 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
Jul 12 06:48:45 FRMWK635005 mariadbd[845]: 2024-07-12 6:48:45 0 [Note] InnoDB: Buffer pool(s) load completed at 240712 6:48:45
Jul 12 06:48:46 FRMWK635005 iwd[697]: event: connect-info, ssid: DRHITX1, bss: 80:69:1a:0b:d5:05, signal: -62, load: 0/255
Jul 12 06:48:46 FRMWK635005 iwd[697]: event: state, old: autoconnect_quick, new: connecting (auto)
Jul 12 06:48:46 FRMWK635005 kernel: wlan0: authenticate with 80:69:1a:0b:d5:05
Jul 12 06:48:46 FRMWK635005 kernel: wlan0: send auth to 80:69:1a:0b:d5:05 (try 1/3)
Jul 12 06:48:46 FRMWK635005 kernel: wlan0: authenticated
Jul 12 06:48:46 FRMWK635005 kernel: wlan0: associate with 80:69:1a:0b:d5:05 (try 1/3)
Jul 12 06:48:46 FRMWK635005 kernel: wlan0: RX AssocResp from 80:69:1a:0b:d5:05 (capab=0x1511 status=0 aid=6)
Jul 12 06:48:46 FRMWK635005 mariadbd[845]: 2024-07-12 6:48:46 0 [Note] Server socket created on IP: '0.0.0.0'.
Jul 12 06:48:46 FRMWK635005 mariadbd[845]: 2024-07-12 6:48:46 0 [Note] Server socket created on IP: '::'.
Jul 12 06:48:46 FRMWK635005 kernel: wlan0: associated
Jul 12 06:48:46 FRMWK635005 kernel: wlan0: Limiting TX power to 27 (30 - 3) dBm as advertised by 80:69:1a:0b:d5:05
Jul 12 06:48:46 FRMWK635005 wpa_supplicant[699]: wlan0: No network configuration found for the current AP
Jul 12 06:48:46 FRMWK635005 wpa_supplicant[699]: wlan0: CTRL-EVENT-DISCONNECTED bssid=80:69:1a:0b:d5:05 reason=3 locally_generated=1
Jul 12 06:48:46 FRMWK635005 wpa_supplicant[699]: wlan0: CTRL-EVENT-DSCP-POLICY clear_all
Jul 12 06:48:46 FRMWK635005 wpa_supplicant[699]: wlan0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Jul 12 06:48:46 FRMWK635005 NetworkManager[694]: <info> [1720784926.3634] device (wlan0): supplicant interface state: disconnected -> associated
Jul 12 06:48:46 FRMWK635005 NetworkManager[694]: <info> [1720784926.3634] device (p2p-dev-wlan0): supplicant management interface state: disconnected -> associated
Jul 12 06:48:46 FRMWK635005 NetworkManager[694]: <info> [1720784926.3684] device (wlan0): supplicant interface state: associated -> disconnected
Jul 12 06:48:46 FRMWK635005 NetworkManager[694]: <info> [1720784926.3684] device (p2p-dev-wlan0): supplicant management interface state: associated -> disconnected
Jul 12 06:48:46 FRMWK635005 mariadbd[845]: 2024-07-12 6:48:46 0 [Note] mariadbd: Event Scheduler: Loaded 0 events
Jul 12 06:48:46 FRMWK635005 mariadbd[845]: 2024-07-12 6:48:46 0 [Note] /usr/bin/mariadbd: ready for connections.
Jul 12 06:48:46 FRMWK635005 mariadbd[845]: Version: '11.4.2-MariaDB' socket: '/run/mysqld/mysqld.sock' port: 3306 Arch Linux
Jul 12 06:48:46 FRMWK635005 systemd[1]: Started MariaDB 11.4.2 database server.
Jul 12 06:48:46 FRMWK635005 systemd[1]: Reached target Multi-User System.
Jul 12 06:48:46 FRMWK635005 systemd[1]: Reached target Graphical Interface.
Jul 12 06:48:46 FRMWK635005 systemd[1]: Startup finished in 20.662s (firmware) + 2.997s (loader) + 7.374s (kernel) + 4.184s (userspace) = 35.218s.
Jul 12 06:48:46 FRMWK635005 iwd[697]: event: state, old: connecting (auto), new: connected
Jul 12 06:48:46 FRMWK635005 wpa_supplicant[699]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-9999 noise=9999 txrate=0
Jul 12 06:48:46 FRMWK635005 NetworkManager[694]: <info> [1720784926.4755] device (wlan0): supplicant interface state: disconnected -> scanning
Jul 12 06:48:46 FRMWK635005 NetworkManager[694]: <info> [1720784926.4756] device (p2p-dev-wlan0): supplicant management interface state: disconnected -> scanning
Jul 12 06:48:47 FRMWK635005 kernel: i915 0000:00:02.0: [drm] Selective fetch area calculation failed in pipe A
Jul 12 06:48:47 FRMWK635005 sddm[844]: Setting default cursor
Jul 12 06:48:48 FRMWK635005 sddm[844]: Running display setup script "/usr/share/sddm/scripts/Xsetup"
Jul 12 06:48:48 FRMWK635005 sddm[844]: Display server started.
Jul 12 06:48:48 FRMWK635005 sddm[844]: Socket server starting...
Jul 12 06:48:48 FRMWK635005 sddm[844]: Socket server started.
Jul 12 06:48:48 FRMWK635005 sddm[844]: Loading theme configuration from "/usr/share/sddm/themes/breeze/theme.conf"
Jul 12 06:48:48 FRMWK635005 sddm[844]: Greeter starting...
Jul 12 06:48:48 FRMWK635005 sddm-helper[892]: Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8.
Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead.
If this causes problems, reconfigure your locale. See the locale(1) manual
for more information.
Jul 12 06:48:48 FRMWK635005 sddm-helper[892]: [PAM] Starting...
Jul 12 06:48:48 FRMWK635005 sddm-helper[892]: [PAM] Authenticating...
Jul 12 06:48:48 FRMWK635005 sddm-helper[892]: [PAM] returning.
Jul 12 06:48:48 FRMWK635005 sddm-helper[892]: pam_unix(sddm-greeter:session): session opened for user sddm(uid=967) by (uid=0)
Jul 12 06:48:48 FRMWK635005 sddm-helper[892]: pam_systemd(sddm-greeter:session): New sd-bus connection (system-bus-pam-systemd-892) opened.
Jul 12 06:48:48 FRMWK635005 systemd-logind[698]: New session c1 of user sddm.
Jul 12 06:48:48 FRMWK635005 systemd[1]: Created slice User Slice of UID 967.
Jul 12 06:48:48 FRMWK635005 systemd[1]: Starting User Runtime Directory /run/user/967...
Jul 12 06:48:48 FRMWK635005 systemd[1]: Finished User Runtime Directory /run/user/967.
Jul 12 06:48:48 FRMWK635005 systemd[1]: Starting User Manager for UID 967...
Jul 12 06:48:48 FRMWK635005 dbus-broker-launch[691]: Activation request for 'org.freedesktop.home1' failed: The systemd unit 'dbus-org.freedesktop.home1.service' could not be found.
Jul 12 06:48:48 FRMWK635005 (systemd)[896]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[sddm] ruser=[<unknown>] rhost=[<unknown>]
Jul 12 06:48:48 FRMWK635005 (systemd)[896]: pam_unix(systemd-user:session): session opened for user sddm(uid=967) by sddm(uid=0)
Jul 12 06:48:48 FRMWK635005 systemd-logind[698]: New session 1 of user sddm.
Jul 12 06:48:48 FRMWK635005 systemd[896]: Queued start job for default target Main User Target.
Jul 12 06:48:48 FRMWK635005 systemd[896]: Created slice User Application Slice.
Jul 12 06:48:48 FRMWK635005 systemd[896]: Started Submitting pending crash events (file monitor).
Jul 12 06:48:48 FRMWK635005 systemd[896]: Cleanup lingering KCrash metadata was skipped because of an unmet condition check (ConditionPathExistsGlob=/var/lib/sddm/.cache/kcrash-metadata/*.ini).
Jul 12 06:48:48 FRMWK635005 systemd[896]: Submitting pending crash events was skipped because of an unmet condition check (ConditionPathExistsGlob=/var/lib/sddm/.cache/drkonqi/sentry-envelopes/*).
Jul 12 06:48:48 FRMWK635005 systemd[896]: Reached target Paths.
Jul 12 06:48:48 FRMWK635005 systemd[896]: Reached target Timers.
Jul 12 06:48:48 FRMWK635005 systemd[896]: Starting D-Bus User Message Bus Socket...
Jul 12 06:48:48 FRMWK635005 systemd[896]: Listening on GnuPG network certificate management daemon.
Jul 12 06:48:48 FRMWK635005 systemd[896]: Listening on Socket to launch DrKonqi for a systemd-coredump crash.
Jul 12 06:48:48 FRMWK635005 systemd[896]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Jul 12 06:48:48 FRMWK635005 systemd[896]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Jul 12 06:48:48 FRMWK635005 systemd[896]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Jul 12 06:48:48 FRMWK635005 systemd[896]: Listening on GnuPG cryptographic agent and passphrase cache.
Jul 12 06:48:48 FRMWK635005 systemd[896]: Listening on GnuPG public key management service.
Jul 12 06:48:48 FRMWK635005 systemd[896]: Listening on p11-kit server.
Jul 12 06:48:48 FRMWK635005 systemd[896]: Listening on PipeWire PulseAudio.
Jul 12 06:48:48 FRMWK635005 systemd[896]: Listening on PipeWire Multimedia System Sockets.
Jul 12 06:48:48 FRMWK635005 systemd[896]: Listening on D-Bus User Message Bus Socket.
Jul 12 06:48:48 FRMWK635005 systemd[896]: Reached target Sockets.
Jul 12 06:48:48 FRMWK635005 systemd[896]: Reached target Basic System.
Jul 12 06:48:48 FRMWK635005 systemd[896]: Cleanup lingering KCrash metadata was skipped because of an unmet condition check (ConditionPathExistsGlob=/var/lib/sddm/.cache/kcrash-metadata/*.ini).
Jul 12 06:48:48 FRMWK635005 systemd[1]: Started User Manager for UID 967.
Jul 12 06:48:48 FRMWK635005 systemd[896]: Starting Update XDG user dir configuration...
Jul 12 06:48:48 FRMWK635005 systemd[1]: Started Session c1 of User sddm.
Jul 12 06:48:48 FRMWK635005 sddm-helper[892]: Writing cookie to "/tmp/xauth_zlhUfp"
Jul 12 06:48:48 FRMWK635005 sddm-helper[892]: Starting X11 session: "" "/usr/bin/sddm-greeter-qt6 --socket /tmp/sddm-:0-oolnnj --theme /usr/share/sddm/themes/breeze"
Jul 12 06:48:48 FRMWK635005 sddm[844]: Greeter session started successfully
Jul 12 06:48:48 FRMWK635005 systemd[896]: Finished Update XDG user dir configuration.
Jul 12 06:48:48 FRMWK635005 systemd[896]: Reached target Main User Target.
Jul 12 06:48:48 FRMWK635005 systemd[896]: Startup finished in 261ms.
Jul 12 06:48:48 FRMWK635005 sddm-greeter-qt6[907]: High-DPI autoscaling Enabled
Jul 12 06:48:48 FRMWK635005 sddm-greeter-qt6[907]: Reading from "/usr/local/share/wayland-sessions/plasma.desktop"
Jul 12 06:48:48 FRMWK635005 sddm-greeter-qt6[907]: Reading from "/usr/share/wayland-sessions/plasma.desktop"
Jul 12 06:48:48 FRMWK635005 sddm-greeter-qt6[907]: Reading from "/usr/local/share/xsessions/plasmax11.desktop"
Jul 12 06:48:48 FRMWK635005 sddm-greeter-qt6[907]: Reading from "/usr/share/xsessions/plasmax11.desktop"
Jul 12 06:48:48 FRMWK635005 sddm-greeter-qt6[907]: Loading theme configuration from "/usr/share/sddm/themes/breeze/theme.conf"
Jul 12 06:48:48 FRMWK635005 systemd[896]: Created slice User Core Session Slice.
Jul 12 06:48:48 FRMWK635005 systemd[896]: Starting D-Bus User Message Bus...
Jul 12 06:48:48 FRMWK635005 dbus-broker-launch[911]: Service file '/usr/share//dbus-1/services/org.kde.dolphin.FileManager1.service' is not named after the D-Bus name 'org.freedesktop.FileManager1'.
Jul 12 06:48:48 FRMWK635005 dbus-broker-launch[911]: Service file '/usr/share//dbus-1/services/org.kde.kscreen.service' is not named after the D-Bus name 'org.kde.KScreen'.
Jul 12 06:48:48 FRMWK635005 dbus-broker-launch[911]: Service file '/usr/share//dbus-1/services/org.kde.plasma.Notifications.service' is not named after the D-Bus name 'org.freedesktop.Notifications'.
Jul 12 06:48:48 FRMWK635005 dbus-broker-launch[911]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +31: Eavesdropping is deprecated and ignored
Jul 12 06:48:48 FRMWK635005 dbus-broker-launch[911]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +33: Eavesdropping is deprecated and ignored
Jul 12 06:48:48 FRMWK635005 systemd[896]: Started D-Bus User Message Bus.
Jul 12 06:48:48 FRMWK635005 dbus-broker-launch[911]: Ready
Jul 12 06:48:48 FRMWK635005 sddm-greeter-qt6[907]: Connected to the daemon.
Jul 12 06:48:48 FRMWK635005 sddm[844]: Message received from greeter: Connect
Jul 12 06:48:48 FRMWK635005 sddm-greeter-qt6[907]: Loading file:///usr/share/sddm/themes/breeze/Main.qml...
Jul 12 06:48:49 FRMWK635005 sddm-greeter-qt6[907]: Adding view for "eDP-1" QRect(0,0 2256x1504)
Jul 12 06:48:49 FRMWK635005 sddm-greeter-qt6[907]: Loading file:///usr/share/sddm/themes/breeze/Main.qml...
Jul 12 06:48:49 FRMWK635005 systemd[1]: systemd-rfkill.service: Deactivated successfully.
Jul 12 06:48:49 FRMWK635005 sddm-greeter-qt6[907]: Adding view for "DP-4-2" QRect(2256,0 1920x1080)
Jul 12 06:48:49 FRMWK635005 sddm-greeter-qt6[907]: Loading file:///usr/share/sddm/themes/breeze/Main.qml...
Jul 12 06:48:49 FRMWK635005 sddm-greeter-qt6[907]: Adding view for "DP-4-3" QRect(4176,0 1920x1080)
Jul 12 06:48:49 FRMWK635005 wpa_supplicant[699]: wlan0: Reject scan trigger since one is already pending
Jul 12 06:48:50 FRMWK635005 sddm-greeter-qt6[907]: Message received from daemon: Capabilities
Jul 12 06:48:50 FRMWK635005 sddm-greeter-qt6[907]: Message received from daemon: HostName
Jul 12 06:48:51 FRMWK635005 NetworkManager[694]: <info> [1720784931.6045] device (wlan0): supplicant interface state: scanning -> disconnected
Jul 12 06:48:51 FRMWK635005 NetworkManager[694]: <info> [1720784931.6046] device (p2p-dev-wlan0): supplicant management interface state: scanning -> disconnected
Jul 12 06:48:51 FRMWK635005 NetworkManager[694]: <info> [1720784931.6051] manager: startup complete
Jul 12 06:48:55 FRMWK635005 systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Jul 12 06:48:56 FRMWK635005 sddm-greeter-qt6[907]: file:///usr/share/sddm/themes/breeze/Main.qml:235:17 Parameter "username" is not declared. Injection of parameters into signal handlers is deprecated. Use JavaScript functions with formal parameters instead.
Jul 12 06:48:56 FRMWK635005 sddm-greeter-qt6[907]: Reading from "/usr/share/wayland-sessions/plasma.desktop"
Jul 12 06:48:56 FRMWK635005 sddm[844]: Message received from greeter: Login
Jul 12 06:48:56 FRMWK635005 sddm[844]: Reading from "/usr/share/wayland-sessions/plasma.desktop"
Jul 12 06:48:56 FRMWK635005 sddm[844]: Session "/usr/share/wayland-sessions/plasma.desktop" selected, command: "/usr/lib/plasma-dbus-run-session-if-needed /usr/bin/startplasma-wayland" for VT 1
Jul 12 06:48:56 FRMWK635005 sddm-helper[955]: Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8.
Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead.
If this causes problems, reconfigure your locale. See the locale(1) manual
for more information.
Jul 12 06:48:56 FRMWK635005 sddm-helper[955]: [PAM] Starting...
Jul 12 06:48:56 FRMWK635005 sddm-helper[955]: [PAM] Authenticating...
Jul 12 06:48:56 FRMWK635005 sddm-helper[955]: pam_systemd_home(sddm:auth): New sd-bus connection (system-bus-pam-systemd-home-955) opened.
Jul 12 06:48:56 FRMWK635005 sddm-helper[955]: [PAM] Preparing to converse...
Jul 12 06:48:56 FRMWK635005 sddm-helper[955]: [PAM] Conversation with 1 messages
Jul 12 06:48:56 FRMWK635005 sddm-helper[955]: pam_kwallet5(sddm:auth): pam_kwallet5: pam_sm_authenticate
Jul 12 06:48:56 FRMWK635005 sddm-helper[955]: [PAM] returning.
Jul 12 06:48:56 FRMWK635005 sddm[844]: Authentication for user "greg" successful
Jul 12 06:48:56 FRMWK635005 sddm-greeter-qt6[907]: Message received from daemon: LoginSucceeded
Jul 12 06:48:56 FRMWK635005 sddm-helper[955]: pam_kwallet5(sddm:setcred): pam_kwallet5: pam_sm_setcred
Jul 12 06:48:56 FRMWK635005 sddm-helper[955]: pam_unix(sddm:session): session opened for user greg(uid=1000) by greg(uid=0)
Jul 12 06:48:56 FRMWK635005 sddm-helper[955]: pam_systemd(sddm:session): New sd-bus connection (system-bus-pam-systemd-955) opened.
Jul 12 06:48:56 FRMWK635005 systemd-logind[698]: New session 2 of user greg.
Jul 12 06:48:56 FRMWK635005 systemd[1]: Created slice User Slice of UID 1000.
Jul 12 06:48:56 FRMWK635005 systemd[1]: Starting User Runtime Directory /run/user/1000...
Jul 12 06:48:56 FRMWK635005 systemd[1]: Finished User Runtime Directory /run/user/1000.
Jul 12 06:48:56 FRMWK635005 systemd[1]: Starting User Manager for UID 1000...
Jul 12 06:48:56 FRMWK635005 sddm-helper[892]: [PAM] Closing session
Jul 12 06:48:56 FRMWK635005 sddm-helper[892]: pam_unix(sddm-greeter:session): session closed for user sddm
Jul 12 06:48:56 FRMWK635005 sddm-helper[892]: pam_systemd(sddm-greeter:session): New sd-bus connection (system-bus-pam-systemd-892) opened.
Jul 12 06:48:56 FRMWK635005 sddm-helper[892]: [PAM] Ended.
Jul 12 06:48:56 FRMWK635005 (systemd)[961]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[greg] ruser=[<unknown>] rhost=[<unknown>]
Jul 12 06:48:56 FRMWK635005 (systemd)[961]: pam_unix(systemd-user:session): session opened for user greg(uid=1000) by greg(uid=0)
Jul 12 06:48:56 FRMWK635005 sddm[844]: Auth: sddm-helper exited successfully
Jul 12 06:48:56 FRMWK635005 systemd[1]: session-c1.scope: Deactivated successfully.
Jul 12 06:48:56 FRMWK635005 sddm[844]: Greeter stopped. SDDM::Auth::HELPER_SUCCESS
Jul 12 06:48:56 FRMWK635005 systemd-logind[698]: Session c1 logged out. Waiting for processes to exit.
Jul 12 06:48:56 FRMWK635005 systemd-logind[698]: Removed session c1.
Jul 12 06:48:56 FRMWK635005 systemd-logind[698]: New session 3 of user greg.
Jul 12 06:48:56 FRMWK635005 systemd[961]: Queued start job for default target Main User Target.
Jul 12 06:48:56 FRMWK635005 systemd[961]: Created slice User Application Slice.
Jul 12 06:48:56 FRMWK635005 systemd[961]: Started Submitting pending crash events (file monitor).
Jul 12 06:48:56 FRMWK635005 systemd[961]: Started Cleanup lingering KCrash metadata.
Jul 12 06:48:56 FRMWK635005 systemd[961]: Submitting pending crash events was skipped because of an unmet condition check (ConditionPathExistsGlob=/home/greg/.cache/drkonqi/sentry-envelopes/*).
Jul 12 06:48:56 FRMWK635005 systemd[961]: Reached target Paths.
Jul 12 06:48:56 FRMWK635005 systemd[961]: Reached target Timers.
Jul 12 06:48:56 FRMWK635005 systemd[961]: Starting D-Bus User Message Bus Socket...
Jul 12 06:48:56 FRMWK635005 systemd[961]: Listening on GnuPG network certificate management daemon.
Jul 12 06:48:56 FRMWK635005 systemd[961]: Listening on Socket to launch DrKonqi for a systemd-coredump crash.
Jul 12 06:48:56 FRMWK635005 systemd[961]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Jul 12 06:48:56 FRMWK635005 systemd[961]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Jul 12 06:48:56 FRMWK635005 systemd[961]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Jul 12 06:48:56 FRMWK635005 systemd[961]: Listening on GnuPG cryptographic agent and passphrase cache.
Jul 12 06:48:56 FRMWK635005 systemd[961]: Listening on GnuPG public key management service.
Jul 12 06:48:56 FRMWK635005 systemd[961]: Listening on p11-kit server.
Jul 12 06:48:56 FRMWK635005 systemd[961]: Listening on PipeWire PulseAudio.
Jul 12 06:48:56 FRMWK635005 systemd[961]: Listening on PipeWire Multimedia System Sockets.
Jul 12 06:48:57 FRMWK635005 systemd[961]: Listening on D-Bus User Message Bus Socket.
Jul 12 06:48:57 FRMWK635005 systemd[961]: Reached target Sockets.
Jul 12 06:48:57 FRMWK635005 systemd[961]: Reached target Basic System.
Jul 12 06:48:57 FRMWK635005 systemd[1]: Started User Manager for UID 1000.
Jul 12 06:48:57 FRMWK635005 systemd[961]: Started Cleanup lingering KCrash metadata.
Jul 12 06:48:57 FRMWK635005 systemd[1]: Started Session 2 of User greg.
Jul 12 06:48:57 FRMWK635005 sddm-helper[955]: pam_kwallet5(sddm:session): pam_kwallet5: pam_sm_open_session
Jul 12 06:48:57 FRMWK635005 systemd[961]: Starting Update XDG user dir configuration...
Jul 12 06:48:57 FRMWK635005 systemd[961]: Finished Update XDG user dir configuration.
Jul 12 06:48:57 FRMWK635005 systemd[961]: Reached target Main User Target.
Jul 12 06:48:57 FRMWK635005 systemd[961]: Startup finished in 245ms.
Jul 12 06:48:57 FRMWK635005 sddm-helper[979]: pam_kwallet5: final socket path: /run/user/1000/kwallet5.socket
Jul 12 06:48:57 FRMWK635005 sddm-helper[955]: Starting Wayland user session: "/usr/share/sddm/scripts/wayland-session" "/usr/lib/plasma-dbus-run-session-if-needed /usr/bin/startplasma-wayland"
Jul 12 06:48:57 FRMWK635005 sddm-helper[981]: Jumping to VT 1
Jul 12 06:48:57 FRMWK635005 sddm-helper[981]: VT mode didn't need to be fixed
Jul 12 06:48:57 FRMWK635005 sddm[844]: Session started true
Jul 12 06:48:57 FRMWK635005 systemd[1]: Starting Locale Service...
Jul 12 06:48:57 FRMWK635005 systemd[1]: Started Locale Service.
Jul 12 06:48:57 FRMWK635005 systemd[961]: Created slice User Core Session Slice.
Jul 12 06:48:57 FRMWK635005 systemd[961]: Starting D-Bus User Message Bus...
Jul 12 06:48:57 FRMWK635005 dbus-broker-launch[992]: Service file '/usr/share//dbus-1/services/org.kde.dolphin.FileManager1.service' is not named after the D-Bus name 'org.freedesktop.FileManager1'.
Jul 12 06:48:57 FRMWK635005 dbus-broker-launch[992]: Service file '/usr/share//dbus-1/services/org.kde.kscreen.service' is not named after the D-Bus name 'org.kde.KScreen'.
Jul 12 06:48:57 FRMWK635005 dbus-broker-launch[992]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +31: Eavesdropping is deprecated and ignored
Jul 12 06:48:57 FRMWK635005 dbus-broker-launch[992]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +33: Eavesdropping is deprecated and ignored
Jul 12 06:48:57 FRMWK635005 dbus-broker-launch[992]: Service file '/usr/share//dbus-1/services/org.kde.plasma.Notifications.service' is not named after the D-Bus name 'org.freedesktop.Notifications'.
Jul 12 06:48:57 FRMWK635005 systemd[961]: Started D-Bus User Message Bus.
Jul 12 06:48:57 FRMWK635005 dbus-broker-launch[992]: Ready
Jul 12 06:48:57 FRMWK635005 systemd[961]: Reload requested from client PID 981 ('startplasma-way')...
Jul 12 06:48:57 FRMWK635005 systemd[961]: Reloading...
Jul 12 06:48:57 FRMWK635005 systemd[961]: Reloading finished in 156 ms.
Jul 12 06:48:57 FRMWK635005 systemd[961]: Created slice Slice /app/dbus-:1.2-org.kde.KSplash.
Jul 12 06:48:57 FRMWK635005 systemd[961]: Started dbus-:1.2-org.kde.KSplash@0.service.
Jul 12 06:48:57 FRMWK635005 systemd[961]: Created slice User Background Tasks Slice.
Jul 12 06:48:57 FRMWK635005 systemd[961]: Submitting pending crash events was skipped because of an unmet condition check (ConditionPathExistsGlob=/home/greg/.cache/drkonqi/sentry-envelopes/*).
Jul 12 06:48:57 FRMWK635005 systemd[961]: Reached target Session services which should run early before the graphical session is brought up.
Jul 12 06:48:57 FRMWK635005 systemd[961]: Starting KDE Global Shortcuts Server...
Jul 12 06:48:57 FRMWK635005 systemd[961]: Starting KDE Window Manager...
Jul 12 06:48:57 FRMWK635005 systemd[961]: Starting Baloo File Indexer Daemon...
Jul 12 06:48:57 FRMWK635005 systemd[961]: Started KDE Window Manager.
Jul 12 06:48:57 FRMWK635005 systemd[961]: Starting KDE Config Module Initialization...
Jul 12 06:48:57 FRMWK635005 systemd[961]: Starting Splash screen shown during boot...
Jul 12 06:48:57 FRMWK635005 systemd[961]: Started KDE Global Shortcuts Server.
Jul 12 06:48:57 FRMWK635005 systemd[961]: Started Baloo File Indexer Daemon.
Jul 12 06:48:57 FRMWK635005 systemd[961]: Starting Portal service...
Jul 12 06:48:57 FRMWK635005 systemd[1]: Starting Disk Manager...
Jul 12 06:48:57 FRMWK635005 udisksd[1015]: udisks daemon version 2.10.1 starting
Jul 12 06:48:57 FRMWK635005 systemd[961]: Starting flatpak document portal service...
Jul 12 06:48:57 FRMWK635005 systemd[961]: Starting sandboxed app permission store...
Jul 12 06:48:57 FRMWK635005 systemd[961]: Started sandboxed app permission store.
Jul 12 06:48:57 FRMWK635005 systemd[961]: Started flatpak document portal service.
Jul 12 06:48:57 FRMWK635005 udisksd[1015]: Error probing device: Error sending ATA command IDENTIFY DEVICE to '/dev/sda': Unexpected sense data returned:
0000: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
(g-io-error-quark, 0)
Jul 12 06:48:57 FRMWK635005 systemd[1]: Starting RealtimeKit Scheduling Policy Service...
Jul 12 06:48:57 FRMWK635005 kernel: logitech-hidpp-device 0003:046D:4091.0006: HID++ 4.5 device connected.
Jul 12 06:48:57 FRMWK635005 rtkit-daemon[1043]: Successfully called chroot.
Jul 12 06:48:57 FRMWK635005 rtkit-daemon[1043]: Successfully dropped privileges.
Jul 12 06:48:57 FRMWK635005 systemd[1]: Started RealtimeKit Scheduling Policy Service.
Jul 12 06:48:57 FRMWK635005 rtkit-daemon[1043]: Successfully limited resources.
Jul 12 06:48:57 FRMWK635005 rtkit-daemon[1043]: Canary thread running.
Jul 12 06:48:57 FRMWK635005 rtkit-daemon[1043]: Running.
Jul 12 06:48:57 FRMWK635005 rtkit-daemon[1043]: Watchdog thread running.
Jul 12 06:48:57 FRMWK635005 rtkit-daemon[1043]: Supervising 0 threads of 0 processes of 0 users.
Jul 12 06:48:57 FRMWK635005 rtkit-daemon[1043]: Supervising 0 threads of 0 processes of 0 users.
Jul 12 06:48:57 FRMWK635005 rtkit-daemon[1043]: Supervising 0 threads of 0 processes of 0 users.
Jul 12 06:48:57 FRMWK635005 kwin_wayland[1006]: No backend specified, automatically choosing drm
Jul 12 06:48:57 FRMWK635005 systemd[1]: Started Disk Manager.
Jul 12 06:48:57 FRMWK635005 udisksd[1015]: Acquired the name org.freedesktop.UDisks2 on the system message bus
Jul 12 06:48:57 FRMWK635005 systemd[1]: Starting Daemon for power management...
Jul 12 06:48:58 FRMWK635005 kwin_wayland[1006]: could not create a component for "docker-desktop.desktop"
Jul 12 06:48:58 FRMWK635005 kwin_wayland[1006]: kwin_core: Failed to load cursor theme "Sweet-cursors"
Jul 12 06:48:58 FRMWK635005 systemd[961]: Started PipeWire Multimedia Service.
Jul 12 06:48:58 FRMWK635005 systemd[961]: Started Multimedia Service Session Manager.
Jul 12 06:48:58 FRMWK635005 rtkit-daemon[1043]: Supervising 0 threads of 0 processes of 0 users.
Jul 12 06:48:58 FRMWK635005 rtkit-daemon[1043]: Supervising 0 threads of 0 processes of 0 users.
Jul 12 06:48:58 FRMWK635005 rtkit-daemon[1043]: Supervising 0 threads of 0 processes of 0 users.
Jul 12 06:48:58 FRMWK635005 rtkit-daemon[1043]: Successfully made thread 1066 of process 1066 owned by '1000' high priority at nice level -11.
Jul 12 06:48:58 FRMWK635005 rtkit-daemon[1043]: Supervising 1 threads of 1 processes of 1 users.
Jul 12 06:48:58 FRMWK635005 rtkit-daemon[1043]: Successfully made thread 1074 of process 1066 owned by '1000' RT at priority 20.
Jul 12 06:48:58 FRMWK635005 rtkit-daemon[1043]: Supervising 2 threads of 1 processes of 1 users.
Jul 12 06:48:58 FRMWK635005 rtkit-daemon[1043]: Supervising 2 threads of 1 processes of 1 users.
Jul 12 06:48:58 FRMWK635005 rtkit-daemon[1043]: Supervising 2 threads of 1 processes of 1 users.
Jul 12 06:48:58 FRMWK635005 rtkit-daemon[1043]: Supervising 2 threads of 1 processes of 1 users.
Jul 12 06:48:58 FRMWK635005 rtkit-daemon[1043]: Successfully made thread 1067 of process 1067 owned by '1000' high priority at nice level -11.
Jul 12 06:48:58 FRMWK635005 rtkit-daemon[1043]: Supervising 3 threads of 2 processes of 1 users.
Jul 12 06:48:58 FRMWK635005 rtkit-daemon[1043]: Successfully made thread 1086 of process 1067 owned by '1000' RT at priority 20.
Jul 12 06:48:58 FRMWK635005 rtkit-daemon[1043]: Supervising 4 threads of 2 processes of 1 users.
Jul 12 06:48:58 FRMWK635005 systemd[1]: Started Daemon for power management.
Jul 12 06:48:58 FRMWK635005 baloo_file[1005]: qt.dbus.integration: QDBusConnection: name 'org.freedesktop.UDisks2' had owner '' but we thought it was ':1.34'
Jul 12 06:48:58 FRMWK635005 baloo_file[1005]: qt.dbus.integration: QDBusConnection: name 'org.freedesktop.UPower' had owner '' but we thought it was ':1.38'
Jul 12 06:48:58 FRMWK635005 kernel: Bluetooth: RFCOMM TTY layer initialized
Jul 12 06:48:58 FRMWK635005 kernel: Bluetooth: RFCOMM socket layer initialized
Jul 12 06:48:58 FRMWK635005 kernel: Bluetooth: RFCOMM ver 1.11
Jul 12 06:48:58 FRMWK635005 bluetoothd[695]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSource/ldac
Jul 12 06:48:58 FRMWK635005 bluetoothd[695]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSink/aptx_hd
Jul 12 06:48:58 FRMWK635005 bluetoothd[695]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSource/aptx_hd
Jul 12 06:48:58 FRMWK635005 bluetoothd[695]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSink/aptx
Jul 12 06:48:58 FRMWK635005 bluetoothd[695]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSource/aptx
Jul 12 06:48:58 FRMWK635005 bluetoothd[695]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSink/aac
Jul 12 06:48:58 FRMWK635005 bluetoothd[695]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSource/aac
Jul 12 06:48:58 FRMWK635005 bluetoothd[695]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSink/opus_g
Jul 12 06:48:58 FRMWK635005 bluetoothd[695]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSource/opus_g
Jul 12 06:48:58 FRMWK635005 bluetoothd[695]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSink/sbc
Jul 12 06:48:58 FRMWK635005 bluetoothd[695]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSource/sbc
Jul 12 06:48:58 FRMWK635005 bluetoothd[695]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSource/aptx_ll_1
Jul 12 06:48:58 FRMWK635005 bluetoothd[695]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSource/aptx_ll_0
Jul 12 06:48:58 FRMWK635005 bluetoothd[695]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSource/aptx_ll_duplex_1
Jul 12 06:48:58 FRMWK635005 bluetoothd[695]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSource/aptx_ll_duplex_0
Jul 12 06:48:58 FRMWK635005 bluetoothd[695]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSource/faststream
Jul 12 06:48:58 FRMWK635005 bluetoothd[695]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSource/faststream_duplex
Jul 12 06:48:58 FRMWK635005 bluetoothd[695]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSink/opus_05
Jul 12 06:48:58 FRMWK635005 bluetoothd[695]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSource/opus_05
Jul 12 06:48:58 FRMWK635005 bluetoothd[695]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSink/opus_05_duplex
Jul 12 06:48:58 FRMWK635005 bluetoothd[695]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSource/opus_05_duplex
Jul 12 06:48:58 FRMWK635005 wireplumber[1067]: [0:00:23.697054097] [1067] ERROR IPAModule ipa_module.cpp:172 Symbol ipaModuleInfo not found
Jul 12 06:48:58 FRMWK635005 wireplumber[1067]: [0:00:23.697089978] [1067] ERROR IPAModule ipa_module.cpp:292 v4l2-compat.so: IPA module has no valid info
Jul 12 06:48:58 FRMWK635005 wireplumber[1067]: [0:00:23.697148035] [1067] INFO Camera camera_manager.cpp:313 libcamera v0.3.0
Jul 12 06:48:59 FRMWK635005 kwin_wayland[1006]: kwin_core: Failed to load cursor theme "Sweet-cursors"
Jul 12 06:48:59 FRMWK635005 kwin_wayland[1006]: kwin_core: Failed to load cursor theme "Sweet-cursors"
Jul 12 06:49:00 FRMWK635005 NetworkManager[694]: <info> [1720784940.4085] policy: auto-activating connection 'DRHITX1' (347a15a9-89c1-4fe4-b1d1-0a7b1583c49a)
Jul 12 06:49:00 FRMWK635005 NetworkManager[694]: <info> [1720784940.4094] device (wlan0): Activation: starting connection 'DRHITX1' (347a15a9-89c1-4fe4-b1d1-0a7b1583c49a)
Jul 12 06:49:00 FRMWK635005 NetworkManager[694]: <info> [1720784940.4095] device (wlan0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Jul 12 06:49:00 FRMWK635005 NetworkManager[694]: <info> [1720784940.4098] manager: NetworkManager state is now CONNECTING
Jul 12 06:49:00 FRMWK635005 NetworkManager[694]: <info> [1720784940.4101] device (wlan0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Jul 12 06:49:00 FRMWK635005 NetworkManager[694]: <info> [1720784940.4105] device (wlan0): Activation: (wifi) access point 'DRHITX1' has security, but secrets are required.
Jul 12 06:49:00 FRMWK635005 NetworkManager[694]: <info> [1720784940.4105] device (wlan0): state change: config -> need-auth (reason 'none', sys-iface-state: 'managed')
Jul 12 06:49:00 FRMWK635005 NetworkManager[694]: <info> [1720784940.4107] sup-iface[bcf0ba7980da4413,0,wlan0]: wps: type pbc start...
Jul 12 06:49:00 FRMWK635005 NetworkManager[694]: <warn> [1720784940.4115] device (wlan0): no secrets: No agents were available for this request.
Jul 12 06:49:00 FRMWK635005 NetworkManager[694]: <info> [1720784940.4115] device (wlan0): state change: need-auth -> failed (reason 'no-secrets', sys-iface-state: 'managed')
Jul 12 06:49:00 FRMWK635005 NetworkManager[694]: <info> [1720784940.4118] manager: NetworkManager state is now DISCONNECTED
Jul 12 06:49:00 FRMWK635005 wpa_supplicant[699]: wlan0: WPS-PBC-ACTIVE
Jul 12 06:49:00 FRMWK635005 NetworkManager[694]: <warn> [1720784940.4120] device (wlan0): Activation: failed for connection 'DRHITX1'
Jul 12 06:49:00 FRMWK635005 NetworkManager[694]: <info> [1720784940.4122] device (wlan0): state change: failed -> disconnected (reason 'none', sys-iface-state: 'managed')
Jul 12 06:49:00 FRMWK635005 wpa_supplicant[699]: wlan0: WPS-CANCEL
Jul 12 06:49:00 FRMWK635005 NetworkManager[694]: <info> [1720784940.4149] device (wlan0): supplicant interface state: disconnected -> scanning
Jul 12 06:49:00 FRMWK635005 NetworkManager[694]: <info> [1720784940.4150] device (p2p-dev-wlan0): supplicant management interface state: disconnected -> scanning
Jul 12 06:49:00 FRMWK635005 NetworkManager[694]: <info> [1720784940.4880] device (wlan0): supplicant interface state: scanning -> inactive
Jul 12 06:49:00 FRMWK635005 NetworkManager[694]: <info> [1720784940.4881] device (p2p-dev-wlan0): supplicant management interface state: scanning -> inactive
Jul 12 06:49:01 FRMWK635005 kwin_wayland[1006]: kf.svg: The theme "Amethyst" uses the legacy metadata.desktop. Consider contacting the author and asking them update it to use the newer JSON format.
Jul 12 06:49:01 FRMWK635005 kwin_wayland[1006]: kf.svg: The theme "Amethyst" uses the legacy metadata.desktop. Consider contacting the author and asking them update it to use the newer JSON format.
Jul 12 06:49:01 FRMWK635005 kwin_wayland[1006]: kf.plasma.core: The theme "Amethyst" uses the legacy metadata.desktop. Consider contacting the author and asking them update it to use the newer JSON format.
Jul 12 06:49:01 FRMWK635005 kwin_wayland[1006]: kf.plasma.core: The theme "Amethyst" uses the legacy metadata.desktop. Consider contacting the author and asking them update it to use the newer JSON format.
Jul 12 06:49:01 FRMWK635005 kcminit_startup[1010]: Initializing "/usr/lib/qt6/plugins/plasma/kcms/systemsettings/kcm_mouse.so"
Jul 12 06:49:01 FRMWK635005 kcminit_startup[1010]: Initializing "/usr/lib/qt6/plugins/plasma/kcms/systemsettings/kcm_fonts.so"
Jul 12 06:49:01 FRMWK635005 ksplashqml[1009]: file:///home/greg/.local/share/plasma/look-and-feel/Amethyst/contents/splash/Splash.qml:89: ReferenceError: bottomRect is not defined
Jul 12 06:49:01 FRMWK635005 ksplashqml[1009]: file:///home/greg/.local/share/plasma/look-and-feel/Amethyst/contents/splash/Splash.qml:88: ReferenceError: bottomRect is not defined
Jul 12 06:49:01 FRMWK635005 ksplashqml[1009]: file:///home/greg/.local/share/plasma/look-and-feel/Amethyst/contents/splash/Splash.qml:89: ReferenceError: bottomRect is not defined
Jul 12 06:49:01 FRMWK635005 ksplashqml[1009]: file:///home/greg/.local/share/plasma/look-and-feel/Amethyst/contents/splash/Splash.qml:88: ReferenceError: bottomRect is not defined
Jul 12 06:49:01 FRMWK635005 ksplashqml[1009]: file:///home/greg/.local/share/plasma/look-and-feel/Amethyst/contents/splash/Splash.qml:89: ReferenceError: bottomRect is not defined
Jul 12 06:49:01 FRMWK635005 ksplashqml[1009]: file:///home/greg/.local/share/plasma/look-and-feel/Amethyst/contents/splash/Splash.qml:88: ReferenceError: bottomRect is not defined
Jul 12 06:49:01 FRMWK635005 ksplashqml[1009]: file:///home/greg/.local/share/plasma/look-and-feel/Amethyst/contents/splash/Splash.qml:89: ReferenceError: bottomRect is not defined
Jul 12 06:49:01 FRMWK635005 kwin_wayland_wrapper[1141]: The XKEYBOARD keymap compiler (xkbcomp) reports:
Jul 12 06:49:01 FRMWK635005 kwin_wayland_wrapper[1141]: > Warning: Unsupported maximum keycode 708, clipping.
Jul 12 06:49:01 FRMWK635005 kwin_wayland_wrapper[1141]: > X11 cannot support keycodes above 255.
Jul 12 06:49:01 FRMWK635005 kwin_wayland_wrapper[1141]: > Warning: Could not resolve keysym XF86KbdInputAssistPrevgrou
Jul 12 06:49:01 FRMWK635005 kwin_wayland_wrapper[1141]: > Warning: Could not resolve keysym XF86KbdInputAssistNextgrou
Jul 12 06:49:01 FRMWK635005 kwin_wayland_wrapper[1141]: Errors from xkbcomp are not fatal to the X server
Jul 12 06:49:01 FRMWK635005 kcminit_startup[1010]: Initializing "/usr/lib/qt6/plugins/plasma/kcms/systemsettings/kcm_style.so"
Jul 12 06:49:01 FRMWK635005 kcminit[1142]: Initializing "/usr/lib/qt6/plugins/plasma/kcms/systemsettings/kcm_fonts.so"
Jul 12 06:49:01 FRMWK635005 kcminit[1142]: Initializing "/usr/lib/qt6/plugins/plasma/kcms/systemsettings/kcm_style.so"
Jul 12 06:49:01 FRMWK635005 systemd[961]: Started KDE Config Module Initialization.
Jul 12 06:49:01 FRMWK635005 systemd[961]: Starting KDE Session Management Server...
Jul 12 06:49:01 FRMWK635005 systemd[961]: Started Unlock kwallet from pam credentials.
Jul 12 06:49:01 FRMWK635005 systemd[961]: Starting KDE Daemon 6...
Jul 12 06:49:01 FRMWK635005 pam_kwallet_init[1168]: 2024/07/12 06:49:01 socat[1168] W address is opened in read-write mode but only supports read-only
Jul 12 06:49:01 FRMWK635005 systemd[961]: Started KDE Daemon 6.
Jul 12 06:49:01 FRMWK635005 systemd[961]: Starting KDE Configuration Module Initialization (Phase 1)...
Jul 12 06:49:01 FRMWK635005 kded6[1166]: org.kde.kameleon: found no RGB LED devices
Jul 12 06:49:01 FRMWK635005 systemd[961]: Started PipeWire PulseAudio.
Jul 12 06:49:01 FRMWK635005 kcminit_startup[1010]: Initializing "/usr/lib/qt6/plugins/plasma/kcms/systemsettings/kcm_touchpad.so"
Jul 12 06:49:01 FRMWK635005 kcminit_startup[1010]: Initializing "/usr/lib/qt6/plugins/plasma/kcms/systemsettings_qwidgets/kcm_kgamma.so"
Jul 12 06:49:01 FRMWK635005 rtkit-daemon[1043]: Supervising 4 threads of 2 processes of 1 users.
Jul 12 06:49:01 FRMWK635005 rtkit-daemon[1043]: Supervising 4 threads of 2 processes of 1 users.
Jul 12 06:49:01 FRMWK635005 rtkit-daemon[1043]: Supervising 4 threads of 2 processes of 1 users.
Jul 12 06:49:01 FRMWK635005 rtkit-daemon[1043]: Successfully made thread 1197 of process 1197 owned by '1000' high priority at nice level -11.
Jul 12 06:49:01 FRMWK635005 rtkit-daemon[1043]: Supervising 5 threads of 3 processes of 1 users.
Jul 12 06:49:01 FRMWK635005 rtkit-daemon[1043]: Successfully made thread 1202 of process 1197 owned by '1000' RT at priority 20.
Jul 12 06:49:01 FRMWK635005 rtkit-daemon[1043]: Supervising 6 threads of 3 processes of 1 users.
Jul 12 06:49:01 FRMWK635005 systemd[961]: Started KDE Session Management Server.
Jul 12 06:49:01 FRMWK635005 systemd[961]: Starting KDE Plasma Workspace...
Jul 12 06:49:01 FRMWK635005 systemd[961]: Finished KDE Configuration Module Initialization (Phase 1).
Jul 12 06:49:01 FRMWK635005 systemd[961]: Starting User preferences database...
Jul 12 06:49:01 FRMWK635005 systemd[961]: Started User preferences database.
Jul 12 06:49:01 FRMWK635005 systemd[961]: Starting KActivityManager Activity manager Service...
Jul 12 06:49:01 FRMWK635005 plasmashell[1206]: kf.svg: The theme "Amethyst" uses the legacy metadata.desktop. Consider contacting the author and asking them update it to use the newer JSON format.
Jul 12 06:49:01 FRMWK635005 plasmashell[1206]: kf.svg: The theme "Amethyst" uses the legacy metadata.desktop. Consider contacting the author and asking them update it to use the newer JSON format.
Jul 12 06:49:01 FRMWK635005 plasmashell[1206]: kf.plasma.core: The theme "Amethyst" uses the legacy metadata.desktop. Consider contacting the author and asking them update it to use the newer JSON format.
Jul 12 06:49:01 FRMWK635005 plasmashell[1206]: kf.plasma.core: The theme "Amethyst" uses the legacy metadata.desktop. Consider contacting the author and asking them update it to use the newer JSON format.
Jul 12 06:49:01 FRMWK635005 systemd[961]: Started KDE Plasma Workspace.
Jul 12 06:49:01 FRMWK635005 systemd[961]: Reached target KDE Plasma Workspace Core.
Jul 12 06:49:01 FRMWK635005 kded6[1166]: QDBusObjectPath: invalid path "/modules/plasma-session-shortcuts"
Jul 12 06:49:01 FRMWK635005 kded6[1166]: kf.dbusaddons: The kded module name "plasma-session-shortcuts" is invalid!
Jul 12 06:49:01 FRMWK635005 systemd[961]: Started Consume pending crashes using DrKonqi.
Jul 12 06:49:01 FRMWK635005 systemd[961]: Started Proxies GTK DBus menus to a Plasma readable format.
Jul 12 06:49:01 FRMWK635005 systemd[961]: Starting KDE PolicyKit Authentication Agent...
Jul 12 06:49:01 FRMWK635005 systemd[961]: Starting Powerdevil...
Jul 12 06:49:01 FRMWK635005 systemd[961]: Starting Xdg Desktop Portal For KDE...
Jul 12 06:49:01 FRMWK635005 systemd[961]: Started Handle legacy xembed system tray icons.
Jul 12 06:49:01 FRMWK635005 plasmashell[1206]: kde.plasmashell: Aborting shell load: The activity manager daemon (kactivitymanagerd) is not running.
Jul 12 06:49:01 FRMWK635005 plasmashell[1206]: kde.plasmashell: If this Plasma has been installed into a custom prefix, verify that its D-Bus services dir is known to the system for the daemon to be activatable.
Jul 12 06:49:01 FRMWK635005 kactivitymanagerd[1231]: kf.windowsystem: virtual void KX11Extras::connectNotify(const QMetaMethod&) may only be used on X11
Jul 12 06:49:01 FRMWK635005 kactivitymanagerd[1231]: kf.windowsystem: virtual void KX11Extras::connectNotify(const QMetaMethod&) may only be used on X11
Jul 12 06:49:01 FRMWK635005 systemd[961]: Started KActivityManager Activity manager Service.
Jul 12 06:49:01 FRMWK635005 plasmashell[1206]: kde.plasmashell: Aborting shell load: The activity manager daemon (kactivitymanagerd) is not running.
Jul 12 06:49:01 FRMWK635005 plasmashell[1206]: kde.plasmashell: If this Plasma has been installed into a custom prefix, verify that its D-Bus services dir is known to the system for the daemon to be activatable.
Jul 12 06:49:01 FRMWK635005 kded6[1166]: org.kde.colorcorrectlocationupdater: Geolocator stopped
Jul 12 06:49:01 FRMWK635005 kded6[1166]: org.kde.plasma.printmanager.kded: unable to register service to dbus
Jul 12 06:49:01 FRMWK635005 systemd[961]: Started Xdg Desktop Portal For KDE.
Jul 12 06:49:01 FRMWK635005 systemd[961]: Started KDE PolicyKit Authentication Agent.
Jul 12 06:49:01 FRMWK635005 polkit-kde-authentication-agent-1[1234]: New PolkitAgentListener 0x60d403c491c0
Jul 12 06:49:01 FRMWK635005 polkit-kde-authentication-agent-1[1234]: Adding new listener PolkitQt1::Agent::Listener(0x60d403c2b990) for 0x60d403c491c0
Jul 12 06:49:01 FRMWK635005 polkit-kde-authentication-agent-1[1234]: Listener online
Jul 12 06:49:01 FRMWK635005 kconf_update[1320]: kf.config.kconf_update: /usr/share/kconf_update/ark.upd defined Version=5 but Version=6 was expected
Jul 12 06:49:01 FRMWK635005 kconf_update[1320]: kf.config.kconf_update: /usr/share/kconf_update/dolphin_detailsmodesettings.upd defined Version=5 but Version=6 was expected
Jul 12 06:49:01 FRMWK635005 kconf_update[1320]: kf.config.kconf_update: /usr/share/kconf_update/dolphin_directorysizemode.upd defined Version=5 but Version=6 was expected
Jul 12 06:49:01 FRMWK635005 kconf_update[1320]: kf.config.kconf_update: /usr/share/kconf_update/konsole.upd defined Version=5 but Version=6 was expected
Jul 12 06:49:01 FRMWK635005 NetworkManager[694]: <info> [1720784941.7535] agent-manager: agent[3d6096d3d73f2ed1,:1.43/org.kde.plasma.networkmanagement/1000]: agent registered
Jul 12 06:49:01 FRMWK635005 kded6[1166]:
Jul 12 06:49:01 FRMWK635005 xdg-desktop-por[1014]: Choosing kwallet.portal for org.freedesktop.impl.portal.Secret via the deprecated UseIn key
Jul 12 06:49:01 FRMWK635005 xdg-desktop-por[1014]: The preferred method to match portal implementations to desktop environments is to use the portals.conf(5) configuration file
Jul 12 06:49:01 FRMWK635005 polkitd[705]: Registered Authentication Agent for unix-session:2 (system bus name :1.49 [/usr/lib/polkit-kde-authentication-agent-1], object path /org/kde/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
Jul 12 06:49:01 FRMWK635005 polkit-kde-authentication-agent-1[1234]: Authentication agent result: true
Jul 12 06:49:01 FRMWK635005 systemd[961]: Started Portal service.
Jul 12 06:49:01 FRMWK635005 kded6[1166]: Known activities: QList("ca48f728-c56c-49c4-b3bb-dd2cc73beefa")
Jul 12 06:49:01 FRMWK635005 dbus-broker-launch[691]: Activation request for 'org.freedesktop.ModemManager1' failed: The systemd unit 'dbus-org.freedesktop.ModemManager1.service' could not be found.
Jul 12 06:49:01 FRMWK635005 kded6[1166]: kf.modemmanagerqt: Failed enumerating MM objects: "org.freedesktop.DBus.Error.NameHasNoOwner"
"Could not activate remote peer 'org.freedesktop.ModemManager1': activation request failed: unknown unit"
Jul 12 06:49:01 FRMWK635005 org_kde_powerdevil[1235]: qt.core.qobject.connect: QObject::disconnect: Unexpected nullptr parameter
Jul 12 06:49:01 FRMWK635005 org_kde_powerdevil[1235]: qt.core.qobject.connect: QObject::disconnect: Unexpected nullptr parameter
Jul 12 06:49:01 FRMWK635005 org_kde_powerdevil[1235]: Initializing libddcutil. ddcutil version: 2.1.4, shared library: /usr/lib/libddcutil.so.5.1.2
Jul 12 06:49:01 FRMWK635005 org_kde_powerdevil[1235]: Options passed from client:
Jul 12 06:49:01 FRMWK635005 plasmashell[1206]: kf.svg: The theme "Amethyst" uses the legacy metadata.desktop. Consider contacting the author and asking them update it to use the newer JSON format.
Jul 12 06:49:01 FRMWK635005 org_kde_powerdevil[1235]: Applying combined options:
Jul 12 06:49:01 FRMWK635005 kded6[1342]: xsettingsd: Loaded 14 settings from /home/greg/.config/xsettingsd/xsettingsd.conf
Jul 12 06:49:01 FRMWK635005 kded6[1342]: xsettingsd: Created window 0xc00001 on screen 0 with timestamp 26912
Jul 12 06:49:01 FRMWK635005 kded6[1342]: xsettingsd: Selection _XSETTINGS_S0 is owned by 0x0
Jul 12 06:49:01 FRMWK635005 kded6[1342]: xsettingsd: Took ownership of selection _XSETTINGS_S0
Jul 12 06:49:01 FRMWK635005 systemd[1]: Created slice Slice /system/dbus-:1.3-org.kde.kded.smart.
Jul 12 06:49:01 FRMWK635005 systemd[1]: Started dbus-:1.3-org.kde.kded.smart@0.service.
Jul 12 06:49:01 FRMWK635005 plasmashell[1206]: kf.plasma.quick: Applet preload policy set to 1
Jul 12 06:49:01 FRMWK635005 plasmashell[1206]: file:///usr/share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/main.qml:195:25: QML FolderViewDropArea (parent or ancestor of QQuickLayoutAttached): Binding loop detected for property "minimumWidth"
Jul 12 06:49:01 FRMWK635005 kded6[1166]: kf.bluezqt: PendingCall Error: "The name is not activatable"
Jul 12 06:49:02 FRMWK635005 plasmashell[1206]: Toolbox not loading, toolbox package is either invalid or disabled.
Jul 12 06:49:02 FRMWK635005 plasmashell[1206]: file:///usr/share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/main.qml:195:25: QML FolderViewDropArea (parent or ancestor of QQuickLayoutAttached): Binding loop detected for property "minimumWidth"
Jul 12 06:49:02 FRMWK635005 plasmashell[1206]: Toolbox not loading, toolbox package is either invalid or disabled.
Jul 12 06:49:02 FRMWK635005 plasmashell[1206]: file:///usr/share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/main.qml:195:25: QML FolderViewDropArea (parent or ancestor of QQuickLayoutAttached): Binding loop detected for property "minimumWidth"
Jul 12 06:49:02 FRMWK635005 plasmashell[1206]: Toolbox not loading, toolbox package is either invalid or disabled.
Jul 12 06:49:02 FRMWK635005 plasmashell[1206]: file:///usr/share/plasma/plasmoids/org.kde.plasma.private.systemtray/contents/ui/main.qml:162:21: QML KSortFilterProxyModel: Binding loop detected for property "sourceModel"
Jul 12 06:49:02 FRMWK635005 plasmashell[1206]: file:///usr/share/plasma/plasmoids/org.kde.plasma.private.systemtray/contents/ui/main.qml:162:21: QML KSortFilterProxyModel: Binding loop detected for property "sourceModel"
Jul 12 06:49:02 FRMWK635005 plasmashell[1206]: qt.dbus.integration: Could not connect "org.cups.cupsd.Notifier" to PrinterFinishingsChanged(QString, QString, QString, uint, QString, bool) :
Jul 12 06:49:02 FRMWK635005 plasmashell[1206]: qml: SystemTray ItemLoader: Invalid state, cannot determine source!
Jul 12 06:49:02 FRMWK635005 plasmashell[1206]: file:///usr/share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/MenuRepresentation.qml:204:20: Duplicate signal name: invalid override of property change signal or superclass signal
Jul 12 06:49:02 FRMWK635005 plasmashell[1206]: file:///usr/share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/MenuRepresentation.qml:233:21: Duplicate method name: invalid override of property change signal or superclass signal
Jul 12 06:49:02 FRMWK635005 plasmashell[1206]: file:///usr/share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/main.qml:45: TypeError: Value is null and could not be converted to an object
Jul 12 06:49:02 FRMWK635005 plasmashell[1206]: kf5idletime_wayland: This plugin does not support polling idle time
Jul 12 06:49:02 FRMWK635005 plasmashell[1206]: QFont::setPointSizeF: Point size <= 0 (0.000000), must be greater than 0
Jul 12 06:49:03 FRMWK635005 baloo_file_extractor[1436]: kf.idletime: Could not find any system poller plugin
Jul 12 06:49:03 FRMWK635005 baloo_file_extractor[1436]: qt.core.qobject.connect: QObject::connect(KAbstractIdleTimePoller, KIdleTime): invalid nullptr parameter
Jul 12 06:49:03 FRMWK635005 baloo_file_extractor[1436]: qt.core.qobject.connect: QObject::connect(KAbstractIdleTimePoller, KIdleTime): invalid nullptr parameter
Jul 12 06:49:03 FRMWK635005 org_kde_powerdevil[1235]: Unable to open Display_Path[/dev/i2c-13]: DDCRC_DISCONNECTED(-3029): display no longer connected
Jul 12 06:49:03 FRMWK635005 org_kde_powerdevil[1235]: Discarding cached sleep adjustment data for bus /dev/i2c-14. EDID has changed.
Jul 12 06:49:03 FRMWK635005 org_kde_powerdevil[1235]: Discarding cached sleep adjustment data for bus /dev/i2c-14. EDID has changed.
Jul 12 06:49:06 FRMWK635005 org_kde_powerdevil[1235]: busno=14, sleep-multiplier = 2.00. Testing for supported feature 0x10 returned Error_Info[DDCRC_RETRIES in ddc_write_read_with_retry, causes: DDCRC_DDC_DATA(10)]
Jul 12 06:49:06 FRMWK635005 org_kde_powerdevil[1235]: Library initialization complete.
Jul 12 06:49:06 FRMWK635005 org_kde_powerdevil[1235]: Watch thread started
Jul 12 06:49:06 FRMWK635005 plasmashell[1206]: file:///usr/share/plasma/plasmoids/org.kde.plasma.keyboardindicator/contents/ui/main.qml:61:13: Unable to assign [undefined] to bool
Jul 12 06:49:06 FRMWK635005 systemd[1]: Created slice Slice /system/dbus-:1.3-org.kde.powerdevil.discretegpuhelper.
Jul 12 06:49:06 FRMWK635005 systemd[1]: Started dbus-:1.3-org.kde.powerdevil.discretegpuhelper@0.service.
Jul 12 06:49:06 FRMWK635005 systemd[1]: Created slice Slice /system/dbus-:1.3-org.kde.powerdevil.chargethresholdhelper.
Jul 12 06:49:06 FRMWK635005 systemd[1]: Started dbus-:1.3-org.kde.powerdevil.chargethresholdhelper@0.service.
Jul 12 06:49:06 FRMWK635005 systemd[1]: Created slice Slice /system/dbus-:1.3-org.kde.powerdevil.backlighthelper.
Jul 12 06:49:06 FRMWK635005 systemd[1]: Started dbus-:1.3-org.kde.powerdevil.backlighthelper@0.service.
Jul 12 06:49:06 FRMWK635005 org_kde_powerdevil[1235]: org.kde.powerdevil: org.kde.powerdevil.chargethresholdhelper.getthreshold failed "Charge thresholds are not supported by the kernel for this hardware"
Jul 12 06:49:06 FRMWK635005 systemd[1]: Stopping User Manager for UID 967...
Jul 12 06:49:06 FRMWK635005 systemd[896]: Activating special unit Exit the Session...
Jul 12 06:49:06 FRMWK635005 systemd[896]: Stopped target Main User Target.
Jul 12 06:49:06 FRMWK635005 systemd[896]: Stopped target Basic System.
Jul 12 06:49:06 FRMWK635005 systemd[896]: Stopped target Paths.
Jul 12 06:49:06 FRMWK635005 systemd[896]: Stopped Submitting pending crash events (file monitor).
Jul 12 06:49:06 FRMWK635005 systemd[896]: Stopped target Sockets.
Jul 12 06:49:06 FRMWK635005 systemd[896]: Stopped target Timers.
Jul 12 06:49:06 FRMWK635005 systemd[896]: Closed GnuPG network certificate management daemon.
Jul 12 06:49:06 FRMWK635005 systemd[896]: Closed Socket to launch DrKonqi for a systemd-coredump crash.
Jul 12 06:49:06 FRMWK635005 systemd[896]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers).
Jul 12 06:49:06 FRMWK635005 systemd[896]: Closed GnuPG cryptographic agent and passphrase cache (restricted).
Jul 12 06:49:06 FRMWK635005 systemd[896]: Closed GnuPG cryptographic agent (ssh-agent emulation).
Jul 12 06:49:06 FRMWK635005 systemd[896]: Closed GnuPG cryptographic agent and passphrase cache.
Jul 12 06:49:06 FRMWK635005 systemd[896]: Closed GnuPG public key management service.
Jul 12 06:49:06 FRMWK635005 systemd[896]: Closed p11-kit server.
Jul 12 06:49:06 FRMWK635005 systemd[896]: Closed PipeWire PulseAudio.
Jul 12 06:49:06 FRMWK635005 systemd[896]: Closed PipeWire Multimedia System Sockets.
Jul 12 06:49:06 FRMWK635005 dbus-broker[912]: Dispatched 204 messages @ 2(±6)μs / message.
Jul 12 06:49:06 FRMWK635005 systemd[896]: Stopping D-Bus User Message Bus...
Jul 12 06:49:06 FRMWK635005 systemd[896]: Stopped D-Bus User Message Bus.
Jul 12 06:49:06 FRMWK635005 systemd[896]: Removed slice User Core Session Slice.
Jul 12 06:49:06 FRMWK635005 systemd[896]: Closed D-Bus User Message Bus Socket.
Jul 12 06:49:06 FRMWK635005 systemd[896]: Removed slice User Application Slice.
Jul 12 06:49:06 FRMWK635005 systemd[896]: Reached target Shutdown.
Jul 12 06:49:06 FRMWK635005 systemd[896]: Finished Exit the Session.
Jul 12 06:49:06 FRMWK635005 systemd[896]: Reached target Exit the Session.
Jul 12 06:49:06 FRMWK635005 systemd[961]: Started Powerdevil.
Jul 12 06:49:06 FRMWK635005 systemd[961]: Reached target KDE Plasma Workspace.
Jul 12 06:49:06 FRMWK635005 systemd[961]: Reached target Current graphical user session.
Jul 12 06:49:06 FRMWK635005 systemd[961]: Reached target plasma-workspace-wayland.target.
Jul 12 06:49:06 FRMWK635005 systemd[961]: Starting AT-SPI D-Bus Bus...
Jul 12 06:49:06 FRMWK635005 systemd[961]: Starting Geoclue Demo agent...
Jul 12 06:49:06 FRMWK635005 systemd[961]: Starting Accessibility...
Jul 12 06:49:06 FRMWK635005 systemd[961]: Starting Discover...
Jul 12 06:49:06 FRMWK635005 systemd[961]: Starting Plasma Session Restore...
Jul 12 06:49:06 FRMWK635005 systemd[961]: Starting Update Notifier...
Jul 12 06:49:06 FRMWK635005 systemd[961]: Starting Update Notifier...
Jul 12 06:49:06 FRMWK635005 systemd[961]: Starting xapp-sn-watcher...
Jul 12 06:49:06 FRMWK635005 systemd[961]: Starting KSplash "ready" Stage...
Jul 12 06:49:06 FRMWK635005 systemd[961]: Starting KDE Session Restoration...
Jul 12 06:49:06 FRMWK635005 systemd[961]: app-at\x2dspi\x2ddbus\x2dbus@autostart.service: Skipped due to 'exec-condition'.
Jul 12 06:49:06 FRMWK635005 systemd[961]: Condition check resulted in AT-SPI D-Bus Bus being skipped.
Jul 12 06:49:06 FRMWK635005 plasmashell[1206]: kameleon supported false
Jul 12 06:49:06 FRMWK635005 plasmashell[1206]: kameleon enabled true
Jul 12 06:49:06 FRMWK635005 plasmashell[1206]: error getting max keyboard brightness via dbus QDBusError("org.freedesktop.DBus.Error.UnknownObject", "No such object path '/org/kde/Solid/PowerManagement/Actions/KeyboardBrightnessControl'")
Jul 12 06:49:06 FRMWK635005 systemd[961]: app-pamac\x2dtray@autostart.service: Skipped due to 'exec-condition'.
Jul 12 06:49:06 FRMWK635005 systemd[961]: Condition check resulted in Update Notifier being skipped.
Jul 12 06:49:06 FRMWK635005 systemd[961]: app-pamac\x2dtray\x2dbudgie@autostart.service: Skipped due to 'exec-condition'.
Jul 12 06:49:06 FRMWK635005 systemd[961]: Condition check resulted in Update Notifier being skipped.
Jul 12 06:49:06 FRMWK635005 org_kde_powerdevil[1235]: org.kde.powerdevil: Handle button events action could not check for screen configuration
Jul 12 06:49:06 FRMWK635005 systemd[961]: Started Accessibility.
Jul 12 06:49:06 FRMWK635005 systemd[961]: Started Discover.
Jul 12 06:49:06 FRMWK635005 systemd[961]: Started Geoclue Demo agent.
Jul 12 06:49:06 FRMWK635005 (sd-pam)[898]: pam_unix(systemd-user:session): session closed for user sddm
Jul 12 06:49:06 FRMWK635005 systemd[961]: Started Plasma Session Restore.
Jul 12 06:49:06 FRMWK635005 systemd[1]: user@967.service: Deactivated successfully.
Jul 12 06:49:06 FRMWK635005 systemd[961]: Finished KDE Session Restoration.
Jul 12 06:49:06 FRMWK635005 systemd[961]: Started xapp-sn-watcher.
Jul 12 06:49:06 FRMWK635005 systemd[961]: Finished KSplash "ready" Stage.
Jul 12 06:49:06 FRMWK635005 systemd[961]: Reached target Startup of XDG autostart applications.
Jul 12 06:49:06 FRMWK635005 kaccess[1500]: Xlib XKB extension major= 1 minor= 0
Jul 12 06:49:06 FRMWK635005 systemd[961]: Finished Splash screen shown during boot.
Jul 12 06:49:06 FRMWK635005 systemd[1]: Stopped User Manager for UID 967.
Jul 12 06:49:06 FRMWK635005 systemd[1]: Stopping User Runtime Directory /run/user/967...
Jul 12 06:49:06 FRMWK635005 NetworkManager[694]: <info> [1720784946.9813] policy: auto-activating connection 'DRHITX1' (347a15a9-89c1-4fe4-b1d1-0a7b1583c49a)
Jul 12 06:49:06 FRMWK635005 NetworkManager[694]: <info> [1720784946.9817] device (wlan0): Activation: starting connection 'DRHITX1' (347a15a9-89c1-4fe4-b1d1-0a7b1583c49a)
Jul 12 06:49:06 FRMWK635005 wpa_supplicant[699]: wlan0: WPS-PBC-ACTIVE
Jul 12 06:49:06 FRMWK635005 NetworkManager[694]: <info> [1720784946.9818] device (wlan0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Jul 12 06:49:06 FRMWK635005 NetworkManager[694]: <info> [1720784946.9819] manager: NetworkManager state is now CONNECTING
Jul 12 06:49:06 FRMWK635005 NetworkManager[694]: <info> [1720784946.9820] device (wlan0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Jul 12 06:49:06 FRMWK635005 NetworkManager[694]: <info> [1720784946.9822] device (wlan0): Activation: (wifi) access point 'DRHITX1' has security, but secrets are required.
Jul 12 06:49:06 FRMWK635005 NetworkManager[694]: <info> [1720784946.9822] device (wlan0): state change: config -> need-auth (reason 'none', sys-iface-state: 'managed')
Jul 12 06:49:06 FRMWK635005 NetworkManager[694]: <info> [1720784946.9822] sup-iface[bcf0ba7980da4413,0,wlan0]: wps: type pbc start...
Jul 12 06:49:06 FRMWK635005 DiscoverNotifier[1501]: couldn't load "/usr/lib/qt6/plugins/discover-notifier/DiscoverPackageKitNotifier.so" because "Cannot load library /usr/lib/qt6/plugins/discover-notifier/DiscoverPackageKitNotifier.so: libpackagekitqt6.so.1: cannot open shared object file: No such file or directory"
Jul 12 06:49:06 FRMWK635005 NetworkManager[694]: <info> [1720784946.9882] device (wlan0): supplicant interface state: inactive -> scanning
Jul 12 06:49:06 FRMWK635005 NetworkManager[694]: <info> [1720784946.9882] device (p2p-dev-wlan0): supplicant management interface state: inactive -> scanning
Jul 12 06:49:06 FRMWK635005 systemd[1]: run-user-967.mount: Deactivated successfully.
Jul 12 06:49:06 FRMWK635005 systemd[1]: user-runtime-dir@967.service: Deactivated successfully.
Jul 12 06:49:06 FRMWK635005 systemd[961]: Starting Virtual filesystem service...
Jul 12 06:49:07 FRMWK635005 systemd[961]: Started Virtual filesystem service.
Jul 12 06:49:07 FRMWK635005 kaccess[1500]: X server XKB extension major= 1 minor= 0
Jul 12 06:49:07 FRMWK635005 systemd[1]: Stopped User Runtime Directory /run/user/967.
Jul 12 06:49:07 FRMWK635005 systemd[1]: Removed slice User Slice of UID 967.
Jul 12 06:49:07 FRMWK635005 systemd-logind[698]: Removed session 1.
Jul 12 06:49:07 FRMWK635005 NetworkManager[694]: <info> [1720784947.1055] device (wlan0): state change: need-auth -> prepare (reason 'none', sys-iface-state: 'managed')
Jul 12 06:49:07 FRMWK635005 kded6[1166]: kf.networkmanagerqt: void NetworkManager::ConnectionPrivate::onPropertiesChanged(const QVariantMap&) Unhandled property "VersionId"
Jul 12 06:49:07 FRMWK635005 plasmashell[1206]: kf.networkmanagerqt: void NetworkManager::ConnectionPrivate::onPropertiesChanged(const QVariantMap&) Unhandled property "VersionId"
Jul 12 06:49:07 FRMWK635005 NetworkManager[694]: <info> [1720784947.1059] device (wlan0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Jul 12 06:49:07 FRMWK635005 NetworkManager[694]: <info> [1720784947.1062] device (wlan0): Activation: (wifi) connection 'DRHITX1' has security, and secrets exist. No new secrets needed.
Jul 12 06:49:07 FRMWK635005 NetworkManager[694]: <info> [1720784947.1063] Config: added 'ssid' value 'DRHITX1'
Jul 12 06:49:07 FRMWK635005 NetworkManager[694]: <info> [1720784947.1063] Config: added 'scan_ssid' value '1'
Jul 12 06:49:07 FRMWK635005 NetworkManager[694]: <info> [1720784947.1063] Config: added 'bgscan' value 'simple:30:-65:300'
Jul 12 06:49:07 FRMWK635005 NetworkManager[694]: <info> [1720784947.1063] Config: added 'key_mgmt' value 'WPA-PSK WPA-PSK-SHA256 SAE'
Jul 12 06:49:07 FRMWK635005 NetworkManager[694]: <info> [1720784947.1064] Config: added 'auth_alg' value 'OPEN'
Jul 12 06:49:07 FRMWK635005 wpa_supplicant[699]: wlan0: WPS-CANCEL
Jul 12 06:49:07 FRMWK635005 NetworkManager[694]: <info> [1720784947.1064] Config: added 'psk' value '<hidden>'
Jul 12 06:49:07 FRMWK635005 wpa_supplicant[699]: wlan0: SME: Trying to authenticate with 80:69:1a:0b:d5:04 (SSID='DRHITX1' freq=2442 MHz)
Jul 12 06:49:07 FRMWK635005 kernel: wlan0: disconnect from AP 80:69:1a:0b:d5:05 for new auth to 80:69:1a:0b:d5:04
Jul 12 06:49:07 FRMWK635005 org_kde_powerdevil[1235]: org.kde.powerdevil: org.kde.powerdevil.chargethresholdhelper.getthreshold failed "Charge thresholds are not supported by the kernel for this hardware"
Jul 12 06:49:07 FRMWK635005 iwd[697]: Received Deauthentication event, reason: 1, from_ap: false
Jul 12 06:49:07 FRMWK635005 iwd[697]: event: disconnect-info, reason: 1
Jul 12 06:49:07 FRMWK635005 iwd[697]: event: state, old: connected, new: disconnected
Jul 12 06:49:07 FRMWK635005 iwd[697]: event: state, old: disconnected, new: autoconnect_quick
Jul 12 06:49:07 FRMWK635005 kernel: wlan0: authenticate with 80:69:1a:0b:d5:04
Jul 12 06:49:07 FRMWK635005 kernel: wlan0: 80 MHz not supported, disabling VHT
Jul 12 06:49:07 FRMWK635005 NetworkManager[694]: <info> [1720784947.3108] device (wlan0): supplicant interface state: scanning -> authenticating
Jul 12 06:49:07 FRMWK635005 NetworkManager[694]: <info> [1720784947.3109] device (p2p-dev-wlan0): supplicant management interface state: scanning -> authenticating
Jul 12 06:49:07 FRMWK635005 kernel: wlan0: send auth to 80:69:1a:0b:d5:04 (try 1/3)
Jul 12 06:49:07 FRMWK635005 iwd[697]: Unexpected connection related event -- is another supplicant running?
Jul 12 06:49:07 FRMWK635005 wpa_supplicant[699]: wlan0: Trying to associate with 80:69:1a:0b:d5:04 (SSID='DRHITX1' freq=2442 MHz)
Jul 12 06:49:07 FRMWK635005 kernel: wlan0: authenticated
Jul 12 06:49:07 FRMWK635005 NetworkManager[694]: <info> [1720784947.3493] device (wlan0): supplicant interface state: authenticating -> associating
Jul 12 06:49:07 FRMWK635005 NetworkManager[694]: <info> [1720784947.3494] device (p2p-dev-wlan0): supplicant management interface state: authenticating -> associating
Jul 12 06:49:07 FRMWK635005 iwd[697]: event: state, old: autoconnect_quick, new: autoconnect_full
Jul 12 06:49:07 FRMWK635005 kernel: wlan0: associate with 80:69:1a:0b:d5:04 (try 1/3)
Jul 12 06:49:07 FRMWK635005 kernel: wlan0: RX AssocResp from 80:69:1a:0b:d5:04 (capab=0x1431 status=0 aid=8)
Jul 12 06:49:07 FRMWK635005 iwd[697]: Unexpected connection related event -- is another supplicant running?
Jul 12 06:49:07 FRMWK635005 wpa_supplicant[699]: wlan0: Associated with 80:69:1a:0b:d5:04
Jul 12 06:49:07 FRMWK635005 wpa_supplicant[699]: wlan0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Jul 12 06:49:07 FRMWK635005 kernel: wlan0: associated
Jul 12 06:49:07 FRMWK635005 wpa_supplicant[699]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-50 noise=9999 txrate=18000
Jul 12 06:49:07 FRMWK635005 wpa_supplicant[699]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-50 noise=9999 txrate=18000
Jul 12 06:49:07 FRMWK635005 NetworkManager[694]: <info> [1720784947.4100] device (wlan0): supplicant interface state: associating -> associated
Jul 12 06:49:07 FRMWK635005 NetworkManager[694]: <info> [1720784947.4100] device (p2p-dev-wlan0): supplicant management interface state: associating -> associated
Jul 12 06:49:07 FRMWK635005 NetworkManager[694]: <info> [1720784947.4379] device (wlan0): supplicant interface state: associated -> 4way_handshake
Jul 12 06:49:07 FRMWK635005 NetworkManager[694]: <info> [1720784947.4380] device (p2p-dev-wlan0): supplicant management interface state: associated -> 4way_handshake
Jul 12 06:49:07 FRMWK635005 wpa_supplicant[699]: wlan0: WPA: Key negotiation completed with 80:69:1a:0b:d5:04 [PTK=CCMP GTK=CCMP]
Jul 12 06:49:07 FRMWK635005 wpa_supplicant[699]: wlan0: CTRL-EVENT-CONNECTED - Connection to 80:69:1a:0b:d5:04 completed [id=0 id_str=]
Jul 12 06:49:07 FRMWK635005 kernel: wlan0: Limiting TX power to 30 (30 - 0) dBm as advertised by 80:69:1a:0b:d5:04
Jul 12 06:49:07 FRMWK635005 NetworkManager[694]: <info> [1720784947.4742] device (wlan0): supplicant interface state: 4way_handshake -> completed
Jul 12 06:49:07 FRMWK635005 NetworkManager[694]: <info> [1720784947.4743] device (wlan0): Activation: (wifi) Stage 2 of 5 (Device Configure) successful. Connected to wireless network "DRHITX1"
Jul 12 06:49:07 FRMWK635005 NetworkManager[694]: <info> [1720784947.4743] device (p2p-dev-wlan0): supplicant management interface state: 4way_handshake -> completed
Jul 12 06:49:07 FRMWK635005 NetworkManager[694]: <info> [1720784947.4749] device (wlan0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
Jul 12 06:49:07 FRMWK635005 wpa_supplicant[699]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-53 noise=9999 txrate=18000
Jul 12 06:49:07 FRMWK635005 NetworkManager[694]: <info> [1720784947.4760] dhcp4 (wlan0): activation: beginning transaction (timeout in 45 seconds)
Jul 12 06:49:07 FRMWK635005 NetworkManager[694]: <info> [1720784947.6030] dhcp4 (wlan0): state changed new lease, address=192.168.1.121, acd pending
Jul 12 06:49:07 FRMWK635005 NetworkManager[694]: <info> [1720784947.7550] dhcp4 (wlan0): state changed new lease, address=192.168.1.121
Jul 12 06:49:07 FRMWK635005 NetworkManager[694]: <info> [1720784947.7559] policy: set 'DRHITX1' (wlan0) as default for IPv4 routing and DNS
Jul 12 06:49:07 FRMWK635005 systemd-resolved[660]: wlan0: Bus client set search domain list to: satx.rr.com
Jul 12 06:49:07 FRMWK635005 systemd-resolved[660]: wlan0: Bus client set default route setting: yes
Jul 12 06:49:07 FRMWK635005 systemd-resolved[660]: wlan0: Bus client set DNS server list to: 192.168.1.1
Jul 12 06:49:07 FRMWK635005 NetworkManager[694]: <info> [1720784947.7860] device (wlan0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
Jul 12 06:49:07 FRMWK635005 systemd[1]: Starting Network Manager Script Dispatcher Service...
Jul 12 06:49:07 FRMWK635005 systemd[1]: Started Network Manager Script Dispatcher Service.
Jul 12 06:49:07 FRMWK635005 NetworkManager[694]: <info> [1720784947.8796] device (wlan0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
Jul 12 06:49:07 FRMWK635005 NetworkManager[694]: <info> [1720784947.8800] device (wlan0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
Jul 12 06:49:07 FRMWK635005 NetworkManager[694]: <info> [1720784947.8808] manager: NetworkManager state is now CONNECTED_SITE
Jul 12 06:49:07 FRMWK635005 NetworkManager[694]: <info> [1720784947.8823] device (wlan0): Activation: successful, device activated.
Jul 12 06:49:08 FRMWK635005 NetworkManager[694]: <info> [1720784948.4105] manager: NetworkManager state is now CONNECTED_GLOBAL
Jul 12 06:49:09 FRMWK635005 NetworkManager[694]: <info> [1720784949.5498] dhcp6 (wlan0): activation: beginning transaction (timeout in 45 seconds)
Jul 12 06:49:09 FRMWK635005 NetworkManager[694]: <info> [1720784949.5510] policy: set 'DRHITX1' (wlan0) as default for IPv6 routing and DNS
Jul 12 06:49:09 FRMWK635005 systemd-resolved[660]: wlan0: Bus client set search domain list to: satx.rr.com, search.charter.net
Jul 12 06:49:09 FRMWK635005 systemd-resolved[660]: wlan0: Bus client set DNS server list to: 192.168.1.1, 2603:8081:4e00:31ec:8269:1aff:fe0b:d503
Jul 12 06:49:09 FRMWK635005 NetworkManager[694]: <info> [1720784949.6519] dhcp6 (wlan0): state changed new lease
Jul 12 06:49:11 FRMWK635005 systemd[1]: dbus-:1.3-org.kde.kded.smart@0.service: Deactivated successfully.
Jul 12 06:49:12 FRMWK635005 NetworkManager[694]: <info> [1720784952.9509] audit: op="statistics" interface="wlan0" ifindex=4 args="2000" pid=1206 uid=1000 result="success"
Jul 12 06:49:13 FRMWK635005 iwd[697]: event: connect-info, ssid: DRHITX1, bss: 80:69:1a:0b:d5:04, signal: -51, load: 0/255
Jul 12 06:49:13 FRMWK635005 iwd[697]: event: state, old: autoconnect_full, new: connecting (auto)
Jul 12 06:49:13 FRMWK635005 iwd[697]: event: connect-failed, status: 1
Jul 12 06:49:13 FRMWK635005 iwd[697]: event: connect-info, ssid: DRHITX1, bss: 80:69:1a:0b:d5:05, signal: -62, load: 0/255
Jul 12 06:49:13 FRMWK635005 iwd[697]: event: connect-failed, status: 1
Jul 12 06:49:13 FRMWK635005 iwd[697]: event: state, old: connecting (auto), new: disconnected
Jul 12 06:49:13 FRMWK635005 iwd[697]: event: state, old: disconnected, new: autoconnect_full
Jul 12 06:49:15 FRMWK635005 systemd[1]: systemd-hostnamed.service: Deactivated successfully.
Jul 12 06:49:15 FRMWK635005 systemd-timesyncd[663]: Contacted time server [2602:ff23:50:3c2::1]:123 (2.arch.pool.ntp.org).
Jul 12 06:49:15 FRMWK635005 systemd-timesyncd[663]: Initial clock synchronization to Fri 2024-07-12 06:49:15.365094 CDT.
Jul 12 06:49:16 FRMWK635005 wpa_supplicant[699]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-57 noise=9999 txrate=18000
Jul 12 06:49:16 FRMWK635005 systemd[1]: dbus-:1.3-org.kde.powerdevil.backlighthelper@0.service: Deactivated successfully.
Jul 12 06:49:16 FRMWK635005 systemd[1]: dbus-:1.3-org.kde.powerdevil.discretegpuhelper@0.service: Deactivated successfully.
Jul 12 06:49:16 FRMWK635005 systemd[1]: dbus-:1.3-org.kde.powerdevil.chargethresholdhelper@0.service: Deactivated successfully.
Jul 12 06:49:17 FRMWK635005 systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Jul 12 06:49:18 FRMWK635005 systemd[961]: Started Konsole - Terminal.
Jul 12 06:49:18 FRMWK635005 kwin_wayland[1006]: Module 'org.kde.kwin.decoration' does not contain a module identifier directive - it cannot be protected from external registrations.
Jul 12 06:49:18 FRMWK635005 kwin_wayland[1006]: kf.svg: The theme "Amethyst" uses the legacy metadata.desktop. Consider contacting the author and asking them update it to use the newer JSON format.
Jul 12 06:49:21 FRMWK635005 systemd[961]: Started Kate - Advanced Text Editor.
Jul 12 06:49:27 FRMWK635005 systemd[1]: systemd-localed.service: Deactivated successfully.
Jul 12 06:49:34 FRMWK635005 sudo[2303]: pam_systemd_home(sudo:auth): New sd-bus connection (system-bus-pam-systemd-home-2303) opened.
Jul 12 06:49:38 FRMWK635005 sudo[2303]: greg : TTY=pts/1 ; PWD=/home/greg ; USER=root ; COMMAND=/usr/bin/journalctl -b
Jul 12 06:49:38 FRMWK635005 sudo[2303]: pam_unix(sudo:session): session opened for user root(uid=0) by greg(uid=1000)
Offline
You're running iwd and wpa_supplicant concurrently.
If you want to use iwd as NM backend see https://wiki.archlinux.org/title/Networ … Fi_backend and also make sure to NOT use https://wiki.archlinux.org/title/Iwd#En … figuration (no idea whether the NM backend is clever enough to disable that itself)
Offline
Thank you @seth, I appreciate your help and insight. I have disabled and removed iwd and updated my iwlwifi.conf in /etc/modprobe.d/ to not disable 802.11n.
Offline