I was using linux kernel 5.0.4-33 generic and 5.0.4-31-generic.
But after some time i needed to reinstall the 5.0.4-33-generic kernel because it was giving me initramfs error during boot. After reinstalling the kernel boots perfectly without errors but the there is no wifi option there while wifi works perfectly for 5.0.4-31-generic kernel.
I am using Realtek8723de driver.
i tried following these instructions
but the latest commit of Larry Finger's rtlwifi_new repo says
"if you are running a kernel newer than 5.0, use the drivers built into your kernel."
But this is not the case it seems. There is still no option for wifi
I am using Ubuntu 20.04
I really need this to work. Thanks in advance
Larry Finger has made a new repo for these drivers.
You can install drivers this way now:
But you may have problems with previously installed drivers.
For anyone who need Realtek 8723DE support. You need at least Linux kernel 5.8 and additional firmware rtw8723d_fw.bin from linux-firmware package. Search for enabled CONFIG_RTW88_8723DE in kernel config. Info: https://cateee.net/lkddb/web-lkddb/RTW88_8723DE.html
After a while i found out that linux tools was not installed
This command worked for me