Code: Select all
sudo modprobe -r rtw88_8723de
echo "blacklist rtw88_8723de" | sudo tee -a /etc/modprobe.d/blacklist-rtw88_8723de.conf
git clone https://github.com/smlinux/rtl8723de.git -b current
sudo dkms add ./rtl8723de
sudo dkms install rtl8723de/5.1.1.8_21285.20171026_COEX20170111-1414
sudo depmod -a
sudo reboot
Is it likely that a driver fix might be issued that would conflict with this?