Results 1 to 5 of 5

Thread: Slow Internet with 9.04

  1. #1
    Join Date
    Jun 2005
    Location
    Arkansas, USA
    Beans
    380
    Distro
    Ubuntu

    Angry Slow Internet with 9.04

    I recently installed Ubuntu 9.04 on my Dell 530n. It is a dual boot with the Ubuntu 8.04 that came pre-loaded. I do not share /home. Both installations are totally separate.

    I noticed that my dsl internet connectivity seemed to be far slower with 9.04 so I downloaded tcpTest v3 and ran some tests. Here are the results:

    Ubuntu 8.04:

    Best tcp send rate 532.85 kbit/s
    Best tcp receive rate: 1.42 Mbit/s
    Send efficiency: 94.7%
    Receive efficiency: 89.6%

    Ubuntu 9.04:

    Best tcp send rate 172.64 kbit/s
    Best tcp receive rate: 267.06 kbit/s
    Send efficiency: 30.9%
    Receive efficiency: 18.3%

    Something is wrong with 9.04. I'd like to see if anyone else is seeing this before I investigate filing a bug.
    Last edited by Talon2; June 26th, 2009 at 08:04 PM.

  2. #2
    Join Date
    Jul 2009
    Beans
    5

    Re: Slow Internet with 9.04

    I am seeing the same problem. Ever since I loaded 9.04 last week my internet speed has been horrendous. It is constantly "looking up" dns entries for like 4-5 seconds before even trying to load pages.

    I disabled ipv6 in firefox, and I even went as far as re-compiling the kernel to modularize the ipv6 code so I could disable it. That still didn't resolve the problem.

    I switch back over to XP (dual boot) and internet works fine... lightening fast... never slow.

    On Ubuntu, I get very slow response times. Even when using things like telnet, my commands take many seconds to appear after I type them. Very frustrating.

    Unfortunately I cannot work like this, and have to switch back to XP for now until they fix this problem.

  3. #3
    Join Date
    Feb 2006
    Location
    So.San Francisco
    Beans
    745

    Re: Slow Internet with 9.04

    which kernel are you running?

    darco
    Reason: no beans

  4. #4
    Join Date
    Jun 2009
    Beans
    11

    Re: Slow Internet with 9.04

    I had the same problem, and what worked for me is Ndiswrapper...not through the GUI though, but through the terminal. http://ubuntuforums.org/showthread.p...ghlight=wmp54g 2nd post down
    If you are on a wireless setup-try out that guide...if not, try disabling/blacklisting IPV6, if you can find a good guide for it.

  5. #5
    Join Date
    Apr 2007
    Location
    Moscow, Russia
    Beans
    57
    Distro
    Kubuntu 14.04 Trusty Tahr

    Re: Slow Internet with 9.04

    I solved this problem by setting OpenDNS as DNS.

    Open the file:
    Code:
    sudo nano /etc/dhcp3/dhclient.conf
    And add this to the end of the file:
    Code:
    prepend domain-name-servers 208.67.222.222, 208.67.220.220;
    More info here.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •