Created
November 1, 2015 10:27
-
-
Save nad2000/14b8298903adfa9d5405 to your computer and use it in GitHub Desktop.
notes on troubleshooting wifi on Ubuntu 14.04
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#sudo echo "options ath9k nohwcrypt=1 blink=1 btcoex_enable=1 enable_diversity=1" > /etc/modprobe.d/ath9k.conf | |
#sudo echo "options ath9k nohwcrypt=1 blink=1 btcoex_enable=1 enable_diversity=1" > /etc/modprobe.d/ath9k.conf | |
sudo sh -c 'echo "options ath9k blink=1 bt_ant_diversity=0 btcoex_enable=0 nohwcrypt=1 ps_enable =0 use_chanctx=0" > /etc/modprobe.d/ath9k.conf' | |
rmmod ath9k | |
modprobe -r ath9k | |
modprobe -b ath9k |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo lshw -C network | |
lspci | grep Wireless | |
iwconfig | |
ifconfig | |
rfkill list all | |
iwlist channel | |
modinfo -p ath9k | |
systool -vm ath9k | |
# check: | |
/etc/modprobe.d/blacklist-ath_pci.conf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment