2

I'm pretty new to Ubuntu. I installed Ubuntu Netbook Remix 10.10 and it works perfectly. I recently upgraded to 11.04 and now the internet is very slow; when browsing it would take quite a while to simply load a page. I tried switching browsers and it would still happen. I've changed back to UNR so the Internet is usable. Any ideas of what I should try? Thanks.

Jorge Castro
  • 73,717
jubberz
  • 31

5 Answers5

1

MAybe it is usefull for you to see this previous post:

WiFi too slow with an Atheros AR928X

(I don't know if it is your case (it's usefull if you can post here your wich drivers do you use... or which type of internet conection u use, ethernet or Wlan?)

for that you should run on terminal this command:

iwconfig

Jorge Pinho
  • 1,228
1

I think I finally found the solution to my problem, only just done it and so far my browser is back to normal, if it changes or deteriorates i will let you know though.

I identified my driver to be an RT3090 and then found this post: http://ubuntuforums.org/showthread.php?t=1749179 I followed it and blacklisted the suggested rt drivers and FINALLY i think it has worked! Browser is back to normal speed instead of taking forever to load!

Thanks very much for everyones help, i hope this works for someone else! Maybe now i can enjoy 11.04! :)

jubberz
  • 31
1

I had the same problem too and I'm new to Ubuntu. On Windows I noticed that the IPv6 settings was on automatic but in Ubuntu the IPv6 settings was on ignored.

I simply changed it to automatic and now the Internet works great on every browser. Hope this helps.

Peachy
  • 7,235
  • 10
  • 40
  • 47
Connor
  • 11
0

There are many factors that can impact your Internet performance. Your ISP's performance can vary. Comcast in Fresno can run slower and slower for a few weeks and then become fast again. I suggest you run http://speedtest.net or another performance site to establish the actual network performance. In my personal experience with Comcast all of my network slowdowns have been ISP related with one exception when my cable modem started to die. Your ISP should be able to test your modem from the network. This isn't to say that your problem can't be perhaps driver related but you can easily verify network operation to get a complete picture of what's going on.

fragos
  • 3,583
0

It sounds like Remix was using a different and a better driver for your wifi card. See if you can find out which driver and which version the 2 OS's are loading respectively.

You can try using lshw -C NETWORK and lsusb to find out this information. This should be at least enough to help you track this down. You could paste this here, or start a new more detailed questions that contains this information.

I had this problem upgrading from Maverick to Natty. In the end, I had to blacklist some drivers which forced the system to use a different driver. `

todd
  • 268