For some reason my new pi4 seems to be struggling with connecting the wifi. At one point I was able to connect very intermittently, but it was quite laggy through SSH, and now following a reinstall I'm not connecting at all. because of this i can't paste any output to here, but I can access the terminal directly. some findings so far:
wpa_supplicant.conf:
Code: Select all
country=GB
update_config=1
control_interface=/var/run/wpa_supplicant
network={
scan_ssid=1
ssid="mynetwork-2G"
psk="mypassword"
}
if i run
Code: Select all
iwlist wlan0 scan
i have no idea how to troubleshoot this. please help!
