Hi. Here I bring you three ways to solve the problem of wi-fi in Deepin. Specifically on Realtek models.
Wifi card Realtek rtl8723be and other models
Solution 1: Using the Roopansh Bansal script (only forrtl8723be)
To carry out this solution, open a terminal and perform the steps indicated below.
- Clone the official repository of the script
git clone https://github.com/roopansh/rtl8723be_wifi
- Go to the directory where the repository was cloned
cd rtl8723be_wifi
- Run the following command, to start the solution installation.
bash rtl8723be.sh
- Restart your computer and start enjoying the stability of your Realtek rtl8723be card.
Solution 2: Using Stacer (All Realtek Models)
- You must install Stacer from Deepin Store
- We open Stacer and go to the second option, then we select Add applications to Start.
- Name of the application without the quotes: «
Wifi
« - Application comment without quotes: «
Solución del wifi
« - Command, we add the following without the quotes: «
modprobe -r rtl8723be && modprobe rtl8723be ant_sel=1 fwlps=N
«
4. Save and ready
5. If you use another wifi card you just have to change: «rtl8723be
»By the model of your wifi card.
Example: modprobe -r rtl8192u && modprobe rtl8192u ant_sel=1 fwlps=N
In this case I am using the Card: RTL8192U (Model names are lowercase in command).
All models Realtek (RTL8188CE, RTL8188CUS, RTL8188DE, RTL8188EE, RTL8188ETV, RTL8188EU, RTL8188SU, RTL8191SE, RTL8191SU, RTL8192CE, RTL8192CU, RTL8192DE, RTL8192E, RTL8192EE, RTL8192SE, RTL8192SU, RTL8192U, RTL8723AE, RTL8723AU, RTL8723BE, RTL8812AE, RTL8821AE).
Solution 3: With a single command
Using the model name of your wifi.
- We open the Deepin terminal and execute the following command:
echo "options rtl8723be fwlps=0" | sudo tee /etc/modprobe.d/rtl8723be.conf
- In this case I'm using "
rtl8723be
«, If you want to use another model you just have to change it.
Example:echo "options rtl8192u fwlps=0" | sudo tee /etc/modprobe.d/rtl8192u.conf
In this case I'm using:RTL8192U
I hope this is all helpful to you. Cheers!! By Alejandro Camarena
Hello, none of those methods worked for me, but I found another in case someone would find it useful. Greetings.
https://forums.linuxmint.com/viewtopic.php?f=53&t=204172&hilit=Rtl8723be&start=80#p1286298
We're glad you could fix it. Thanks for commenting and as soon as possible we will add the alternative you show.
Thank you very much, this method worked for me too. @rosario garnelo ten
Thanks, the wifi did not work at all and with this it was.
Have you checked the wiki page? It is updated https://xn--deepinenespaol-1nb.org/wiki/drivers-controladores/reparar-y-reinstalar-conexiones-wifi / "rel =" nofollow ugc "> the list of drivers Thanks for the message.
Before doing a "sudo apt-get dist-upgrade" method one worked for me. After that update, method three worked for me as you show it.
I have a Realtek rtl8723be Wifi Card.
Thank you!!!!!!!!!!!!
Hello
Israel BorgesWell, it worked well for you. Welcome to the forum!
After updating to version 15.6 again I had the same problem with my wifi card. Now the methods presented here did not work for me. What worked for me this time was this: https://askubuntu.com/questions/717685/realtek-rtl8723be-doesnt-have-good-reception
Thanks for the note. The information will be updated in https://xn--deepinenespaol-1nb.org/wiki/drivers-controladores/reparar-y-reinstalar-conexiones-wifi / "rel =" nofollow ugc "> the list of drivers from the wiki.
Super useful, many people will benefit, thank you.
I have this Intel® Dual Band Wireless-AC 3160 wireless card, would you help me with this tutorial?
The tutorial is focused on Realtek Wifi cards. But here is the link for your wifi card: https://www.intel.la/content/www/xl/es/support/articles/000005511/network-and-io/wireless-networking.html
Annotated for the wiki. Thanks Alejandro.