Hi,
OpenWRT working OK on my Cisco Meraki MR16, apart from the 5GHz Wireless AP as below:
On interfaces, It says "Connected: no". The 2.4GHz says YES and works OK. Tried a few other config settings, but cannot get it to work.
Info:
Architecture: Atheros AR7161 rev 2
OpenWrt 23.05.0 r23497-6637af95aa / LuCI openwrt-23.05 branch git-23.236.53405-fc638c8
Any help will be great thanks.
OK, figured it out with debug below. Had to set channel of 5 GHz to "auto", and sorted:
Fri Jan 5 09:06:34 2024 daemon.warn hostapd: phy1-ap0: IEEE 802.11 Hardware does not support configured channel
Fri Jan 5 09:06:34 2024 daemon.err hostapd: Could not select hw_mode and channel. (-3)
Fri Jan 5 09:06:34 2024 daemon.notice hostapd: phy1-ap0: interface state UNINITIALIZED->DISABLED
Fri Jan 5 09:06:34 2024 daemon.notice hostapd: phy1-ap0: AP-DISABLED
Fri Jan 5 09:06:34 2024 daemon.err hostapd: phy1-ap0: Unable to setup interface.
Fri Jan 5 09:06:34 2024 daemon.notice hostapd: nl80211: deinit ifname=phy1-ap0 disabled_11b_rates=0
Fri Jan 5 09:06:34 2024 kern.info kernel: [ 46.429775] br-lan: port 3(phy1-ap0) entered disabled state
1 Like