Slate AX Wireless Section inaccessible "Unknown error occurred" since updating

Hello, not sure if it's related to the update, but I can no longer access the Wireless menu of my router. It says "Unknown error occurred. Please check the Network environment or reboot device" Rebooting doesn't work. How do I fix it? version is: 4.6.4

Thanks for your feedback.

Please try to execute these commands in the SSH:


uci set wireless.default_radio0.ifname='wlan1'
uci set wireless.default_radio1.ifname='wlan0'
uci set wireless.guest5g.ifname='wlan1-1'
uci set wireless.guest2g.ifname='wlan0-1'
uci commit wireless
reboot
1 Like

That worked. Thanks.

I have the same problem when trying to access Wireless section.

Where do I go and what do I click to execute those commands?

you have to go into your windows laptop cmd.exe and type: ssh.exe root@192.168.8.1 then password then do the commands above

1 Like

@guestgulkan

Thank you very much. It worked.

Now I know little bit about SSH.

thanks it works for me too

This worked for me too, thanks.