-
Notifications
You must be signed in to change notification settings - Fork 82
Description
Ath10k driver is present in the current steamOS kernel, but the necessary firmware files are missing. We have verified these steps work to have a Killer 1535 Wireless module work with a clean install of Brewmaster 2.70
Download:
http://www.killernetworking.com/support/K1535_Debian/board.bin
and put it in the /lib/firmware/ath10k/QCA6174/hw3.0/ folder (create the folder if it doesn’t exist)
Download:
http://www.killernetworking.com/support/K1535_Debian/firmware-4.bin
and put it in the /lib/firmware/ath10k/QCA6174/hw3.0/ folder as firmware-4.bin.
Create config file with:
sudo nano /etc/modprobe.d/ath10k.conf
and put the following contents into the file: options ath10k_core skip_otp=y
Reboot.
If a different method is preferred/verified, we would be fine with that as well.
Thanks,
Thomas
Rivet Networks