Last active
December 27, 2019 14:32
-
-
Save b-ggs/cf84cbeea18c824142ed to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://drvbp1.linux-foundation.org/~mcgrof/rel-html/backports/ | |
sudo dnf install kernel-devel-$(uname -r) make automake gcc gcc-c++ git | |
echo "options ath10k_core skip_otp=y" | sudo tee /etc/modprobe.d/ath10k_core.conf | |
wget http://filebin.ca/2LVgpjSgiT56/backports-ath-2015-11-05.tar.bz2 | |
tar -vxf backports-ath-2015-11-05.tar.bz2 | |
cd backports-ath-2015-11-05 | |
make defconfig-ath10k | |
make | |
sudo make install | |
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 |
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
wget http://filebin.ca/2LVgpjSgiT56/backp...-11-05.tar.bz2
unzip backp...-11-05.tar.bz2
cd backports-ath10k-2015-11-05
make defconfig-ath10k
make
sudo make install
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/
cp firmware-5.bin_WLAN.TF.1.0-00267-1 firmware-5.bin
Reboot
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
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
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
http://ubuntuforums.org/showthread.php?t=2300861&page=3