Move back from iwd to wpa_supplicant

iwd has a really strange behaviour of randomly interrupting the wifi
connection:

    Received Deauthentication event, reason: 4, from_ap: false

This also interrupts VPN. This does not happen with wpasupplicant.

https://bugzilla.redhat.com/show_bug.cgi?id=1915641
This commit is contained in:
Martin Pitt 2021-01-08 08:46:53 +01:00
parent e014da3b3d
commit 2e9e416b50
2 changed files with 3 additions and 2 deletions

View File

@ -26,6 +26,7 @@ packages:
- sane-backends-drivers-scanners
- powertop
- iwd
- wpa_supplicant
- udisks2-lvm2
- opensc
# basic system

View File

@ -13,9 +13,9 @@ cat <<EOF > /usr/lib/NetworkManager/conf.d/local.conf
plugins=
[device]
wifi.backend=iwd
#wifi.backend=iwd
EOF
ln -sfn ../iwd.service /usr/lib/systemd/system/multi-user.target.wants/iwd.service
#ln -sfn ../iwd.service /usr/lib/systemd/system/multi-user.target.wants/iwd.service
ln -sfn /run/NetworkManager/resolv.conf /etc/resolv.conf
# set up PAM for systemd-homed (https://bugzilla.redhat.com/show_bug.cgi?id=1806949)