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,187
  • 4
  • 34
  • 44
  • The problem is back again, I didn't change the system settings nor made any update. – khaledea Jun 26 '14 at 20:09
  • If it worked for five days then it is not the same issue, once you accept an answer you are not suppose to unaccept it, you need to accept it again and start a new question then we will go through everything and see what happened. Post a new file in the new question from the script and it should tell us what changed. – Wild Man Jun 26 '14 at 21:10
  • Wouldn't it be a duplicate question ? – khaledea Jun 27 '14 at 01:35
  • I do not believe it is the same issue unless there were updates or driver installed that you do not know about. You said it worked for about five minutes not five days and five minutes so I believe something happened hopefully not the same driver issue that would not have happened without help from someone so we should be good to start a new question, just add a new script file and we can compare them. – Wild Man Jun 27 '14 at 02:03