SLow wifi since updating to 18.04











up vote
9
down vote

favorite
6














Hi everyone



I've had some weird internet since upgrading.



first of all my wifi USB dongle stopped working so i thought it was broken, i replaced it and was getting speeds of under 1 mbps.



Since then I have had very poor download speeds, and surfing has been a bit hit and miss with some sites loading instantly, and others crawling. everything was fine using the same hardware on 16.04



what can i do to speed things up?



thanks










share|improve this question






















  • Hi Syteanric, can you add some more information to your question? 1) The output of dmesg | grep Linux 2) The output of lshw -C network 3) The output of lsusb
    – Hee Jin
    Apr 29 at 16:31















up vote
9
down vote

favorite
6














Hi everyone



I've had some weird internet since upgrading.



first of all my wifi USB dongle stopped working so i thought it was broken, i replaced it and was getting speeds of under 1 mbps.



Since then I have had very poor download speeds, and surfing has been a bit hit and miss with some sites loading instantly, and others crawling. everything was fine using the same hardware on 16.04



what can i do to speed things up?



thanks










share|improve this question






















  • Hi Syteanric, can you add some more information to your question? 1) The output of dmesg | grep Linux 2) The output of lshw -C network 3) The output of lsusb
    – Hee Jin
    Apr 29 at 16:31













up vote
9
down vote

favorite
6









up vote
9
down vote

favorite
6






6







Hi everyone



I've had some weird internet since upgrading.



first of all my wifi USB dongle stopped working so i thought it was broken, i replaced it and was getting speeds of under 1 mbps.



Since then I have had very poor download speeds, and surfing has been a bit hit and miss with some sites loading instantly, and others crawling. everything was fine using the same hardware on 16.04



what can i do to speed things up?



thanks










share|improve this question















Hi everyone



I've had some weird internet since upgrading.



first of all my wifi USB dongle stopped working so i thought it was broken, i replaced it and was getting speeds of under 1 mbps.



Since then I have had very poor download speeds, and surfing has been a bit hit and miss with some sites loading instantly, and others crawling. everything was fine using the same hardware on 16.04



what can i do to speed things up?



thanks







networking wireless internet






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Apr 29 at 14:38









Syteanric

4612




4612












  • Hi Syteanric, can you add some more information to your question? 1) The output of dmesg | grep Linux 2) The output of lshw -C network 3) The output of lsusb
    – Hee Jin
    Apr 29 at 16:31


















  • Hi Syteanric, can you add some more information to your question? 1) The output of dmesg | grep Linux 2) The output of lshw -C network 3) The output of lsusb
    – Hee Jin
    Apr 29 at 16:31
















Hi Syteanric, can you add some more information to your question? 1) The output of dmesg | grep Linux 2) The output of lshw -C network 3) The output of lsusb
– Hee Jin
Apr 29 at 16:31




Hi Syteanric, can you add some more information to your question? 1) The output of dmesg | grep Linux 2) The output of lshw -C network 3) The output of lsusb
– Hee Jin
Apr 29 at 16:31










2 Answers
2






active

oldest

votes

















up vote
8
down vote













I just fixed this on ubuntu 18.04 - turns out there is some kind of issue with 802.11n and iwlwifi Intel chips. The solution is to turn it off.

Check if it works first with:



sudo modprobe -r iwlwifi

sudo modprobe iwlwifi 11n_disable=1


Make it permanent with this command:



echo "options iwlwifi 11n_disable=1" | sudo tee /etc/modprobe.d/iwlwifi.conf


I did this and my wifi speeds instantly went back to normal.






share|improve this answer





















  • Worked for me, thanks!
    – eskararriba
    Jun 22 at 8:12










  • This disables support for n-band wireless connections, correct? That should be noted in this answer if so. wiki.debian.org/iwlwifi
    – ckeeney
    Aug 21 at 17:04




















up vote
0
down vote














I just fixed this on ubuntu 18.04 - turns out there is some kind of issue with 802.11n and iwlwifi Intel chips.




