Skip to content

Commit f40e5cb

Browse files
committed
fix(arch): let NetworkManager use iwd
Read more [here](https://wiki.archlinux.org/title/NetworkManager#Using_iwd_as_the_Wi-Fi_backend). Signed-off-by: chris1320 <chris1320is@protonmail.com>
1 parent bd1c898 commit f40e5cb

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

Operating Systems/Arch Linux/Contents/System Installation.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,9 +342,17 @@ And uncomment the following line to allow members of the group `wheel` to execut
342342

343343
### Enable Networking-Related Services
344344

345+
First, enable the `NetworkManager` service.
346+
345347
```bash
346348
systemctl enable NetworkManager.service
347-
systemctl enable iwd.service
349+
```
350+
351+
Then, create or edit `/etc/NetworkManager/conf.d/wifi_backend.conf` and insert the following configuration:
352+
353+
```toml
354+
[device]
355+
wifi.backend=iwd
348356
```
349357

350358
#### Enable Wireless Network Interface

0 commit comments

Comments
 (0)