Results 1 to 8 of 8

Thread: Slow wireless internet upon installation 12.04LTS

  1. #1
    Join Date
    Dec 2009
    Beans
    22

    Exclamation Slow wireless internet upon installation 12.04LTS

    With the upgrade to ubuntu 12.04 LTS, my internet speed is way slowed then that of my windows 7.
    I have been poking around these forums looking at different threads on how to fix this issue, and have yet to find a resolution.

    Please help, or can you please point me to a good thread on how to fix this issue?

  2. #2
    Join Date
    Oct 2012
    Beans
    1

    Re: Slow wireless internet upon installation 12.04LTS

    Did you update ubuntu after the upgrade?

  3. #3
    Join Date
    Oct 2008
    Location
    colachel
    Beans
    517
    Distro
    Ubuntu 13.10 Saucy Salamander

    Re: Slow wireless internet upon installation 12.04LTS


  4. #4
    Join Date
    Dec 2009
    Beans
    22

    Re: Slow wireless internet upon installation 12.04LTS

    Quote Originally Posted by Amplifox View Post
    Did you update ubuntu after the upgrade?
    I did the upgrades that ubuntu recommended.. Is there a download you can point me to?

  5. #5
    Join Date
    Mar 2010
    Location
    India
    Beans
    8,116

    Re: Slow wireless internet upon installation 12.04LTS

    Hi radamez85,

    Please download the 'wireless_script' linked in my signature, run it and post back the contents (within [code] and [/code] tags) of the 'netinfo.txt' file it creates. In addition to the script's results, please also post the output of:
    Code:
    ifconfig
    This will provide us all the initial info required to figure out the cause of the problem and possibly troubleshoot it.
    Varun
    Help others by marking threads as [SOLVED], if they are. (See how)
    Wireless Script | Use Code Tags

  6. #6
    Join Date
    Sep 2012
    Beans
    31

    Re: Slow wireless internet upon installation 12.04LTS

    If internet is slow try to perform the following :

    Disable IPv6 If your internet is working Slow in Ubuntu 12.04 Precise Pangolin/Linux Mint 13/Any Ubuntu or Mint Version

    Follow this to Disable IPv6, So we have to edit the sysctl.conf file.

    To do this open Terminal (Press Ctrl+Alt+T) and copy the following commands in the Terminal:
    Code:
    sudo gedit /etc/sysctl.conf
    Now add these lines at the end of file:
    Code:
    # IPv6
    net.ipv6.conf.all.disable_ipv6 = 1
    net.ipv6.conf.default.disable_ipv6 = 1
    net.ipv6.conf.lo.disable_ipv6 = 1
    Now Save sysctl.conf file and close.

    Hope it helps

    if it thus does not work.. then use a strong internet conection or a Lan to be sure that it is not from your service provider
    Last edited by cway00; October 6th, 2012 at 11:18 AM. Reason: adding something

  7. #7
    Join Date
    Jun 2007
    Location
    Southeast US
    Beans
    100
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: Slow wireless internet upon installation 12.04LTS

    Quote Originally Posted by varunendra View Post
    Hi radamez85,

    Please download the 'wireless_script' linked in my signature,
    Nice script! Had to learn what 'rfkill' was. Gotz new toolz

    Thanks.

    Note to newbies: Take a look at the script (this or any other) and if you don't know what it does, don't run it (this one is safe) before you know what it is going to do. From the terminal type 'info [command]' where [command] is the program of interest. For instance, I didn't know what 'rfkill' did so I did 'info rfkill' to find out that the 'list' command was safe (as in this script) but others were not necessarily safe and could put you in a worse (or possibly better?) state.
    --
    System76 Gazelle Professional (gazp6)

  8. #8
    Join Date
    Feb 2008
    Location
    Texas
    Beans
    29,809
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Slow wireless internet upon installation 12.04LTS

    Hi, the easiest way to run this script that I wrote is to run this command.
    Code:
    wget -N -t 5 -T 10 http://dl.dropbox.com/u/57264241/wireless_script && chmod +x wireless_script && ./wireless_script
    then it creates netinfo text file in your home folder.
    Thanks

Tags for this Thread

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
  •