It takes a long time to establish a WiFi connection [Video added]

Well it’s just another option to try. :man_shrugging:

2 Likes

:partying_face:

Just to update you.
I had a similar issue, after boot it takes so long till I manually disconnect and connect.

This worked for me perfectly. (rebooted 2 times before reporting this)
Thank you.
Amazing forum and distro.

1 Like

Without the conf file RickLinux mentioned, just in case, linuxlife’s solution of disabling wpa_supplicant, masking it, enabling iwd and restarting NM, left the wifi dead. After reboot, it works. I had to connect for the first time to the network with the password, and it connected almost instantly.
Thank you, wifi guru. :grin:


Edit: I want to make an addition for other linux noobs like me.
You can check first, just for sanity and to be sure if you’re like me, what you have installed. You can:

Open the terminal (Ctrl + Alt + T) and do

pacman -Ss wpa_supplicant

Then you can do

pacman -Ss iwd

This is a great newbie tool to “explore” repos and such (hopefully I’m not speaking incorrect things) as both pacman and yay will give you, if found, results of whatever you’re looking for.
Example:

pacman -Ss discord

Here’s a screenshot of what it looks like for me!

Going back to the topic at hand, you can then check what is active or not as other people mentioned with the

$ systemctl status (name of the thing you’re checking)

– in this case wpa_supplicant and iwd

After that, you can proceed trying linuxlife’s solution on disabling wpa_supplicant and leaving iwd enabled.
Cheers!

1 Like

Hi, I was also facing issue wifi. More specifically, I wasn’t able to connect to my 5GHz band, it was like getting timed out without any notification. I tried in other distros like fedora, RHEL 9, Manjaro and all those places it was working. I suspect I am having this problem after updating last month or maybe 2nd last month, before that it was working in EOS.
So, I just installed networkmanager-iwd package which eventually replace networkmanager as a conflict and now I can connect to my 5GHz band. Thanks a ton @jruschme!!

2 Likes