0

I dual boot Ubuntu 14.04 and windows 8. On windows, wi-fi works fine with high speed. On Ubuntu however, it's very slow that I can't open any website, and disconnects and reconnects again often. When I restart my router, the wi-fi works for 10 to 15 minutes and then the issue starts all over.

Here is my wireless information:

http://pastebin.ubuntu.com/7663892/

1 Answers1

1

Do:

sudo -i
echo "blacklist b43" >>  /etc/modprobe.d/blacklist.conf
echo "blacklist ssb" >>  /etc/modprobe.d/blacklist.conf
exit

Reboot

The answer comes from here.

Wild Man
  • 8,327