We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
iwd
1 parent bd1c898 commit f40e5cbCopy full SHA for f40e5cb
Operating Systems/Arch Linux/Contents/System Installation.md
@@ -342,9 +342,17 @@ And uncomment the following line to allow members of the group `wheel` to execut
342
343
### Enable Networking-Related Services
344
345
+First, enable the `NetworkManager` service.
346
+
347
```bash
348
systemctl enable NetworkManager.service
-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
356
```
357
358
#### Enable Wireless Network Interface
0 commit comments