Skip to content

Instantly share code, notes, and snippets.

View Vince1171's full-sized avatar

Vincent Franchomme Vince1171

  • Belgium
View GitHub Profile
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