Skip to content

Instantly share code, notes, and snippets.

@nad2000
Created November 1, 2015 10:27
Show Gist options
  • Save nad2000/14b8298903adfa9d5405 to your computer and use it in GitHub Desktop.
Save nad2000/14b8298903adfa9d5405 to your computer and use it in GitHub Desktop.
notes on troubleshooting wifi on Ubuntu 14.04
#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
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