Excelent! Mine is working on Ubuntu 14.04. My laptop: Acer Aspire E5-573-5148. Based on post http://ubuntuforums.org/showthread.p...5#post13386625 from dr-cono, what I did was:
In a temoporary directory (on a new Kernel installation, only repeat the following steps):Code:sudo apt-get install build-essential linux-headers-$(uname -r) git echo "options ath10k_core skip_otp=y" | sudo tee /etc/modprobe.d/ath10k_core.conf
Again in the temporary directory:Code:wget http://filebin.ca/2LVgpjSgiT56/backports-ath-2015-11-05.tar.bz2 tar -vxf backports-ath-2015-11-05.tar.bz2 cd backports-ath10k-2015-11-05 make defconfig-ath10k make sudo make install
Then reboot.Code:git clone https://github.com/kvalo/ath10k-firmware.git sudo cp -r ath10k-firmware/ath10k/ /lib/firmware/ sudo cp -r ath10k-firmware/QCA9377 /lib/firmware/ath10k/ sudo mv /lib/firmware/ath10k/QCA9377/hw1.0/firmware-5.bin_WLAN.TF.1.0-00267-1 /lib/firmware/ath10k/QCA9377/hw1.0/firmware-5.bin



Adv Reply

Bookmarks