mongrel0
(Kaito Lumphun)
February 18, 2025, 9:38am
1
I’m having trouble connecting to my university’s Wi-Fi on Fedora 41. After entering my credentials and connecting, I keep getting an “Authentication Required” pop-up repeatedly. I don’t have any issues connecting to my home Wi-Fi or my phone’s hotspot, so the problem seems specific to the university network.
Here’s what I’ve tried so far:
Removed pkcs11-provider
sudo dnf remove pkcs11-provider
Change crypto privacy
sudo update-crypto-policies --set LEGACY
vgaetera
(Vladislav Grigoryev)
February 18, 2025, 9:45am
2
Try connecting while collecting the log:
journalctl --no-hostname -f
See also:
Can't connect to main network mesh. Fedora 41 - KDE Plasma - #7 by vgaetera
1 Like
mongrel0
(Kaito Lumphun)
February 18, 2025, 12:02pm
3
wpa_supplicant[1331]: wlp0s20f3: CTRL-EVENT-EAP-STARTED EAP authentication started
wpa_supplicant[1331]: wlp0s20f3: CTRL-EVENT-EAP-PROPOSED-METHOD vendor=0 method=26 -> NAK
wpa_supplicant[1331]: wlp0s20f3: CTRL-EVENT-EAP-FAILURE EAP authentication failed
wpa_supplicant[1331]: wlp0s20f3: CTRL-EVENT-DISCONNECTED bssid=04:5f:b9:e5:74:68 reason=1
wpa_supplicant[1331]: wlp0s20f3: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="@myUniNetwork" auth_failures=2 duration=26 reason=AUTH_FAILED
wpa_supplicant[1331]: wlp0s20f3: CTRL-EVENT-DISCONNECTED bssid=04:5f:b9:e5:74:68 reason=1
wpa_supplicant[1331]: wlp0s20f3: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="@myUniNetwork" auth_failures=2 duration=26 reason=AUTH_FAILED
NetworkManager[1257]: <warn> [1739878907.4685] device (wlp0s20f3): Activation: (wifi) asking for new secrets
thanks i fix it by changing TTLS to PEAP
1 Like