Flint - 2.4 Ghz wireless partially stops working after update to 4.6.6 bugfix

Hello,

I've seen this morning an update for my Flint. If I understand correctly, this update was only meant to fix the GUI issue with wifi, which I already fixed temporarily following that topic.

After the update, the 2.4 GHz network was down.
I have 3 wireless network in that frequency:

  1. Management - radio1.network1
  2. Guest - radio1.network2
  3. IoT - radio1.network3

The first two are the default ones from gl-iNET, I didn't change any settings.
The third one was added manually in Luci.

The weird thing is that if I disable the first 2.4 AP (management - radio1.network1), all of sudden the two other networks appear and work fine.

Any suggestions ?

Many thanks

May I know if the radio1 disabled, does the radio2/3 not work?

I don't have radio 2/3.
Here are the names showing in Luci:

  • 5 GHz management : wlan1
  • 5 GHz guest : wlan1-1
  • 2.4 GHz management : radio1.network1
  • 2.4 GHz guest : radio1.network2
  • 2.4 GHz IoT : radio1.network3

Both 5 GHz are fine.

For 2.4 GHz, if Management - radio1.network1 is activated, none of the 2.4 GHz are OK.
If I deactivate radio1.network1, the other 2.4 GHz are OK.

This config group 'radio1.network1' probably has issue.

Please check the /etc/config/wireless. Have you configured it before?

I haven't done any manual change in the wireless config file.
I have only applied these commands from the thread mentioned in the first post:

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

And here is my /etc/config/wireless file:

config wifi-device 'radio0'
        option type 'mac80211'
        option path 'platform/soc/c000000.wifi'
        option band '5g'
        option htmode 'HE80'
        option country 'US'
        option disabled '0'
        option legacy_rates '0'
        option hwmode '11a'
        option channel '44'
        option channels '36,40,44,48'
        option random_bssid '1'

config wifi-iface 'default_radio0'
        option device 'radio0'
        option network 'lan'
        option mode 'ap'
        option wds '1'
        option isolate '0'
        option hidden '0'
        option key ''
        option ssid '龴ↀ◡ↀ龴'
        option encryption 'sae'
        option ifname 'wlan1'
        option macaddr '2E:74:6F:4C:72:13'
        option disabled '0'

config wifi-device 'radio1'
        option type 'mac80211'
        option path 'platform/soc/c000000.wifi+1'
        option band '2g'
        option country 'US'
        option htmode 'HE40'
        option hwmode '11g'
        option cell_density '0'
        option random_bssid '1'
        option legacy_rates '0'
        option channel 'auto'

config wifi-iface 'default_radio1'
        option device 'radio1'
        option network 'lan'
        option mode 'ap'
        option wds '1'
        option isolate '0'
        option ssid '龴ↀ◡ↀ龴'
        option hidden '0'
        option key ''
        option encryption 'sae'
        option ifname 'wlan0'
        option macaddr '86:39:18:30:7C:CA'
        option disabled '1'

config wifi-iface 'guest5g'
        option device 'radio0'
        option network 'guest'
        option mode 'ap'
        option guest '1'
        option wds '1'
        option isolate '1'
        option disabled '0'
        option encryption 'sae-mixed'
        option ssid 'mathieu'
        option hidden '0'
        option key ''
        option ifname 'wlan1-1'
        option macaddr 'C6:34:9A:D7:C1:21'

config wifi-iface 'guest2g'
        option device 'radio1'
        option network 'guest'
        option mode 'ap'
        option guest '1'
        option wds '1'
        option isolate '1'
        option ssid 'mathieu'
        option encryption 'sae-mixed'
        option hidden '0'
        option key ''
        option ifname 'wlan0-1'
        option macaddr '66:B8:A1:7C:4F:B3'

config wifi-iface 'wifinet4'
        option network 'IoT'
        option wds '1'
        option ssid 'IoT'
        option encryption 'sae-mixed'
        option device 'radio1'
        option mode 'ap'
        option key ''
        option ifname 'wlan0'
        option macaddr '0E:F8:BB:58:47:38'

Thanks for your help,

image

image

There are 2 'ifname's same, try configuring the second one to 'wlan0-2'

That was it, thanks for the solution !

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.