Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

One of the major points for me was how cumbersome the installation process for kernel modules is. Now I can just do make install which works on most Linux distributions.


Eeh, I never do a make install from the projects I download TBH, as the resulting files aren't tracked by the package manager.

A kernel module is just a matter of compiling and running `insmod` (or placing it in the correct path). You have to recompile it each time you upgrade your kernel, though.

But seriously, the proper way to do it is a kernel module which you then mainline. I wouldn't be surprised if Valve was to pick it up, since they mainlined some xpad improvements (and the wired version of those controllers)


DKMS is the only way to do it without losing sanity.


Tell that to a friend that runs secure boot enabled.


You can add a step to DKMS build scripts for signing the modules.




Consider applying for YC's Winter 2026 batch! Applications are open till Nov 10

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: