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
sudo rm -rf /lib/modules/5.4.0-33-generic
then updated the grub menu. This removed the kernel completely. Then i installed the kernel again using synaptic which installed the kernel and i was able to boot into that kernel perfectly fine. But synaptic didn't installed linux-tools. For that kernel which included the drivers for wifi. – parv desai Jun 08 '20 at 02:27linux-tools
doesn't contain drivers. – Pilot6 Jun 08 '20 at 08:36