LukeShortCloud / rootpages

Root Pages is a collection of easy-to-reference tutorials and guides primarily for Linux and other UNIX-like systems.
Other
56 stars 6 forks source link

[administration][linux] How to create DKMS packages #465

Open LukeShortCloud opened 3 years ago

LukeShortCloud commented 3 years ago

https://www.xmodulo.com/build-kernel-module-dkms-linux.html

LukeShortCloud commented 3 years ago

Here are hints on how to rebuild ALL DKMS packages for ALL Linux kernels.

https://askubuntu.com/questions/53364/command-to-rebuild-all-dkms-modules-for-all-installed-kernels

LukeShortCloud commented 3 years ago

This appears to work on Manjaro Linux:

$ ls -1 /usr/lib/modules/ | grep -P "^\d+" | sudo xargs -n 1 /usr/lib/dkms/dkms_autoinstaller start