Skip to content

Instantly share code, notes, and snippets.

@nandub
Created August 25, 2011 23:46
Show Gist options
  • Save nandub/1172332 to your computer and use it in GitHub Desktop.
Save nandub/1172332 to your computer and use it in GitHub Desktop.
Kernel 2.6.38.8: ath5k driver wireless signalstrength critically weak - Natty workaround fix
#!/bin/bash
#Got this solution from http://fossplanet.com/f10/%5Bbug-775104%5D-%5Bnew%5D-kernel-2-6-38-8-ath5k-driver-wireless-signalstrength-critically-weak-148704/ by salemboot
apt-get install subversion
cd /usr/src
svn checkout http://madwifi-project.org/svn/madwifi/trunk madwifi
tar cfvz madwifi.tgz
cd madwifi
make && make install
echo "blacklist ath5k" >> /etc/modprobe.d/blacklist.conf
echo "ath_pci" >> /etc/modules
modprobe ath_pci
echo now reboot the computer.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment