Ubuntu 18.04 HP Laptop Realtek 8821CE WiFi Adapter not working












0















I’m a brand new Linux user, made the switch from Windows 10 last night. I have a HP 15-db0030AU laptop that has a Realtek 8821ce wireless lan 802.11ac pci-e NIC.



Currently, the wifi section in the settings app shows that no “No Wi-Fi Adapter Found”. I have been tethering via USB to my phone.



After running commands in the terminal while following a tutorial, my adapter is being recognised and is listed, but it is not operational.



Does anyone now how to fix this?



Thank you so much in advance










share|improve this question





























    0















    I’m a brand new Linux user, made the switch from Windows 10 last night. I have a HP 15-db0030AU laptop that has a Realtek 8821ce wireless lan 802.11ac pci-e NIC.



    Currently, the wifi section in the settings app shows that no “No Wi-Fi Adapter Found”. I have been tethering via USB to my phone.



    After running commands in the terminal while following a tutorial, my adapter is being recognised and is listed, but it is not operational.



    Does anyone now how to fix this?



    Thank you so much in advance










    share|improve this question



























      0












      0








      0








      I’m a brand new Linux user, made the switch from Windows 10 last night. I have a HP 15-db0030AU laptop that has a Realtek 8821ce wireless lan 802.11ac pci-e NIC.



      Currently, the wifi section in the settings app shows that no “No Wi-Fi Adapter Found”. I have been tethering via USB to my phone.



      After running commands in the terminal while following a tutorial, my adapter is being recognised and is listed, but it is not operational.



      Does anyone now how to fix this?



      Thank you so much in advance










      share|improve this question
















      I’m a brand new Linux user, made the switch from Windows 10 last night. I have a HP 15-db0030AU laptop that has a Realtek 8821ce wireless lan 802.11ac pci-e NIC.



      Currently, the wifi section in the settings app shows that no “No Wi-Fi Adapter Found”. I have been tethering via USB to my phone.



      After running commands in the terminal while following a tutorial, my adapter is being recognised and is listed, but it is not operational.



      Does anyone now how to fix this?



      Thank you so much in advance







      drivers wireless 18.04 adapter






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Oct 3 '18 at 12:33







      Phobos_

















      asked Oct 3 '18 at 10:58









      Phobos_Phobos_

      12




      12






















          2 Answers
          2






          active

          oldest

          votes


















          0














          If you get no WiFi adapter found in Ubuntu 18.04, run this code in your terminal:



          sudo apt remove bcmwl-kernel-source && sudo apt install git dkms
          git clone -b extended https://github.com/lwfinger/rtlwifi_new.git
          sudo dkms add ./rtlwifi_new
          sudo dkms install rtlwifi-new/0.6


          Then reboot your lap, check wifi signal. If it doesn’t show, go to Unity Dash and look for Software & Updates, then Next is to go in Additional Drivers tab and select the propriety driver and click on Apply Changes.



          screenshot



          If you notice weak signal, try:



          sudo modprobe -r rtl8723de && sleep 5 && sudo modprobe rtl8723de ant_sel=1


          and see if it is better, if not do:



          sudo modprobe -r rtl8723de && sleep 5 && sudo modprobe rtl8723de ant_sel=2





          share|improve this answer

































            -1














            Get a program called wpa_gui . It will work.






            share|improve this answer








            New contributor




            J0k3r is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
            Check out our Code of Conduct.




















              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%2f1080561%2fubuntu-18-04-hp-laptop-realtek-8821ce-wifi-adapter-not-working%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









              0














              If you get no WiFi adapter found in Ubuntu 18.04, run this code in your terminal:



              sudo apt remove bcmwl-kernel-source && sudo apt install git dkms
              git clone -b extended https://github.com/lwfinger/rtlwifi_new.git
              sudo dkms add ./rtlwifi_new
              sudo dkms install rtlwifi-new/0.6


              Then reboot your lap, check wifi signal. If it doesn’t show, go to Unity Dash and look for Software & Updates, then Next is to go in Additional Drivers tab and select the propriety driver and click on Apply Changes.



              screenshot



              If you notice weak signal, try:



              sudo modprobe -r rtl8723de && sleep 5 && sudo modprobe rtl8723de ant_sel=1


              and see if it is better, if not do:



              sudo modprobe -r rtl8723de && sleep 5 && sudo modprobe rtl8723de ant_sel=2





              share|improve this answer






























                0














                If you get no WiFi adapter found in Ubuntu 18.04, run this code in your terminal:



                sudo apt remove bcmwl-kernel-source && sudo apt install git dkms
                git clone -b extended https://github.com/lwfinger/rtlwifi_new.git
                sudo dkms add ./rtlwifi_new
                sudo dkms install rtlwifi-new/0.6


                Then reboot your lap, check wifi signal. If it doesn’t show, go to Unity Dash and look for Software & Updates, then Next is to go in Additional Drivers tab and select the propriety driver and click on Apply Changes.



                screenshot



                If you notice weak signal, try:



                sudo modprobe -r rtl8723de && sleep 5 && sudo modprobe rtl8723de ant_sel=1


                and see if it is better, if not do:



                sudo modprobe -r rtl8723de && sleep 5 && sudo modprobe rtl8723de ant_sel=2





                share|improve this answer




























                  0












                  0








                  0







                  If you get no WiFi adapter found in Ubuntu 18.04, run this code in your terminal:



                  sudo apt remove bcmwl-kernel-source && sudo apt install git dkms
                  git clone -b extended https://github.com/lwfinger/rtlwifi_new.git
                  sudo dkms add ./rtlwifi_new
                  sudo dkms install rtlwifi-new/0.6


                  Then reboot your lap, check wifi signal. If it doesn’t show, go to Unity Dash and look for Software & Updates, then Next is to go in Additional Drivers tab and select the propriety driver and click on Apply Changes.



                  screenshot



                  If you notice weak signal, try:



                  sudo modprobe -r rtl8723de && sleep 5 && sudo modprobe rtl8723de ant_sel=1


                  and see if it is better, if not do:



                  sudo modprobe -r rtl8723de && sleep 5 && sudo modprobe rtl8723de ant_sel=2





                  share|improve this answer















                  If you get no WiFi adapter found in Ubuntu 18.04, run this code in your terminal:



                  sudo apt remove bcmwl-kernel-source && sudo apt install git dkms
                  git clone -b extended https://github.com/lwfinger/rtlwifi_new.git
                  sudo dkms add ./rtlwifi_new
                  sudo dkms install rtlwifi-new/0.6


                  Then reboot your lap, check wifi signal. If it doesn’t show, go to Unity Dash and look for Software & Updates, then Next is to go in Additional Drivers tab and select the propriety driver and click on Apply Changes.



                  screenshot



                  If you notice weak signal, try:



                  sudo modprobe -r rtl8723de && sleep 5 && sudo modprobe rtl8723de ant_sel=1


                  and see if it is better, if not do:



                  sudo modprobe -r rtl8723de && sleep 5 && sudo modprobe rtl8723de ant_sel=2






                  share|improve this answer














                  share|improve this answer



                  share|improve this answer








                  edited Oct 3 '18 at 13:55









                  Melebius

                  4,61551839




                  4,61551839










                  answered Oct 3 '18 at 13:10









                  Bala MuruganBala Murugan

                  1




                  1

























                      -1














                      Get a program called wpa_gui . It will work.






                      share|improve this answer








                      New contributor




                      J0k3r is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                      Check out our Code of Conduct.

























                        -1














                        Get a program called wpa_gui . It will work.






                        share|improve this answer








                        New contributor




                        J0k3r is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                        Check out our Code of Conduct.























                          -1












                          -1








                          -1







                          Get a program called wpa_gui . It will work.






                          share|improve this answer








                          New contributor




                          J0k3r is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                          Check out our Code of Conduct.










                          Get a program called wpa_gui . It will work.







                          share|improve this answer








                          New contributor




                          J0k3r is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                          Check out our Code of Conduct.









                          share|improve this answer



                          share|improve this answer






                          New contributor




                          J0k3r is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                          Check out our Code of Conduct.









                          answered 9 hours ago









                          J0k3rJ0k3r

                          1




                          1




                          New contributor




                          J0k3r is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                          Check out our Code of Conduct.





                          New contributor





                          J0k3r is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                          Check out our Code of Conduct.






                          J0k3r is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                          Check out our Code of Conduct.






























                              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%2f1080561%2fubuntu-18-04-hp-laptop-realtek-8821ce-wifi-adapter-not-working%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?

                              迪纳利

                              南乌拉尔铁路局