RTL8723DE Working with signal, but never connects [duplicate]Wi-Fi speed on my laptop with RTL8723DE is a bit slow and its range is also very low, what to do?MSI ST 12 Laptop Wirless drive RT8723AE doesn't find any nearby routersRealtek driver RTL8723BE not working in Ubuntu 16.04 (kernel 4.4)Wifi not working on Realtek rtl8723be wifi adapterOld Toshiba laptop freezes after connecting to wifi; ethernet works fine (Ubuntu 14.04.5 LTS)Wifi Signal Weak Ubuntu 18.04wifi “network DISABLED” device not ready

receive money without other having to set up account

What bit should I use to drill a two inch hole in a solid concrete wall?

Who is the controller of an Aura when the creature it enchants is stolen?

This new puzzle type needs a name

What license do I use when I don't want stock image companies charging people money for photos?

Resources for Learning Multiplication Facts

Any reason not to use global lambdas?

Pass on your radiation

Should I share these documents with my ex manager?

Is the weight of the aircraft flying in the sky transferred to the ground?

I filled the crucial gap; co-authors did the rest–who should be first author?

Is Two-Weapon Fighting the only way for a Horizon Walker ranger to use the Distant Strike feature to attack two different creatures?

What is the PDF for the minimum difference between a random number and a set of random numbers

Is it wrong to say "what an irony is"?

Can I use baking powder in place of baking soda for dipping pretzels?

Footnote with same symbol for different authors

Allowing comments in interactive zsh commands

How does the bypass air provide thrust?

As of 2019, why do mountaineering courses still teach how to use a paper maps?

Can a public school in the USA force a 14yr old to create a Twitter account for a passing grade?

Could a German insult Hitler without being arrested?

How to explain my complicated family background to people that I don't know very well?

Security implication if android app can be installed on emulator

Which was the first story to feature force fields?



RTL8723DE Working with signal, but never connects [duplicate]


Wi-Fi speed on my laptop with RTL8723DE is a bit slow and its range is also very low, what to do?MSI ST 12 Laptop Wirless drive RT8723AE doesn't find any nearby routersRealtek driver RTL8723BE not working in Ubuntu 16.04 (kernel 4.4)Wifi not working on Realtek rtl8723be wifi adapterOld Toshiba laptop freezes after connecting to wifi; ethernet works fine (Ubuntu 14.04.5 LTS)Wifi Signal Weak Ubuntu 18.04wifi “network DISABLED” device not ready






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;









5


















I have signal, but wifi never connects. I use kubuntu 19.04. I tried to follow this steps.



git clone -b extended https://github.com/lwfinger/rtlwifi_new.git

sudo dkms add ./rtlwifi_new

sudo dkms install rtlwifi-new/0.6


