From 378ea9d9cb97e8dd81af524d5af5d6b680f0d03e Mon Sep 17 00:00:00 2001 From: TristanAncelet Date: Tue, 9 Feb 2021 15:02:58 -0600 Subject: [PATCH] fixed link format in WCI --- WifiConnectivityIssues.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/WifiConnectivityIssues.md b/WifiConnectivityIssues.md index e037488..22f3802 100644 --- a/WifiConnectivityIssues.md +++ b/WifiConnectivityIssues.md @@ -20,7 +20,7 @@ This is an issue because without wpa_suppicant being the one holding the connect ## Process: -After some searching I found [this post](1) that details how to configure NetworkManager to use iwd as the wifi backend instead of wpa_supplicant. +After some searching I found [this post][1] that details how to configure NetworkManager to use iwd as the wifi backend instead of wpa_supplicant. The steps I had to take from here were: 1. Add this line of code into my NetworkManager.conf file. @@ -37,6 +37,7 @@ wifi.backend=iwd After doing this I have yet to happen upon this issue again (although it has only been a few hours). + ### Packages used: - [NetworkManager](https://wiki.archlinux.org/index.php/NetworkManager) - [wpa_supplicant](https://wiki.archlinux.org/index.php/wpa_supplicant)