Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it safe to install with DKMS after having manually installed? #92

Closed
dlmw opened this issue Apr 14, 2024 · 1 comment
Closed

Is it safe to install with DKMS after having manually installed? #92

dlmw opened this issue Apr 14, 2024 · 1 comment

Comments

@dlmw
Copy link

dlmw commented Apr 14, 2024

Is it safe to install with DKMS after having manually installed? Should I uninstall the modules first? But how do I uninstall it? 😟

@Kimplul
Copy link
Owner

Kimplul commented Apr 14, 2024

Yep, perfectly safe. Linux will generally just ignore duplicate modules, and the next time your kernel gets updated, DKMS will remain as the only active module so the issue resolves itself, no real need to manually uninstall anything. Generally your distro will also automatically uninstall kernel versions that are older than some threshold, which automatically gets rid of any extra modules.

If you still want to manually uninstall, remove the hid-tmff-new.ko and hid-tminit.ko files in /usr/lib/modules/$KERNEL_VERSION/extra/. Each kernel version has its own copy of the modules, so you may have multiple directories to go through, but again, this is generally not necessary.

@Kimplul Kimplul closed this as completed Apr 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants