Skip to content

WIFI

Prepare WIFI connection

Soemtimes you have to add a WIFI connection before the WIFI is available or in reach.

To add a WIFI configuration to a Raspberry running at least Bookworm, use

1sudo nmcli radio wifi on
2sudo nmcli dev wifi connect <wifi-ssid> password "<network-password>"

Source: https://forums.raspberrypi.com/viewtopic.php?t=360175

asd