Poor WIFI speeds on ARCHER AC 1750 A7

Good Morning

I have bought an archer AC1750 and the wifi seems very poor. Im not hitting full download speeds. Ive searched and searched and tried my best but nothing seems to be getting a better wifi signal.

"download" from where? To determine WLAN speeds you should use iperf3 between a wireless client and the router or a wired connect device on your LAN.

If you're looking for support, you'll need to quantify your findings - and specify the test scenario (LAN-WLAN speeds vs WAN-LAN speeds, just as well as the attainable WAN speed you expect). The Archer c7 isn't really a high-end device anymore, but it isn't bad either within its performance abilities.

On my pc was hittting 70 meg before i put openwrt on

1 Like

I am too using A7 EU (ver.5.0). I just flashed OpenWrt like yesterday. on a quick assessment, it seems that i am also getting lower speeds on a simple speed Test in Google. Stock firmware achieved pretty good speeds but I am novice to OpenWrt and have to admit i don't know better, perhaps some tweaks to settings? well at least that's what i am hoping for.

1 Like

If I download team viewer will some please take a look for me.

Thanks

You don't describe the problem though.

rubbish wifi speeds and crap signal.

nothing compared to when the router was on stock.

Which one is the router? Which version of OpenWrt is it running?

Please copy the output of the following commands and post it here using the "Preformatted text </> " button:
grafik
Remember to redact passwords, MAC addresses and any public IP addresses you may have

ubus call system board; \
uci export network; uci export wireless
{
        "kernel": "4.14.195",
        "hostname": "OpenWrt",
        "system": "Qualcomm Atheros QCA956X ver 1 rev 0",
        "model": "TP-Link Archer A7 v5",
        "board_name": "tplink,archer-a7-v5",
        "release": {
                "distribution": "OpenWrt",
                "version": "19.07.4",
                "revision": "r11208-ce6496d796",
                "target": "ath79/generic",
                "description": "OpenWrt 19.07.4 r11208-ce6496d796"
        }
}
package network

config interface 'loopback'
        option ifname 'lo'
        option proto 'static'
        option ipaddr '127.0.0.1'
        option netmask '255.0.0.0'

config globals 'globals'
        option ula_prefix 'fd20:785b:71c3::/48'

config interface 'lan'
        option type 'bridge'
        option ifname 'eth0.1'
        option proto 'static'
        option ipaddr '192.168.1.1'
        option netmask '255.255.255.0'
        option ip6assign '60'

config interface 'wan'
        option ifname 'eth0.2'
        option proto 'dhcp'

config device 'wan_eth0_2_dev'
        option name 'eth0.2'
        option macaddr 'd8:47:32:51:ed:06'

config interface 'wan6'
        option ifname 'eth0.2'
        option proto 'dhcpv6'

config switch
        option name 'switch0'
        option reset '1'
        option enable_vlan '1'

config switch_vlan
        option device 'switch0'
        option vlan '1'
        option ports '2 3 4 5 0t'

config switch_vlan
        option device 'switch0'
        option vlan '2'
        option ports '1 0t'

package wireless

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

config wifi-iface 'default_radio0'
        option device 'radio0'
        option network 'lan'
        option mode 'ap'
        option key '***********'
        option ssid 'Andys Free Public WiFi'
        option encryption 'psk2+ccmp'

config wifi-device 'radio1'
        option type 'mac80211'
        option channel '11'
        option hwmode '11g'
        option path 'platform/ahb/18100000.wmac'
        option htmode 'HT20'
        option noscan '1'

config wifi-iface 'wifinet2'
        option device 'radio0'
        option mode 'ap'
        option network 'lan'
        option key '**********'
        option encryption 'psk2'
        option disabled '1'
        option ssid '2GHZ'

config wifi-iface 'wifinet3'
        option ssid 'Andys Free Public Wifi'
        option encryption 'psk2'
        option device 'radio0'
        option mode 'ap'
        option network 'lan'
        option key '*********'
        option disabled '1'

config wifi-iface 'wifinet5'
        option encryption 'psk2'
        option device 'radio1'
        option mode 'ap'
        option network 'lan'
        option key '********'
        option ssid 'OpenWrt 2.4'

root@OpenWrt:~# {
>         "kernel": "4.14.195",
>         "hostname": "OpenWrt",
>         "system": "Qualcomm Atheros QCA956X ver 1 rev 0",
>         "model": "TP-Link Archer A7 v5",
>         "board_name": "tplink,archer-a7-v5",
>         "release": {
>                 "distribution": "OpenWrt",
>                 "version": "19.07.4",
>                 "revision": "r11208-ce6496d796",
>                 "target": "ath79/generic",
>                 "description": "OpenWrt 19.07.4 r11208-ce6496d796"
>         }

probably all abit of a mess lol

May not change much but you should set your country code on both radios (option country in the wifi-device configuration).

Also general good wifi practice to scan and identify your neighbors then choose a channel that best avoids them. Don't count on channel auto.

2 Likes

What's the speed you are getting in iperf between two LAN devices and between one LAN and one wifi connected device; and on speedtest?

Did you buy the router off amazon.in?, what firmware did you upgrade from?

Screenshot_20201028-124248_Chrome|312x500

Its my pc that is throttling speeds, really bad via WiFi reset everything too and reinstalled windows not so long ago, the pc is getting download speeds of 14mb and uploads of 17 and tablet is hitting the speeds in the image. so it cant be a router problem.

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.