openwrt newbie here. I've installed OpenWRT on a rpi 4 and I can not bring up the wifi as an ap. Unfortunately "it's not working" and I'm unclear of how this should be debugged.
Actions taken:
- Configure AP
- Try to see the SSID from another device
Notes:
- On my normal rpi AP, I just do a NAT and it works without much fuss
- On this device, I can't see any obvious errors...
- I've seen some references to a firmware update being required. I've applied it and no change...
root@mdr-ap1:~# cat /etc/config/wireless
config wifi-device 'radio0'
option type 'mac80211'
option channel '36'
option hwmode '11a'
option path 'platform/soc/fe300000.mmcnr/mmc_host/mmc1/mmc1:0001/mmc1:0001:1'
option htmode 'VHT80'
option country 'US'
option disabled '1'
config wifi-iface 'wifinet0'
option device 'radio0'
option mode 'ap'
option ssid 'OpenWrt1'
option encryption 'none'
option network 'lan'
option disabled '1'