duvel
August 25, 2024, 7:17pm
1
Hello,
My radio1 has stopped working. I'm not sure what happened. I've restarted it, even restarted the whole router. It will not come back up. If I hit "scan", it does browse and find networks. But aside from that, it doesn't work.
Any suggestions are welcome!
admon
August 25, 2024, 7:38pm
2
Could you please provide more information, see How to get support quickly
Firmware version and a screenshot of the Wi-Fi settings from the GL GUI would be needed.
duvel
August 26, 2024, 12:12am
3
Did that screenshot not come through?
Anyway, the firmware is v4.6.2
admon
August 26, 2024, 4:31am
4
No, you posted a screenshot of LuCI but I would like to see a screenshot of the GL main GUI showing the Wi-Fi settings.
1 Like
duvel
August 27, 2024, 12:31am
5
Not sure if this is what you want.
admon
August 27, 2024, 5:11am
6
I can see that you have 3 tabs for "Wi-Fi", which isn't normal.
Did you modify your Wi-Fi using LuCI or SSH?
Dd you upgrade your firmware to beta or openwrt flavour with keeping settings?
duvel
August 27, 2024, 8:20pm
7
Yes, I did add those through Luci and the config files.
I did not upgrade my firmware to beta or OpenWRT.
I've created new WIFI in the past, and it never disabled a radio.
admon
August 27, 2024, 8:52pm
8
For getting support you should revert the changes you did and see if the Wi-Fi radio goes online again.
Maybe even resetting the router might be a good way to get it back working.
duvel
August 28, 2024, 11:54pm
9
Can you take a look at my config files?
I really need to keep the wifi access points I created.
bruce
August 29, 2024, 3:45am
10
If you manually add the new radio, please add the parameter in the new radio interface:
option ifname 'rax2'
‘raxn’, n≤3
Please post your config flies if still no luck:
cat /etc/config/wireless
1 Like
duvel
August 31, 2024, 9:26pm
11
I found the guest wireless interface that was attached to radio1 disabled '1'
, so I enabled it, this made no difference. It disappeared from the config file on it's own, so I tried adding it back. This disabled the other networks attached to radio0, so I removed it and they came back. Here is my wireless config file:
root@GL-AX1800:~# cat /etc/config/wireless
config wifi-device 'radio0'
option type 'mac80211'
option path 'platform/soc/c000000.wifi'
option band '5g'
option htmode 'HE80'
option country 'US'
option channel 'auto'
option hwmode '11a'
option cell_density '0'
option channels '36,40,44,48'
option random_bssid '1'
config wifi-device 'radio1'
option type 'mac80211'
option path 'platform/soc/c000000.wifi+1'
option band '2g'
option country 'US'
option channel 'auto'
option htmode 'HE40'
option cell_density '0'
config wifi-iface 'default_radio0'
option device 'radio0'
option mode 'ap'
option encryption 'psk2'
option wds '1'
option ifname 'wlan1'
option key '<REDACTED>'
option network 'Work5G'
option ssid 'GL-AX1800-Work5G'
option macaddr '<REDACTED>'
config wifi-iface 'guest2g'
option mode 'ap'
option ifname 'wlan0-1'
option encryption 'psk2'
option guest '1'
option wds '1'
option isolate '1'
option key '<REDACTED>'
option hidden '0'
option device 'radio0'
option network 'guest1'
option ssid 'GL-AX1800-5.0-Guest1'
option macaddr '<REDACTED>'
config wifi-iface 'wifinet2'
option ssid 'GL-AX1800-5.0-Guest2'
option encryption 'psk2'
option device 'radio0'
option mode 'ap'
option network 'guest2'
option key '<REDACTED>'
option macaddr '<REDACTED>'
bruce
September 2, 2024, 3:27am
12
This one radio is you manually added, please add option ifname 'rax2'
, and other parameters do not edit in the file, but can edit in the Luci or GL GUI.
Kindly refer this image I posted before:
duvel
September 2, 2024, 6:52pm
13
Just to be clear, ALL of the access points in the file were manually added. I'm only trying to bring back radio1
. radio0
is fine.
What does option ifname 'rax2'
do exactly?
bruce
September 4, 2024, 6:41am
14
It is not recommended to manually add the radio/interface in the wireless part.
Can try to add the radio in the Luci, finish/apply, and then go the SSH, find the manually added radio group, and add option ifname 'raxn'
(for 5GHz radio, 'n'≤3), option ifname 'ran'
(for 2.4GHz, 'n'≤3).
duvel:
option ifname 'wlan0-1'
ifname wrong, must 'raxn' or 'ran', such as the 2GHz is 'ra2'.
This group less the option ifname 'raxn', such as the 5GHz is option ifname 'rax2'
If the /etc/config/wireless
configuration rule/format is wrong or less, the radio will be unable to start and work.
duvel
September 7, 2024, 7:36pm
15
I re-created the 2.4 (radio1) guest network through LuCi, then added the option ifname 'ran'
to the wireless config file. The issue now is that there are 2 duplicate entries in the GL interface for the 2.4 guest network, and they seem to be the same network. I can't connect to it. I rebooted the router, this didn't help. I've tried ran, ra0, ra1, & ra2
. This did not help.
And here is my wireless config:
config wifi-device 'radio0'
option type 'mac80211'
option path 'platform/soc/c000000.wifi'
option band '5g'
option htmode 'HE80'
option country 'US'
option channel 'auto'
option hwmode '11a'
option cell_density '0'
option channels '36,40,44,48'
option random_bssid '1'
config wifi-device 'radio1'
option type 'mac80211'
option path 'platform/soc/c000000.wifi+1'
option band '2g'
option country 'US'
option channel 'auto'
option htmode 'HE40'
option cell_density '0'
option random_bssid '1'
config wifi-iface 'default_radio0'
option device 'radio0'
option mode 'ap'
option encryption 'psk2'
option wds '1'
option ifname 'wlan1'
option key '<REDACTED>'
option network 'Work5G'
option ssid 'GL-AX1800-Work5G'
option macaddr '<REDACTED>'
config wifi-iface 'guest2g'
option mode 'ap'
option ifname 'wlan0-1'
option encryption 'psk2'
option guest '1'
option wds '1'
option isolate '1'
option key '<REDACTED>'
option hidden '0'
option device 'radio0'
option network 'guest1'
option ssid 'GL-AX1800-5.0-Guest1'
option macaddr '<REDACTED>'
config wifi-iface 'wifinet2'
option ssid 'GL-AX1800-5.0-Guest2'
option encryption 'psk2'
option device 'radio0'
option mode 'ap'
option network 'guest2'
option key '<REDACTED>'
option macaddr '<REDACTED>'
config wifi-iface 'wifinet3'
option ssid 'GL-AX1800-2.4-Guest'
option encryption 'psk2'
option device 'radio1'
option mode 'ap'
option network 'guest'
option key '<REDACTED>'
option macaddr '<REDACTED>'
option ifname 'ra0'
The 5.0 (radio0) networks are working fine, it's just the 2.4 (radio1) that's having the issue.
bruce
September 9, 2024, 2:20am
16
Perhaps there is an error in the configuration file of wireless.
Please refer to:
root@GL-AX1800:~# cat /etc/config/wireless
config wifi-device 'radio0'
option type 'mac80211'
option path 'platform/soc/c000000.wifi'
option band '5g'
option htmode 'HE80'
option channels '36,40,44,48'
option country 'US'
option channel '44'
option cell_density '0'
config wifi-iface 'default_radio0'
option device 'radio0'
option network 'lan'
option mode 'ap'
option ssid 'GL-AX1800-f4e-5G'
option encryption 'psk2'
option key 'goodlife'
option wds '1'
option isolate '0'
option ifname 'wlan1'
config wifi-device 'radio1'
option type 'mac80211'
option path 'platform/soc/c000000.wifi+1'
option band '2g'
option country 'US'
option channel 'auto'
option htmode 'HE40'
option cell_density '0'
config wifi-iface 'default_radio1'
option device 'radio1'
option network 'lan'
option mode 'ap'
option ssid 'GL-AX1800-f4e'
option encryption 'psk2'
option key 'goodlife'
option wds '1'
option isolate '0'
option ifname 'wlan0'
config wifi-iface 'guest5g'
option device 'radio0'
option network 'guest'
option mode 'ap'
option ifname 'wlan1-1'
option encryption 'psk2'
option key 'goodlife'
option ssid 'GL-AX1800-f4e-5G-Guest'
option guest '1'
option disabled '1'
option wds '1'
option isolate '1'
config wifi-iface 'guest2g'
option device 'radio1'
option network 'guest'
option mode 'ap'
option ifname 'wlan0-1'
option encryption 'psk2'
option key 'goodlife'
option ssid 'GL-AX1800-f4e-Guest'
option guest '1'
option disabled '1'
option wds '1'
option isolate '1'
config wifi-iface 'wifinet4'
option encryption 'psk2'
option device 'radio0'
option mode 'ap'
option network 'guest'
option key 'goodlife'
option ifname 'rax2'
option ssid 'GL-AX1800-f4e-5G-add-2'
config wifi-iface 'wifinet5'
option encryption 'psk2'
option device 'radio1'
option mode 'ap'
option network 'guest'
option key 'goodlife'
option ifname 'ra2'
option ssid 'GL-AX1800-f4e-add-3'
duvel
September 14, 2024, 6:37pm
17
I have looked over my configuration files and the settings in the GUI and LuCi. I have re-created the 2.4 wireless network manually, and through LuCi, I get the same results.
I have not found anything wrong, but I could be missing something.
My configuration is the same as my last post.
Do you see anything wrong?