From e6767e9a28617f6569f1dec82200ec51b7761e10 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Fri, 8 Jan 2021 08:46:53 +0100 Subject: [PATCH] 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 --- pitti-desktop.yaml | 1 + pitti-post.sh | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/pitti-desktop.yaml b/pitti-desktop.yaml index 5ce1473..14ed529 100644 --- a/pitti-desktop.yaml +++ b/pitti-desktop.yaml @@ -26,6 +26,7 @@ packages: - sane-backends-drivers-scanners - powertop - iwd + - wpa_supplicant - udisks2-lvm2 - opensc # basic system diff --git a/pitti-post.sh b/pitti-post.sh index a5441e5..f68fee3 100755 --- a/pitti-post.sh +++ b/pitti-post.sh @@ -13,9 +13,9 @@ cat < /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)