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:
parent
e014da3b3d
commit
2e9e416b50
2 changed files with 3 additions and 2 deletions
|
@ -26,6 +26,7 @@ packages:
|
|||
- sane-backends-drivers-scanners
|
||||
- powertop
|
||||
- iwd
|
||||
- wpa_supplicant
|
||||
- udisks2-lvm2
|
||||
- opensc
|
||||
# basic system
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue