You are not logged in.
Should I activate 12-15 by "that echo 1>......." Command?
Yes, but I'd do that incrementally (one CPU every or every other hour or so)
Offline
See this:
(All are tested in usb live iso Arch )
1. I used these parmeters: processor.max_cstate=1 idle=nomwait pci=nomsi module_blacklist=thunderbolt
Couldn't even boot and got kernelpanic : Logs
2. Tried maxcpus=10 and enable cpu one by one [ I have 16 cpu 0-15]
I enabled 12-15 one by one (one minute gap) and no kernel panic it was fully stable and was idle for 30 minutes
BUT : the moment I enable cpu 11, I got kernel panic after 10 seconds
Here are the Logs : Logs
Some Good Information:
I ran : dmesg | grep -i taint IN ARCH ISO
Drive image 1
I ran : dmesg | grep -i error IN ARCH ISO
Drive image 2
I ran : dmesg | grep -i error in Ubuntu
Drive image 3
To check if My physical core/thread is faulty, I ran 2 test
1. taskset -c 11 sysbench cpu run
Output :
sysbench 1.0.20 (using system LuaJIT 2.1.0-beta3)
Running the test with following options:
Number of threads: 1
Initializing random number generator from current time
Prime numbers limit: 10000
Initializing worker threads...
Threads started!
CPU speed:
events per second: 5359.37
General statistics:
total time: 10.0001s
total number of events: 53597
Latency (ms):
min: 0.18
avg: 0.19
max: 0.64
95th percentile: 0.19
sum: 9995.56
Threads fairness:
events (avg/stddev): 53597.0000/0.00
execution time (avg/stddev): 9.9956/0.002. full stress test on cpu 11, ran : taskset -c 11 stress-ng --cpu 1 --taskset 11 --timeout 60s--metrics-breif
Output:
stress-ng: info: [4605] setting to a 120363906789 years, 90 days, 15 hours, 8 mins, 48 secs run per stressor
stress-ng: info: [4605] dispatching hogs: 1 cpu
^Cstress-ng: info: [4605] skipped: 0
stress-ng: info: [4605] passed: 1: cpu (1)
stress-ng: info: [4605] failed: 0
stress-ng: info: [4605] metrics untrustworthy: 0
stress-ng: info: [4605] successful run completed in 18 mins, 56.42 secsI think something is creating problem with cpu11 could it be "nvidia-wc-backlight " ?
Offline
BUT : the moment I enable cpu 11, I got kernel panic after 10 seconds
There's your (most) troublesome core.
To check if My physical core/thread is faulty, I ran 2 test
The problem is w/ idling/waking the core, stressing it won't expose anything.
If you cannot control PBO (the curve optimizer) at all you could try https://archlinux.org/packages/extra/x86_64/corectrl/
Offline
What should I do with this "corectrl" like just install pkg and check? and after that what??
I think something is creating problem with cpu11 could it be "nvidia-wc-backlight " ?
Should I blacklist this, will this help??
Also this may help, ran this in ubuntu to check how it handles cpu11 (claude AI help)
radon@Horizon ~ % cat /sys/devices/system/cpu/cpu11/power/*
disabled
cat: /sys/devices/system/cpu/cpu11/power/autosuspend_delay_ms: Input/output error
auto
0
0
0
disabled
unsupported
0
0Last edited by radon (2025-11-26 16:44:32)
Offline
just install pkg and check? and after that what??
Yes and make sure cpu11 doesn't idle/clock down.
Btw, try
grep . /sys/devices/system/cpu/cpu11/power/*Offline
I couldn't install corectrl in usb live environment,
This is the output of the command:
With and without cpu11 is provided, I ran 2 times
Offline
I couldn't install corectrl in usb live environment,
No, why would you?
The plan is to get core 11 in the installed system working.
The commands was juts to illustrate how to get this information better™ (because it logs the filenames w/ the contents)
Offline
Okay so I will install it fully, which kernel should I use, normal one or lts, or maybe zen
Offline
The main kernel or lts, rather not zen (this is not! a "ryzen optimized" kernel, the "zen" part is coincidental)
Offline
So yeah I installed arch linux fully.
Installed corectrl, didn't do anything just installed it.
In my first boot I booted with nosmt and enabled all core manually. (Corectrl is still running)
Status : 10 min idle no kernel panics, Sucess
2nd boot: booted normally, started corectrl
Status : 15 min into boot no kernel panic, Sucess
So like what happened now is it fixed, should I always start corectrl on boot?
If it's fixed then what corectrl do. Like I didn't configured it just installed. (Power profile is automatic - default)
Edit : booted but didn't open corectrl, kernal panic in 5 minutes
2. When I upgrade -Syu , the system freezes after downloading and installing,
When I force shut down and ran command again, it says up to date.
3. When I download some nvidia drivers it freezes (previous experience)
4. When I change global theme plasma shell crashes T_T (previous issues but still there)
Last edited by radon (Yesterday 20:11:25)
Offline
I don't expect just starting corectl to do much . the plan is to ramp up the minimum clock/voltage for core11 and It would seem that you've to (auto)start it to apply the settings, https://gitlab.com/corectrl/corectrl/-/wikis/Setup
Are you sure that there're no PBO related settings in your UEFI?
Worst case solution, keep core11 disabled…
Offline
There is no PBO related settings in my UEFI.
I don't know what corectrl do, but yeah it does fixes the main issue.
Is there something else should I do?
Last edited by radon (Today 07:28:16)
Offline
Also, when I go to sleep(Black screen), and then when I wake up, boom kernel panic.
Any solution for this?
Debug : ran :sudo systemctl suspend
and after a minute I started my laptop by pressing keyboard keys.
Kernal panic occured.
here are the logs from journalctl -b -1 -e
Nov 28 13:52:24 archlinux systemd[807]: Startup finished in 133ms.
Nov 28 13:52:24 archlinux systemd[1]: Started User Manager for UID 966.
Nov 28 13:52:24 archlinux systemd[1]: Started Session c1 of User sddm.
Nov 28 13:52:24 archlinux sddm-helper[801]: Writing cookie to "/tmp/xauth_uOtDAK"
Nov 28 13:52:24 archlinux sddm-helper[801]: Starting X11 session: "" "/usr/bin/sddm-greeter-qt6 --socket /tmp/sddm-:0-JjmbMT --theme /usr/share/sddm/themes/breeze"
Nov 28 13:52:24 archlinux sddm[765]: Greeter session started successfully
Nov 28 13:52:24 archlinux sddm-greeter-qt6[817]: High-DPI autoscaling Enabled
Nov 28 13:52:24 archlinux sddm-greeter-qt6[817]: Reading from "/usr/local/share/wayland-sessions/plasma.desktop"
Nov 28 13:52:24 archlinux sddm-greeter-qt6[817]: Reading from "/usr/share/wayland-sessions/plasma.desktop"
Nov 28 13:52:24 archlinux sddm-greeter-qt6[817]: Loading theme configuration from "/usr/share/sddm/themes/breeze/theme.conf"
Nov 28 13:52:24 archlinux systemd[807]: Created slice User Core Session Slice.
Nov 28 13:52:24 archlinux systemd[807]: Starting D-Bus User Message Bus...
Nov 28 13:52:24 archlinux dbus-broker-launch[820]: Service file '/usr/share//dbus-1/services/org.kde.dolphin.FileManager1.service' is not named after the D-Bus name 'org.freedesktop.FileManager1'.
Nov 28 13:52:24 archlinux dbus-broker-launch[820]: Service file '/usr/share//dbus-1/services/org.kde.kscreen.service' is not named after the D-Bus name 'org.kde.KScreen'.
Nov 28 13:52:24 archlinux dbus-broker-launch[820]: Service file '/usr/share//dbus-1/services/org.kde.plasma.Notifications.service' is not named after the D-Bus name 'org.freedesktop.Notifications'.
Nov 28 13:52:24 archlinux dbus-broker-launch[820]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +31: Eavesdropping is deprecated and ignored
Nov 28 13:52:24 archlinux dbus-broker-launch[820]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +33: Eavesdropping is deprecated and ignored
Nov 28 13:52:24 archlinux systemd[807]: Started D-Bus User Message Bus.
Nov 28 13:52:24 archlinux dbus-broker-launch[820]: Ready
Nov 28 13:52:24 archlinux sddm-greeter-qt6[817]: Connected to the daemon.
Nov 28 13:52:24 archlinux sddm[765]: Message received from greeter: Connect
Nov 28 13:52:24 archlinux sddm-greeter-qt6[817]: Loading file:///usr/share/sddm/themes/breeze/Main.qml...
Nov 28 13:52:24 archlinux sddm-greeter-qt6[817]: Adding view for "eDP" QRect(0,0 1920x1080)
Nov 28 13:52:24 archlinux sddm-greeter-qt6[817]: Message received from daemon: Capabilities
Nov 28 13:52:24 archlinux sddm-greeter-qt6[817]: Message received from daemon: HostName
Nov 28 13:52:25 archlinux boltd[698]: probing: timeout, done: [2467629] (2000000)
Nov 28 13:52:27 archlinux sddm-greeter-qt6[817]: file:///usr/share/sddm/themes/breeze/Main.qml:241:17 Parameter "username" is not declared. Injection of parameters into signal handlers is deprecated. Use JavaScript functions with formal parameters instead.
Nov 28 13:52:27 archlinux sddm-greeter-qt6[817]: Reading from "/usr/share/wayland-sessions/plasma.desktop"
Nov 28 13:52:27 archlinux sddm[765]: Message received from greeter: Login
Nov 28 13:52:27 archlinux sddm[765]: Reading from "/usr/share/wayland-sessions/plasma.desktop"
Nov 28 13:52:27 archlinux sddm[765]: Session "/usr/share/wayland-sessions/plasma.desktop" selected, command: "/usr/lib/plasma-dbus-run-session-if-needed /usr/bin/startplasma-wayland" for VT 1
Nov 28 13:52:27 archlinux sddm-helper[863]: [PAM] Starting...
Nov 28 13:52:27 archlinux sddm-helper[863]: [PAM] Authenticating...
Nov 28 13:52:27 archlinux sddm-helper[863]: [PAM] Preparing to converse...
Nov 28 13:52:27 archlinux sddm-helper[863]: [PAM] Conversation with 1 messages
Nov 28 13:52:27 archlinux sddm-helper[863]: pam_kwallet5(sddm:auth): pam_kwallet5: pam_sm_authenticate
Nov 28 13:52:27 archlinux sddm-helper[863]: [PAM] returning.
Nov 28 13:52:27 archlinux sddm[765]: Authentication for user "radon" successful
Nov 28 13:52:27 archlinux sddm-helper[863]: pam_kwallet5(sddm:setcred): pam_kwallet5: pam_sm_setcred
Nov 28 13:52:27 archlinux sddm-helper[863]: pam_unix(sddm:session): session opened for user radon(uid=1000) by radon(uid=0)
Nov 28 13:52:27 archlinux sddm-greeter-qt6[817]: Message received from daemon: LoginSucceeded
Nov 28 13:52:27 archlinux systemd-logind[699]: New session '2' of user 'radon' with class 'user' and type 'wayland'.
Nov 28 13:52:27 archlinux systemd[1]: Created slice User Slice of UID 1000.
Nov 28 13:52:27 archlinux systemd[1]: Starting User Runtime Directory /run/user/1000...
Nov 28 13:52:27 archlinux systemd-user-runtime-dir[867]: Successfully configured disk quota for UID 1000 on /tmp to 5.9G
Nov 28 13:52:27 archlinux systemd-user-runtime-dir[867]: Successfully configured disk quota for UID 1000 on /dev/shm to 5.9G
Nov 28 13:52:27 archlinux systemd[1]: Finished User Runtime Directory /run/user/1000.
Nov 28 13:52:27 archlinux systemd[1]: Starting User Manager for UID 1000...
Nov 28 13:52:27 archlinux (systemd)[882]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[radon] ruser=[<unknown>] rhost=[<unknown>]
Nov 28 13:52:27 archlinux (systemd)[882]: pam_unix(systemd-user:session): session opened for user radon(uid=1000) by radon(uid=0)
Nov 28 13:52:27 archlinux sddm-helper[801]: [PAM] Closing session
Nov 28 13:52:27 archlinux sddm-helper[801]: pam_unix(sddm-greeter:session): session closed for user sddm
Nov 28 13:52:27 archlinux sddm-helper[801]: [PAM] Ended.
Nov 28 13:52:27 archlinux systemd-logind[699]: New session '3' of user 'radon' with class 'manager' and type 'unspecified'.
Nov 28 13:52:27 archlinux sddm[765]: Auth: sddm-helper exited successfully
Nov 28 13:52:27 archlinux sddm[765]: Greeter stopped. SDDM::Auth::HELPER_SUCCESS
Nov 28 13:52:27 archlinux systemd[1]: session-c1.scope: Deactivated successfully.
Nov 28 13:52:27 archlinux systemd[1]: session-c1.scope: Consumed 835ms CPU time, 204.2M memory peak.
Nov 28 13:52:27 archlinux systemd-logind[699]: Session c1 logged out. Waiting for processes to exit.
Nov 28 13:52:27 archlinux systemd-logind[699]: Removed session c1.
Nov 28 13:52:27 archlinux systemd[807]: Reached target Sound Card.
Nov 28 13:52:27 archlinux systemd[882]: Queued start job for default target Main User Target.
Nov 28 13:52:27 archlinux systemd-journald[438]: File /var/log/journal/d83915d3e68943aea94410a36c7f7da8/user-1000.journal corrupted or uncleanly shut down, renaming and replacing.
Nov 28 13:52:27 archlinux systemd[882]: Created slice User Application Slice.
Nov 28 13:52:27 archlinux systemd[882]: Started Submitting pending crash events (file monitor).
Nov 28 13:52:27 archlinux systemd[882]: Started Cleanup lingering KCrash metadata.
Nov 28 13:52:27 archlinux systemd[882]: Submitting pending crash events was skipped because of an unmet condition check (ConditionPathExistsGlob=/home/radon/.cache/drkonqi/sentry-envelopes/*).
Nov 28 13:52:27 archlinux systemd[882]: Reached target Paths.
Nov 28 13:52:27 archlinux systemd[882]: Reached target Timers.
Nov 28 13:52:27 archlinux systemd[882]: Starting D-Bus User Message Bus Socket...
Nov 28 13:52:27 archlinux systemd[882]: Listening on GnuPG network certificate management daemon.
Nov 28 13:52:27 archlinux systemd[882]: Listening on Socket to launch DrKonqi for a systemd-coredump crash.
Nov 28 13:52:27 archlinux systemd[882]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Nov 28 13:52:27 archlinux systemd[882]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Nov 28 13:52:27 archlinux systemd[882]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Nov 28 13:52:27 archlinux systemd[882]: Listening on GnuPG cryptographic agent and passphrase cache.
Nov 28 13:52:27 archlinux systemd[882]: Listening on GnuPG public key management service.
Nov 28 13:52:27 archlinux systemd[882]: Listening on p11-kit server.
Nov 28 13:52:27 archlinux systemd[882]: Listening on PipeWire PulseAudio.
Nov 28 13:52:27 archlinux systemd[882]: Listening on PipeWire Multimedia System Sockets.
Nov 28 13:52:27 archlinux systemd[882]: Listening on Query the User Interactively for a Password.
Nov 28 13:52:27 archlinux systemd[882]: Listening on D-Bus User Message Bus Socket.
Nov 28 13:52:27 archlinux systemd[882]: Reached target Sockets.
Nov 28 13:52:27 archlinux systemd[882]: Reached target Basic System.
Nov 28 13:52:27 archlinux systemd[1]: Started User Manager for UID 1000.
Nov 28 13:52:27 archlinux systemd[882]: Started Cleanup lingering KCrash metadata.
Nov 28 13:52:27 archlinux systemd[1]: Started Session 2 of User radon.
Nov 28 13:52:27 archlinux systemd[882]: Reached target Main User Target.
Nov 28 13:52:27 archlinux systemd[882]: Startup finished in 185ms.
Nov 28 13:52:27 archlinux sddm-helper[863]: pam_kwallet5(sddm:session): pam_kwallet5: pam_sm_open_session
Nov 28 13:52:27 archlinux sddm-helper[899]: pam_kwallet5: final socket path: /run/user/1000/kwallet5.socket
Nov 28 13:52:27 archlinux sddm-helper[863]: Starting Wayland user session: "/usr/share/sddm/scripts/wayland-session" "/usr/lib/plasma-dbus-run-session-if-needed /usr/bin/startplasma-wayland"
Nov 28 13:52:27 archlinux sddm-helper[901]: Jumping to VT 1
Nov 28 13:52:27 archlinux sddm-helper[901]: VT mode didn't need to be fixed
Nov 28 13:52:27 archlinux sddm[765]: Session started true
Nov 28 13:52:27 archlinux systemd[882]: Reached target Sound Card.
Nov 28 13:52:27 archlinux systemd[1]: Starting Locale Service...
Nov 28 13:52:27 archlinux systemd[1]: Started Locale Service.
Nov 28 13:52:27 archlinux systemd[882]: Created slice User Core Session Slice.
Nov 28 13:52:27 archlinux systemd[882]: Starting D-Bus User Message Bus...
Nov 28 13:52:27 archlinux dbus-broker-launch[922]: Service file '/usr/share//dbus-1/services/org.kde.dolphin.FileManager1.service' is not named after the D-Bus name 'org.freedesktop.FileManager1'.
Nov 28 13:52:27 archlinux dbus-broker-launch[922]: Service file '/usr/share//dbus-1/services/org.kde.kscreen.service' is not named after the D-Bus name 'org.kde.KScreen'.
Nov 28 13:52:27 archlinux dbus-broker-launch[922]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +31: Eavesdropping is deprecated and ignored
Nov 28 13:52:27 archlinux dbus-broker-launch[922]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +33: Eavesdropping is deprecated and ignored
Nov 28 13:52:27 archlinux dbus-broker-launch[922]: Service file '/usr/share//dbus-1/services/org.kde.plasma.Notifications.service' is not named after the D-Bus name 'org.freedesktop.Notifications'.
Nov 28 13:52:27 archlinux systemd[882]: Started D-Bus User Message Bus.
Nov 28 13:52:27 archlinux dbus-broker-launch[922]: Ready
Nov 28 13:52:27 archlinux systemd[882]: Reload requested from client PID 901 ('startplasma-way')...
Nov 28 13:52:27 archlinux systemd[882]: Reloading...
Nov 28 13:52:28 archlinux systemd[1]: systemd-rfkill.service: Deactivated successfully.
Nov 28 13:52:28 archlinux systemd[882]: Reloading finished in 164 ms.
Nov 28 13:52:28 archlinux systemd[882]: Created slice Slice /app/dbus-:1.2-org.kde.KSplash.
Nov 28 13:52:28 archlinux systemd[882]: Started dbus-:1.2-org.kde.KSplash@0.service.
Nov 28 13:52:28 archlinux systemd[882]: Created slice User Background Tasks Slice.
Nov 28 13:52:28 archlinux systemd[882]: Submitting pending crash events was skipped because of an unmet condition check (ConditionPathExistsGlob=/home/radon/.cache/drkonqi/sentry-envelopes/*).
Nov 28 13:52:28 archlinux systemd[882]: Starting KDE Global Shortcuts Server...
Nov 28 13:52:28 archlinux systemd[882]: Starting KDE Window Manager...
Nov 28 13:52:28 archlinux systemd[882]: Starting User folders update...
Nov 28 13:52:28 archlinux systemd[882]: Starting Baloo File Indexer Daemon...
Nov 28 13:52:28 archlinux systemd[882]: Finished User folders update.
Nov 28 13:52:28 archlinux systemd[882]: Reached target Session services which should run early before the graphical session is brought up.
Nov 28 13:52:28 archlinux systemd[882]: Started KDE Window Manager.
Nov 28 13:52:28 archlinux systemd[882]: Starting KDE Config Module Initialization...
Nov 28 13:52:28 archlinux systemd[882]: Starting Splash screen shown during boot...
Nov 28 13:52:28 archlinux systemd[882]: Started KDE Global Shortcuts Server.
Nov 28 13:52:28 archlinux systemd[882]: Started Baloo File Indexer Daemon.
Nov 28 13:52:28 archlinux systemd[882]: Starting Portal service...
Nov 28 13:52:28 archlinux systemd[1]: Starting Daemon for power management...
Nov 28 13:52:28 archlinux systemd[882]: Starting sandboxed app permission store...
Nov 28 13:52:28 archlinux systemd[882]: Started sandboxed app permission store.
Nov 28 13:52:28 archlinux systemd[882]: Starting flatpak document portal service...
Nov 28 13:52:28 archlinux systemd[882]: Started flatpak document portal service.
Nov 28 13:52:28 archlinux /usr/lib/xdg-desktop-portal[949]: Choosing gtk.portal for org.freedesktop.impl.portal.Lockdown as a last-resort fallback
Nov 28 13:52:28 archlinux kwin_wayland[941]: No backend specified, automatically choosing drm
Nov 28 13:52:28 archlinux systemd[1]: Started Daemon for power management.
Nov 28 13:52:28 archlinux systemd[1]: Starting Disk Manager...
Nov 28 13:52:28 archlinux kernel: nvme nvme0: using unchecked data buffer
Nov 28 13:52:28 archlinux kernel: block nvme0n1: No UUID available providing old NGUID
Nov 28 13:52:28 archlinux systemd[1]: Started Disk Manager.
Nov 28 13:52:28 archlinux baloo_file[939]: QDBusConnection: name 'org.freedesktop.UPower' had owner '' but we thought it was ':1.23'
Nov 28 13:52:28 archlinux systemd[882]: Started PipeWire Multimedia Service.
Nov 28 13:52:28 archlinux systemd[882]: Started Multimedia Service Session Manager.
Nov 28 13:52:28 archlinux systemd[1]: Starting RealtimeKit Scheduling Policy Service...
Nov 28 13:52:28 archlinux systemd[1]: Started RealtimeKit Scheduling Policy Service.
Nov 28 13:52:28 archlinux rtkit-daemon[1020]: Successfully called chroot.
Nov 28 13:52:28 archlinux rtkit-daemon[1020]: Successfully dropped privileges.
Nov 28 13:52:28 archlinux rtkit-daemon[1020]: Successfully limited resources.
Nov 28 13:52:28 archlinux rtkit-daemon[1020]: Running.
Nov 28 13:52:28 archlinux rtkit-daemon[1020]: Canary thread running.
Nov 28 13:52:28 archlinux rtkit-daemon[1020]: Watchdog thread running.
Nov 28 13:52:28 archlinux rtkit-daemon[1020]: Supervising 0 threads of 0 processes of 0 users.
Nov 28 13:52:28 archlinux rtkit-daemon[1020]: Supervising 0 threads of 0 processes of 0 users.
Nov 28 13:52:28 archlinux rtkit-daemon[1020]: Supervising 0 threads of 0 processes of 0 users.
Nov 28 13:52:28 archlinux rtkit-daemon[1020]: Supervising 0 threads of 0 processes of 0 users.
Nov 28 13:52:28 archlinux rtkit-daemon[1020]: Supervising 0 threads of 0 processes of 0 users.
Nov 28 13:52:28 archlinux rtkit-daemon[1020]: Supervising 0 threads of 0 processes of 0 users.
Nov 28 13:52:28 archlinux rtkit-daemon[1020]: Successfully made thread 1014 of process 1014 owned by '1000' high priority at nice level -11.
Nov 28 13:52:28 archlinux rtkit-daemon[1020]: Supervising 1 threads of 1 processes of 1 users.
Nov 28 13:52:28 archlinux rtkit-daemon[1020]: Successfully made thread 1015 of process 1015 owned by '1000' high priority at nice level -11.
Nov 28 13:52:28 archlinux rtkit-daemon[1020]: Supervising 2 threads of 2 processes of 1 users.
Nov 28 13:52:28 archlinux wireplumber[1015]: wp-event-dispatcher: wp_event_dispatcher_unregister_hook: assertion 'already_registered_dispatcher == self' failed
Nov 28 13:52:28 archlinux wireplumber[1015]: wp-event-dispatcher: wp_event_dispatcher_unregister_hook: assertion 'already_registered_dispatcher == self' failed
Nov 28 13:52:28 archlinux wireplumber[1015]: wp-event-dispatcher: wp_event_dispatcher_unregister_hook: assertion 'already_registered_dispatcher == self' failed
Nov 28 13:52:28 archlinux wireplumber[1015]: wp-event-dispatcher: wp_event_dispatcher_unregister_hook: assertion 'already_registered_dispatcher == self' failed
Nov 28 13:52:28 archlinux rtkit-daemon[1020]: Successfully made thread 1018 of process 1014 owned by '1000' RT at priority 20.
Nov 28 13:52:28 archlinux rtkit-daemon[1020]: Supervising 3 threads of 2 processes of 1 users.
Nov 28 13:52:28 archlinux rtkit-daemon[1020]: Successfully made thread 1027 of process 1015 owned by '1000' RT at priority 20.
Nov 28 13:52:28 archlinux rtkit-daemon[1020]: Supervising 4 threads of 2 processes of 1 users.
Nov 28 13:52:28 archlinux kcminit_startup[945]: Initializing "/usr/lib/qt6/plugins/plasma/kcms/systemsettings/kcm_style.so"
Nov 28 13:52:28 archlinux wireplumber[1015]: wp-device: SPA handle 'api.libcamera.enum.manager' could not be loaded; is it installed?
Nov 28 13:52:28 archlinux wireplumber[1015]: s-monitors-libcamera: PipeWire's libcamera SPA plugin is missing or broken. Some camera types may not be supported.
Nov 28 13:52:28 archlinux kernel: Bluetooth: RFCOMM TTY layer initialized
Nov 28 13:52:28 archlinux kernel: Bluetooth: RFCOMM socket layer initialized
Nov 28 13:52:28 archlinux kernel: Bluetooth: RFCOMM ver 1.11
Nov 28 13:52:28 archlinux bluetoothd[697]: Endpoint registered: sender=:1.30 path=/MediaEndpoint/A2DPSource/ldac
Nov 28 13:52:28 archlinux bluetoothd[697]: Endpoint registered: sender=:1.30 path=/MediaEndpoint/A2DPSink/aptx_hd
Nov 28 13:52:28 archlinux bluetoothd[697]: Endpoint registered: sender=:1.30 path=/MediaEndpoint/A2DPSource/aptx_hd
Nov 28 13:52:28 archlinux bluetoothd[697]: Endpoint registered: sender=:1.30 path=/MediaEndpoint/A2DPSink/aptx
Nov 28 13:52:28 archlinux bluetoothd[697]: Endpoint registered: sender=:1.30 path=/MediaEndpoint/A2DPSource/aptx
Nov 28 13:52:28 archlinux bluetoothd[697]: Endpoint registered: sender=:1.30 path=/MediaEndpoint/A2DPSink/aac
Nov 28 13:52:28 archlinux bluetoothd[697]: Endpoint registered: sender=:1.30 path=/MediaEndpoint/A2DPSource/aac
Nov 28 13:52:28 archlinux bluetoothd[697]: Endpoint registered: sender=:1.30 path=/MediaEndpoint/A2DPSink/opus_g
Nov 28 13:52:28 archlinux bluetoothd[697]: Endpoint registered: sender=:1.30 path=/MediaEndpoint/A2DPSource/opus_g
Nov 28 13:52:28 archlinux bluetoothd[697]: Endpoint registered: sender=:1.30 path=/MediaEndpoint/A2DPSink/sbc
Nov 28 13:52:28 archlinux bluetoothd[697]: Endpoint registered: sender=:1.30 path=/MediaEndpoint/A2DPSource/sbc
Nov 28 13:52:28 archlinux bluetoothd[697]: Endpoint registered: sender=:1.30 path=/MediaEndpoint/A2DPSource/aptx_ll_1
Nov 28 13:52:28 archlinux bluetoothd[697]: Endpoint registered: sender=:1.30 path=/MediaEndpoint/A2DPSource/aptx_ll_0
Nov 28 13:52:28 archlinux bluetoothd[697]: Endpoint registered: sender=:1.30 path=/MediaEndpoint/A2DPSource/aptx_ll_duplex_1
Nov 28 13:52:28 archlinux bluetoothd[697]: Endpoint registered: sender=:1.30 path=/MediaEndpoint/A2DPSource/aptx_ll_duplex_0
Nov 28 13:52:28 archlinux bluetoothd[697]: Endpoint registered: sender=:1.30 path=/MediaEndpoint/A2DPSource/faststream
Nov 28 13:52:28 archlinux bluetoothd[697]: Endpoint registered: sender=:1.30 path=/MediaEndpoint/A2DPSource/faststream_duplex
Nov 28 13:52:28 archlinux bluetoothd[697]: Endpoint registered: sender=:1.30 path=/MediaEndpoint/A2DPSink/opus_05
Nov 28 13:52:28 archlinux bluetoothd[697]: Endpoint registered: sender=:1.30 path=/MediaEndpoint/A2DPSource/opus_05
Nov 28 13:52:28 archlinux bluetoothd[697]: Endpoint registered: sender=:1.30 path=/MediaEndpoint/A2DPSink/opus_05_duplex
Nov 28 13:52:28 archlinux bluetoothd[697]: Endpoint registered: sender=:1.30 path=/MediaEndpoint/A2DPSource/opus_05_duplex
Nov 28 13:52:28 archlinux kwin_wayland_wrapper[1079]: The XKEYBOARD keymap compiler (xkbcomp) reports:
Nov 28 13:52:28 archlinux kwin_wayland_wrapper[1079]: > Warning: Could not resolve keysym XF86OK
Nov 28 13:52:28 archlinux kwin_wayland_wrapper[1079]: > Warning: Could not resolve keysym XF86GoTo
Nov 28 13:52:28 archlinux kwin_wayland_wrapper[1079]: > Warning: Could not resolve keysym XF86VendorLogo
Nov 28 13:52:28 archlinux kwin_wayland_wrapper[1079]: > Warning: Could not resolve keysym XF86MediaSelectProgramGuide
Nov 28 13:52:28 archlinux kwin_wayland_wrapper[1079]: > Warning: Could not resolve keysym XF86MediaSelectProgramGuide
Nov 28 13:52:28 archlinux kwin_wayland_wrapper[1079]: > Warning: Could not resolve keysym XF86MediaSelectHome
Nov 28 13:52:28 archlinux kwin_wayland_wrapper[1079]: > Warning: Could not resolve keysym XF86MediaLanguageMenu
Nov 28 13:52:28 archlinux kwin_wayland_wrapper[1079]: > Warning: Could not resolve keysym XF86MediaTitleMenu
Nov 28 13:52:28 archlinux kwin_wayland_wrapper[1079]: > Warning: Could not resolve keysym XF86AudioChannelMode
Nov 28 13:52:28 archlinux kwin_wayland_wrapper[1079]: > Warning: Could not resolve keysym XF86MediaSelectPC
Nov 28 13:52:28 archlinux kwin_wayland_wrapper[1079]: > Warning: Could not resolve keysym XF86MediaSelectTV
Nov 28 13:52:28 archlinux kwin_wayland_wrapper[1079]: > Warning: Could not resolve keysym XF86MediaSelectCable
Nov 28 13:52:28 archlinux kwin_wayland_wrapper[1079]: > Warning: Could not resolve keysym XF86MediaSelectVCR
Nov 28 13:52:28 archlinux kwin_wayland_wrapper[1079]: > Warning: Could not resolve keysym XF86MediaSelectVCRPlus
Nov 28 13:52:28 archlinux kwin_wayland_wrapper[1079]: > Warning: Could not resolve keysym XF86MediaSelectSatellite
Nov 28 13:52:28 archlinux kwin_wayland_wrapper[1079]: > Warning: Could not resolve keysym XF86MediaSelectCD
Nov 28 13:52:28 archlinux kwin_wayland_wrapper[1079]: > Warning: Could not resolve keysym XF86MediaSelectTape
Nov 28 13:52:28 archlinux kwin_wayland_wrapper[1079]: > Warning: Could not resolve keysym XF86MediaSelectRadio
Nov 28 13:52:28 archlinux kwin_wayland_wrapper[1079]: > Warning: Could not resolve keysym XF86MediaSelectTuner
Nov 28 13:52:28 archlinux kwin_wayland_wrapper[1079]: > Warning: Could not resolve keysym XF86MediaPlayer
Nov 28 13:52:28 archlinux kwin_wayland_wrapper[1079]: > Warning: Could not resolve keysym XF86MediaSelectTeletext
Nov 28 13:52:28 archlinux kwin_wayland_wrapper[1079]: > Warning: Could not resolve keysym XF86MediaSelectAuxiliary
Nov 28 13:52:28 archlinux kwin_wayland_wrapper[1079]: > Warning: Could not resolve keysym XF86MediaPlaySlow
Nov 28 13:52:28 archlinux kwin_wayland_wrapper[1079]: > Warning: Could not resolve keysym XF86NumberEntryMode
Nov 28 13:52:28 archlinux kwin_wayland_wrapper[1079]: > Warning: Could not resolve keysym XF86RefreshRateToggle
Nov 28 13:52:28 archlinux kwin_wayland_wrapper[1079]: > Warning: Could not resolve keysym XF86Accessibility
Nov 28 13:52:28 archlinux kwin_wayland_wrapper[1079]: > Warning: Could not resolve keysym XF86DoNotDisturb
Nov 28 13:52:28 archlinux kwin_wayland_wrapper[1079]: Errors from xkbcomp are not fatal to the X server
Nov 28 13:52:28 archlinux systemd[882]: Starting Accessibility services bus...
Nov 28 13:52:28 archlinux kwin_wayland_wrapper[1091]: The XKEYBOARD keymap compiler (xkbcomp) reports:
Nov 28 13:52:28 archlinux kwin_wayland_wrapper[1091]: > Warning: Unsupported maximum keycode 708, clipping.
Nov 28 13:52:28 archlinux kwin_wayland_wrapper[1091]: > X11 cannot support keycodes above 255.
Nov 28 13:52:28 archlinux kwin_wayland_wrapper[1091]: > Warning: Virtual modifier Hyper multiply defined
Nov 28 13:52:28 archlinux kwin_wayland_wrapper[1091]: > Using 0, ignoring 0
Nov 28 13:52:28 archlinux kwin_wayland_wrapper[1091]: > Warning: Virtual modifier ScrollLock multiply defined
Nov 28 13:52:28 archlinux kwin_wayland_wrapper[1091]: > Using 0, ignoring 0
Nov 28 13:52:28 archlinux kwin_wayland_wrapper[1091]: Errors from xkbcomp are not fatal to the X server
Nov 28 13:52:28 archlinux systemd[882]: Started Accessibility services bus.
Nov 28 13:52:28 archlinux dbus-broker-launch[1104]: Ready
Nov 28 13:52:28 archlinux kcminit[1094]: Initializing "/usr/lib/qt6/plugins/plasma/kcms/systemsettings/kcm_fonts.so"
Nov 28 13:52:28 archlinux kcminit[1094]: Initializing "/usr/lib/qt6/plugins/plasma/kcms/systemsettings/kcm_style.so"
Nov 28 13:52:28 archlinux kcminit_startup[945]: Initializing "/usr/lib/qt6/plugins/plasma/kcms/systemsettings/kcm_fonts.so"
Nov 28 13:52:28 archlinux kcminit_startup[945]: Initializing "/usr/lib/qt6/plugins/plasma/kcms/systemsettings/kcm_mouse.so"
Nov 28 13:52:28 archlinux systemd[882]: Started KDE Config Module Initialization.
Nov 28 13:52:28 archlinux systemd[882]: Starting KDE Session Management Server...
Nov 28 13:52:28 archlinux systemd[882]: Started Unlock kwallet from pam credentials.
Nov 28 13:52:28 archlinux systemd[882]: Starting KDE Daemon 6...
Nov 28 13:52:28 archlinux pam_kwallet_init[1118]: 2025/11/28 13:52:28 socat[1118] W address is opened in read-write mode but only supports read-only
Nov 28 13:52:28 archlinux systemd[882]: Started KDE Daemon 6.
Nov 28 13:52:28 archlinux systemd[882]: Starting KDE Configuration Module Initialization (Phase 1)...
Nov 28 13:52:28 archlinux systemd[882]: Started KDE Session Management Server.
Nov 28 13:52:28 archlinux systemd[882]: Starting KDE Plasma Workspace...
Nov 28 13:52:28 archlinux systemd[882]: Created slice Slice /app/dbus-:1.20-org.a11y.atspi.Registry.
Nov 28 13:52:28 archlinux systemd[882]: Started dbus-:1.20-org.a11y.atspi.Registry@0.service.
Nov 28 13:52:28 archlinux kded6[1116]: found no RGB LED devices
Nov 28 13:52:28 archlinux kcminit_startup[945]: Initializing "/usr/lib/qt6/plugins/plasma/kcms/systemsettings/kcm_touchpad.so"
Nov 28 13:52:28 archlinux systemd[882]: Finished KDE Configuration Module Initialization (Phase 1).
Nov 28 13:52:28 archlinux kded6[1116]: QDBusObjectPath: invalid path "/modules/oom-notifier"
Nov 28 13:52:28 archlinux kded6[1116]: The kded module name "oom-notifier" is invalid!
Nov 28 13:52:28 archlinux at-spi2-registryd[1166]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Nov 28 13:52:28 archlinux systemd[882]: Starting KActivityManager Activity manager Service...
Nov 28 13:52:28 archlinux systemd[882]: Starting User preferences database...
Nov 28 13:52:28 archlinux systemd[882]: Started KActivityManager Activity manager Service.
Nov 28 13:52:28 archlinux systemd[882]: Started User preferences database.
Nov 28 13:52:28 archlinux NetworkManager[696]: <info> [1764318148.9735] agent-manager: agent[b0cbf03a8257c611,:1.32/org.kde.plasma.networkmanagement/1000]: agent registered
Nov 28 13:52:28 archlinux systemd[882]: Started PipeWire PulseAudio.
Nov 28 13:52:29 archlinux rtkit-daemon[1020]: Supervising 4 threads of 2 processes of 1 users.
Nov 28 13:52:29 archlinux rtkit-daemon[1020]: Supervising 4 threads of 2 processes of 1 users.
Nov 28 13:52:29 archlinux rtkit-daemon[1020]: Supervising 4 threads of 2 processes of 1 users.
Nov 28 13:52:29 archlinux rtkit-daemon[1020]: Successfully made thread 1198 of process 1198 owned by '1000' high priority at nice level -11.
Nov 28 13:52:29 archlinux rtkit-daemon[1020]: Supervising 5 threads of 3 processes of 1 users.
Nov 28 13:52:29 archlinux rtkit-daemon[1020]: Successfully made thread 1210 of process 1198 owned by '1000' RT at priority 20.
Nov 28 13:52:29 archlinux rtkit-daemon[1020]: Supervising 6 threads of 3 processes of 1 users.
Nov 28 13:52:29 archlinux kded6[1116]: QDBusObjectPath: invalid path "/modules/wpad-detector"
Nov 28 13:52:29 archlinux kded6[1116]: The kded module name "wpad-detector" is invalid!
Nov 28 13:52:29 archlinux systemd[882]: Started KDE Plasma Workspace.
Nov 28 13:52:29 archlinux systemd[882]: Reached target KDE Plasma Workspace Core.
Nov 28 13:52:29 archlinux systemd[882]: Started Consume pending crashes using DrKonqi.
Nov 28 13:52:29 archlinux systemd[882]: Started Proxies GTK DBus menus to a Plasma readable format.
Nov 28 13:52:29 archlinux systemd[882]: Started KAccess.
Nov 28 13:52:29 archlinux systemd[882]: Starting KDE PolicyKit Authentication Agent...
Nov 28 13:52:29 archlinux systemd[882]: Starting Powerdevil...
Nov 28 13:52:29 archlinux systemd[882]: Started Handle legacy xembed system tray icons.
Nov 28 13:52:29 archlinux kded6[1116]: Unable to register service to systemBus: "com.redhat.NewPrinterNotification"
Nov 28 13:52:29 archlinux kded6[1116]: QDBusObjectPath: invalid path "/modules/plasma-session-shortcuts"
Nov 28 13:52:29 archlinux kded6[1116]: The kded module name "plasma-session-shortcuts" is invalid!
Nov 28 13:52:29 archlinux kded6[1116]: QDBusObjectPath: invalid path "/modules/kded_plasma-welcome"
Nov 28 13:52:29 archlinux kded6[1116]: The kded module name "kded_plasma-welcome" is invalid!
Nov 28 13:52:29 archlinux kaccess[1219]: Xlib XKB extension major= 1 minor= 0
Nov 28 13:52:29 archlinux org_kde_powerdevil[1223]: Starting libddcutil. library built Not set at Not set. stdout_stderr_redirected=true
Nov 28 13:52:29 archlinux dbus-broker-launch[693]: Activation request for 'org.freedesktop.ModemManager1' failed: The systemd unit 'dbus-org.freedesktop.ModemManager1.service' could not be found.
Nov 28 13:52:29 archlinux kded6[1116]: Failed enumerating MM objects: "org.freedesktop.DBus.Error.NameHasNoOwner"
"Could not activate remote peer 'org.freedesktop.ModemManager1': activation request failed: unknown unit"
Nov 28 13:52:29 archlinux kded6[1286]: xsettingsd: Loaded 16 settings from /home/radon/.config/xsettingsd/xsettingsd.conf
Nov 28 13:52:29 archlinux kded6[1286]: xsettingsd: Created window 0xe00001 on screen 0 with timestamp 13185
Nov 28 13:52:29 archlinux kded6[1286]: xsettingsd: Selection _XSETTINGS_S0 is owned by 0x0
Nov 28 13:52:29 archlinux kded6[1286]: xsettingsd: Took ownership of selection _XSETTINGS_S0
Nov 28 13:52:29 archlinux systemd[1]: Created slice Slice /system/dbus-:1.2-org.kde.kded.smart.
Nov 28 13:52:29 archlinux systemd[1]: Started dbus-:1.2-org.kde.kded.smart@0.service.
Nov 28 13:52:29 archlinux org_kde_powerdevil[1223]: Initializing libddcutil. ddcutil version: 2.2.3, shared library: /usr/lib/libddcutil.so.5.4.0
Nov 28 13:52:29 archlinux org_kde_powerdevil[1223]: library built Not set at Not set. stdout_stderr_redirected=true
Nov 28 13:52:29 archlinux org_kde_powerdevil[1223]: [ 1223] Options passed from client:
Nov 28 13:52:29 archlinux org_kde_powerdevil[1223]: [ 1223] Applying combined libddcutil options:
Nov 28 13:52:29 archlinux systemd[882]: Started KDE PolicyKit Authentication Agent.
Nov 28 13:52:29 archlinux polkit-kde-authentication-agent-1[1222]: New PolkitAgentListener 0x5602dba15650
Nov 28 13:52:29 archlinux polkit-kde-authentication-agent-1[1222]: Adding new listener PolkitQt1::Agent::Listener(0x5602dba15240) for 0x5602dba15650
Nov 28 13:52:29 archlinux polkit-kde-authentication-agent-1[1222]: Listener online
Nov 28 13:52:29 archlinux kded6[1116]: Known activities: QList("44ae513e-1d0c-41d5-b800-308e68b2a2cd")
Nov 28 13:52:29 archlinux polkitd[716]: Registered Authentication Agent for unix-session:2 (system bus name :1.48 [/usr/lib/polkit-kde-authentication-agent-1], object path /org/kde/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
Nov 28 13:52:29 archlinux polkit-kde-authentication-agent-1[1222]: Authentication agent result: true
Nov 28 13:52:29 archlinux kaccess[1219]: X server XKB extension major= 1 minor= 0
Nov 28 13:52:29 archlinux kded6[1116]: Known activities: QList("44ae513e-1d0c-41d5-b800-308e68b2a2cd")
Nov 28 13:52:29 archlinux kded6[1116]: PendingCall Error: "The name is not activatable"
Nov 28 13:52:29 archlinux plasmashell[1164]: Applet preload policy set to 1
Nov 28 13:52:29 archlinux org_kde_powerdevil[1223]: Library initialization complete.
Nov 28 13:52:29 archlinux org_kde_powerdevil[1223]: [DDCutilDetector]: Failed to initialize callback
Nov 28 13:52:29 archlinux systemd[1]: Created slice Slice /system/dbus-:1.2-org.kde.powerdevil.discretegpuhelper.
Nov 28 13:52:29 archlinux systemd[1]: Started dbus-:1.2-org.kde.powerdevil.discretegpuhelper@0.service.
Nov 28 13:52:29 archlinux systemd[1]: Created slice Slice /system/dbus-:1.2-org.kde.powerdevil.chargethresholdhelper.
Nov 28 13:52:29 archlinux systemd[1]: Started dbus-:1.2-org.kde.powerdevil.chargethresholdhelper@0.service.
Nov 28 13:52:29 archlinux NetworkManager[696]: <info> [1764318149.5225] policy: auto-activating connection 'Naikane House' (42f51ea1-2b20-48c0-8458-6b755a8aab10)
Nov 28 13:52:29 archlinux NetworkManager[696]: <info> [1764318149.5228] device (wlan0): Activation: starting connection 'Naikane House' (42f51ea1-2b20-48c0-8458-6b755a8aab10)
Nov 28 13:52:29 archlinux NetworkManager[696]: <info> [1764318149.5229] device (wlan0): state change: disconnected -> prepare (reason 'none', managed-type: 'full')
Nov 28 13:52:29 archlinux NetworkManager[696]: <info> [1764318149.5230] manager: NetworkManager state is now CONNECTING
Nov 28 13:52:29 archlinux systemd[1]: Created slice Slice /system/dbus-:1.2-org.kde.powerdevil.backlighthelper.
Nov 28 13:52:29 archlinux systemd[1]: Started dbus-:1.2-org.kde.powerdevil.backlighthelper@0.service.
Nov 28 13:52:29 archlinux NetworkManager[696]: <info> [1764318149.5489] device (wlan0): set-hw-addr: reset MAC address to 60:E9:AA:F1:73:E5 (preserve)
Nov 28 13:52:29 archlinux NetworkManager[696]: <info> [1764318149.5698] device (wlan0): state change: prepare -> config (reason 'none', managed-type: 'full')
Nov 28 13:52:29 archlinux NetworkManager[696]: <info> [1764318149.5701] device (wlan0): Activation: (wifi) access point 'Naikane House' has security, but secrets are required.
Nov 28 13:52:29 archlinux NetworkManager[696]: <info> [1764318149.5701] device (wlan0): state change: config -> need-auth (reason 'none', managed-type: 'full')
Nov 28 13:52:29 archlinux NetworkManager[696]: <info> [1764318149.5702] sup-iface[a1305dc97d07107a,0,wlan0]: wps: type pbc start...
Nov 28 13:52:29 archlinux NetworkManager[696]: <info> [1764318149.5704] device (wlan0): supplicant interface state: disconnected -> interface_disabled
Nov 28 13:52:29 archlinux NetworkManager[696]: <info> [1764318149.5704] device (p2p-dev-wlan0): supplicant management interface state: disconnected -> interface_disabled
Nov 28 13:52:29 archlinux NetworkManager[696]: <info> [1764318149.5704] device (wlan0): supplicant interface state: interface_disabled -> inactive
Nov 28 13:52:29 archlinux NetworkManager[696]: <info> [1764318149.5705] device (p2p-dev-wlan0): supplicant management interface state: interface_disabled -> inactive
Nov 28 13:52:29 archlinux wpa_supplicant[788]: wlan0: WPS-PBC-ACTIVE
Nov 28 13:52:29 archlinux NetworkManager[696]: <info> [1764318149.5763] device (wlan0): supplicant interface state: inactive -> scanning
Nov 28 13:52:29 archlinux NetworkManager[696]: <info> [1764318149.5764] device (p2p-dev-wlan0): supplicant management interface state: inactive -> scanning
Nov 28 13:52:29 archlinux systemd[882]: Created slice Slice /app/dbus-:1.2-org.kde.kwalletd6.
Nov 28 13:52:29 archlinux systemd[882]: Started dbus-:1.2-org.kde.kwalletd6@0.service.
Nov 28 13:52:29 archlinux org_kde_powerdevil[1223]: org.kde.powerdevil.chargethresholdhelper.getthreshold failed "Charge thresholds are not supported by the kernel for this hardware"
Nov 28 13:52:29 archlinux systemd[882]: Finished Splash screen shown during boot.
Nov 28 13:52:29 archlinux systemd[882]: Started Powerdevil.
Nov 28 13:52:29 archlinux systemd[882]: Reached target KDE Plasma Workspace.
Nov 28 13:52:29 archlinux systemd[882]: Reached target Current graphical user session.
Nov 28 13:52:29 archlinux systemd[882]: Reached target plasma-workspace-wayland.target.
Nov 28 13:52:29 archlinux systemd[882]: Starting AT-SPI D-Bus Bus...
Nov 28 13:52:29 archlinux systemd[882]: Starting NetworkManager Applet...
Nov 28 13:52:29 archlinux systemd[882]: Starting Discover...
Nov 28 13:52:29 archlinux systemd[1]: Starting Power Profiles daemon...
Nov 28 13:52:29 archlinux systemd[882]: Starting Plasma Session Restore...
Nov 28 13:52:29 archlinux systemd[882]: Starting KDE Session Restoration...
Nov 28 13:52:29 archlinux org_kde_powerdevil[1223]: Handle button events action could not check for screen configuration
Nov 28 13:52:29 archlinux systemd[882]: Starting Portal service (GTK/GNOME implementation)...
Nov 28 13:52:29 archlinux systemd[882]: app-nm\x2dapplet@autostart.service: Skipped due to 'exec-condition'.
Nov 28 13:52:29 archlinux systemd[882]: Condition check resulted in NetworkManager Applet being skipped.
Nov 28 13:52:29 archlinux systemd[882]: app-at\x2dspi\x2ddbus\x2dbus@autostart.service: Skipped due to 'exec-condition'.
Nov 28 13:52:29 archlinux systemd[882]: Condition check resulted in AT-SPI D-Bus Bus being skipped.
Nov 28 13:52:29 archlinux org_kde_powerdevil[1223]: org.kde.powerdevil.chargethresholdhelper.getthreshold failed "Charge thresholds are not supported by the kernel for this hardware"
Nov 28 13:52:29 archlinux systemd[882]: Finished KDE Session Restoration.
Nov 28 13:52:29 archlinux systemd[882]: Started Plasma Session Restore.
Nov 28 13:52:29 archlinux systemd[882]: Started Discover.
Nov 28 13:52:29 archlinux systemd[882]: Reached target Startup of XDG autostart applications.
Nov 28 13:52:29 archlinux systemd[1]: Started Power Profiles daemon.
Nov 28 13:52:29 archlinux systemd[882]: Started Portal service (GTK/GNOME implementation).
Nov 28 13:52:29 archlinux rtkit-daemon[1020]: Supervising 6 threads of 3 processes of 1 users.
Nov 28 13:52:29 archlinux rtkit-daemon[1020]: Supervising 6 threads of 3 processes of 1 users.
Nov 28 13:52:29 archlinux rtkit-daemon[1020]: Supervising 6 threads of 3 processes of 1 users.
Nov 28 13:52:29 archlinux systemd[882]: Starting Xdg Desktop Portal For KDE...
Nov 28 13:52:29 archlinux kwalletd6[1385]: g_dbus_proxy_get_object_path: assertion 'G_IS_DBUS_PROXY (proxy)' failed
Nov 28 13:52:29 archlinux NetworkManager[696]: <info> [1764318149.7366] device (wlan0): state change: need-auth -> prepare (reason 'none', managed-type: 'full')
Nov 28 13:52:29 archlinux NetworkManager[696]: <info> [1764318149.7368] device (wlan0): state change: prepare -> config (reason 'none', managed-type: 'full')
Nov 28 13:52:29 archlinux wpa_supplicant[788]: wlan0: WPS-CANCEL
Nov 28 13:52:29 archlinux NetworkManager[696]: <info> [1764318149.7370] device (wlan0): Activation: (wifi) connection 'Naikane House' has security, and secrets exist. No new secrets needed.
Nov 28 13:52:29 archlinux NetworkManager[696]: <info> [1764318149.7370] Config: added 'ssid' value 'Naikane House'
Nov 28 13:52:29 archlinux NetworkManager[696]: <info> [1764318149.7371] Config: added 'scan_ssid' value '1'
Nov 28 13:52:29 archlinux NetworkManager[696]: <info> [1764318149.7371] Config: added 'bgscan' value 'simple:30:-70:86400'
Nov 28 13:52:29 archlinux NetworkManager[696]: <info> [1764318149.7371] Config: added 'key_mgmt' value 'WPA-PSK WPA-PSK-SHA256 FT-PSK SAE FT-SAE'
Nov 28 13:52:29 archlinux NetworkManager[696]: <info> [1764318149.7371] Config: added 'auth_alg' value 'OPEN'
Nov 28 13:52:29 archlinux NetworkManager[696]: <info> [1764318149.7371] Config: added 'psk' value '<hidden>'
Nov 28 13:52:29 archlinux wpa_supplicant[788]: wlan0: SME: Trying to authenticate with 3c:33:32:e7:be:3e (SSID='Naikane House' freq=2442 MHz)
Nov 28 13:52:29 archlinux DiscoverNotifier[1413]: 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.2: cannot open shared object file: No such file or directory"
Nov 28 13:52:29 archlinux kernel: wlan0: authenticate with 3c:33:32:e7:be:3e (local address=60:e9:aa:f1:73:e5)
Nov 28 13:52:29 archlinux systemd[882]: Started Xdg Desktop Portal For KDE.
Nov 28 13:52:29 archlinux rtkit-daemon[1020]: Supervising 6 threads of 3 processes of 1 users.
Nov 28 13:52:29 archlinux rtkit-daemon[1020]: Supervising 6 threads of 3 processes of 1 users.
Nov 28 13:52:29 archlinux rtkit-daemon[1020]: Supervising 6 threads of 3 processes of 1 users.
Nov 28 13:52:29 archlinux systemd[882]: Started Portal service.
Nov 28 13:52:29 archlinux kwin_wayland[941]: Failed to register with host portal QDBusError("org.freedesktop.portal.Error.Failed", "Could not register app ID: Unable to open /proc/941/root")
Nov 28 13:52:29 archlinux ksmserver[1114]: Failed to register with host portal QDBusError("org.freedesktop.portal.Error.Failed", "Could not register app ID: App info not found for 'org.kde.ksmserver'")
Nov 28 13:52:29 archlinux kactivitymanagerd[1171]: Failed to register with host portal QDBusError("org.freedesktop.portal.Error.Failed", "Could not register app ID: App info not found for 'org.kde.ActivityManager'")
Nov 28 13:52:29 archlinux xembedsniproxy[1224]: Failed to register with host portal QDBusError("org.freedesktop.portal.Error.Failed", "Could not register app ID: App info not found for 'org.kde.xembedsniproxy'")
Nov 28 13:52:29 archlinux gmenudbusmenuproxy[1218]: Failed to register with host portal QDBusError("org.freedesktop.portal.Error.Failed", "Could not register app ID: App info not found for 'org.kde.gmenudbusmenuproxy'")
Nov 28 13:52:29 archlinux kded6[1116]: Failed to register with host portal QDBusError("org.freedesktop.portal.Error.Failed", "Could not register app ID: App info not found for 'org.kde.kded6'")
Nov 28 13:52:29 archlinux polkit-kde-authentication-agent-1[1222]: Failed to register with host portal QDBusError("org.freedesktop.portal.Error.Failed", "Could not register app ID: Unable to open /proc/1222/root")
Nov 28 13:52:29 archlinux org_kde_powerdevil[1223]: Failed to register with host portal QDBusError("org.freedesktop.portal.Error.Failed", "Could not register app ID: App info not found for 'org.kde.org_kde_powerdevil'")
Nov 28 13:52:29 archlinux kwalletd6[1385]: Failed to register with host portal QDBusError("org.freedesktop.portal.Error.Failed", "Could not register app ID: App info not found for 'org.kde.kwalletd'")
Nov 28 13:52:29 archlinux xdg-desktop-portal-kde[1453]: Failed to register with host portal QDBusError("org.freedesktop.portal.Error.Failed", "Could not register app ID: Connection already associated with an application ID")
Nov 28 13:52:29 archlinux kwin_wayland[941]: Failed to register with host portal QDBusError("org.freedesktop.portal.Error.Failed", "Could not register app ID: Unable to open /proc/941/root")
Nov 28 13:52:29 archlinux org_kde_powerdevil[1223]: Failed to register with host portal QDBusError("org.freedesktop.portal.Error.Failed", "Could not register app ID: Connection already associated with an application ID")
Nov 28 13:52:29 archlinux gmenudbusmenuproxy[1218]: Failed to register with host portal QDBusError("org.freedesktop.portal.Error.Failed", "Could not register app ID: App info not found for 'org.kde.gmenudbusmenuproxy'")
Nov 28 13:52:29 archlinux kaccess[1219]: Failed to register with host portal QDBusError("org.freedesktop.portal.Error.Failed", "Could not register app ID: Connection already associated with an application ID")
Nov 28 13:52:29 archlinux ksmserver[1114]: Failed to register with host portal QDBusError("org.freedesktop.portal.Error.Failed", "Could not register app ID: App info not found for 'org.kde.ksmserver'")
Nov 28 13:52:29 archlinux kactivitymanagerd[1171]: Failed to register with host portal QDBusError("org.freedesktop.portal.Error.Failed", "Could not register app ID: App info not found for 'org.kde.ActivityManager'")
Nov 28 13:52:29 archlinux ksecretd[900]: Failed to register with host portal QDBusError("org.freedesktop.portal.Error.Failed", "Could not register app ID: Connection already associated with an application ID")
Nov 28 13:52:29 archlinux xembedsniproxy[1224]: Failed to register with host portal QDBusError("org.freedesktop.portal.Error.Failed", "Could not register app ID: App info not found for 'org.kde.xembedsniproxy'")
Nov 28 13:52:29 archlinux DiscoverNotifier[1413]: Failed to register with host portal QDBusError("org.freedesktop.portal.Error.Failed", "Could not register app ID: Connection already associated with an application ID")
Nov 28 13:52:29 archlinux kded6[1116]: Failed to register with host portal QDBusError("org.freedesktop.portal.Error.Failed", "Could not register app ID: App info not found for 'org.kde.kded6'")
Nov 28 13:52:29 archlinux polkit-kde-authentication-agent-1[1222]: Failed to register with host portal QDBusError("org.freedesktop.portal.Error.Failed", "Could not register app ID: Unable to open /proc/1222/root")
Nov 28 13:52:29 archlinux kwalletd6[1385]: Failed to register with host portal QDBusError("org.freedesktop.portal.Error.Failed", "Could not register app ID: App info not found for 'org.kde.kwalletd'")
Nov 28 13:52:29 archlinux kernel: wlan0: send auth to 3c:33:32:e7:be:3e (try 1/3)
Nov 28 13:52:29 archlinux NetworkManager[696]: <info> [1764318149.9685] device (wlan0): supplicant interface state: scanning -> authenticating
Nov 28 13:52:29 archlinux NetworkManager[696]: <info> [1764318149.9686] device (p2p-dev-wlan0): supplicant management interface state: scanning -> authenticating
Nov 28 13:52:29 archlinux wpa_supplicant[788]: wlan0: Trying to associate with 3c:33:32:e7:be:3e (SSID='Naikane House' freq=2442 MHz)
Nov 28 13:52:29 archlinux kernel: wlan0: authenticated
Nov 28 13:52:29 archlinux kernel: wlan0: associate with 3c:33:32:e7:be:3e (try 1/3)
Nov 28 13:52:29 archlinux NetworkManager[696]: <info> [1764318149.9723] device (wlan0): supplicant interface state: authenticating -> associating
Nov 28 13:52:29 archlinux NetworkManager[696]: <info> [1764318149.9723] device (p2p-dev-wlan0): supplicant management interface state: authenticating -> associating
Nov 28 13:52:29 archlinux kernel: wlan0: RX AssocResp from 3c:33:32:e7:be:3e (capab=0x411 status=0 aid=4)
Nov 28 13:52:30 archlinux wpa_supplicant[788]: wlan0: Associated with 3c:33:32:e7:be:3e
Nov 28 13:52:30 archlinux wpa_supplicant[788]: wlan0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Nov 28 13:52:30 archlinux kernel: wlan0: associated
Nov 28 13:52:30 archlinux NetworkManager[696]: <info> [1764318150.0229] device (wlan0): supplicant interface state: associating -> 4way_handshake
Nov 28 13:52:30 archlinux NetworkManager[696]: <info> [1764318150.0229] device (p2p-dev-wlan0): supplicant management interface state: associating -> 4way_handshake
Nov 28 13:52:30 archlinux bluetoothd[697]: Failed to set mode: Failed (0x03)
Nov 28 13:52:30 archlinux kded6[1116]: PendingCall Error: "Failed"
Nov 28 13:52:30 archlinux plasmashell[1164]: Failed to register with host portal QDBusError("org.freedesktop.portal.Error.Failed", "Could not register app ID: Connection already associated with an application ID")
Nov 28 13:52:31 archlinux kernel: wlan0: deauthenticated from 3c:33:32:e7:be:3e (Reason: 15=4WAY_HANDSHAKE_TIMEOUT)
Nov 28 13:52:31 archlinux wpa_supplicant[788]: wlan0: CTRL-EVENT-DISCONNECTED bssid=3c:33:32:e7:be:3e reason=15
Nov 28 13:52:31 archlinux wpa_supplicant[788]: wlan0: WPA: 4-Way Handshake failed - pre-shared key may be incorrect
Nov 28 13:52:31 archlinux wpa_supplicant[788]: wlan0: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="Naikane House" auth_failures=1 duration=10 reason=WRONG_KEY
Nov 28 13:52:31 archlinux wpa_supplicant[788]: wlan0: Added BSSID 3c:33:32:e7:be:3e into ignore list, ignoring for 10 seconds
Nov 28 13:52:31 archlinux wpa_supplicant[788]: wlan0: CTRL-EVENT-REGDOM-CHANGE init=CORE type=WORLD
Nov 28 13:52:31 archlinux wpa_supplicant[788]: wlan0: CTRL-EVENT-REGDOM-CHANGE init=CORE type=WORLD
Nov 28 13:52:31 archlinux NetworkManager[696]: <info> [1764318151.1285] device (wlan0): supplicant interface state: 4way_handshake -> disconnected
Nov 28 13:52:31 archlinux NetworkManager[696]: <info> [1764318151.1285] device (wlan0): Activation: (wifi) disconnected during association, asking for new key
Nov 28 13:52:31 archlinux NetworkManager[696]: <info> [1764318151.1286] device (wlan0): state change: config -> need-auth (reason 'supplicant-disconnect', managed-type: 'full')
Nov 28 13:52:31 archlinux NetworkManager[696]: <info> [1764318151.1288] device (p2p-dev-wlan0): supplicant management interface state: 4way_handshake -> disconnected
Nov 28 13:52:31 archlinux NetworkManager[696]: <info> [1764318151.2094] device (wlan0): supplicant interface state: disconnected -> inactive
Nov 28 13:52:31 archlinux NetworkManager[696]: <info> [1764318151.2094] device (p2p-dev-wlan0): supplicant management interface state: disconnected -> inactive
Nov 28 13:52:31 archlinux kernel: ucsi_acpi USBC000:00: failed to reset PPM!
Nov 28 13:52:31 archlinux kernel: ucsi_acpi USBC000:00: error -ETIMEDOUT: PPM init failed
Nov 28 13:52:31 archlinux systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Nov 28 13:52:33 archlinux NetworkManager[696]: <info> [1764318153.8544] device (wlan0): state change: need-auth -> prepare (reason 'none', managed-type: 'full')
Nov 28 13:52:33 archlinux NetworkManager[696]: <info> [1764318153.8547] device (wlan0): state change: prepare -> config (reason 'none', managed-type: 'full')
Nov 28 13:52:33 archlinux NetworkManager[696]: <info> [1764318153.8550] device (wlan0): Activation: (wifi) connection 'Naikane House' has security, and secrets exist. No new secrets needed.
Nov 28 13:52:33 archlinux NetworkManager[696]: <info> [1764318153.8550] Config: added 'ssid' value 'Naikane House'
Nov 28 13:52:33 archlinux NetworkManager[696]: <info> [1764318153.8550] Config: added 'scan_ssid' value '1'
Nov 28 13:52:33 archlinux NetworkManager[696]: <info> [1764318153.8550] Config: added 'bgscan' value 'simple:30:-70:86400'
Nov 28 13:52:33 archlinux NetworkManager[696]: <info> [1764318153.8550] Config: added 'key_mgmt' value 'WPA-PSK WPA-PSK-SHA256 FT-PSK SAE FT-SAE'
Nov 28 13:52:33 archlinux NetworkManager[696]: <info> [1764318153.8550] Config: added 'auth_alg' value 'OPEN'
Nov 28 13:52:33 archlinux NetworkManager[696]: <info> [1764318153.8550] Config: added 'psk' value '<hidden>'
Nov 28 13:52:33 archlinux wpa_supplicant[788]: wlan0: Removed BSSID 3c:33:32:e7:be:3e from ignore list (clear)
Nov 28 13:52:33 archlinux wpa_supplicant[788]: wlan0: SME: Trying to authenticate with 3c:33:32:e7:be:3e (SSID='Naikane House' freq=2442 MHz)
Nov 28 13:52:33 archlinux kernel: wlan0: authenticate with 3c:33:32:e7:be:3e (local address=60:e9:aa:f1:73:e5)
Nov 28 13:52:33 archlinux NetworkManager[696]: <info> [1764318153.9220] device (wlan0): supplicant interface state: inactive -> authenticating
Nov 28 13:52:33 archlinux NetworkManager[696]: <info> [1764318153.9220] device (p2p-dev-wlan0): supplicant management interface state: inactive -> authenticating
Nov 28 13:52:33 archlinux kernel: wlan0: send auth to 3c:33:32:e7:be:3e (try 1/3)
Nov 28 13:52:33 archlinux wpa_supplicant[788]: wlan0: Trying to associate with 3c:33:32:e7:be:3e (SSID='Naikane House' freq=2442 MHz)
Nov 28 13:52:33 archlinux kernel: wlan0: authenticated
Nov 28 13:52:33 archlinux kernel: wlan0: associate with 3c:33:32:e7:be:3e (try 1/3)
Nov 28 13:52:33 archlinux NetworkManager[696]: <info> [1764318153.9261] device (wlan0): supplicant interface state: authenticating -> associating
Nov 28 13:52:33 archlinux NetworkManager[696]: <info> [1764318153.9262] device (p2p-dev-wlan0): supplicant management interface state: authenticating -> associating
Nov 28 13:52:33 archlinux kernel: wlan0: RX AssocResp from 3c:33:32:e7:be:3e (capab=0x411 status=0 aid=4)
Nov 28 13:52:33 archlinux wpa_supplicant[788]: wlan0: Associated with 3c:33:32:e7:be:3e
Nov 28 13:52:33 archlinux kernel: wlan0: associated
Nov 28 13:52:33 archlinux wpa_supplicant[788]: wlan0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Nov 28 13:52:33 archlinux NetworkManager[696]: <info> [1764318153.9755] device (wlan0): supplicant interface state: associating -> 4way_handshake
Nov 28 13:52:33 archlinux NetworkManager[696]: <info> [1764318153.9756] device (p2p-dev-wlan0): supplicant management interface state: associating -> 4way_handshake
Nov 28 13:52:34 archlinux wpa_supplicant[788]: wlan0: WPA: Key negotiation completed with 3c:33:32:e7:be:3e [PTK=CCMP GTK=TKIP]
Nov 28 13:52:34 archlinux wpa_supplicant[788]: wlan0: CTRL-EVENT-CONNECTED - Connection to 3c:33:32:e7:be:3e completed [id=0 id_str=]
Nov 28 13:52:34 archlinux NetworkManager[696]: <info> [1764318154.0536] device (wlan0): supplicant interface state: 4way_handshake -> completed
Nov 28 13:52:34 archlinux NetworkManager[696]: <info> [1764318154.0536] device (wlan0): Activation: (wifi) Stage 2 of 5 (Device Configure) successful. Connected to wireless network "Naikane House"
Nov 28 13:52:34 archlinux NetworkManager[696]: <info> [1764318154.0536] device (p2p-dev-wlan0): supplicant management interface state: 4way_handshake -> completed
Nov 28 13:52:34 archlinux NetworkManager[696]: <info> [1764318154.0538] device (wlan0): state change: config -> ip-config (reason 'none', managed-type: 'full')
Nov 28 13:52:34 archlinux NetworkManager[696]: <info> [1764318154.0543] dhcp4 (wlan0): activation: beginning transaction (timeout in 45 seconds)
Nov 28 13:52:34 archlinux NetworkManager[696]: <info> [1764318154.0634] dhcp4 (wlan0): state changed new lease, address=192.168.0.103, acd pending
Nov 28 13:52:34 archlinux NetworkManager[696]: <info> [1764318154.2122] dhcp4 (wlan0): state changed new lease, address=192.168.0.103
Nov 28 13:52:34 archlinux dbus-broker-launch[693]: Activation request for 'org.freedesktop.resolve1' failed: The systemd unit 'dbus-org.freedesktop.resolve1.service' could not be found.
Nov 28 13:52:34 archlinux NetworkManager[696]: <info> [1764318154.2174] policy: set 'Naikane House' (wlan0) as default for IPv4 routing and DNS
Nov 28 13:52:34 archlinux NetworkManager[696]: <info> [1764318154.2285] device (wlan0): state change: ip-config -> ip-check (reason 'none', managed-type: 'full')
Nov 28 13:52:34 archlinux systemd[1]: Starting Network Manager Script Dispatcher Service...
Nov 28 13:52:34 archlinux systemd[1]: Started Network Manager Script Dispatcher Service.
Nov 28 13:52:34 archlinux NetworkManager[696]: <info> [1764318154.2503] device (wlan0): state change: ip-check -> secondaries (reason 'none', managed-type: 'full')
Nov 28 13:52:34 archlinux NetworkManager[696]: <info> [1764318154.2505] device (wlan0): state change: secondaries -> activated (reason 'none', managed-type: 'full')
Nov 28 13:52:34 archlinux NetworkManager[696]: <info> [1764318154.2506] manager: NetworkManager state is now CONNECTED_SITE
Nov 28 13:52:34 archlinux NetworkManager[696]: <info> [1764318154.2509] device (wlan0): Activation: successful, device activated.
Nov 28 13:52:34 archlinux NetworkManager[696]: <info> [1764318154.2513] manager: startup complete
Nov 28 13:52:34 archlinux NetworkManager[696]: <info> [1764318154.7110] manager: NetworkManager state is now CONNECTED_GLOBAL
Nov 28 13:52:34 archlinux plasmashell[1164]: Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
Nov 28 13:52:34 archlinux systemd[882]: Starting KRunner provider for baloo file indexer...
Nov 28 13:52:35 archlinux systemd[882]: Started KRunner provider for baloo file indexer.
Nov 28 13:52:35 archlinux baloorunner[1604]: Failed to register with host portal QDBusError("org.freedesktop.portal.Error.Failed", "Could not register app ID: App info not found for 'org.kde.baloorunner'")
Nov 28 13:52:35 archlinux systemd[882]: Started CoreCtrl - Core control.
Nov 28 13:52:35 archlinux kwin_wayland[941]: QDBusConnection: couldn't handle call to Teardown, no slot matched
Nov 28 13:52:35 archlinux kwin_wayland[941]: QDBusConnection: couldn't handle call to Teardown, no slot matched
Nov 28 13:52:35 archlinux kwin_wayland[941]: Could not find slot Krunner1Adaptor::Teardown
Nov 28 13:52:35 archlinux baloorunner[1604]: QDBusConnection: couldn't handle call to Teardown, no slot matched
Nov 28 13:52:35 archlinux baloorunner[1604]: QDBusConnection: couldn't handle call to Teardown, no slot matched
Nov 28 13:52:35 archlinux baloorunner[1604]: Could not find slot Krunner1Adaptor::Teardown
Nov 28 13:52:36 archlinux corectrl[1622]: [28-11-25 13:52:36.027][I] No translation found for locale en_US
Nov 28 13:52:36 archlinux corectrl[1622]: [28-11-25 13:52:36.027][I] Using en_EN translation.
Nov 28 13:52:36 archlinux systemd[1]: Created slice Slice /system/dbus-:1.2-org.corectrl.helper.
Nov 28 13:52:36 archlinux systemd[1]: Started dbus-:1.2-org.corectrl.helper@0.service.
Nov 28 13:52:36 archlinux polkit-kde-authentication-agent-1[1222]: Listener adapter polkit_qt_listener_initiate_authentication
Nov 28 13:52:36 archlinux polkit-kde-authentication-agent-1[1222]: GSimpleAsyncResult: 0x5602dba11e80
Nov 28 13:52:36 archlinux polkit-kde-authentication-agent-1[1222]: polkit_qt_listener_initiate_authentication callback for 0x5602dba15650
Nov 28 13:52:36 archlinux polkit-kde-authentication-agent-1[1222]: Initiating authentication
Nov 28 13:52:36 archlinux polkit-kde-authentication-agent-1[1222]: Action description has been found
Nov 28 13:52:36 archlinux polkit-kde-authentication-agent-1[1222]: qrc:/qml/QuickAuthDialog.qml:57:5: QML Shortcut: Shortcut: Only binding to one of multiple key bindings associated with 70. Use 'sequences: [ <key> ]' to bind to all of them.
Nov 28 13:52:36 archlinux polkit-kde-authentication-agent-1[1222]: User: "unix-user:radon"
Nov 28 13:52:36 archlinux polkit-kde-authentication-agent-1[1222]: Trying again
Nov 28 13:52:36 archlinux polkit-kde-authentication-agent-1[1222]: REQUEST
Nov 28 13:52:36 archlinux polkit-kde-authentication-agent-1[1222]: Request: "Password: " echo: false
Nov 28 13:52:37 archlinux systemd[1]: Stopping User Manager for UID 966...
Nov 28 13:52:37 archlinux systemd[807]: Activating special unit Exit the Session...
Nov 28 13:52:37 archlinux systemd[807]: Stopped target Main User Target.
Nov 28 13:52:37 archlinux systemd[807]: Stopped target Basic System.
Nov 28 13:52:37 archlinux systemd[807]: Stopped target Paths.
Nov 28 13:52:37 archlinux systemd[807]: Stopped Submitting pending crash events (file monitor).
Nov 28 13:52:37 archlinux systemd[807]: Stopped target Sockets.
Nov 28 13:52:37 archlinux systemd[807]: Stopped target Sound Card.
Nov 28 13:52:37 archlinux systemd[807]: Stopped target Timers.
Nov 28 13:52:37 archlinux systemd[807]: Closed GnuPG network certificate management daemon.
Nov 28 13:52:37 archlinux systemd[807]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers).
Nov 28 13:52:37 archlinux systemd[807]: Closed GnuPG cryptographic agent and passphrase cache (restricted).
Nov 28 13:52:37 archlinux systemd[807]: Closed GnuPG cryptographic agent (ssh-agent emulation).
Nov 28 13:52:37 archlinux systemd[807]: Closed GnuPG cryptographic agent and passphrase cache.
Nov 28 13:52:37 archlinux systemd[807]: Closed GnuPG public key management service.
Nov 28 13:52:37 archlinux systemd[807]: Closed p11-kit server.
Nov 28 13:52:37 archlinux systemd[807]: Closed PipeWire PulseAudio.
Nov 28 13:52:37 archlinux systemd[807]: Closed PipeWire Multimedia System Sockets.
Nov 28 13:52:37 archlinux systemd[807]: Closed Query the User Interactively for a Password.
Nov 28 13:52:37 archlinux dbus-broker[821]: Dispatched 364 messages @ 2(±2)μs / message.
Nov 28 13:52:37 archlinux systemd[807]: Stopping D-Bus User Message Bus...
Nov 28 13:52:37 archlinux systemd[807]: Stopped D-Bus User Message Bus.
Nov 28 13:52:37 archlinux systemd[807]: Removed slice User Core Session Slice.
Nov 28 13:52:37 archlinux systemd[807]: Closed D-Bus User Message Bus Socket.
Nov 28 13:52:37 archlinux systemd[807]: Removed slice User Application Slice.
Nov 28 13:52:37 archlinux systemd[807]: Reached target Shutdown.
Nov 28 13:52:37 archlinux systemd[807]: Finished Exit the Session.
Nov 28 13:52:37 archlinux systemd[807]: Reached target Exit the Session.
Nov 28 13:52:37 archlinux systemd-logind[699]: Removed session 1.
Nov 28 13:52:37 archlinux systemd[1]: user@966.service: Deactivated successfully.
Nov 28 13:52:37 archlinux systemd[1]: Stopped User Manager for UID 966.
Nov 28 13:52:37 archlinux systemd[1]: Stopping User Runtime Directory /run/user/966...
Nov 28 13:52:37 archlinux systemd[1]: run-user-966.mount: Deactivated successfully.
Nov 28 13:52:37 archlinux systemd[1]: user-runtime-dir@966.service: Deactivated successfully.
Nov 28 13:52:37 archlinux systemd[1]: Stopped User Runtime Directory /run/user/966.
Nov 28 13:52:37 archlinux systemd[1]: Removed slice User Slice of UID 966.
Nov 28 13:52:37 archlinux systemd[1]: user-966.slice: Consumed 1.021s CPU time, 215.8M memory peak.
Nov 28 13:52:38 archlinux polkit-kde-authentication-agent-1[1222]: Dialog accepted
Nov 28 13:52:38 archlinux polkit-kde-authentication-agent-1[1222]: COMPLETED
Nov 28 13:52:38 archlinux polkit-kde-authentication-agent-1[1222]: Completed: true
Nov 28 13:52:38 archlinux polkit-kde-authentication-agent-1[1222]: Finishing obtaining privileges
Nov 28 13:52:38 archlinux polkit-kde-authentication-agent-1[1222]: Listener adapter polkit_qt_listener_initiate_authentication_finish
Nov 28 13:52:38 archlinux polkit-kde-authentication-agent-1[1222]: polkit_qt_listener_initiate_authentication_finish callback for 0x5602dba15650
Nov 28 13:52:38 archlinux polkit-kde-authentication-agent-1[1222]: Finish obtain authorization: true
Nov 28 13:52:38 archlinux polkit-kde-authentication-agent-1[1222]: Dialog cancelled
Nov 28 13:52:38 archlinux polkit-kde-authentication-agent-1[1222]: Finishing obtaining privileges
Nov 28 13:52:38 archlinux polkit-kde-authentication-agent-1[1222]: Finish obtain authorization: true
Nov 28 13:52:38 archlinux polkitd[716]: Operator of unix-session:2 successfully authenticated as unix-user:radon to gain TEMPORARY authorization for action org.corectrl.helper.init for system-bus-name::1.66 [/usr/bin/corectrl] (owned by unix-user:radon)
Nov 28 13:52:38 archlinux systemd[1]: dbus-:1.2-org.kde.kded.smart@0.service: Deactivated successfully.
Nov 28 13:52:38 archlinux kded6[1116]: Registering ":1.54/StatusNotifierItem" to system tray
Nov 28 13:52:39 archlinux systemd[1]: dbus-:1.2-org.kde.powerdevil.discretegpuhelper@0.service: Deactivated successfully.
Nov 28 13:52:39 archlinux systemd[1]: dbus-:1.2-org.kde.powerdevil.chargethresholdhelper@0.service: Deactivated successfully.
Nov 28 13:52:39 archlinux systemd[1]: dbus-:1.2-org.kde.powerdevil.backlighthelper@0.service: Deactivated successfully.
Nov 28 13:52:40 archlinux wpa_supplicant[788]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-69 noise=9999 txrate=216000
Nov 28 13:52:44 archlinux systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Nov 28 13:52:46 archlinux systemd[1]: Started dbus-:1.2-org.kde.powerdevil.backlighthelper@1.service.
Nov 28 13:52:49 archlinux kernel: [UFW BLOCK] IN=wlan0 OUT= MAC=60:e9:aa:f1:73:e5:3c:33:32:e7:be:3c:08:00 SRC=192.168.0.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0x00 TTL=1 ID=5882 DF PROTO=2
Nov 28 13:52:51 archlinux systemd[1]: systemd-hostnamed.service: Deactivated successfully.
Nov 28 13:52:52 archlinux systemd-timesyncd[457]: Contacted time server 95.216.144.226:123 (2.arch.pool.ntp.org).
Nov 28 13:52:52 archlinux systemd-timesyncd[457]: Initial clock synchronization to Fri 2025-11-28 13:52:52.553673 IST.
Nov 28 13:52:58 archlinux systemd[1]: systemd-localed.service: Deactivated successfully.
Nov 28 13:52:58 archlinux systemd[1]: dbus-:1.2-org.kde.powerdevil.backlighthelper@1.service: Deactivated successfully.
Nov 28 13:53:29 archlinux drkonqi-coredump-processor[1217]: "/usr/bin/plasmashell" 1116 "/var/lib/systemd/coredump/core.plasmashell.1000.f15cc01298de46d58d9de61a7b34faa0.1116.1764272554000000.zst"
Nov 28 13:53:29 archlinux systemd[882]: Started Launch DrKonqi for a systemd-coredump crash (PID 1217/UID 1000).
Nov 28 13:53:29 archlinux drkonqi-coredump-processor[1217]: "/usr/bin/plasmashell" 2526 "/var/lib/systemd/coredump/core.plasmashell.1000.f15cc01298de46d58d9de61a7b34faa0.2526.1764272582000000.zst"
Nov 28 13:53:29 archlinux drkonqi-coredump-launcher[1852]: Unable to find file for pid 1116 expected at "kcrash-metadata/plasmashell.f15cc01298de46d58d9de61a7b34faa0.1116.ini"
Nov 28 13:53:29 archlinux systemd[882]: Started Launch DrKonqi for a systemd-coredump crash (PID 1217/UID 1000).
Nov 28 13:53:29 archlinux drkonqi-coredump-processor[1217]: "/usr/bin/plasmashell" 2871 "/var/lib/systemd/coredump/core.plasmashell.1000.f15cc01298de46d58d9de61a7b34faa0.2871.1764272936000000.zst"
Nov 28 13:53:29 archlinux drkonqi-coredump-launcher[1853]: Unable to find file for pid 2526 expected at "kcrash-metadata/plasmashell.f15cc01298de46d58d9de61a7b34faa0.2526.ini"
Nov 28 13:53:29 archlinux systemd[882]: Started Launch DrKonqi for a systemd-coredump crash (PID 1217/UID 1000).
Nov 28 13:53:29 archlinux drkonqi-coredump-processor[1217]: "/usr/bin/plasmashell" 4069 "/var/lib/systemd/coredump/core.plasmashell.1000.f15cc01298de46d58d9de61a7b34faa0.4069.1764273317000000.zst"
Nov 28 13:53:29 archlinux drkonqi-coredump-launcher[1856]: Unable to find file for pid 2871 expected at "kcrash-metadata/plasmashell.f15cc01298de46d58d9de61a7b34faa0.2871.ini"
Nov 28 13:53:29 archlinux systemd[882]: Started Launch DrKonqi for a systemd-coredump crash (PID 1217/UID 1000).
Nov 28 13:53:29 archlinux drkonqi-coredump-processor[1217]: "/usr/bin/plasmashell" 5037 "/var/lib/systemd/coredump/core.plasmashell.1000.f15cc01298de46d58d9de61a7b34faa0.5037.1764273508000000.zst"
Nov 28 13:53:29 archlinux systemd[882]: Started Launch DrKonqi for a systemd-coredump crash (PID 1217/UID 1000).
Nov 28 13:53:29 archlinux drkonqi-coredump-launcher[1859]: Unable to find file for pid 4069 expected at "kcrash-metadata/plasmashell.f15cc01298de46d58d9de61a7b34faa0.4069.ini"
Nov 28 13:53:29 archlinux drkonqi-coredump-processor[1217]: "/usr/bin/plasmashell" 6048 "/var/lib/systemd/coredump/core.plasmashell.1000.f15cc01298de46d58d9de61a7b34faa0.6048.1764273559000000.zst"
Nov 28 13:53:29 archlinux drkonqi-coredump-launcher[1862]: Unable to find file for pid 5037 expected at "kcrash-metadata/plasmashell.f15cc01298de46d58d9de61a7b34faa0.5037.ini"
Nov 28 13:53:29 archlinux systemd[882]: Started Launch DrKonqi for a systemd-coredump crash (PID 1217/UID 1000).
Nov 28 13:53:29 archlinux drkonqi-coredump-processor[1217]: "/usr/bin/plasmashell" 1191 "/var/lib/systemd/coredump/core.plasmashell.1000.41c70eb415bd4c6e9394d89484cec2bc.1191.1764274080000000.zst"
Nov 28 13:53:29 archlinux drkonqi-coredump-launcher[1865]: Unable to find file for pid 6048 expected at "kcrash-metadata/plasmashell.f15cc01298de46d58d9de61a7b34faa0.6048.ini"
Nov 28 13:53:29 archlinux systemd[882]: Started Launch DrKonqi for a systemd-coredump crash (PID 1217/UID 1000).
Nov 28 13:53:29 archlinux drkonqi-coredump-processor[1217]: "/usr/bin/plasmashell" 1968 "/var/lib/systemd/coredump/core.plasmashell.1000.41c70eb415bd4c6e9394d89484cec2bc.1968.1764274087000000.zst"
Nov 28 13:53:29 archlinux drkonqi-coredump-launcher[1868]: Unable to find file for pid 1191 expected at "kcrash-metadata/plasmashell.41c70eb415bd4c6e9394d89484cec2bc.1191.ini"
Nov 28 13:53:29 archlinux systemd[882]: Started Launch DrKonqi for a systemd-coredump crash (PID 1217/UID 1000).
Nov 28 13:53:29 archlinux drkonqi-coredump-launcher[1871]: Unable to find file for pid 1968 expected at "kcrash-metadata/plasmashell.41c70eb415bd4c6e9394d89484cec2bc.1968.ini"
Nov 28 13:53:37 archlinux wpa_supplicant[788]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-56 noise=9999 txrate=270000
Nov 28 13:54:49 archlinux kernel: [UFW BLOCK] IN=wlan0 OUT= MAC=60:e9:aa:f1:73:e5:3c:33:32:e7:be:3c:08:00 SRC=192.168.0.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0x00 TTL=1 ID=9417 DF PROTO=2
Nov 28 13:55:07 archlinux systemd[882]: Started Konsole - Terminal.
Nov 28 13:55:07 archlinux systemd[882]: Started app-org.kde.konsole-1886.scope.
Nov 28 13:55:11 archlinux wpa_supplicant[788]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-57 noise=9999 txrate=270000
Nov 28 13:55:23 archlinux wpa_supplicant[788]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-74 noise=9999 txrate=270000
Nov 28 13:55:50 archlinux wpa_supplicant[788]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-74 noise=9999 txrate=270000
Nov 28 13:56:49 archlinux kernel: [UFW BLOCK] IN=wlan0 OUT= MAC=60:e9:aa:f1:73:e5:3c:33:32:e7:be:3c:08:00 SRC=192.168.0.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0x00 TTL=1 ID=13128 DF PROTO=2
Nov 28 13:58:42 archlinux systemd[1]: Started dbus-:1.2-org.kde.powerdevil.backlighthelper@2.service.
Nov 28 13:58:49 archlinux kernel: [UFW BLOCK] IN=wlan0 OUT= MAC=60:e9:aa:f1:73:e5:3c:33:32:e7:be:3c:08:00 SRC=192.168.0.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0x00 TTL=1 ID=14127 DF PROTO=2
Nov 28 13:58:52 archlinux systemd[1]: dbus-:1.2-org.kde.powerdevil.backlighthelper@2.service: Deactivated successfully.
Nov 28 13:59:26 archlinux systemd[1]: Started dbus-:1.2-org.kde.powerdevil.backlighthelper@3.service.
Nov 28 13:59:36 archlinux systemd[1]: dbus-:1.2-org.kde.powerdevil.backlighthelper@3.service: Deactivated successfully.
Nov 28 14:00:49 archlinux kernel: [UFW BLOCK] IN=wlan0 OUT= MAC=60:e9:aa:f1:73:e5:3c:33:32:e7:be:3c:08:00 SRC=192.168.0.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0x00 TTL=1 ID=17051 DF PROTO=2
Nov 28 14:01:16 archlinux systemd[882]: Started Firefox - Web Browser.
Nov 28 14:01:16 archlinux systemd[1]: Starting Time & Date Service...
Nov 28 14:01:16 archlinux systemd[1]: Started Time & Date Service.
Nov 28 14:01:16 archlinux rtkit-daemon[1020]: Supervising 6 threads of 3 processes of 1 users.
Nov 28 14:01:16 archlinux rtkit-daemon[1020]: Supervising 6 threads of 3 processes of 1 users.
Nov 28 14:01:17 archlinux rtkit-daemon[1020]: Supervising 6 threads of 3 processes of 1 users.
Nov 28 14:01:17 archlinux rtkit-daemon[1020]: Supervising 6 threads of 3 processes of 1 users.
Nov 28 14:01:17 archlinux rtkit-daemon[1020]: Successfully made thread 2177 of process 1994 owned by '1000' RT at priority 10.
Nov 28 14:01:17 archlinux rtkit-daemon[1020]: Supervising 7 threads of 4 processes of 1 users.
Nov 28 14:01:17 archlinux rtkit-daemon[1020]: Supervising 7 threads of 4 processes of 1 users.
Nov 28 14:01:17 archlinux rtkit-daemon[1020]: Supervising 7 threads of 4 processes of 1 users.
Nov 28 14:01:17 archlinux rtkit-daemon[1020]: Supervising 7 threads of 4 processes of 1 users.
Nov 28 14:01:17 archlinux rtkit-daemon[1020]: Supervising 7 threads of 4 processes of 1 users.
Nov 28 14:01:17 archlinux rtkit-daemon[1020]: Supervising 7 threads of 4 processes of 1 users.
Nov 28 14:01:17 archlinux rtkit-daemon[1020]: Supervising 7 threads of 4 processes of 1 users.
Nov 28 14:01:18 archlinux rtkit-daemon[1020]: Supervising 7 threads of 4 processes of 1 users.
Nov 28 14:01:18 archlinux rtkit-daemon[1020]: Supervising 7 threads of 4 processes of 1 users.
Nov 28 14:01:20 archlinux kernel: warning: `Socket Thread' uses wireless extensions which will stop working for Wi-Fi 7 hardware; use nl80211
Nov 28 14:01:26 archlinux rtkit-daemon[1020]: Supervising 7 threads of 4 processes of 1 users.
Nov 28 14:01:26 archlinux rtkit-daemon[1020]: Supervising 7 threads of 4 processes of 1 users.
Nov 28 14:01:26 archlinux rtkit-daemon[1020]: Successfully made thread 2684 of process 2455 owned by '1000' RT at priority 10.
Nov 28 14:01:26 archlinux rtkit-daemon[1020]: Supervising 8 threads of 5 processes of 1 users.
Nov 28 14:01:46 archlinux systemd[1]: systemd-timedated.service: Deactivated successfully.
Nov 28 14:01:59 archlinux sudo[2762]: radon : TTY=pts/1 ; PWD=/home/radon ; USER=root ; COMMAND=/usr/bin/nano /etc/systemd/sleep.conf
Nov 28 14:01:59 archlinux sudo[2762]: pam_unix(sudo:session): session opened for user root(uid=0) by radon(uid=1000)
Nov 28 14:02:29 archlinux konsole[1886]: static int KX11Extras::currentDesktop() may only be used on X11
Nov 28 14:02:29 archlinux konsole[1886]: static void KX11Extras::setOnDesktop(WId, int) may only be used on X11
Nov 28 14:02:31 archlinux sudo[2762]: pam_unix(sudo:session): session closed for user root
Nov 28 14:02:31 archlinux systemd[882]: app-org.kde.konsole-1886.scope: Consumed 1.558s CPU time, 22M memory peak.
Nov 28 14:02:49 archlinux kernel: [UFW BLOCK] IN=wlan0 OUT= MAC=60:e9:aa:f1:73:e5:3c:33:32:e7:be:3c:08:00 SRC=192.168.0.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0x00 TTL=1 ID=23557 DF PROTO=2
Nov 28 14:02:58 archlinux systemd[882]: Started Konsole - Terminal.
Nov 28 14:02:58 archlinux systemd[882]: Started app-org.kde.konsole-2852.scope.
Nov 28 14:03:01 archlinux sudo[2879]: radon : TTY=pts/1 ; PWD=/home/radon ; USER=root ; COMMAND=/usr/bin/systemctl suspend
Nov 28 14:03:01 archlinux sudo[2879]: pam_unix(sudo:session): session opened for user root(uid=0) by radon(uid=1000)
Nov 28 14:03:01 archlinux systemd-logind[699]: The system will suspend now!
Nov 28 14:03:01 archlinux NetworkManager[696]: <info> [1764318781.3329] manager: sleep: sleep requested (sleeping: no enabled: yes)
Nov 28 14:03:01 archlinux NetworkManager[696]: <info> [1764318781.3330] device (enp3s0): state change: unavailable -> unmanaged (reason 'unmanaged-nm-disabled', managed-type: 'full')
Nov 28 14:03:01 archlinux sudo[2879]: pam_unix(sudo:session): session closed for user root
Nov 28 14:03:01 archlinux NetworkManager[696]: <info> [1764318781.3392] device (p2p-dev-wlan0): state change: disconnected -> unmanaged (reason 'unmanaged-nm-disabled', managed-type: 'full')
Nov 28 14:03:01 archlinux NetworkManager[696]: <info> [1764318781.3394] manager: NetworkManager state is now DISABLED (ASLEEP)
Nov 28 14:03:01 archlinux NetworkManager[696]: <info> [1764318781.3396] device (wlan0): state change: activated -> deactivating (reason 'sleeping', managed-type: 'full')
Nov 28 14:03:01 archlinux dbus-broker[695]: A security policy denied :1.24 to send method call /org/freedesktop/login1/seat/seat0:org.freedesktop.login1.Seat.Inhibit to org.freedesktop.login1.
Nov 28 14:03:01 archlinux kwin_wayland[941]: Failed to delay sleep: Sender is not authorized to send message
Nov 28 14:03:01 archlinux systemd[1]: Starting Network Manager Script Dispatcher Service...
Nov 28 14:03:01 archlinux systemd[1]: Started Network Manager Script Dispatcher Service.
Nov 28 14:03:01 archlinux kernel: wlan0: deauthenticating from 3c:33:32:e7:be:3e by local choice (Reason: 3=DEAUTH_LEAVING)
Nov 28 14:03:01 archlinux wpa_supplicant[788]: nl80211: send_event_marker failed: Source based routing not supported
Nov 28 14:03:01 archlinux wpa_supplicant[788]: wlan0: CTRL-EVENT-DISCONNECTED bssid=3c:33:32:e7:be:3e reason=3 locally_generated=1
Nov 28 14:03:01 archlinux wpa_supplicant[788]: wlan0: CTRL-EVENT-DSCP-POLICY clear_all
Nov 28 14:03:01 archlinux wpa_supplicant[788]: wlan0: CTRL-EVENT-REGDOM-CHANGE init=CORE type=WORLD
Nov 28 14:03:01 archlinux NetworkManager[696]: <info> [1764318781.6101] device (wlan0): supplicant interface state: completed -> disconnected
Nov 28 14:03:01 archlinux NetworkManager[696]: <info> [1764318781.6102] device (wlan0): state change: deactivating -> disconnected (reason 'sleeping', managed-type: 'full')
Nov 28 14:03:01 archlinux NetworkManager[696]: <info> [1764318781.6107] dhcp4 (wlan0): canceled DHCP transaction
Nov 28 14:03:01 archlinux NetworkManager[696]: <info> [1764318781.6107] dhcp4 (wlan0): activation: beginning transaction (timeout in 45 seconds)
Nov 28 14:03:01 archlinux wpa_supplicant[788]: wlan0: CTRL-EVENT-REGDOM-CHANGE init=CORE type=WORLD
Nov 28 14:03:01 archlinux NetworkManager[696]: <info> [1764318781.6107] dhcp4 (wlan0): state changed no lease
Nov 28 14:03:01 archlinux NetworkManager[696]: <info> [1764318781.6777] device (wlan0): set-hw-addr: set MAC address to FA:B2:0A:CE:5D:A8 (scanning)
Nov 28 14:03:01 archlinux NetworkManager[696]: <info> [1764318781.7271] device (wlan0): supplicant interface state: disconnected -> interface_disabled
Nov 28 14:03:01 archlinux NetworkManager[696]: <info> [1764318781.7271] device (wlan0): supplicant interface state: interface_disabled -> disconnected
Nov 28 14:03:01 archlinux NetworkManager[696]: <info> [1764318781.7275] device (wlan0): state change: disconnected -> unmanaged (reason 'unmanaged-nm-disabled', managed-type: 'full')
Nov 28 14:03:01 archlinux NetworkManager[696]: <info> [1764318781.7712] device (wlan0): set-hw-addr: reset MAC address to 60:E9:AA:F1:73:E5 (unmanage)
Nov 28 14:03:01 archlinux systemd[1]: Reached target Sleep.
Nov 28 14:03:01 archlinux systemd[1]: Starting NVIDIA system suspend actions...
Nov 28 14:03:01 archlinux wpa_supplicant[788]: p2p-dev-wlan0: CTRL-EVENT-DSCP-POLICY clear_all
Nov 28 14:03:01 archlinux wpa_supplicant[788]: p2p-dev-wlan0: CTRL-EVENT-DSCP-POLICY clear_all
Nov 28 14:03:01 archlinux wpa_supplicant[788]: nl80211: deinit ifname=p2p-dev-wlan0 disabled_11b_rates=0
Nov 28 14:03:01 archlinux suspend[2939]: nvidia-suspend.service
Nov 28 14:03:01 archlinux logger[2939]: <13>Nov 28 14:03:01 suspend: nvidia-suspend.service
Nov 28 14:03:01 archlinux wpa_supplicant[788]: wlan0: CTRL-EVENT-DSCP-POLICY clear_all
Nov 28 14:03:01 archlinux wpa_supplicant[788]: wlan0: CTRL-EVENT-DSCP-POLICY clear_all
Nov 28 14:03:01 archlinux wpa_supplicant[788]: nl80211: deinit ifname=wlan0 disabled_11b_rates=0
Nov 28 14:03:02 archlinux bluetoothd[697]: Endpoint unregistered: sender=:1.30 path=/MediaEndpoint/A2DPSource/ldac
Nov 28 14:03:02 archlinux bluetoothd[697]: Endpoint unregistered: sender=:1.30 path=/MediaEndpoint/A2DPSink/aptx_hd
Nov 28 14:03:02 archlinux bluetoothd[697]: Endpoint unregistered: sender=:1.30 path=/MediaEndpoint/A2DPSource/aptx_hd
Nov 28 14:03:02 archlinux bluetoothd[697]: Endpoint unregistered: sender=:1.30 path=/MediaEndpoint/A2DPSink/aptx
Nov 28 14:03:02 archlinux bluetoothd[697]: Endpoint unregistered: sender=:1.30 path=/MediaEndpoint/A2DPSource/aptx
Nov 28 14:03:02 archlinux bluetoothd[697]: Endpoint unregistered: sender=:1.30 path=/MediaEndpoint/A2DPSink/aac
Nov 28 14:03:02 archlinux bluetoothd[697]: Endpoint unregistered: sender=:1.30 path=/MediaEndpoint/A2DPSource/aac
Nov 28 14:03:02 archlinux bluetoothd[697]: Endpoint unregistered: sender=:1.30 path=/MediaEndpoint/A2DPSink/opus_g
Nov 28 14:03:02 archlinux bluetoothd[697]: Endpoint unregistered: sender=:1.30 path=/MediaEndpoint/A2DPSource/opus_g
Nov 28 14:03:02 archlinux bluetoothd[697]: Endpoint unregistered: sender=:1.30 path=/MediaEndpoint/A2DPSink/sbc
Nov 28 14:03:02 archlinux bluetoothd[697]: Endpoint unregistered: sender=:1.30 path=/MediaEndpoint/A2DPSource/sbc
Nov 28 14:03:02 archlinux bluetoothd[697]: Endpoint unregistered: sender=:1.30 path=/MediaEndpoint/A2DPSource/aptx_ll_1
Nov 28 14:03:02 archlinux bluetoothd[697]: Endpoint unregistered: sender=:1.30 path=/MediaEndpoint/A2DPSource/aptx_ll_0
Nov 28 14:03:02 archlinux bluetoothd[697]: Endpoint unregistered: sender=:1.30 path=/MediaEndpoint/A2DPSource/aptx_ll_duplex_1
Nov 28 14:03:02 archlinux bluetoothd[697]: Endpoint unregistered: sender=:1.30 path=/MediaEndpoint/A2DPSource/aptx_ll_duplex_0
Nov 28 14:03:02 archlinux bluetoothd[697]: Endpoint unregistered: sender=:1.30 path=/MediaEndpoint/A2DPSource/faststream
Nov 28 14:03:02 archlinux bluetoothd[697]: Endpoint unregistered: sender=:1.30 path=/MediaEndpoint/A2DPSource/faststream_duplex
Nov 28 14:03:02 archlinux bluetoothd[697]: Endpoint unregistered: sender=:1.30 path=/MediaEndpoint/A2DPSink/opus_05
Nov 28 14:03:02 archlinux bluetoothd[697]: Endpoint unregistered: sender=:1.30 path=/MediaEndpoint/A2DPSource/opus_05
Nov 28 14:03:02 archlinux bluetoothd[697]: Endpoint unregistered: sender=:1.30 path=/MediaEndpoint/A2DPSink/opus_05_duplex
Nov 28 14:03:02 archlinux bluetoothd[697]: Endpoint unregistered: sender=:1.30 path=/MediaEndpoint/A2DPSource/opus_05_duplex
Nov 28 14:03:02 archlinux kded6[1116]: No object for name "alsa_input.pci-0000_74_00.6.analog-stereo"
Nov 28 14:03:02 archlinux kded6[1116]: No object for name "alsa_output.pci-0000_74_00.6.analog-stereo"
Nov 28 14:03:02 archlinux kded6[1116]: No object for name "alsa_input.pci-0000_74_00.6.analog-stereo"
Nov 28 14:03:02 archlinux plasmashell[1164]: No object for name "alsa_input.pci-0000_74_00.6.analog-stereo"
Nov 28 14:03:02 archlinux kded6[1116]: No object for name "@DEFAULT_SINK@"
Nov 28 14:03:02 archlinux kded6[1116]: No object for name "@DEFAULT_SOURCE@"
Nov 28 14:03:02 archlinux plasmashell[1164]: qrc:/qt/qml/plasma/applet/org/kde/plasma/volume/main.qml:101: TypeError: Cannot read property 'description' of undefined
Nov 28 14:03:02 archlinux kded6[1116]: No object for name "@DEFAULT_SINK@"
Nov 28 14:03:02 archlinux kded6[1116]: No object for name "@DEFAULT_SOURCE@"
Nov 28 14:03:02 archlinux plasmashell[1164]: No object for name "alsa_output.pci-0000_74_00.6.analog-stereo"
Nov 28 14:03:02 archlinux plasmashell[1164]: No object for name "alsa_input.pci-0000_74_00.6.analog-stereo"
Nov 28 14:03:02 archlinux plasmashell[1164]: qrc:/qt/qml/plasma/applet/org/kde/plasma/volume/main.qml:101: TypeError: Cannot read property 'description' of undefined
Nov 28 14:03:02 archlinux plasmashell[1164]: No object for name "@DEFAULT_SINK@"
Nov 28 14:03:02 archlinux plasmashell[1164]: No object for name "@DEFAULT_SOURCE@"
Nov 28 14:03:02 archlinux plasmashell[1164]: No object for name "@DEFAULT_SINK@"
Nov 28 14:03:02 archlinux plasmashell[1164]: No object for name "@DEFAULT_SOURCE@"
Nov 28 14:03:02 archlinux kded6[1116]: No object for name "auto_null.monitor"
Nov 28 14:03:02 archlinux plasmashell[1164]: No object for name "auto_null.monitor"
Nov 28 14:03:02 archlinux kwin_wayland_wrapper[1039]: Key repeat discarded, Wayland compositor doesn't seem to be processing events fast enough!
Nov 28 14:03:02 archlinux kwin_wayland_wrapper[1039]: Key repeat discarded, Wayland compositor doesn't seem to be processing events fast enough!
Nov 28 14:03:02 archlinux kwin_wayland_wrapper[1039]: Key repeat discarded, Wayland compositor doesn't seem to be processing events fast enough!
Nov 28 14:03:02 archlinux kwin_wayland_wrapper[1039]: Key repeat discarded, Wayland compositor doesn't seem to be processing events fast enough!
Nov 28 14:03:02 archlinux kwin_wayland_wrapper[1039]: Key repeat discarded, Wayland compositor doesn't seem to be processing events fast enough!
Nov 28 14:03:02 archlinux kwin_wayland_wrapper[1039]: Key repeat discarded, Wayland compositor doesn't seem to be processing events fast enough!
Nov 28 14:03:02 archlinux rtkit-daemon[1020]: Supervising 8 threads of 5 processes of 1 users.
Nov 28 14:03:02 archlinux rtkit-daemon[1020]: Supervising 8 threads of 5 processes of 1 users.
Nov 28 14:03:03 archlinux systemd[1]: nvidia-suspend.service: Deactivated successfully.
Nov 28 14:03:03 archlinux systemd[1]: Finished NVIDIA system suspend actions.
Nov 28 14:03:03 archlinux systemd[1]: nvidia-suspend.service: Consumed 1.137s CPU time, 31.5M memory peak.
Nov 28 14:03:03 archlinux systemd[1]: Starting System Suspend...
Nov 28 14:03:03 archlinux systemd-sleep[3045]: User sessions remain unfrozen on explicit request ($SYSTEMD_SLEEP_FREEZE_USER_SESSIONS=0).
Nov 28 14:03:03 archlinux systemd-sleep[3045]: This is not recommended, and might result in unexpected behavior, particularly
Nov 28 14:03:03 archlinux systemd-sleep[3045]: in suspend-then-hibernate operations or setups with encrypted home directories.
Nov 28 14:03:03 archlinux systemd-sleep[3045]: Performing sleep operation 'suspend'...
Nov 28 14:03:03 archlinux kernel: PM: suspend entry (s2idle)
Nov 28 14:03:03 archlinux kernel: Filesystems sync: 0.011 seconds
Nov 28 14:03:06 archlinux kernel: Freezing user space processes
Nov 28 14:03:06 archlinux kernel: Freezing user space processes completed (elapsed 0.001 seconds)
Nov 28 14:03:06 archlinux kernel: OOM killer disabled.
Nov 28 14:03:06 archlinux kernel: Freezing remaining freezable tasks
Nov 28 14:03:06 archlinux kernel: Freezing remaining freezable tasks completed (elapsed 0.001 seconds)
Nov 28 14:03:06 archlinux kernel: printk: Suspending console(s) (use no_console_suspend to debug)
Nov 28 14:03:06 archlinux kernel: queueing ieee80211 work while going to suspend
Nov 28 14:03:06 archlinux kernel: pcieport 0000:00:08.3: quirk: disabling D3cold for suspend
Nov 28 14:03:06 archlinux kernel: ACPI: EC: interrupt blocked
Nov 28 14:03:06 archlinux kernel: ACPI: EC: interrupt unblocked
Nov 28 14:03:06 archlinux kernel: [drm] PCIE GART of 1024M enabled (table at 0x000000F41FC00000).
Nov 28 14:03:06 archlinux kernel: amdgpu 0000:74:00.0: amdgpu: SMU is resuming...
Nov 28 14:03:06 archlinux kernel: amdgpu 0000:74:00.0: amdgpu: SMU is resumed successfully!
Nov 28 14:03:06 archlinux kernel: nvme nvme0: 16/0/0 default/read/poll queues
Nov 28 14:03:06 archlinux kernel: amdgpu 0000:74:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
Nov 28 14:03:06 archlinux kernel: amdgpu 0000:74:00.0: amdgpu: ring gfx_0.1.0 uses VM inv eng 1 on hub 0
Nov 28 14:03:06 archlinux kernel: amdgpu 0000:74:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 4 on hub 0
Nov 28 14:03:06 archlinux kernel: amdgpu 0000:74:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 5 on hub 0
Nov 28 14:03:06 archlinux kernel: amdgpu 0000:74:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 6 on hub 0
Nov 28 14:03:06 archlinux kernel: amdgpu 0000:74:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 7 on hub 0
Nov 28 14:03:06 archlinux kernel: amdgpu 0000:74:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 8 on hub 0
Nov 28 14:03:06 archlinux kernel: amdgpu 0000:74:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 9 on hub 0
Nov 28 14:03:06 archlinux kernel: amdgpu 0000:74:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 10 on hub 0
Nov 28 14:03:06 archlinux kernel: amdgpu 0000:74:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 11 on hub 0
Nov 28 14:03:06 archlinux kernel: amdgpu 0000:74:00.0: amdgpu: ring kiq_0.2.1.0 uses VM inv eng 12 on hub 0
Nov 28 14:03:06 archlinux kernel: amdgpu 0000:74:00.0: amdgpu: ring sdma0 uses VM inv eng 13 on hub 0
Nov 28 14:03:06 archlinux kernel: amdgpu 0000:74:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 8
Nov 28 14:03:06 archlinux systemd-sleep[3045]: System returned from sleep operation 'suspend'.
Nov 28 14:03:06 archlinux kernel: amdgpu 0000:74:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 8
Nov 28 14:03:06 archlinux kernel: amdgpu 0000:74:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 8
Nov 28 14:03:06 archlinux kernel: amdgpu 0000:74:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 8
Nov 28 14:03:06 archlinux kernel: OOM killer enabled.
Nov 28 14:03:06 archlinux kernel: Restarting tasks: Starting
Nov 28 14:03:06 archlinux kernel: Restarting tasks: Done
Nov 28 14:03:06 archlinux kernel: random: crng reseeded on system resumption
Nov 28 14:03:06 archlinux kernel: PM: suspend exit
Nov 28 14:03:07 archlinux systemd[1]: systemd-suspend.service: Deactivated successfully.
Nov 28 14:03:07 archlinux systemd[1]: Finished System Suspend.
Nov 28 14:03:07 archlinux systemd[1]: Stopped target Sleep.
Nov 28 14:03:07 archlinux systemd[1]: Reached target Suspend.
Nov 28 14:03:07 archlinux systemd[1]: Starting NVIDIA system resume actions...
Nov 28 14:03:07 archlinux systemd[1]: Stopped target Suspend.
Nov 28 14:03:07 archlinux systemd-logind[699]: Operation 'suspend' finished.
Nov 28 14:03:07 archlinux NetworkManager[696]: <info> [1764318787.3092] manager: sleep: wake requested (sleeping: yes enabled: yes)
Nov 28 14:03:07 archlinux NetworkManager[696]: <info> [1764318787.3094] device (enp3s0): state change: unmanaged -> unavailable (reason 'managed', managed-type: 'external')
Nov 28 14:03:07 archlinux suspend[3116]: nvidia-resume.service
Nov 28 14:03:07 archlinux logger[3116]: <13>Nov 28 14:03:07 suspend: nvidia-resume.service
Nov 28 14:03:07 archlinux kwin_wayland[941]: Atomic modeset test failed! Permission denied
Nov 28 14:03:07 archlinux kwin_wayland[941]: Setting dpms mode failed!
Nov 28 14:03:07 archlinux kernel: Generic FE-GE Realtek PHY r8169-0-300:00: attached PHY driver (mii_bus:phy_addr=r8169-0-300:00, irq=MAC)
Nov 28 14:03:07 archlinux systemd[1]: nvidia-resume.service: Deactivated successfully.
Nov 28 14:03:07 archlinux systemd[1]: Finished NVIDIA system resume actions.
Nov 28 14:03:07 archlinux wireplumber[1015]: spa.bluez5.midi: org.bluez.GattManager1.RegisterApplication() failed: GDBus.Error:org.bluez.Error.AlreadyExists: Already Exists
Nov 28 14:03:07 archlinux bluetoothd[697]: Endpoint registered: sender=:1.99 path=/MediaEndpoint/A2DPSource/ldac
Nov 28 14:03:07 archlinux bluetoothd[697]: Endpoint registered: sender=:1.99 path=/MediaEndpoint/A2DPSink/aptx_hd
Nov 28 14:03:07 archlinux bluetoothd[697]: Endpoint registered: sender=:1.99 path=/MediaEndpoint/A2DPSource/aptx_hd
Nov 28 14:03:07 archlinux bluetoothd[697]: Endpoint registered: sender=:1.99 path=/MediaEndpoint/A2DPSink/aptx
Nov 28 14:03:07 archlinux bluetoothd[697]: Endpoint registered: sender=:1.99 path=/MediaEndpoint/A2DPSource/aptx
Nov 28 14:03:07 archlinux bluetoothd[697]: Endpoint registered: sender=:1.99 path=/MediaEndpoint/A2DPSink/aac
Nov 28 14:03:07 archlinux bluetoothd[697]: Endpoint registered: sender=:1.99 path=/MediaEndpoint/A2DPSource/aac
Nov 28 14:03:07 archlinux bluetoothd[697]: Endpoint registered: sender=:1.99 path=/MediaEndpoint/A2DPSink/opus_g
Nov 28 14:03:07 archlinux bluetoothd[697]: Endpoint registered: sender=:1.99 path=/MediaEndpoint/A2DPSource/opus_g
Nov 28 14:03:07 archlinux bluetoothd[697]: Endpoint registered: sender=:1.99 path=/MediaEndpoint/A2DPSink/sbc
Nov 28 14:03:07 archlinux bluetoothd[697]: Endpoint registered: sender=:1.99 path=/MediaEndpoint/A2DPSource/sbc
Nov 28 14:03:07 archlinux bluetoothd[697]: Endpoint registered: sender=:1.99 path=/MediaEndpoint/A2DPSource/aptx_ll_1
Nov 28 14:03:07 archlinux bluetoothd[697]: Endpoint registered: sender=:1.99 path=/MediaEndpoint/A2DPSource/aptx_ll_0
Nov 28 14:03:07 archlinux bluetoothd[697]: Endpoint registered: sender=:1.99 path=/MediaEndpoint/A2DPSource/aptx_ll_duplex_1
Nov 28 14:03:07 archlinux bluetoothd[697]: Endpoint registered: sender=:1.99 path=/MediaEndpoint/A2DPSource/aptx_ll_duplex_0
Nov 28 14:03:07 archlinux bluetoothd[697]: Endpoint registered: sender=:1.99 path=/MediaEndpoint/A2DPSource/faststream
Nov 28 14:03:07 archlinux bluetoothd[697]: Endpoint registered: sender=:1.99 path=/MediaEndpoint/A2DPSource/faststream_duplex
Nov 28 14:03:07 archlinux bluetoothd[697]: Endpoint registered: sender=:1.99 path=/MediaEndpoint/A2DPSink/opus_05
Nov 28 14:03:07 archlinux bluetoothd[697]: Endpoint registered: sender=:1.99 path=/MediaEndpoint/A2DPSource/opus_05
Nov 28 14:03:07 archlinux bluetoothd[697]: Endpoint registered: sender=:1.99 path=/MediaEndpoint/A2DPSink/opus_05_duplex
Nov 28 14:03:07 archlinux bluetoothd[697]: Endpoint registered: sender=:1.99 path=/MediaEndpoint/A2DPSource/opus_05_duplex
Nov 28 14:03:07 archlinux kded6[1116]: No object for name "auto_null"
Nov 28 14:03:07 archlinux kded6[1116]: No object for name "auto_null.monitor"
Nov 28 14:03:07 archlinux plasmashell[1164]: No object for name "auto_null"
Nov 28 14:03:07 archlinux plasmashell[1164]: No object for name "auto_null.monitor"
Nov 28 14:03:07 archlinux kded6[1116]: No object for name "@DEFAULT_SINK@"
Nov 28 14:03:07 archlinux kded6[1116]: No object for name "@DEFAULT_SOURCE@"
Nov 28 14:03:07 archlinux plasmashell[1164]: No object for name "@DEFAULT_SINK@"
Nov 28 14:03:07 archlinux plasmashell[1164]: No object for name "@DEFAULT_SOURCE@"
Nov 28 14:03:07 archlinux kded6[1116]: No object for name "@DEFAULT_SINK@"
Nov 28 14:03:07 archlinux kded6[1116]: No object for name "@DEFAULT_SOURCE@"
Nov 28 14:03:07 archlinux kded6[1116]: No object for name "alsa_input.pci-0000_74_00.6.analog-stereo"
Nov 28 14:03:07 archlinux plasmashell[1164]: No object for name "@DEFAULT_SINK@"
Nov 28 14:03:07 archlinux plasmashell[1164]: No object for name "@DEFAULT_SOURCE@"
Nov 28 14:03:07 archlinux plasmashell[1164]: No object for name "alsa_input.pci-0000_74_00.6.analog-stereo"
Nov 28 14:03:07 archlinux NetworkManager[696]: <info> [1764318787.4897] device (wlan0): state change: unmanaged -> unavailable (reason 'managed', managed-type: 'external')
Nov 28 14:03:07 archlinux kernel: r8169 0000:03:00.0 enp3s0: Link is Down
Nov 28 14:03:07 archlinux NetworkManager[696]: <info> [1764318787.5010] device (p2p-dev-wlan0): state change: unmanaged -> unavailable (reason 'managed', managed-type: 'external')
Nov 28 14:03:07 archlinux NetworkManager[696]: <warn> [1764318787.5011] device (p2p-dev-wlan0): error setting IPv4 forwarding to '0': Resource temporarily unavailable
Nov 28 14:03:07 archlinux NetworkManager[696]: <info> [1764318787.5012] manager: NetworkManager state is now DISCONNECTED
Nov 28 14:03:07 archlinux NetworkManager[696]: <info> [1764318787.5461] device (wlan0): supplicant interface state: internal-starting -> disconnected
Nov 28 14:03:07 archlinux NetworkManager[696]: <info> [1764318787.5461] device (p2p-dev-wlan0): state change: unavailable -> unmanaged (reason 'unmanaged-link-not-init', managed-type: 'removed')
Nov 28 14:03:07 archlinux NetworkManager[696]: <info> [1764318787.5464] Wi-Fi P2P device controlled by interface wlan0 created
Nov 28 14:03:07 archlinux NetworkManager[696]: <info> [1764318787.5465] manager: (p2p-dev-wlan0): new 802.11 Wi-Fi P2P device (/org/freedesktop/NetworkManager/Devices/5)
Nov 28 14:03:07 archlinux NetworkManager[696]: <info> [1764318787.5466] device (p2p-dev-wlan0): state change: unmanaged -> unavailable (reason 'managed', managed-type: 'external')
Nov 28 14:03:07 archlinux NetworkManager[696]: <warn> [1764318787.5467] device (p2p-dev-wlan0): error setting IPv4 forwarding to '0': Resource temporarily unavailable
Nov 28 14:03:07 archlinux NetworkManager[696]: <info> [1764318787.5469] device (wlan0): state change: unavailable -> disconnected (reason 'supplicant-available', managed-type: 'full')
Nov 28 14:03:07 archlinux NetworkManager[696]: <info> [1764318787.5472] device (p2p-dev-wlan0): state change: unavailable -> disconnected (reason 'none', managed-type: 'full')
Nov 28 14:03:10 archlinux NetworkManager[696]: <info> [1764318790.0965] policy: auto-activating connection 'Naikane House' (42f51ea1-2b20-48c0-8458-6b755a8aab10)
Nov 28 14:03:10 archlinux NetworkManager[696]: <info> [1764318790.0968] device (wlan0): Activation: starting connection 'Naikane House' (42f51ea1-2b20-48c0-8458-6b755a8aab10)
Nov 28 14:03:10 archlinux NetworkManager[696]: <info> [1764318790.0968] device (wlan0): state change: disconnected -> prepare (reason 'none', managed-type: 'full')
Nov 28 14:03:10 archlinux NetworkManager[696]: <info> [1764318790.0969] manager: NetworkManager state is now CONNECTING
Nov 28 14:03:10 archlinux NetworkManager[696]: <info> [1764318790.0970] device (wlan0): state change: prepare -> config (reason 'none', managed-type: 'full')
Nov 28 14:03:10 archlinux NetworkManager[696]: <info> [1764318790.0972] device (wlan0): Activation: (wifi) access point 'Naikane House' has security, but secrets are required.
Nov 28 14:03:10 archlinux NetworkManager[696]: <info> [1764318790.0972] device (wlan0): state change: config -> need-auth (reason 'none', managed-type: 'full')
Nov 28 14:03:10 archlinux NetworkManager[696]: <info> [1764318790.0973] sup-iface[a1305dc97d07107a,1,wlan0]: wps: type pbc start...
Nov 28 14:03:10 archlinux wpa_supplicant[788]: wlan0: WPS-PBC-ACTIVE
Nov 28 14:03:10 archlinux NetworkManager[696]: <info> [1764318790.1032] device (wlan0): supplicant interface state: disconnected -> scanning
Nov 28 14:03:10 archlinux NetworkManager[696]: <info> [1764318790.1032] device (p2p-dev-wlan0): supplicant management interface state: disconnected -> scanning
Nov 28 14:03:10 archlinux NetworkManager[696]: <info> [1764318790.1032] device (wlan0): state change: need-auth -> prepare (reason 'none', managed-type: 'full')
Nov 28 14:03:10 archlinux NetworkManager[696]: <info> [1764318790.1034] device (wlan0): state change: prepare -> config (reason 'none', managed-type: 'full')
Nov 28 14:03:10 archlinux NetworkManager[696]: <info> [1764318790.1035] device (wlan0): Activation: (wifi) connection 'Naikane House' has security, and secrets exist. No new secrets needed.
Nov 28 14:03:10 archlinux NetworkManager[696]: <info> [1764318790.1035] Config: added 'ssid' value 'Naikane House'
Nov 28 14:03:10 archlinux wpa_supplicant[788]: wlan0: WPS-CANCEL
Nov 28 14:03:10 archlinux NetworkManager[696]: <info> [1764318790.1035] Config: added 'scan_ssid' value '1'
Nov 28 14:03:10 archlinux NetworkManager[696]: <info> [1764318790.1035] Config: added 'bgscan' value 'simple:30:-70:86400'
Nov 28 14:03:10 archlinux NetworkManager[696]: <info> [1764318790.1035] Config: added 'key_mgmt' value 'WPA-PSK WPA-PSK-SHA256 FT-PSK SAE FT-SAE'
Nov 28 14:03:10 archlinux NetworkManager[696]: <info> [1764318790.1035] Config: added 'auth_alg' value 'OPEN'
Nov 28 14:03:10 archlinux NetworkManager[696]: <info> [1764318790.1036] Config: added 'psk' value '<hidden>'
Nov 28 14:03:10 archlinux wpa_supplicant[788]: wlan0: SME: Trying to authenticate with 3c:33:32:e7:be:3e (SSID='Naikane House' freq=2442 MHz)
Nov 28 14:03:10 archlinux kernel: wlan0: authenticate with 3c:33:32:e7:be:3e (local address=60:e9:aa:f1:73:e5)
Nov 28 14:03:10 archlinux kernel: wlan0: send auth to 3c:33:32:e7:be:3e (try 1/3)
Nov 28 14:03:10 archlinux NetworkManager[696]: <info> [1764318790.1769] device (wlan0): supplicant interface state: scanning -> authenticating
Nov 28 14:03:10 archlinux NetworkManager[696]: <info> [1764318790.1769] device (p2p-dev-wlan0): supplicant management interface state: scanning -> authenticating
Nov 28 14:03:10 archlinux wpa_supplicant[788]: wlan0: Trying to associate with 3c:33:32:e7:be:3e (SSID='Naikane House' freq=2442 MHz)
Nov 28 14:03:10 archlinux kernel: wlan0: authenticated
Nov 28 14:03:10 archlinux kernel: wlan0: associate with 3c:33:32:e7:be:3e (try 1/3)
Nov 28 14:03:10 archlinux NetworkManager[696]: <info> [1764318790.1810] device (wlan0): supplicant interface state: authenticating -> associating
Nov 28 14:03:10 archlinux NetworkManager[696]: <info> [1764318790.1811] device (p2p-dev-wlan0): supplicant management interface state: authenticating -> associating
Nov 28 14:03:10 archlinux kernel: wlan0: RX AssocResp from 3c:33:32:e7:be:3e (capab=0x411 status=0 aid=4)
Nov 28 14:03:10 archlinux kernel: wlan0: associated
Nov 28 14:03:10 archlinux wpa_supplicant[788]: wlan0: Associated with 3c:33:32:e7:be:3e
Nov 28 14:03:10 archlinux wpa_supplicant[788]: wlan0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Nov 28 14:03:10 archlinux NetworkManager[696]: <info> [1764318790.2350] device (wlan0): supplicant interface state: associating -> 4way_handshake
Nov 28 14:03:10 archlinux NetworkManager[696]: <info> [1764318790.2351] device (p2p-dev-wlan0): supplicant management interface state: associating -> 4way_handshake
Nov 28 14:03:10 archlinux wpa_supplicant[788]: wlan0: WPA: Key negotiation completed with 3c:33:32:e7:be:3e [PTK=CCMP GTK=TKIP]
Nov 28 14:03:10 archlinux wpa_supplicant[788]: wlan0: CTRL-EVENT-CONNECTED - Connection to 3c:33:32:e7:be:3e completed [id=0 id_str=]
Nov 28 14:03:10 archlinux NetworkManager[696]: <info> [1764318790.2810] device (wlan0): supplicant interface state: 4way_handshake -> completed
Nov 28 14:03:10 archlinux NetworkManager[696]: <info> [1764318790.2811] device (wlan0): Activation: (wifi) Stage 2 of 5 (Device Configure) successful. Connected to wireless network "Naikane House"
Nov 28 14:03:10 archlinux NetworkManager[696]: <info> [1764318790.2811] device (p2p-dev-wlan0): supplicant management interface state: 4way_handshake -> completed
Nov 28 14:03:10 archlinux NetworkManager[696]: <info> [1764318790.2812] device (wlan0): state change: config -> ip-config (reason 'none', managed-type: 'full')
Nov 28 14:03:10 archlinux NetworkManager[696]: <info> [1764318790.2816] dhcp4 (wlan0): activation: beginning transaction (timeout in 45 seconds)
Nov 28 14:03:10 archlinux NetworkManager[696]: <info> [1764318790.2905] dhcp4 (wlan0): state changed new lease, address=192.168.0.103, acd pending
Nov 28 14:03:10 archlinux NetworkManager[696]: <info> [1764318790.4619] dhcp4 (wlan0): state changed new lease, address=192.168.0.103
Nov 28 14:03:10 archlinux NetworkManager[696]: <info> [1764318790.4674] policy: set 'Naikane House' (wlan0) as default for IPv4 routing and DNS
Nov 28 14:03:10 archlinux NetworkManager[696]: <info> [1764318790.4821] device (wlan0): state change: ip-config -> ip-check (reason 'none', managed-type: 'full')
Nov 28 14:03:10 archlinux NetworkManager[696]: <info> [1764318790.4831] device (wlan0): state change: ip-check -> secondaries (reason 'none', managed-type: 'full')
Nov 28 14:03:10 archlinux NetworkManager[696]: <info> [1764318790.4832] device (wlan0): state change: secondaries -> activated (reason 'none', managed-type: 'full')
Nov 28 14:03:10 archlinux NetworkManager[696]: <info> [1764318790.4833] manager: NetworkManager state is now CONNECTED_SITE
Nov 28 14:03:10 archlinux NetworkManager[696]: <info> [1764318790.4835] device (wlan0): Activation: successful, device activated.
Nov 28 14:03:10 archlinux NetworkManager[696]: <info> [1764318790.8262] manager: NetworkManager state is now CONNECTED_GLOBAL
Nov 28 14:03:12 archlinux systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Nov 28 14:03:13 archlinux unix_chkpwd[3155]: password check failed for user (radon)
Nov 28 14:03:13 archlinux kscreenlocker_greet[2885]: pam_unix(kde:auth): authentication failure; logname=radon uid=1000 euid=1000 tty= ruser= rhost= user=radon
Nov 28 14:03:16 archlinux wpa_supplicant[788]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-61 noise=9999 txrate=108000
Nov 28 14:03:19 archlinux kwin_wayland_wrapper[2885]: warning: queue "mesa egl surface queue" 0x5592d0681ba0 destroyed while proxies still attached:
Nov 28 14:03:19 archlinux kwin_wayland_wrapper[2885]: wp_presentation#38 still attached
Nov 28 14:03:19 archlinux kscreenlocker_greet[2885]: Could not create EGL surface (EGL error 0x3000)
Nov 28 14:03:19 archlinux kscreenlocker_greet[2885]: Failed to write to the pipe: Bad file descriptor.
Nov 28 14:04:32 archlinux kwin_wayland[941]: atomic commit failed: Device or resource busy
Nov 28 14:04:41 archlinux sudo[3194]: radon : TTY=pts/1 ; PWD=/home/radon ; USER=root ; COMMAND=/usr/bin/systemctl hibernate
Nov 28 14:04:41 archlinux sudo[3194]: pam_unix(sudo:session): session opened for user root(uid=0) by radon(uid=1000)
Nov 28 14:04:41 archlinux sudo[3194]: pam_unix(sudo:session): session closed for user root
Nov 28 14:04:48 archlinux kernel: [UFW BLOCK] IN=wlan0 OUT= MAC=60:e9:aa:f1:73:e5:3c:33:32:e7:be:3c:08:00 SRC=192.168.0.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0x00 TTL=1 ID=29710 DF PROTO=2
Nov 28 14:04:52 archlinux wpa_supplicant[788]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-60 noise=9999 txrate=216000
Nov 28 14:05:10 archlinux systemd[882]: Started Konsole - Terminal.
Nov 28 14:05:10 archlinux systemd[882]: Started app-org.kde.konsole-3257.scope.
Nov 28 14:05:13 archlinux sudo[3289]: radon : TTY=pts/1 ; PWD=/home/radon ; USER=root ; COMMAND=/usr/bin/systemctl suspend
Nov 28 14:05:13 archlinux sudo[3289]: pam_unix(sudo:session): session opened for user root(uid=0) by radon(uid=1000)
Nov 28 14:05:13 archlinux systemd-logind[699]: The system will suspend now!
Nov 28 14:05:13 archlinux NetworkManager[696]: <info> [1764318913.4618] manager: sleep: sleep requested (sleeping: no enabled: yes)
Nov 28 14:05:13 archlinux NetworkManager[696]: <info> [1764318913.4620] device (enp3s0): state change: unavailable -> unmanaged (reason 'unmanaged-nm-disabled', managed-type: 'full')
Nov 28 14:05:13 archlinux sudo[3289]: pam_unix(sudo:session): session closed for user root
Nov 28 14:05:13 archlinux dbus-broker[695]: A security policy denied :1.24 to send method call /org/freedesktop/login1/seat/seat0:org.freedesktop.login1.Seat.Inhibit to org.freedesktop.login1.
Nov 28 14:05:13 archlinux kwin_wayland[941]: Failed to delay sleep: Sender is not authorized to send message
Nov 28 14:05:13 archlinux NetworkManager[696]: <info> [1764318913.4686] device (p2p-dev-wlan0): state change: disconnected -> unmanaged (reason 'unmanaged-nm-disabled', managed-type: 'full')
Nov 28 14:05:13 archlinux NetworkManager[696]: <info> [1764318913.4688] manager: NetworkManager state is now DISABLED (ASLEEP)
Nov 28 14:05:13 archlinux NetworkManager[696]: <info> [1764318913.4690] device (wlan0): state change: activated -> deactivating (reason 'sleeping', managed-type: 'full')
Nov 28 14:05:13 archlinux systemd[1]: Starting Network Manager Script Dispatcher Service...
Nov 28 14:05:13 archlinux systemd[1]: Started Network Manager Script Dispatcher Service.
Nov 28 14:05:13 archlinux kernel: wlan0: deauthenticating from 3c:33:32:e7:be:3e by local choice (Reason: 3=DEAUTH_LEAVING)
Nov 28 14:05:13 archlinux wpa_supplicant[788]: nl80211: send_event_marker failed: Source based routing not supported
Nov 28 14:05:13 archlinux wpa_supplicant[788]: wlan0: CTRL-EVENT-DISCONNECTED bssid=3c:33:32:e7:be:3e reason=3 locally_generated=1
Nov 28 14:05:13 archlinux wpa_supplicant[788]: wlan0: CTRL-EVENT-DSCP-POLICY clear_all
Nov 28 14:05:13 archlinux NetworkManager[696]: <info> [1764318913.6816] device (wlan0): supplicant interface state: completed -> disconnected
Nov 28 14:05:13 archlinux NetworkManager[696]: <info> [1764318913.6818] device (wlan0): state change: deactivating -> disconnected (reason 'sleeping', managed-type: 'full')
Nov 28 14:05:13 archlinux wpa_supplicant[788]: wlan0: CTRL-EVENT-REGDOM-CHANGE init=CORE type=WORLD
Nov 28 14:05:13 archlinux NetworkManager[696]: <info> [1764318913.7132] dhcp4 (wlan0): canceled DHCP transaction
Nov 28 14:05:13 archlinux NetworkManager[696]: <info> [1764318913.7132] dhcp4 (wlan0): activation: beginning transaction (timeout in 45 seconds)
Nov 28 14:05:13 archlinux NetworkManager[696]: <info> [1764318913.7132] dhcp4 (wlan0): state changed no lease
Nov 28 14:05:13 archlinux wpa_supplicant[788]: wlan0: CTRL-EVENT-REGDOM-CHANGE init=CORE type=WORLD
Nov 28 14:05:13 archlinux NetworkManager[696]: <info> [1764318913.7732] device (wlan0): set-hw-addr: set MAC address to AE:78:21:EC:C9:DE (scanning)
Nov 28 14:05:13 archlinux NetworkManager[696]: <info> [1764318913.8264] device (wlan0): state change: disconnected -> unmanaged (reason 'unmanaged-nm-disabled', managed-type: 'full')
Nov 28 14:05:13 archlinux NetworkManager[696]: <info> [1764318913.8734] device (wlan0): set-hw-addr: reset MAC address to 60:E9:AA:F1:73:E5 (unmanage)
Nov 28 14:05:13 archlinux systemd[1]: Reached target Sleep.
Nov 28 14:05:13 archlinux systemd[1]: Starting NVIDIA system suspend actions...
Nov 28 14:05:13 archlinux wpa_supplicant[788]: p2p-dev-wlan0: CTRL-EVENT-DSCP-POLICY clear_all
Nov 28 14:05:13 archlinux wpa_supplicant[788]: p2p-dev-wlan0: CTRL-EVENT-DSCP-POLICY clear_all
Nov 28 14:05:13 archlinux wpa_supplicant[788]: nl80211: deinit ifname=p2p-dev-wlan0 disabled_11b_rates=0
Nov 28 14:05:13 archlinux suspend[3346]: nvidia-suspend.service
Nov 28 14:05:13 archlinux logger[3346]: <13>Nov 28 14:05:13 suspend: nvidia-suspend.service
Nov 28 14:05:13 archlinux wpa_supplicant[788]: wlan0: CTRL-EVENT-DSCP-POLICY clear_all
Nov 28 14:05:13 archlinux wpa_supplicant[788]: wlan0: CTRL-EVENT-DSCP-POLICY clear_all
Nov 28 14:05:13 archlinux wpa_supplicant[788]: nl80211: deinit ifname=wlan0 disabled_11b_rates=0
Nov 28 14:05:14 archlinux bluetoothd[697]: Endpoint unregistered: sender=:1.99 path=/MediaEndpoint/A2DPSource/ldac
Nov 28 14:05:14 archlinux bluetoothd[697]: Endpoint unregistered: sender=:1.99 path=/MediaEndpoint/A2DPSink/aptx_hd
Nov 28 14:05:14 archlinux bluetoothd[697]: Endpoint unregistered: sender=:1.99 path=/MediaEndpoint/A2DPSource/aptx_hd
Nov 28 14:05:14 archlinux bluetoothd[697]: Endpoint unregistered: sender=:1.99 path=/MediaEndpoint/A2DPSink/aptx
Nov 28 14:05:14 archlinux bluetoothd[697]: Endpoint unregistered: sender=:1.99 path=/MediaEndpoint/A2DPSource/aptx
Nov 28 14:05:14 archlinux bluetoothd[697]: Endpoint unregistered: sender=:1.99 path=/MediaEndpoint/A2DPSink/aac
Nov 28 14:05:14 archlinux bluetoothd[697]: Endpoint unregistered: sender=:1.99 path=/MediaEndpoint/A2DPSource/aac
Nov 28 14:05:14 archlinux bluetoothd[697]: Endpoint unregistered: sender=:1.99 path=/MediaEndpoint/A2DPSink/opus_g
Nov 28 14:05:14 archlinux bluetoothd[697]: Endpoint unregistered: sender=:1.99 path=/MediaEndpoint/A2DPSource/opus_g
Nov 28 14:05:14 archlinux bluetoothd[697]: Endpoint unregistered: sender=:1.99 path=/MediaEndpoint/A2DPSink/sbc
Nov 28 14:05:14 archlinux bluetoothd[697]: Endpoint unregistered: sender=:1.99 path=/MediaEndpoint/A2DPSource/sbc
Nov 28 14:05:14 archlinux bluetoothd[697]: Endpoint unregistered: sender=:1.99 path=/MediaEndpoint/A2DPSource/aptx_ll_1
Nov 28 14:05:14 archlinux bluetoothd[697]: Endpoint unregistered: sender=:1.99 path=/MediaEndpoint/A2DPSource/aptx_ll_0
Nov 28 14:05:14 archlinux bluetoothd[697]: Endpoint unregistered: sender=:1.99 path=/MediaEndpoint/A2DPSource/aptx_ll_duplex_1
Nov 28 14:05:14 archlinux bluetoothd[697]: Endpoint unregistered: sender=:1.99 path=/MediaEndpoint/A2DPSource/aptx_ll_duplex_0
Nov 28 14:05:14 archlinux bluetoothd[697]: Endpoint unregistered: sender=:1.99 path=/MediaEndpoint/A2DPSource/faststream
Nov 28 14:05:14 archlinux bluetoothd[697]: Endpoint unregistered: sender=:1.99 path=/MediaEndpoint/A2DPSource/faststream_duplex
Nov 28 14:05:14 archlinux bluetoothd[697]: Endpoint unregistered: sender=:1.99 path=/MediaEndpoint/A2DPSink/opus_05
Nov 28 14:05:14 archlinux bluetoothd[697]: Endpoint unregistered: sender=:1.99 path=/MediaEndpoint/A2DPSource/opus_05
Nov 28 14:05:14 archlinux bluetoothd[697]: Endpoint unregistered: sender=:1.99 path=/MediaEndpoint/A2DPSink/opus_05_duplex
Nov 28 14:05:14 archlinux bluetoothd[697]: Endpoint unregistered: sender=:1.99 path=/MediaEndpoint/A2DPSource/opus_05_duplex
Nov 28 14:05:14 archlinux kded6[1116]: No object for name "alsa_input.pci-0000_74_00.6.analog-stereo"
Nov 28 14:05:14 archlinux plasmashell[1164]: No object for name "alsa_input.pci-0000_74_00.6.analog-stereo"
Nov 28 14:05:14 archlinux plasmashell[1164]: qrc:/qt/qml/plasma/applet/org/kde/plasma/volume/main.qml:101: TypeError: Cannot read property 'description' of undefined
Nov 28 14:05:14 archlinux kded6[1116]: No object for name "alsa_output.pci-0000_74_00.6.analog-stereo"
Nov 28 14:05:14 archlinux kded6[1116]: No object for name "alsa_input.pci-0000_74_00.6.analog-stereo"
Nov 28 14:05:14 archlinux kded6[1116]: No object for name "@DEFAULT_SINK@"
Nov 28 14:05:14 archlinux kded6[1116]: No object for name "@DEFAULT_SOURCE@"
Nov 28 14:05:14 archlinux kded6[1116]: No object for name "@DEFAULT_SINK@"
Nov 28 14:05:14 archlinux kded6[1116]: No object for name "@DEFAULT_SOURCE@"
Nov 28 14:05:14 archlinux plasmashell[1164]: No object for name "alsa_output.pci-0000_74_00.6.analog-stereo"
Nov 28 14:05:14 archlinux plasmashell[1164]: No object for name "alsa_input.pci-0000_74_00.6.analog-stereo"
Nov 28 14:05:14 archlinux plasmashell[1164]: qrc:/qt/qml/plasma/applet/org/kde/plasma/volume/main.qml:101: TypeError: Cannot read property 'description' of undefined
Nov 28 14:05:14 archlinux plasmashell[1164]: No object for name "@DEFAULT_SINK@"
Nov 28 14:05:14 archlinux plasmashell[1164]: No object for name "@DEFAULT_SOURCE@"
Nov 28 14:05:14 archlinux plasmashell[1164]: No object for name "@DEFAULT_SINK@"
Nov 28 14:05:14 archlinux plasmashell[1164]: No object for name "@DEFAULT_SOURCE@"
Nov 28 14:05:14 archlinux plasmashell[1164]: No object for name "auto_null.monitor"
Nov 28 14:05:14 archlinux kded6[1116]: No object for name "auto_null.monitor"
Nov 28 14:05:14 archlinux kwin_wayland_wrapper[1039]: Key repeat discarded, Wayland compositor doesn't seem to be processing events fast enough!
Nov 28 14:05:14 archlinux kwin_wayland_wrapper[1039]: Key repeat discarded, Wayland compositor doesn't seem to be processing events fast enough!
Nov 28 14:05:14 archlinux kwin_wayland_wrapper[1039]: Key repeat discarded, Wayland compositor doesn't seem to be processing events fast enough!
Nov 28 14:05:14 archlinux kwin_wayland_wrapper[1039]: Key repeat discarded, Wayland compositor doesn't seem to be processing events fast enough!
Nov 28 14:05:14 archlinux kwin_wayland_wrapper[1039]: Key repeat discarded, Wayland compositor doesn't seem to be processing events fast enough!
Nov 28 14:05:14 archlinux kwin_wayland_wrapper[1039]: Key repeat discarded, Wayland compositor doesn't seem to be processing events fast enough!
Nov 28 14:05:14 archlinux rtkit-daemon[1020]: Supervising 8 threads of 5 processes of 1 users.
Nov 28 14:05:14 archlinux rtkit-daemon[1020]: Supervising 8 threads of 5 processes of 1 users.
Nov 28 14:05:15 archlinux systemd[1]: nvidia-suspend.service: Deactivated successfully.
Nov 28 14:05:15 archlinux systemd[1]: Finished NVIDIA system suspend actions.
Nov 28 14:05:15 archlinux systemd[1]: nvidia-suspend.service: Consumed 1.141s CPU time, 31.2M memory peak.
Nov 28 14:05:15 archlinux systemd[1]: Starting System Suspend...
Nov 28 14:05:15 archlinux systemd-sleep[3451]: User sessions remain unfrozen on explicit request ($SYSTEMD_SLEEP_FREEZE_USER_SESSIONS=0).
Nov 28 14:05:15 archlinux systemd-sleep[3451]: This is not recommended, and might result in unexpected behavior, particularly
Nov 28 14:05:15 archlinux systemd-sleep[3451]: in suspend-then-hibernate operations or setups with encrypted home directories.
Nov 28 14:05:15 archlinux systemd-sleep[3451]: Performing sleep operation 'suspend'...
Nov 28 14:05:15 archlinux kernel: PM: suspend entry (s2idle)Last edited by radon (Today 08:46:05)
Offline
Edit: sorry, missed your follow-up post. Hold on…
yeah it does fixes the main issue.
\o/
Please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.
Is there something else should I do?
keep an eye on the situation and look out for BIOS updates (as those might bring fixes to the overly-aggressive PBO configuration of the board)
If the problem re-emerges, feel free to re-open the thread.
Last edited by seth (Today 08:57:10)
Offline
Alright Thanks you buddy,
Solved the problem, have a good day.
Anyone after the discussion here is the solution :
Just install corectrl, and make it autostart on boot.
Offline