I thought it explained it above on the github page for the module you are using.
i.e
Blacklisting (needed if you want to use these modules)
Some distros provide RTL8723DE
drivers. To use this driver, that one MUST be blacklisted. How to do that is left as an exercise as learning that will be very beneficial.
If your system has ANY conflicting drivers installed, you must blacklist them as well. For kernels 5.6 and newer, this will include drivers such as rtw88_xxxx. Here is a useful link on how to blacklist a module
Once you have reached this point, then reboot. Use the command lsmod | grep rtw
and check if there are any conflicting drivers. The correct ones are:
rtw_8723de rtw_8723d rtw_8822be rtw_8822b rtw_8822ce rtw_8822c rtw_core and rtw_pci
If you have other modules installed, see if you blacklisted them correctly.
How to disable/enable a Kernel module
sudo modprobe -r rtw_8723de #This unloads the module sudo modprobe rtw_8723de #This loads the module