You are not logged in.
Hi
I'm using NetworkManager, randomly my wifi stop working. When I try to disconnect and reconnect (to the same or different network) using KDE client I got error.
In logs I can see
iwlwifi 0000:00:14.3: Not associated and the session protection is over already...
I've seen this thread https://bbs.archlinux.org/viewtopic.php?id=301428
But provided solution doesn't work form me
I've also tried solution 7.4.2 from arch wiki page https://wiki.archlinux.org/title/Networ … ss#iwlwifi but problem haven't been solved
Last edited by lkmarch (2025-01-18 10:49:43)
Offline
Check for conflicting networking services with seth's handy one-liner:
find /etc/systemd -type l -exec test -f {} \; -print | awk -F'/' '{ printf ("%-40s | %s\n", $(NF-0), $(NF-1)) }' | sort -f
Only NM should be enabled, wpa_supplicant & iwd will be called by NM and so should not be explicitly enabled.
Para todos todo, para nosotros nada
Offline
bluetooth.service | bluetooth.target.wants
clamav-daemon.service | multi-user.target.wants
clamav-daemon.socket | sockets.target.wants
clamav-freshclam.service | multi-user.target.wants
cups.path | multi-user.target.wants
cups.service | printer.target.wants
cups.socket | sockets.target.wants
dbus-org.bluez.service | system
dbus-org.freedesktop.nm-dispatcher.service | system
display-manager.service | system
docker.service | multi-user.target.wants
gcr-ssh-agent.socket | sockets.target.wants
getty@tty1.service | getty.target.wants
NetworkManager.service | multi-user.target.wants
NetworkManager-wait-online.service | network-online.target.wants
nvidia-hibernate.service | systemd-hibernate.service.wants
nvidia-resume.service | systemd-hibernate.service.wants
nvidia-resume.service | systemd-suspend.service.wants
nvidia-suspend.service | systemd-suspend.service.wants
p11-kit-server.socket | sockets.target.wants
pipewire-media-session.service | pipewire.service.wants
pipewire-session-manager.service | user
pipewire.socket | sockets.target.wants
pulseaudio.socket | sockets.target.wants
remote-fs.target | multi-user.target.wants
xdg-user-dirs-update.service | default.target.wants
I don't have wpa_supplicant and iwd enabled
Offline
Try disabling NM's MAC randomisation "feature". That can upset some routers.
Para todos todo, para nosotros nada
Offline
Unrelated but
pulseaudio.socket | sockets.target.wants
https://archlinux.org/packages/extra/x8 … ire-pulse/
If it's not the MAC randomization, please post your complete system journal for the boot:
sudo journalctl -b | curl -F 'file=@-' 0x0.st
The isolated message there indicates "doesn't work" but nowhere near can tell "why"
Offline
Solved
I've disabled mac address randomization https://wiki.archlinux.org/title/Networ … domization
Offline