And works to show my wifi icon, but I`cant connect (obviusly I put my password).



Then I tried:



sudo modprobe -r rtl8723de && sudo modprobe rtl8723de


But nothing.



What hapend whit this wifi card? Why is so hard to configure?










share|improve this question

































    5


















    I have signal, but wifi never connects. I use kubuntu 19.04. I tried to follow this steps.



    git clone -b extended https://github.com/lwfinger/rtlwifi_new.git

    sudo dkms add ./rtlwifi_new

    sudo dkms install rtlwifi-new/0.6


    And works to show my wifi icon, but I`cant connect (obviusly I put my password).



    Then I tried:



    sudo modprobe -r rtl8723de && sudo modprobe rtl8723de


    But nothing.



    What hapend whit this wifi card? Why is so hard to configure?










    share|improve this question





























      5













      5









      5


      2






      I have signal, but wifi never connects. I use kubuntu 19.04. I tried to follow this steps.



      git clone -b extended https://github.com/lwfinger/rtlwifi_new.git

      sudo dkms add ./rtlwifi_new

      sudo dkms install rtlwifi-new/0.6


      And works to show my wifi icon, but I`cant connect (obviusly I put my password).



      Then I tried:



      sudo modprobe -r rtl8723de && sudo modprobe rtl8723de


      But nothing.



      What hapend whit this wifi card? Why is so hard to configure?










      share|improve this question
















      I have signal, but wifi never connects. I use kubuntu 19.04. I tried to follow this steps.



      git clone -b extended https://github.com/lwfinger/rtlwifi_new.git

      sudo dkms add ./rtlwifi_new

      sudo dkms install rtlwifi-new/0.6


      And works to show my wifi icon, but I`cant connect (obviusly I put my password).



      Then I tried:



      sudo modprobe -r rtl8723de && sudo modprobe rtl8723de


      But nothing.



      What hapend whit this wifi card? Why is so hard to configure?








      This question already has an answer here:





      Wi-Fi speed on my laptop with RTL8723DE is a bit slow and its range is also very low, what to do?

      (1 answer)


      Closed 2 months ago.






      This question already has an answer here:







      This question already has an answer here:





      This question already has an answer here:




      Wi-Fi speed on my laptop with RTL8723DE is a bit slow and its range is also very low, what to do?

      (1 answer)



      Closed 2 months ago.





      wireless kubuntu






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Oct 1 at 23:18







      Angel

















      asked Oct 1 at 23:04









      AngelAngel

      1514 bronze badges




      1514 bronze badges























          1 Answer
          1






          active

          oldest

          votes


















          9



















          Run in a terminal



          sudo tee /etc/modprobe.d/rtl8723de.conf <<< "options rtl8723de ant_sel=2"


          and reboot.



          If this doesn't help, try ant_sel=1.



          Your laptop has only one wireless antenna connected to the wireless adapter. The adapter is designed to work with one or two antennas.



          Auto selection of antennas doesn't work in Linux drivers. So you need to tell the driver which antenna is in use.



          If a wrong one is selected, you have very low signal. The adapter can see access points, but the signal is not enough to connect.



          This command creates a config file that sets the antenna 2 to be in use.






          share|improve this answer






















          • 1





            Perfect!. Is working!. So, why I need to do this?

            – Angel
            Oct 1 at 23:15






          • 1





            I'll add an explanation.

            – Pilot6
            Oct 1 at 23:15


















          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          9



















          Run in a terminal



          sudo tee /etc/modprobe.d/rtl8723de.conf <<< "options rtl8723de ant_sel=2"


          and reboot.



          If this doesn't help, try ant_sel=1.



          Your laptop has only one wireless antenna connected to the wireless adapter. The adapter is designed to work with one or two antennas.



          Auto selection of antennas doesn't work in Linux drivers. So you need to tell the driver which antenna is in use.



          If a wrong one is selected, you have very low signal. The adapter can see access points, but the signal is not enough to connect.



          This command creates a config file that sets the antenna 2 to be in use.






          share|improve this answer






















          • 1





            Perfect!. Is working!. So, why I need to do this?

            – Angel
            Oct 1 at 23:15






          • 1





            I'll add an explanation.

            – Pilot6
            Oct 1 at 23:15















          9



















          Run in a terminal



          sudo tee /etc/modprobe.d/rtl8723de.conf <<< "options rtl8723de ant_sel=2"


          and reboot.



          If this doesn't help, try ant_sel=1.



          Your laptop has only one wireless antenna connected to the wireless adapter. The adapter is designed to work with one or two antennas.



          Auto selection of antennas doesn't work in Linux drivers. So you need to tell the driver which antenna is in use.



          If a wrong one is selected, you have very low signal. The adapter can see access points, but the signal is not enough to connect.



          This command creates a config file that sets the antenna 2 to be in use.






          share|improve this answer






















          • 1





            Perfect!. Is working!. So, why I need to do this?

            – Angel
            Oct 1 at 23:15






          • 1





            I'll add an explanation.

            – Pilot6
            Oct 1 at 23:15













          9















          9











          9









          Run in a terminal



          sudo tee /etc/modprobe.d/rtl8723de.conf <<< "options rtl8723de ant_sel=2"


          and reboot.



          If this doesn't help, try ant_sel=1.



          Your laptop has only one wireless antenna connected to the wireless adapter. The adapter is designed to work with one or two antennas.



          Auto selection of antennas doesn't work in Linux drivers. So you need to tell the driver which antenna is in use.



          If a wrong one is selected, you have very low signal. The adapter can see access points, but the signal is not enough to connect.



          This command creates a config file that sets the antenna 2 to be in use.






          share|improve this answer
















          Run in a terminal



          sudo tee /etc/modprobe.d/rtl8723de.conf <<< "options rtl8723de ant_sel=2"


          and reboot.



          If this doesn't help, try ant_sel=1.



          Your laptop has only one wireless antenna connected to the wireless adapter. The adapter is designed to work with one or two antennas.



          Auto selection of antennas doesn't work in Linux drivers. So you need to tell the driver which antenna is in use.



          If a wrong one is selected, you have very low signal. The adapter can see access points, but the signal is not enough to connect.



          This command creates a config file that sets the antenna 2 to be in use.







          share|improve this answer















          share|improve this answer




          share|improve this answer








          edited Oct 1 at 23:19

























          answered Oct 1 at 23:08









          Pilot6Pilot6

          60.7k19 gold badges131 silver badges216 bronze badges




          60.7k19 gold badges131 silver badges216 bronze badges










          • 1





            Perfect!. Is working!. So, why I need to do this?

            – Angel
            Oct 1 at 23:15






          • 1





            I'll add an explanation.

            – Pilot6
            Oct 1 at 23:15












          • 1





            Perfect!. Is working!. So, why I need to do this?

            – Angel
            Oct 1 at 23:15






          • 1





            I'll add an explanation.

            – Pilot6
            Oct 1 at 23:15







          1




          1





          Perfect!. Is working!. So, why I need to do this?

          – Angel
          Oct 1 at 23:15





          Perfect!. Is working!. So, why I need to do this?

          – Angel
          Oct 1 at 23:15




          1




          1





          I'll add an explanation.

          – Pilot6
          Oct 1 at 23:15





          I'll add an explanation.

          – Pilot6
          Oct 1 at 23:15



          Popular posts from this blog

          Tamil (spriik) Luke uk diar | Nawigatjuun

          Align equal signs while including text over equalitiesAMS align: left aligned text/math plus multicolumn alignmentMultiple alignmentsAligning equations in multiple placesNumbering and aligning an equation with multiple columnsHow to align one equation with another multline equationUsing \ in environments inside the begintabularxNumber equations and preserving alignment of equal signsHow can I align equations to the left and to the right?Double equation alignment problem within align enviromentAligned within align: Why are they right-aligned?

          Where does the image of a data connector as a sharp metal spike originate from?Where does the concept of infected people turning into zombies only after death originate from?Where does the motif of a reanimated human head originate?Where did the notion that Dragons could speak originate?Where does the archetypal image of the 'Grey' alien come from?Where did the suffix '-Man' originate?Where does the notion of being injured or killed by an illusion originate?Where did the term “sophont” originate?Where does the trope of magic spells being driven by advanced technology originate from?Where did the term “the living impaired” originate?