You are not logged in.
I'm not sure what it was, whether a connection of messing around trying to get tethering to work & breaking it or a software update gone wrong, but my wifi refuses to connect to any wifi and just constantly prompts for the password. Perhaps related, when I remove a wifi from my list of previously associated, it throws up a permission error.
I've previously connected succesfully to this router. I can connect to an unprotected network. Unclear if it's this router or protected networks in general.
My wifi is the one built into my Dell Inspiron Precision 5550 (comet lake wifi I think). lspci returns
00:14.3 Network controller: Intel Corporation Comet Lake PCH CNVi WiFi
The driver is iwlwifi
I'm on KDE / Plasma w/ NetworkManager. journalctl doesn't seem to have anything wifi related (i.e. when I try repeatedly to connect there's nothing new).
I do have gnome-keyring installed but I think it's always been even when the wifi was working.
Last edited by vlovich (2023-05-05 21:25:42)
Offline
Log the connection attempt:
https://wiki.archlinux.org/title/Wpa_su … n_failures
You can increase verbosity up to '-ddd' if necessary.
sys2064
Offline
NM is actually very chatty and wets wpa_supplicant to debug as well, so I'd first simply look into the system journal.
Offline
Interesting. So what I did was completely remove all references to my AP in NetworkManager UI and then deleted it explicitly via sudo rm /etc/NetworkManager/system-connections/<AP>.nmconnection.
Now it started to work. Something got screwed up in NetworkManager's state it looks like.
Offline