Recarregue o driver ath9k
:
modprobe -r ath9k && modprobe ath9k
Verifique sua conexão Wi-Fi, se não funcionar, use as seguintes etapas:
Instale o linux-headers
e build-essential
Faça o download do backport de aqui e, em seguida, compile-o:
wget https://www.kernel.org/pub/linux/kernel/projects/backports/stable/v4.4.2/backports-4.4.2-1.tar.gz
tar xvf backports-4.4.2-1.tar.gz
cd backports-4.4.2-1
make defconfig-ath9k
make
make install
modprobe -r ath9k
modprobe ath9k