You are not logged in.
Is this intended? iwd can provide the same functionality now, and since that works fine for my use cases, I'd love to get rid of wpa_supplicant for good.
Offline
Does networkmanager still work if you remove wpa_supplicant? Maybe the wpa_cupplicant glue is not modular enough yet.
| alias CUTF='LANG=en_XX.UTF-8@POSIX ' |
Offline
I guess wpa_supplicant and iwd first would have to provide a common dependecy ("wifi-cable" or such) since NM seems to hard-depend on the functionality, ie. one of them has to be installed, so they cannot be both optional.
Offline
Would have thought NetworkManager would reach here without either https://github.com/NetworkManager/Netwo … ory.c#L126
Offline
From my personal testing NetworkManager has no problem running when you remove wpa_supplicant. You do however have to set it to use iwd otherwise it will not do any wifi whatsoever (i.o.w., it does not seem to auto-detect the backend)
cat /etc/NetworkManager/conf.d/iwd.conf
[device]
wifi.backend=iwd
That said, iwd itself is not working for me yet, even without NetworkManager.
Last edited by Omar007 (2018-07-11 17:15:07)
Offline