OpenWrt Forum Archive

Topic: DD trunk for Archer C7 only have 1 band for wifi

The content of this topic has been archived on 14 Apr 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.

DD trunk for Archer C7 only have 1 band for wifi

config wifi-device  radio0
    option type     mac80211
    option channel  11
    option hwmode    11g
    option path    'platform/qca955x_wmac'
    option htmode    HT20
    # REMOVE THIS LINE TO ENABLE WIFI:
    option disabled 1

config wifi-iface
    option device   radio0
    option network  lan
    option mode     ap
    option ssid     OpenWrt
    option encryption none

but CC still has both 2

config wifi-device 'radio0'
    option type 'mac80211'
    option channel '36'
    option hwmode '11a'
    option path 'pci0000:01/0000:01:00.0'
    option htmode 'VHT80'

config wifi-iface
    option device 'radio0'
    option network 'lan'
    option mode 'ap'
    option ssid 'OpenWrt'
    option encryption 'none'

config wifi-device 'radio1'
    option type 'mac80211'
    option channel '11'
    option hwmode '11g'
    option path 'platform/qca955x_wmac'
    option htmode 'HT20'

config wifi-iface
    option device 'radio1'
    option network 'lan'
    option mode 'ap'
    option ssid 'OpenWrt'
    option encryption 'none'

I'm on trunk with Archer C7 and I have both radios working. Maybe you're missing the ath10k/firmware packages?

Hi Sport,

I had this problem too. If you just want a quick patch to it, install the following:

Opkg install kmod-ath10k ath10k-firmware-qca988x

That should do it. Let me know if it works out for you.

Thanks,
Zach Sherin

The discussion might have continued from here.