Comment 290 for bug 1383184

Revision history for this message
Roman (romanbn) wrote :

@mike Its quite easy. You just have to replace the ath10k folder in /lib/firmware/ath10k with the ath10k folder from the extracted zip: https://github.com/kvalo/ath10k-firmware/archive/master.zip

You can do this by replacing with in your file manager with root permissions. ( e.g. in Ubuntu you can do this by typing "sudo nautilus") or you use "cp".

The command should be the following:

sudo cp -r Downloads/ath10k-firmware-master/ath10k/ /lib/firmware/ath10k

where Downloads/ath10k... is the location i extracted the zip of course.

After you succeeded with it, you just have to reboot.

I recommend to remove the patch provided here because i don't really know what it does and the changes may collide.