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.

猜你喜欢

转载自gyc567.iteye.com/blog/2194537