How do I install Wi-Fi drivers for Realtek RTL8723DE device in Ubuntu 16.04?
lspci -v | grep -i network
02:00.0 Network controller: Realtek Semiconductor Co., Ltd. Device d723
driversnetworkingrealtek-wirelesswireless
How do I install Wi-Fi drivers for Realtek RTL8723DE device in Ubuntu 16.04?
lspci -v | grep -i network
02:00.0 Network controller: Realtek Semiconductor Co., Ltd. Device d723
Best Answer
You may use the driver hosted at Larry Finger's
rtlwifi_new
git repository. You would have to disable secure boot from the the BIOS/EFI first. Also make sure you havelinux-headers
for the respective kernel(s) andbuild-essential
package installed. Then follow the steps below (you need to be connected to the internet by some other mean).Install
git
anddkms
if they're not installed by runningClone the repository
Run the following commands to install
Reboot.
This should also work with newer kernels (and hence on Ubuntu 18.04 too).
Note: If you get very weak signal try changing your antenna selection
(or
ant_sel=1
if 2 doesn't help).(Source)
See this for Bluetooth: How to activate bluetooth device for RTL8723DE?