WiFi stops connecting after apt upgrade
On the stock image an upgrade can leave WiFi dead; switching the backend to dhcpcd in raspi-config, or copying wpa_supplicant.conf to /boot, brings it back.
What it takes
- Config change
Difficulty 1 of 3 — easy.
Details
Hawanna's 2023 thread collected the fixes for the stock Raspberry Pi OS-based image: the OP moved to systemd-networkd, Michael_Wolf copied /etc/wpa_supplicant/wpa_supplicant.conf to /boot, and the answer most people confirmed is sudo raspi-config → Advanced Options → Network Config → dhcpcd, then reboot. WPA3/PMF networks were another suspect; testing on a WPA2-only SSID rules that out. network-manager-gnome gives a tray applet if you stay on NetworkManager.
Rex's images handle WiFi differently (antenna preset, current NetworkManager), so this applies to ClockworkOS-era installs. For weak signal rather than no connection, see the Connectivity entries on the external antenna.





