Archer C7 wifi config

hi all
i installed openwrt on a archer c7 and the wifi panel in luci shows 4 wifi interfaces
in all the installing manuals shows only 2 lans and i dont know how to activate these two lans

Model TP-Link Archer C7 v2
Architecture Qualcomm Atheros QCA9558 ver 1 rev 0
Firmware Version
OpenWrt 19.07.0 r10860-a3ffeb413b / LuCI openwrt-19.07 branch git-20.089.25318-f89efcf

Kernel Version
4.14.162

my /etc/config/wireles is

config wifi-device 'radio0'
        option type 'mac80211'
        option channel '36'
        option hwmode '11a'
        option htmode 'VHT80'
        option country 'ES'
        option path 'pci0000:00/0000:00:00.0'
        option disabled '0'

config wifi-device 'radio1'
        option type 'mac80211'
        option country 'ES'
        option path 'platform/ahb/18100000.wmac'
        option disabled '0'

config wifi-device 'radio2'
        option type 'mac80211'
        option channel '36'
        option hwmode '11a'
        option htmode 'VHT80'
        option country 'ES'
        option path 'pci0000:00/0000:00:00.0'
        option disabled '0'

config wifi-device 'radio3'
        option type 'mac80211'
        option channel '11'
        option hwmode '11g'
        option htmode 'HT20'
        option country 'ES'
        option path 'platform/ahb/ahb:apb/18100000.wmac'
        option disabled '0'

onfig wifi-iface 'wifinet0'                            
        option ssid 'OpenWrt-5G'                        
        option encryption 'psk2'                        
        option device 'radio0'                          
        option mode 'ap'                                
        option network 'lan'                            
        option key '****Password****'                          
                                                        
config wifi-iface 'wifinet1'                            
        option ssid 'OpenWrt'                           
        option encryption 'psk2'                        
        option device 'radio3'                          
        option mode 'ap'                                
        option network 'lan'    
        option key '***Password***'

radio1 and radio2 does not work

thanks all

Something isn't right there. Did you by chance possibly updated and changed the target from ar071 to ath79 and kept the settings?

Anyway, there was a vulnerability discovered in 19.07.0, and it's highly recommended to upgrade to 19.07.2

Make sure that you don't save the settings in the upgrade, and let's e what you get.

Or simply regenerate a clean wireless config with the commands:

mv /etc/config/wireless /etc/config/wireless.bak
wifi config

In all cases the upgrade is necessary.

https://openwrt.org/advisory/2020-01-31-2

1 Like

thanks all
upgraded to 19.07.02 and regenated the config with wifi config worked
thanks

If your problem is solved, please consider marking this topic as [Solved]. See How to mark a topic as [Solved] for a short how-to.

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