I recently purchased a Raspberry Pi 5 and installed Openwrt 24.10.5 on a micro SD card. Openwrt boots fine and I am able to connect through Luci using the Ethernet port. I cannot connect to any WiFi network to use as a wwan. The country code shows as properly set to US. This was observed via Luci. I can see all available 5GHz and 2.4GHz networks, but Openwrt does not connect to any of them.
When looking at the country code through “iw reg get” on SSH, noticed that the global country code is set to US, but the phy#0 country code is 99, or not set. The instructions on the Pi Openwrt page said to use Raspberry Pi OS to set the country code and then reboot with Openwrt. I loaded Raspberry Pi OS onto a stick and booted. Set the country code using “iw reg set US”. Then, with nmtui on SSH, successfully connected to the identidl 5GHz network attempted with Openwrt.
Rebooted the Pi with the Openwrt SD card. Still no joy connecting to a WiFi network, to include the 5GHz network that connected with Raspberry Pi Os.
Thoughts?