update draft raspberry notes

main
Dominic Reich 10 months ago
parent 3946c3036d
commit f589851306
Signed by: dominic
GPG Key ID: BC9D6AE1A3BE169A

@ -21,6 +21,24 @@ draft: true
4GB version, if that information is of any use.
### No network after boot
Sometimes I make mistakes in my initial `wpa_supplicant.conf` file (that I'd place on
the boot partition of the new Raspberry Pi SDcard). Recently my `wpa_supplicant.conf`
file was totally messed up (a bracket too much I think).
So there is a quick way to connect to a WiFi network with the use of `nmcli` (NetworkManager).
~~~console
$ sudo nmcli device wifi connect [ssid] password [password]
~~~
You can view networks with (no need for _sudo_):
~~~console
$ nmcli device wifi list
~~~
## Raspberry Pi 3
## Raspberry Pi 2

Loading…
Cancel
Save