OpenWrt Forum Archive

Topic: TP-Link TL-WDR4310 v1.0 First Steps

The content of this topic has been archived between 1 Oct 2014 and 4 May 2018. Unfortunately there are posts – most likely complete pages – missing.

I set channel 36 and made a reboot. Stil no Internet.

Here is the config:

config wifi-device 'radio0'
    option type 'mac80211'
    option hwmode '11g'
    option path 'platform/ar934x_wmac'
    option txpower '20'
    option country 'GB'
    option channel '6'
    option htmode 'HT40'

config wifi-device 'radio1'
    option type 'mac80211'
    option hwmode '11a'
    option path 'pci0000:00/0000:00:00.0'
    option txpower '10'
    option channel '36'
    option country 'CN'

config wifi-iface
    option device 'radio0'
    option mode 'ap'
    option ssid 'secret'
    option network 'lan'
    option encryption 'psk2'
    option key 'secret'
    option wmm '0'

config wifi-iface
    option device 'radio1'
    option mode 'ap'
    option network 'lan'
    option ssid 'secret'
    option wmm '0'
    option encryption 'psk2'
    option key 'secret'
    option disabled '0'

Does anybody have further ideas?

(Last edited by FuLgOrE on 20 Sep 2016, 07:31)

Don't configure diverging country codes for 2.4 GHz and 5 GHz, the kernel will intersect all configured regdoms and you'll end up with virtually nothing left (in particular regarding the 5 GHz band).

I changed that to DE and ones to 00 but still no change.

Does anybody else have these problems with the not working 5ghz network?

Should I open an own thread for it? With Attitude Adjustment everything was working fine.

Any further hints? I don't want to downgrade to AA because of the missing patches.

The discussion might have continued from here.