That's for sure 8-) ! With a Advanced-N 6200 in a computer I just picked up, I was getting freezes (no LEDs so I don't know if the kernel paniced..) within a minute or two once I started rsync'ing some files over. 11n_disable=1 solved this for me.



Update: Actually I had freezes with 11n_disable=1 also; I popped my case open and found the card was not fully seated!






share|improve this answer























    Your Answer








    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "89"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1029723%2fslow-wifi-since-updating-to-18-04%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    2 Answers
    2






    active

    oldest

    votes








    2 Answers
    2






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    8
    down vote













    I just fixed this on ubuntu 18.04 - turns out there is some kind of issue with 802.11n and iwlwifi Intel chips. The solution is to turn it off.

    Check if it works first with:



    sudo modprobe -r iwlwifi

    sudo modprobe iwlwifi 11n_disable=1


    Make it permanent with this command:



    echo "options iwlwifi 11n_disable=1" | sudo tee /etc/modprobe.d/iwlwifi.conf


    I did this and my wifi speeds instantly went back to normal.






    share|improve this answer





















    • Worked for me, thanks!
      – eskararriba
      Jun 22 at 8:12










    • This disables support for n-band wireless connections, correct? That should be noted in this answer if so. wiki.debian.org/iwlwifi
      – ckeeney
      Aug 21 at 17:04

















    up vote
    8
    down vote













    I just fixed this on ubuntu 18.04 - turns out there is some kind of issue with 802.11n and iwlwifi Intel chips. The solution is to turn it off.

    Check if it works first with:



    sudo modprobe -r iwlwifi

    sudo modprobe iwlwifi 11n_disable=1


    Make it permanent with this command:



    echo "options iwlwifi 11n_disable=1" | sudo tee /etc/modprobe.d/iwlwifi.conf


    I did this and my wifi speeds instantly went back to normal.






    share|improve this answer





















    • Worked for me, thanks!
      – eskararriba
      Jun 22 at 8:12










    • This disables support for n-band wireless connections, correct? That should be noted in this answer if so. wiki.debian.org/iwlwifi
      – ckeeney
      Aug 21 at 17:04















    up vote
    8
    down vote










    up vote
    8
    down vote









    I just fixed this on ubuntu 18.04 - turns out there is some kind of issue with 802.11n and iwlwifi Intel chips. The solution is to turn it off.

    Check if it works first with:



    sudo modprobe -r iwlwifi

    sudo modprobe iwlwifi 11n_disable=1


    Make it permanent with this command:



    echo "options iwlwifi 11n_disable=1" | sudo tee /etc/modprobe.d/iwlwifi.conf


    I did this and my wifi speeds instantly went back to normal.






    share|improve this answer












    I just fixed this on ubuntu 18.04 - turns out there is some kind of issue with 802.11n and iwlwifi Intel chips. The solution is to turn it off.

    Check if it works first with:



    sudo modprobe -r iwlwifi

    sudo modprobe iwlwifi 11n_disable=1


    Make it permanent with this command:



    echo "options iwlwifi 11n_disable=1" | sudo tee /etc/modprobe.d/iwlwifi.conf


    I did this and my wifi speeds instantly went back to normal.







    share|improve this answer












    share|improve this answer



    share|improve this answer










    answered May 18 at 2:45









    Ben Warren

    812




    812












    • Worked for me, thanks!
      – eskararriba
      Jun 22 at 8:12










    • This disables support for n-band wireless connections, correct? That should be noted in this answer if so. wiki.debian.org/iwlwifi
      – ckeeney
      Aug 21 at 17:04




















    • Worked for me, thanks!
      – eskararriba
      Jun 22 at 8:12










    • This disables support for n-band wireless connections, correct? That should be noted in this answer if so. wiki.debian.org/iwlwifi
      – ckeeney
      Aug 21 at 17:04


















    Worked for me, thanks!
    – eskararriba
    Jun 22 at 8:12




    Worked for me, thanks!
    – eskararriba
    Jun 22 at 8:12












    This disables support for n-band wireless connections, correct? That should be noted in this answer if so. wiki.debian.org/iwlwifi
    – ckeeney
    Aug 21 at 17:04






    This disables support for n-band wireless connections, correct? That should be noted in this answer if so. wiki.debian.org/iwlwifi
    – ckeeney
    Aug 21 at 17:04














    up vote
    0
    down vote














    I just fixed this on ubuntu 18.04 - turns out there is some kind of issue with 802.11n and iwlwifi Intel chips.




    That's for sure 8-) ! With a Advanced-N 6200 in a computer I just picked up, I was getting freezes (no LEDs so I don't know if the kernel paniced..) within a minute or two once I started rsync'ing some files over. 11n_disable=1 solved this for me.



    Update: Actually I had freezes with 11n_disable=1 also; I popped my case open and found the card was not fully seated!






    share|improve this answer



























      up vote
      0
      down vote














      I just fixed this on ubuntu 18.04 - turns out there is some kind of issue with 802.11n and iwlwifi Intel chips.




      That's for sure 8-) ! With a Advanced-N 6200 in a computer I just picked up, I was getting freezes (no LEDs so I don't know if the kernel paniced..) within a minute or two once I started rsync'ing some files over. 11n_disable=1 solved this for me.



      Update: Actually I had freezes with 11n_disable=1 also; I popped my case open and found the card was not fully seated!






      share|improve this answer

























        up vote
        0
        down vote










        up vote
        0
        down vote










        I just fixed this on ubuntu 18.04 - turns out there is some kind of issue with 802.11n and iwlwifi Intel chips.




        That's for sure 8-) ! With a Advanced-N 6200 in a computer I just picked up, I was getting freezes (no LEDs so I don't know if the kernel paniced..) within a minute or two once I started rsync'ing some files over. 11n_disable=1 solved this for me.



        Update: Actually I had freezes with 11n_disable=1 also; I popped my case open and found the card was not fully seated!






        share|improve this answer















        I just fixed this on ubuntu 18.04 - turns out there is some kind of issue with 802.11n and iwlwifi Intel chips.




        That's for sure 8-) ! With a Advanced-N 6200 in a computer I just picked up, I was getting freezes (no LEDs so I don't know if the kernel paniced..) within a minute or two once I started rsync'ing some files over. 11n_disable=1 solved this for me.



        Update: Actually I had freezes with 11n_disable=1 also; I popped my case open and found the card was not fully seated!







        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited Oct 18 at 19:36

























        answered Oct 16 at 4:24









        user153822

        762




        762






























            draft saved

            draft discarded




















































            Thanks for contributing an answer to Ask Ubuntu!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.





            Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


            Please pay close attention to the following guidance:


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1029723%2fslow-wifi-since-updating-to-18-04%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            flock() on closed filehandle LOCK_FILE at /usr/bin/apt-mirror

            Mangá

             ⁒  ․,‪⁊‑⁙ ⁖, ⁇‒※‌, †,⁖‗‌⁝    ‾‸⁘,‖⁔⁣,⁂‾
”‑,‥–,‬ ,⁀‹⁋‴⁑ ‒ ,‴⁋”‼ ⁨,‷⁔„ ‰′,‐‚ ‥‡‎“‷⁃⁨⁅⁣,⁔
⁇‘⁔⁡⁏⁌⁡‿‶‏⁨ ⁣⁕⁖⁨⁩⁥‽⁀  ‴‬⁜‟ ⁃‣‧⁕‮ …‍⁨‴ ⁩,⁚⁖‫ ,‵ ⁀,‮⁝‣‣ ⁑  ⁂– ․, ‾‽ ‏⁁“⁗‸ ‾… ‹‡⁌⁎‸‘ ‡⁏⁌‪ ‵⁛ ‎⁨ ―⁦⁤⁄⁕