Linksys WUSB 6300 Wireless Adapter Keeps Disconnecting on Ubuntu 16.04












1















I followed instruction on this post to install the driver. The wifi adapter seems to be working. However, it keeps dropping wifi connections and re-connecting every few minutes.



My machine has dual boots, Ubuntu 16.04 & Windows 10. And Windows 10 never drops the wifi. Doesn't seem to be the adapter or my home wifi issue.










share|improve this question



























    1















    I followed instruction on this post to install the driver. The wifi adapter seems to be working. However, it keeps dropping wifi connections and re-connecting every few minutes.



    My machine has dual boots, Ubuntu 16.04 & Windows 10. And Windows 10 never drops the wifi. Doesn't seem to be the adapter or my home wifi issue.










    share|improve this question

























      1












      1








      1








      I followed instruction on this post to install the driver. The wifi adapter seems to be working. However, it keeps dropping wifi connections and re-connecting every few minutes.



      My machine has dual boots, Ubuntu 16.04 & Windows 10. And Windows 10 never drops the wifi. Doesn't seem to be the adapter or my home wifi issue.










      share|improve this question














      I followed instruction on this post to install the driver. The wifi adapter seems to be working. However, it keeps dropping wifi connections and re-connecting every few minutes.



      My machine has dual boots, Ubuntu 16.04 & Windows 10. And Windows 10 never drops the wifi. Doesn't seem to be the adapter or my home wifi issue.







      networking drivers wireless realtek-wireless






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Jan 29 '18 at 6:22









      Bo FuBo Fu

      62




      62






















          2 Answers
          2






          active

          oldest

          votes


















          1














          The following worked for me on Ubuntu 16.04:



          sudo apt-get install linux-headers-$(uname -r) build-essential git

          git clone https://github.com/zebulon2/rtl8812AU-driver-5.2.9

          sudo dpkg -i gord-rtl8812au-dkms_1.0-13_amd64.deb


          Or install with gdebi package installer






          share|improve this answer


























          • This gave me ERROR (dkms apport): kernel package linux-headers-4.20.8-042008-generic is not supported. I can't downgrade the kernel because then proper support for my i7 9700k fails.

            – Deleet
            yesterday



















          0














          Previous answer was outdated due to kernel updates. This solution works for Mint 19.1 based on Ubuntu 18.04 with kernel version 4.20.8.



          sudo apt-get install linux-headers-$(uname -r) build-essential git

          git clone https://github.com/gordboy/rtl8812au

          cd rtl8812au

          make
          sudo make install


          If you are using NetworkManager (default in Mint) need to add this to /etc/NetworkManager/NetworkManager.conf (might be present by default, mine was)



          [device]
          wifi.scan-rand-mac-address=no


          Then restart.






          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',
            autoActivateHeartbeat: false,
            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%2f1000882%2flinksys-wusb-6300-wireless-adapter-keeps-disconnecting-on-ubuntu-16-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









            1














            The following worked for me on Ubuntu 16.04:



            sudo apt-get install linux-headers-$(uname -r) build-essential git

            git clone https://github.com/zebulon2/rtl8812AU-driver-5.2.9

            sudo dpkg -i gord-rtl8812au-dkms_1.0-13_amd64.deb


            Or install with gdebi package installer






            share|improve this answer


























            • This gave me ERROR (dkms apport): kernel package linux-headers-4.20.8-042008-generic is not supported. I can't downgrade the kernel because then proper support for my i7 9700k fails.

              – Deleet
              yesterday
















            1














            The following worked for me on Ubuntu 16.04:



            sudo apt-get install linux-headers-$(uname -r) build-essential git

            git clone https://github.com/zebulon2/rtl8812AU-driver-5.2.9

            sudo dpkg -i gord-rtl8812au-dkms_1.0-13_amd64.deb


            Or install with gdebi package installer






            share|improve this answer


























            • This gave me ERROR (dkms apport): kernel package linux-headers-4.20.8-042008-generic is not supported. I can't downgrade the kernel because then proper support for my i7 9700k fails.

              – Deleet
              yesterday














            1












            1








            1







            The following worked for me on Ubuntu 16.04:



            sudo apt-get install linux-headers-$(uname -r) build-essential git

            git clone https://github.com/zebulon2/rtl8812AU-driver-5.2.9

            sudo dpkg -i gord-rtl8812au-dkms_1.0-13_amd64.deb


            Or install with gdebi package installer






            share|improve this answer















            The following worked for me on Ubuntu 16.04:



            sudo apt-get install linux-headers-$(uname -r) build-essential git

            git clone https://github.com/zebulon2/rtl8812AU-driver-5.2.9

            sudo dpkg -i gord-rtl8812au-dkms_1.0-13_amd64.deb


            Or install with gdebi package installer







            share|improve this answer














            share|improve this answer



            share|improve this answer








            edited Apr 23 '18 at 16:13









            NerdOfLinux

            1,6841937




            1,6841937










            answered Apr 23 '18 at 15:26









            Animo11Animo11

            112




            112













            • This gave me ERROR (dkms apport): kernel package linux-headers-4.20.8-042008-generic is not supported. I can't downgrade the kernel because then proper support for my i7 9700k fails.

              – Deleet
              yesterday



















            • This gave me ERROR (dkms apport): kernel package linux-headers-4.20.8-042008-generic is not supported. I can't downgrade the kernel because then proper support for my i7 9700k fails.

              – Deleet
              yesterday

















            This gave me ERROR (dkms apport): kernel package linux-headers-4.20.8-042008-generic is not supported. I can't downgrade the kernel because then proper support for my i7 9700k fails.

            – Deleet
            yesterday





            This gave me ERROR (dkms apport): kernel package linux-headers-4.20.8-042008-generic is not supported. I can't downgrade the kernel because then proper support for my i7 9700k fails.

            – Deleet
            yesterday













            0














            Previous answer was outdated due to kernel updates. This solution works for Mint 19.1 based on Ubuntu 18.04 with kernel version 4.20.8.



            sudo apt-get install linux-headers-$(uname -r) build-essential git

            git clone https://github.com/gordboy/rtl8812au

            cd rtl8812au

            make
            sudo make install


            If you are using NetworkManager (default in Mint) need to add this to /etc/NetworkManager/NetworkManager.conf (might be present by default, mine was)



            [device]
            wifi.scan-rand-mac-address=no


            Then restart.






            share|improve this answer




























              0














              Previous answer was outdated due to kernel updates. This solution works for Mint 19.1 based on Ubuntu 18.04 with kernel version 4.20.8.



              sudo apt-get install linux-headers-$(uname -r) build-essential git

              git clone https://github.com/gordboy/rtl8812au

              cd rtl8812au

              make
              sudo make install


              If you are using NetworkManager (default in Mint) need to add this to /etc/NetworkManager/NetworkManager.conf (might be present by default, mine was)



              [device]
              wifi.scan-rand-mac-address=no


              Then restart.






              share|improve this answer


























                0












                0








                0







                Previous answer was outdated due to kernel updates. This solution works for Mint 19.1 based on Ubuntu 18.04 with kernel version 4.20.8.



                sudo apt-get install linux-headers-$(uname -r) build-essential git

                git clone https://github.com/gordboy/rtl8812au

                cd rtl8812au

                make
                sudo make install


                If you are using NetworkManager (default in Mint) need to add this to /etc/NetworkManager/NetworkManager.conf (might be present by default, mine was)



                [device]
                wifi.scan-rand-mac-address=no


                Then restart.






                share|improve this answer













                Previous answer was outdated due to kernel updates. This solution works for Mint 19.1 based on Ubuntu 18.04 with kernel version 4.20.8.



                sudo apt-get install linux-headers-$(uname -r) build-essential git

                git clone https://github.com/gordboy/rtl8812au

                cd rtl8812au

                make
                sudo make install


                If you are using NetworkManager (default in Mint) need to add this to /etc/NetworkManager/NetworkManager.conf (might be present by default, mine was)



                [device]
                wifi.scan-rand-mac-address=no


                Then restart.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered 10 hours ago









                DeleetDeleet

                1307




                1307






























                    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.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function () {
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1000882%2flinksys-wusb-6300-wireless-adapter-keeps-disconnecting-on-ubuntu-16-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

                    How did Captain America manage to do this?

                    迪纳利

                    南乌拉尔铁路局