Page 2 of 3

Re: Archer C7 5ghz poor connect speeds

Posted: Sun Jan 10, 2016 7:58 am
by coits
Hi Lantis,

I have run these command on my Archer C7 v2.

uci set wireless.radioX.htmode=VHT80
uci set wireless.radioX.channel=XYZ
uci commit wireless
wifi

But when I check the interface there is no 80Mhz selection on the drop down menu for 5 GHz channel width.

Any suggestion?

Thanks

Re: Archer C7 5ghz poor connect speeds

Posted: Sun Jan 10, 2016 8:17 am
by Lantis
Those commands won't update the UI. They only apply the settings on the back end.
By the way, just to double check, you did replace the X in "radioX" with an actual number that corresponds to your radio, right? :)

You can double check your settings were taken by doing:
"iw wlanX info" where X matches the same number of your radio.

my output shows:

Code: Select all

Interface wlan1
        ifindex 14
        wdev 0x100000002
        addr XX:XX:XX:XX:XX:XX
        ssid ****************
        type AP
        wiphy 1
        channel 149 (5745 MHz), width: 80 MHz, center1: 5775 MHz
Notice the last line, the width is 80MHz.

The code to update the interface has been accepted and we will hopefully see a test build within a few days. :)

Re: Archer C7 5ghz poor connect speeds

Posted: Mon Jan 11, 2016 5:55 pm
by coits
Hi Lantis,

Yes, I did replace the X in "radioX", on my case it's radio0.

I will check it later tonight after I get home from work.

Thanks for your reply.

Re: Archer C7 5ghz poor connect speeds

Posted: Thu Jan 14, 2016 4:52 pm
by coits
Hi Lantis,

Yes, it shows 80 Mhz. but after few days all of my device connected to this radio has authentication problem, basically they cannot connect to wireless AC and N network.

Any idea?

Thank you

Re: Archer C7 5ghz poor connect speeds

Posted: Thu Jan 14, 2016 5:59 pm
by Lantis
Is there any action that fixes this?

Is it fixed by restarting the wifi networks? Or does it require a full reboot?

It's more than likely a problem with Openwrt itself than Gargoyle.
Have you ever tried Openwrt on the device to see if it works any better?

Re: Archer C7 5ghz poor connect speeds

Posted: Fri Jan 15, 2016 1:39 am
by coits
No, I haven't tried openwrt yet, the problem was only for network AC and N, so far 2.4 Ghz still works perfectly. I will reboot the router when I gets home, maybe it will temporarily resolve the problem.

Thanks

Re: Archer C7 5ghz poor connect speeds

Posted: Fri Jan 15, 2016 6:43 am
by coits
I have check the openwrt forum and someone advise to install this package.

opkg install kmod-ath10k

Can someone please confirm if this can help solve the authentication failure on my 5Ghz radio.

Thank you all.

Re: Archer C7 5ghz poor connect speeds

Posted: Fri Jan 15, 2016 6:51 am
by Lantis
No it will already be installed.

Re: Archer C7 5ghz poor connect speeds

Posted: Fri Jan 15, 2016 7:14 am
by coits
Will we consider this as a bug?

Re: Archer C7 5ghz poor connect speeds

Posted: Fri Jan 15, 2016 7:24 am
by Lantis
Not until it was tested on Openwrt as well. The ath10k driver is reasonably buggy and there are many users reporting problems from the openwrt side as well.

In my opinion it is rare that gargoyle introduces extra wireless problems.

Can you do:
gpkg list-installed

And then look for the kmod-ath10k.
I'll see what version it is and if there is a later version available. If there is I'll look at getting it to you for testing.

Leaving this here for later.