Installing Driver
-
2. Installing Dependencies
Then to Install Required Stuff
First, possibly, upgrade your System with:sudo apt upgrade
And if a New Kernel is installed then restart with:
sudo reboot
So then run:
sudo apt install build-essential linux-headers-$(uname -r) dkms
-
3. Downloading Realtek rtl8723DS Driver
Download Realtek rtl8723DS Driver in Deepin GNU/Linux
Clone it with Git.
-
4. Installing Realtek rtl8723DS Driver
Then to Install rtl8723DS Wi-fi Driver for Linux
Access the Target folder:cd ~/Downloads/rtl8723ds*
Then Compile it with:
make
And last, to Install it play:
sudo make install
In case of Issue see the Developer’s GitHub Page.
In case, to load it try to Reboot with:sudo reboot
Congratulations, your Realtek rtl8723DS Network Device on Deepin Linux should be now nicely working!
Contents