Openwrt newbie here. I've installed OpenWRT on a rpi 4 and the wifi is really not behaving. I can not bring up the wifi as an ap, nor a client. I've tried using Luci and CLI - I' m missing something basic and appreciate the guidance.
Actions taken:
- Download snapshot linked from rpi4 openwrt page
- Configure AP - not able to bring up radio
- Configure as client - not able to join
Notes:
- On my normal rpi AP, I just do a NAT and it works without much fuss
- I've seen some references to a firmware update being required. I've applied it and no change...
OpenWrt SNAPSHOT, r12230-5715b21f80
root@mdr-ap1:~# wifi status
{
"radio0": {
"up": false,
"pending": false,
"autostart": true,
"disabled": true,
"retry_setup_failed": false,
"config": {
"channel": "36",
"hwmode": "11a",
"path": "platform/soc/fe300000.mmcnr/mmc_host/mmc1/mmc1:0001/mmc1:0001:1",
"htmode": "VHT80",
"country": "US",
"disabled": true
},
"interfaces": [
]
}
}
Error Log for Client Mode:
Sun May 24 11:41:30 2020 kern.info kernel: [ 274.398038] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
Sun May 24 11:42:05 2020 daemon.notice netifd: radio0 (2134): command failed: No error information (-524)
Sun May 24 11:42:05 2020 daemon.notice netifd: radio0 (2134): command failed: I/O error (-5)
Sun May 24 11:42:05 2020 daemon.notice netifd: radio0 (2134): command failed: I/O error (-5)
Sun May 24 11:42:05 2020 daemon.notice netifd: radio0 (2134): command failed: Too many open files in system (-23)
Sun May 24 11:42:06 2020 daemon.notice netifd: radio0 (2134): command failed: Too many open files in system (-23)
Sun May 24 11:42:06 2020 user.notice root: ip link set dev wlan0 up
Sun May 24 11:42:06 2020 kern.info kernel: [ 309.973925] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
Sun May 24 11:42:36 2020 daemon.notice netifd: radio0 (2134): Command failed: Request timed out
Sun May 24 11:42:36 2020 daemon.notice netifd: radio0 (2134): Command failed: Not found
Sun May 24 11:42:36 2020 daemon.notice netifd: radio0 (2134): Interface 0 setup failed: WPA_SUPPLICANT_FAILED
Sun May 24 11:42:36 2020 daemon.notice netifd: radio0 (2134): WARNING (wireless_add_process): executable path /usr/sbin/wpad does not match process path (/proc/exe)
Sun May 24 11:42:36 2020 daemon.notice netifd: radio0 (2134): Command failed: Invalid argument
Sun May 24 11:43:46 2020 daemon.notice netifd: radio0 (2784): Command failed: Not found
Sun May 24 11:43:47 2020 daemon.notice netifd: radio0 (2784): command failed: No error information (-524)