Enable Wifi

Hello,
How do I enable WiFi on an existing install of PiAware on a a Pi4.
Thanks,
Larry

sudo raspi-config

https://www.raspberrypi.com/documentation/computers/configuration.html#raspi-config

Thank you Lawrence, way too easy. :grinning:

1 Like

If you’re using a PiAware image and you’re switching from wired ethernet to wifi, don’t forget to edit the settings in /boot/piaware-config.txt to include the wifi network data (and optionally disable the wired network). See the options for

wired-network	yes or no
wireless-network	yes or no

and the related options, such as wireless-ssid and wireless-password

1 Like