2020-02-03 20:15:35 +01:00
|
|
|
# iwd is replacement for wpa_supplicant by Intel
|
|
|
|
|
|
|
|
# Important!
|
|
|
|
# systemctl disable --now wpa_supplicant
|
|
|
|
# systemctl mask wpa_supplicant
|
2020-02-03 20:40:11 +01:00
|
|
|
# systemctl enable --now iwd
|
2020-02-03 20:15:35 +01:00
|
|
|
# systemctl restart NetworkManager
|
|
|
|
|
|
|
|
[device]
|
|
|
|
wifi.backend=iwd
|
2024-08-11 07:50:10 +02:00
|
|
|
# Leave autoconnection logic and all for NetworkManager. Without this I seem
|
|
|
|
# to not have fallback to other connections if the highest priority fails on
|
|
|
|
# ThinkPad T470 aka Lumina.
|
2024-08-11 07:31:45 +02:00
|
|
|
#wifi.iwd.autoconnect=true
|
|
|
|
wifi.iwd.autoconnect=false
|
2024-05-09 08:21:21 +02:00
|
|
|
# vim: filetype=NetworkManager.conf
|