Fixing 5G on LEDE 17.01.1/2/3
Finally!
I figured out how to get the 5Ghz to work on LEDE. 17.01.3
in /lib/firmware/ath10k/
rename cal-pci-0000:01:00.0.bin to pre-cal-pci-0000:01:00.0.bin
reload ath10k_pci and we're good to go!
I figured out how to get the 5Ghz to work on LEDE. 17.01.3
in /lib/firmware/ath10k/
rename cal-pci-0000:01:00.0.bin to pre-cal-pci-0000:01:00.0.bin
reload ath10k_pci and we're good to go!
Turns out this "fix" isn't really proper. It let's the driver load but with garbage calibration data. A better way is to
ReplyDeleterm /etc/hotplug.d/firmware/11-ath10k-caldata
rm /lib/firmware/ath10k/(pre-)cal-pci-0000:01:00.0.bin
and reboot.
the hotplug script needs to be removed otherwise it'll recreate the cal files and we are back where we started. This should get fixed in the next LEDE/WRT release.