Difference between revisions of "RTL8723DE Driver"

From OnnoWiki
Jump to navigation Jump to search
(Created page with "Sumber: http://ubuntuhandbook.org/index.php/2019/04/nstall-rtl8723de-wifi-driver-ubuntu-19-04/ How to Install RTL8723DE Wifi Driver in Ubuntu 19.04 April 19, 2019 — 69 Co...")
 
Line 1: Line 1:
 
Sumber: http://ubuntuhandbook.org/index.php/2019/04/nstall-rtl8723de-wifi-driver-ubuntu-19-04/
 
Sumber: http://ubuntuhandbook.org/index.php/2019/04/nstall-rtl8723de-wifi-driver-ubuntu-19-04/
 
+
Sumber: https://fostips.com/realtek-wifi-drivers-ubuntu-linux-mint/
  
  
Line 17: Line 17:
 
2. Run command to install some required tools:
 
2. Run command to install some required tools:
  
sudo apt install git build-essential dkms
+
sudo apt install git build-essential dkms
  
 
Type user password (no asterisk feedback due to security reason) when it prompts and hit Enter.
 
Type user password (no asterisk feedback due to security reason) when it prompts and hit Enter.
Line 23: Line 23:
 
3. Now grab the rtlwifi_new codes via command:
 
3. Now grab the rtlwifi_new codes via command:
  
git clone -b extended https://github.com/lwfinger/rtlwifi_new.git
+
git clone -b extended https://github.com/lwfinger/rtlwifi_new.git
  
 
4. Add the source to the tree for builds with DKMS support.
 
4. Add the source to the tree for builds with DKMS support.
  
sudo dkms add ./rtlwifi_new
+
sudo dkms add ./rtlwifi_new
  
 
5. Finally install the drivers via command:
 
5. Finally install the drivers via command:
  
sudo dkms install rtlwifi-new/0.6
+
sudo dkms install rtlwifi-new/0.6
  
 
6. If everything works OK, Wifi should work immediately (it works in my case in Ubuntu 19.04).
 
6. If everything works OK, Wifi should work immediately (it works in my case in Ubuntu 19.04).
Line 37: Line 37:
 
If not, try commands to load the new installed module (rtl8723de in the case):
 
If not, try commands to load the new installed module (rtl8723de in the case):
  
sudo modprobe -r rtl8723de && sudo modprobe rtl8723de
+
sudo modprobe -r rtl8723de && sudo modprobe rtl8723de
  
 
7. And Wifi works after reboot without doing any configuration, at least in my case in Ubuntu 19.04.
 
7. And Wifi works after reboot without doing any configuration, at least in my case in Ubuntu 19.04.
Line 43: Line 43:
 
If not, try command to write it into configuration file (replace 3 to 1, 2 or 4 if signal is weak).
 
If not, try command to write it into configuration file (replace 3 to 1, 2 or 4 if signal is weak).
  
echo "options rtl8723de ant_sel=3" | sudo tee /etc/modprobe.d/rtl8723de.conf
+
echo "options rtl8723de ant_sel=3" | sudo tee /etc/modprobe.d/rtl8723de.conf
  
 
In addition, if you happened to update your system with newest Kernel packages without reboot. You need to reinstall the kernel packages to get the module work after reboot.  
 
In addition, if you happened to update your system with newest Kernel packages without reboot. You need to reinstall the kernel packages to get the module work after reboot.  

Revision as of 05:44, 18 October 2022

Sumber: http://ubuntuhandbook.org/index.php/2019/04/nstall-rtl8723de-wifi-driver-ubuntu-19-04/ Sumber: https://fostips.com/realtek-wifi-drivers-ubuntu-linux-mint/


How to Install RTL8723DE Wifi Driver in Ubuntu 19.04 April 19, 2019 — 69 Comments

HP Linux Imaging and Printing

This tutorial is a rewritten of the previous ‘Fix ‘No WiFi Adapter Found’ for HP Laptops with Ubuntu 18.04‘, since wireless will stop working after installed or upgraded to a new Linux Kernel.

Following steps will install the newest Realtek rtlwifi codes including rtl8192ce, rtl8192cu, rtl8192se, rtl8192de, rtl8188ee, rtl8192ee, rtl8723ae, rtl8723be, rtl8821ae, rtl8822be and rtl8723de in Ubuntu with DKMS (Dynamic Kernel Module Support) support. So it will work in each kernel on your system. This may not work if you already installed the drivers and broke things up. I would recommend to do the steps in a clean install of Ubuntu desktop.

1. Connect your laptop to a wired network, and then open terminal from application menu.

2. Run command to install some required tools:

sudo apt install git build-essential dkms

Type user password (no asterisk feedback due to security reason) when it prompts and hit Enter.

3. Now grab the rtlwifi_new codes via command:

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

4. Add the source to the tree for builds with DKMS support.

sudo dkms add ./rtlwifi_new

5. Finally install the drivers via command:

sudo dkms install rtlwifi-new/0.6

6. If everything works OK, Wifi should work immediately (it works in my case in Ubuntu 19.04).

If not, try commands to load the new installed module (rtl8723de in the case):

sudo modprobe -r rtl8723de && sudo modprobe rtl8723de

7. And Wifi works after reboot without doing any configuration, at least in my case in Ubuntu 19.04.

If not, try command to write it into configuration file (replace 3 to 1, 2 or 4 if signal is weak).

echo "options rtl8723de ant_sel=3" | sudo tee /etc/modprobe.d/rtl8723de.conf

In addition, if you happened to update your system with newest Kernel packages without reboot. You need to reinstall the kernel packages to get the module work after reboot.


Referensi

Pranala Menarik