Follow on conversation for TP-Link Archer A6 v2 5GHz improvements, including user support

If you don't need it, don't use it. I personally use it on all my devices.

Which build and variant?

i have already used zram swap in my every router (tl-wr841n v13, v11,840n v2 , v4) but it does not work at all, i also notice that after removing this i have get stable performance in my routers.

Can it be switched to module? Will that be a happy middleground? As a module it should be loaded automatically, if used - and you can choose to not use it.

I flashed OpenWrt SNAPSHOT r0+15149-28a9ac74cc but I am not sure of its origin. Might be pCloud or your Jenkins. I still have the file though, can send you if needed.

Can you provide the sha 256 sum of the image?

1 Like
$ sha256sum openwrt-ath79-generic-tplink_archer-c6-v2-squashfs-sysupgrade.bin 
605d3facc23591baa3f491e56fa0782b2d198370e0bc430d7727ad16bb9e6886  openwrt-ath79-generic-tplink_archer-c6-v2-squashfs-sysupgrade.bin
1 Like

in variant 3 , stock board data not working. Need to check the difference with variant 1 and variant 2.
invalid board magic

we used the dl/google-drive/1L3phKriJCGbkdo3rrDT_MeLn_3HbKgsc/firmware/QCA9888/hw.2/boardData_2_0_QCA9888_5G_YA105.bin file provided.

Does it match?

$ md5sum files/lib/firmware/ath10k/QCA9888/hw2.0/board-2.bin
7f98d98948cdd0ed8f10eac30dde1d1b  files/lib/firmware/ath10k/QCA9888/hw2.0/board-2.bin
$ sha1sum files/lib/firmware/ath10k/QCA9888/hw2.0/board-2.bin
bb0bce13abdf5af6379cbd64d54c2c4805b38bcc  files/lib/firmware/ath10k/QCA9888/hw2.0/board-2.bin
$ sha512sum files/lib/firmware/ath10k/QCA9888/hw2.0/board-2.bin
a2681d49f459ed57aff6bb6f56fa8b48fc7fb192746391b2de1b58b79900dac1e0ed733cd8474b4d73b7bbaa6a7a22560004027e28824a1fbf100ba2cc50604f  files/lib/firmware/ath10k/QCA9888/hw2.0/board-2.bin
1 Like

yes. matched

$ md5sum boardData_2_0_QCA9888_5G_YA105.bin
7f98d98948cdd0ed8f10eac30dde1d1b  boardData_2_0_QCA9888_5G_YA105.bin

Well, zram isn't magic. It might give you a usability edge on near-borderline systems, but don't expect miracles. The default lzo algorithm also isn't an example of performance (both in compression ratio and speed), but there are better choices.
Additionally, the zram-swap defaults are rather conservative. You might want to play with them, in addition to the vm.{overcommit,swappiness,page-cluster} parameters.

I flashed build 30 v2 just now and 5gz is working, no more reboots. Connected to my phone which refused to connect before. Range also seems to be very good. Will do further testing.

1 Like

That is build 26, snapshot variant

1 Like

Please. Add a custom files to enable 2.4ghz wifi and 5ghz wifi by default.

File name: wireless
File placing location: (build_directory)/files/etc/config/
File will include this


config wifi-device 'radio0'
	option type 'mac80211'
	option channel '36'
	option hwmode '11a'
	option path 'pci0000:00/0000:00:00.0'
	option htmode 'VHT80'
	option country 'TW'
	option cell_density '0'
	option txpower '23'
	option legacy_rates '0'

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

config wifi-device 'radio1'
	option type 'mac80211'
	option hwmode '11g'
	option path 'platform/ahb/18100000.wmac'
	option htmode 'HT20'
	option txpower '25'
	option cell_density '0'
	option channel 'auto'
	option country 'TW'
	option legacy_rates '0'

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


This seems a little bit too specific. The operator can configure their wireless settings after installing the firmware.

1 Like

I have restored the default of adding kmos zram and zram swap. I did not see any relevant bugs at: https://bugs.openwrt.org/...?zram . If you can file a bug it can be fixed.

There was a bug in the builds previously with the variants. This has been addressed in build 32 onwards.

To remind everyone - these are automated builds w/luci of snapshots. You should be prepared for bugs. You should understand your hardware and take caution and know your recovery options.

1 Like

Can we try this firmware?

If someone wants to patch openwrt, I will track their repo and produce builds as well.

1 Like