I have a dkms module. I wanted to remove it. I did sudo dkms remove ...
. But when I update to a newer kernel, my package manager tries to build that module and failed, so it added it again.
How do I prevent that and remove the module?
I have a dkms module. I wanted to remove it. I did sudo dkms remove ...
. But when I update to a newer kernel, my package manager tries to build that module and failed, so it added it again.
How do I prevent that and remove the module?
To remove the module, you need to run sudo dkms remove modul/version --all to prevent it from being rebuilt during the next update, you must also remove the sources under /usr/src/.
here is an example of how to remove akvcam module
akvcam, 1.2.0, 5.12.14-arch1-1, x86_64: installed
good luck marco manngatter