Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 5035

Troubleshooting • Re: Headless Raspberry Pi 4B WAN change

$
0
0
I found adding a name to each network and indentation helps:

Code:

network={    ssid="AniDGreat_5g"    psk="XXXXX"    key_mgmt=WPA-PSK    priority=90    id_str="new"}network={    ssid="Partha allience"    psk="XXXXX"    key_mgmt=WPA-PSK    priority=80    id_str="old"}
The indentation was a quirk from Stretch - I indented and a connection worked - zero idea why.

I've seen issues where the preferred network is on 5GHz and the 'sticky' on 2.4GHz - never found a decent solution other than a script that checks if both are available and switches.

Statistics: Posted by MiscBits — Sat Jul 13, 2024 9:57 am



Viewing all articles
Browse latest Browse all 5035

Trending Articles