luckynzm / tlwn8200nddriver

Linux driver for TP-Link WN8200NDV2
35 stars 13 forks source link

Deprecated feature: REMAKE_INITRD #6

Open raidenovich opened 2 years ago

raidenovich commented 2 years ago

image

I had downloaded the driver mentioned on this page before finding this one since it doesn't work for me anymore. How do I delete rtl8192eu-1.0 from my DKMS tree?

SLAYER-CODE commented 7 months ago

sudo dkms remove -m rtl8192eu -v 1.0 --all

If you want to remove the module files from your system, you can navigate to the module source directory and run the appropriate make command to clean:

cd /usr/src/rtl8192eu-1.0 sudo make clean

If the module is currently loaded, unload it using the modprobe command. Replace rtl8192eu with the module name:

sudo modprobe -r rtl8192eu