`

ubuntu wifi issue for Qualcomm Atheros QCA9565 802.11b/g/n WiFi Adapter

 
阅读更多

1.we install the prerequitites needed to compile:
Code:
sudo apt-get install linux-headers-generic build-essential
2.Now we download the package, extract it and install it:
Code:
wget http://www.orbit-lab.org/kernel/compat-wireless-3-stable/v3.6/compat-wireless-3.6.6-1-snpc.tar.bz2
tar xvf compat*
cd compat-wireless-3.6.6-1-snpc
sudo su
./scripts/driver-select ath9k
make
make install
modprobe ath9k
exit
Voila!Your wireless should now be working.
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics