The only solution I've found is to install the madwifi-ng drivers, if
someone wants to try.

sudo su
apt-get install subversion
cd /usr/src # NOTE= or wherever you want to download the drivers source
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

Notice than installing this, will blacklist the ath5k driver so if you
want to revert you'll need to delete it from blacklist.conf and remove
ath_pci from modules. Also, if the driver is installed you'll see a new
entry in jockey-gtk and it will ask you to reboot to apply the new
driver. Good luck!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/728969

Title:
  Wireless connection very slow and weak on Natty Alpha 3

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to