Update faq.md

Fixed some formatting
This commit is contained in:
arch1mede 2023-11-26 20:17:00 -08:00 committed by GitHub
parent 317db2e064
commit 088fc8d927
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -566,7 +566,7 @@ As a first step, we recommend carefully reading our documentation on [GitHub](ht
The second way is to use NetworkManager which is an alternitive but not recommended The second way is to use NetworkManager which is an alternitive but not recommended
```console ```
# rw # rw
# su - # su -
# pacman -S networkmanager # pacman -S networkmanager
@ -581,14 +581,14 @@ As a first step, we recommend carefully reading our documentation on [GitHub](ht
Here are some additional commands and caveats Here are some additional commands and caveats
```console ```
# nmcli device wifi list # nmcli device wifi list
``` ```
??? note "if you type nmcli and get the following error" ??? note "if you type nmcli and get the following error"
"nmcli (1.44.0) and NetworkManager (Unknown) versions don't match. Restarting NetworkManager is advised. Error: NetworkManager is not running." "nmcli (1.44.0) and NetworkManager (Unknown) versions don't match. Restarting NetworkManager is advised. Error: NetworkManager is not running."
```console ```
# systemctl list-unit-files --all #look for networkmanager, if its disabled, enable it and start the service # systemctl list-unit-files --all #look for networkmanager, if its disabled, enable it and start the service
# systemctl enable NetworkManager.service # systemctl enable NetworkManager.service
# systemctl start NetworkManager.service # systemctl start NetworkManager.service