I disabled the hardware encryption run modprobe.
Code:
echo "options ath9k nohwcrypt=1" | sudo tee -a /etc/modprobe.d/ath9k.conf
sudo modprobe -rfv ath9k
sudo modprobe -v ath9k
After these actions wi-fi turned off and I couldn't run it. So, I restarted ubuntu. Now wireless connection works.
I tried to run
Code:
sudo iwconfig wlan0 power off
, but i got:
Code:
$ sudo iwconfig wlan0 power off
Error for wireless request "Set Power Management" (8B2C) :
SET failed on device wlan0 ; Operation not supported.
Any suggestions?
Bookmarks