Hi, I have been running void for half a year now and all is great, except for the issue with internet connection. It happens when I try to connect to institutional wifi.
The NM applet shows "Configuring interface" and after a while a password-demanding pop-up shows up. After entering my password (The correct one, I`ve checked) the cycle repeats.
I use kde with NetworkManager.
This is my NM config file:
[main]
plugins=keyfile
#,ifupdown
# [ifupdown]
# managed=false
[device]
wifi.scan-rand-mac-address=no
wifi.backend=wpa_supplicant
# wifi.backend=iwd
These are the logs that precede the inevitable disconnect/password pop-up:
NetworkManager[1188]: <info> [1788260270.8272] device (wlp3s0): supplicant interface state: disconnected -> authenticating
NetworkManager[1188]: <info> [1788260270.8273] device (p2p-dev-wlp3s0): supplicant management interface state: disconnected -> authenticating
NetworkManager[1188]: <info> [1788260270.8651] device (wlp3s0): supplicant interface state: authenticating -> associating
NetworkManager[1188]: <info> [1788260270.8652] device (p2p-dev-wlp3s0): supplicant management interface state: authenticating -> associating
NetworkManager[1188]: <info> [1788260270.9685] device (wlp3s0): supplicant interface state: associating -> associated
NetworkManager[1188]: <info> [1788260270.9686] device (p2p-dev-wlp3s0): supplicant management interface state: associating -> associated
NetworkManager[1188]: <warn> [1788260295.8480] device (wlp3s0): Activation: (wifi) association took too long
NetworkManager[1188]: <info> [1788260295.8480] device (wlp3s0): state change: config -> need-auth (reason 'none', managed-type: 'full')
NetworkManager[1188]: <warn> [1788260295.8484] device (wlp3s0): Activation: (wifi) asking for new secrets
NetworkManager[1188]: <info> [1788260295.9028] device (wlp3s0): supplicant interface state: associated -> disconnected
NetworkManager[1188]: <info> [1788260295.9029] device (p2p-dev-wlp3s0): supplicant management interface state: associated -> disconnected
I have tried the official python script for eduroam network, iwd. Both 'solutions' didn`t work.
This issue also existed on arch installation. Is there anything else I can try?
Is this issue a hardware one? If it is, what can I do?
If necessary, I can provide additional/full logs.
Thanks.