Last week I switched my pinebook pro from stable to testing in hopes that one of the packages was updated and would work better. However I lost wifi access. I can see my access points, but I cannot connect to it. I’m not sure if I should switch back to stable, or try unstable, or if a reinstall of the OS is needed…
When I enter my wifi password I see the following logs with journalctl -f if that helps anyone figure out what might be wrong.
Jun 07 08:42:11 gird wpa_supplicant[686]: wlan0: Trying to associate with SSID 'Miller Wifi'
Jun 07 08:42:11 gird NetworkManager[633]: <info> [1749303731.6065] device (wlan0): supplicant interface state: scanning -> associating
Jun 07 08:42:11 gird NetworkManager[633]: <info> [1749303731.6067] device (p2p-dev-wlan0): supplicant management interface state: scanning -> associating
Jun 07 08:42:11 gird wpa_supplicant[686]: wlan0: Associated with 00:11:32:cb:4b:7d
Jun 07 08:42:11 gird wpa_supplicant[686]: wlan0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Jun 07 08:42:11 gird systemd-networkd[451]: wlan0: Connected WiFi access point: Miller Wifi (00:11:32:cb:4b:7d)
Jun 07 08:42:11 gird wpa_supplicant[686]: wlan0: CTRL-EVENT-REGDOM-CHANGE init=COUNTRY_IE type=COUNTRY alpha2=US
Jun 07 08:42:11 gird wpa_supplicant[686]: wlan0: CTRL-EVENT-REGDOM-CHANGE init=COUNTRY_IE type=COUNTRY alpha2=US
Jun 07 08:42:11 gird NetworkManager[633]: <info> [1749303731.7305] device (wlan0): supplicant interface state: associating -> associated
Jun 07 08:42:11 gird NetworkManager[633]: <info> [1749303731.7308] device (p2p-dev-wlan0): supplicant management interface state: associating -> associated
Jun 07 08:42:21 gird wpa_supplicant[686]: wlan0: Authentication with 00:11:32:cb:4b:7d timed out.
Jun 07 08:42:21 gird wpa_supplicant[686]: wlan0: Added BSSID 00:11:32:cb:4b:7d into ignore list, ignoring for 10 seconds
Jun 07 08:42:21 gird wpa_supplicant[686]: nl80211: send_event_marker failed: Source based routing not supported
Jun 07 08:42:21 gird wpa_supplicant[686]: wlan0: CTRL-EVENT-DISCONNECTED bssid=00:11:32:cb:4b:7d reason=3 locally_generated=1
Jun 07 08:42:21 gird wpa_supplicant[686]: wlan0: BSSID 00:11:32:cb:4b:7d ignore list count incremented to 2, ignoring for 10 seconds
Jun 07 08:42:21 gird wpa_supplicant[686]: wlan0: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="Miller Wifi" auth_failures=1 duration=10 reason=CONN_FAILED
Jun 07 08:42:21 gird wpa_supplicant[686]: wlan0: CTRL-EVENT-DSCP-POLICY clear_all
Jun 07 08:42:21 gird wpa_supplicant[686]: wlan0: CTRL-EVENT-REGDOM-CHANGE init=CORE type=WORLD
Jun 07 08:42:21 gird NetworkManager[633]: <info> [1749303741.7384] device (wlan0): supplicant interface state: associated -> disconnected
Jun 07 08:42:21 gird NetworkManager[633]: <info> [1749303741.7386] device (p2p-dev-wlan0): supplicant management interface state: associated -> disconnected
Jun 07 08:42:21 gird NetworkManager[633]: <info> [1749303741.8335] device (wlan0): supplicant interface state: disconnected -> scanning
Jun 07 08:42:21 gird NetworkManager[633]: <info> [1749303741.8337] device (p2p-dev-wlan0): supplicant management interface state: disconnected -> scanning
Mod edit:- Placed command output within a preformatted text box. No charge. In future, you are expected to do this yourself for all code or command output.