Hello,
I’ve got an MT6000 Flint 2, running as an AP, with two identically configured wifi network (same configuration except SSID/password).
That used to work well. However, since I upgraded from firmware 4.7.2 to 4.8.3, there’s an issue: the 2nd network is not there anymore.
Sometimes, when tinkering with its configuration, I can see it - and then a few minutes later, it’s just not there anymore. I tried the main UI, Luci, editing the file directly to make sure it’s all the same: no change.
I’m adding the configuration file below. The “A” network is working fine, “B” is the disappearing one.
Any suggestion welcome!
config wifi-device 'mt798611'
option band '2g'
option htmode 'HE40'
option hwmode '11g'
option country 'FR'
option type 'mtk'
option txpower '100'
option noscan '0'
option random_bssid '0'
option legacy_rates '0'
option channel 'auto'
config wifi-iface 'wifi2g'
option device 'mt798611'
option mode 'ap'
option network 'lan'
option ssid 'A'
option key ''
option hidden '0'
option disabled '0'
option encryption 'sae-mixed'
option ifname 'ra0'
config wifi-iface 'wifinet2'
option device 'mt798611'
option mode 'ap'
option network 'lan'
option ssid 'B'
option key ''
option hidden '0'
option disabled '0'
option ifname 'ra0'
option encryption 'sae-mixed'
config wifi-device 'mt798612'
option band '5g'
option htmode 'HE80'
option legacy_rates '0'
option hwmode '11a'
option country 'FR'
option type 'mtk'
option txpower '100'
option random_bssid '0'
option channel 'auto'
config wifi-iface 'wifi5g'
option device 'mt798612'
option mode 'ap'
option network 'lan'
option ssid 'A'
option key ''
option hidden '0'
option disabled '0'
option encryption 'sae-mixed'
option ifname 'rax0'
config wifi-iface 'wifinet3'
option device 'mt798612'
option mode 'ap'
option network 'lan'
option ssid 'B'
option key ''
option hidden '0'
option disabled '0'
option ifname 'rax0'
option encryption 'sae-mixed'
Thanks in advance,
Laurent