2016-07-16 4:45 GMT-03:00 Neil Bothwick <n...@digimed.co.uk>: > On Fri, 15 Jul 2016 19:59:51 -0300, Facundo Curti wrote: > > > > Why do you want DKMS whereas you already compile your own kernel? > > > Because I have a module that is outside the kernel tree: > > You don't need DKMS for that, either re-emerge the module manually after > compiling a new kernel or run emerge @module-rebuild. If the module is > not in portage, manually reinstall it for each new kernel. > > DKMS is for people that don't get involved in compiling kernels or > modules, it is for users of binary distros. > > > -- > Neil Bothwick > > Walking on water and writing software to specification is easy if they're > frozen. >
It is not in portage. It is a unique module. Edited by me in the source code. But how can I install the module without dkms? usually I make this automatically with dkms :S