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;
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?
wireless kubuntu
add a comment
|
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?
wireless kubuntu
add a comment
|
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?
wireless kubuntu
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)
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)
wireless kubuntu
wireless kubuntu
edited Oct 1 at 23:18
Angel
asked Oct 1 at 23:04
AngelAngel
1514 bronze badges
1514 bronze badges
add a comment
|
add a comment
|
1 Answer
1
active
oldest
votes
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.
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
add a comment
|
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
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.
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
add a comment
|
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.
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
add a comment
|
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.
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.
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
add a comment
|
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
add a comment
|