Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FS#864 - Fix for 11ac (5Ghz) on TP-Link Archer C59 (ver 1.0) #6083

Closed
openwrt-bot opened this issue Jun 23, 2017 · 2 comments
Closed

FS#864 - Fix for 11ac (5Ghz) on TP-Link Archer C59 (ver 1.0) #6083

openwrt-bot opened this issue Jun 23, 2017 · 2 comments
Labels

Comments

@openwrt-bot
Copy link

diizzyy:

Install ath10k-ct and ath10k-firmware-qca9888-ct

Remove board.bin , board-2.bin in /lib/firmware/ath10k/QCA9888/hw2.0

Extract board.bin (eeprom) and pre-caldata

dd if=/dev/mtd6 of=/lib/firmware/ath10k/QCA9888/hw2.0/board.bin bs=1 skip=20480 count=12064
dd if=/dev/mtd6 of=/lib/firmware/ath10k/pre-cal-pci-0000:00:00.0.bin bs=1 skip=20480 count=12048

Done

@openwrt-bot
Copy link
Author

tboege:

I found a slighly error in the above instructions. You need to install kmod-ath10k instead of ath10k-ct.
I also found, that those steps only gives a working 5Ghz for a limited time, to I have to schedule a reboot every night.

opkg update opkg remove kmod-ath10k opkg install ath10k-firmware-qca9888-ct kmod-ath10k-ct rm /lib/firmware/ath10k/QCA9888/hw2.0/board.bin rm /lib/firmware/ath10k/QCA9888/hw2.0/board-2.bin dd if=/dev/mtd6 of=/lib/firmware/ath10k/QCA9888/hw2.0/board.bin bs=1 skip=20480 count=12064 dd if=/dev/mtd6 of=/lib/firmware/ath10k/pre-cal-pci-0000\:00\:00.0.bin bs=1 skip=20480 count=12048

@openwrt-bot
Copy link
Author

tboege:

This fix is not nescessary any more - at least from snapshot 2017-11-05, but possibly already fixet in 17.01.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant