Killer Wifi Network and linux solution

Hi, just throwing in the solution that i found in regard to the killer wifi 1535 device under linux:

if running ubuntu, or one of the derivatives

install kernel 4.3 from the ubuntu kernel team
http://ubuntuhandbook.org/index.php/2015/11/linux-kernel-4-3-released/

grab the board-2.bin and firmware-4.bin from my git repo:
https://github.com/FireWalkerX/ath10k-firmware.git

place them in /lib/firmware/ath10k/QCA6174/hw3.0/

board-2.bin might be in need of a namechange, do the following after you have done above, and rebooted:

dmesg |grep ath10k

look for error loading firmware or something like that if it complains about missing a file called cal-<something> in /lib/firmware/ath10k then rename board-2.bin and copy there

reboot, and your wifi is up and running
 
Last edited:
Top