Il y'a des cas ou tu n'a pas les sources du modules(carte sata trop recente par exemple) et t'es obligé de mettre une redhat :-/
M'enfin, comme tout le monde lit les options lors d'un make menuconfig, il y' a moyen de permettre au noyau de passer outre la verification des symobles!
CONFIG_MODVERSIONS
Usually, modules have to be recompiled whenever you switch to a new kernel. Saying Y here makes it possible, and safe, to use the same modules even after compiling a new kernel; this requires the program modprobe. All the software needed for module support is in the modutils package (check the file Documentation/Changes for location and latest version). NOTE: if you say Y here but don't have the program genksyms (which is also contained in the above mentioned modutils package), then the building of your kernel will fail. If you are going to use modules that are generated from non-kernel sources, you would benefit from this option. Otherwise it's not that important. So, N ought to be a safe bet.
[^] # Re: Et pourquoi ne pas juste recompiler le module RAID ?
Posté par gnumdk (site web personnel) . En réponse au journal Linux : un vis de conception fatal ???. Évalué à 1.
M'enfin, comme tout le monde lit les options lors d'un make menuconfig, il y' a moyen de permettre au noyau de passer outre la verification des symobles!
CONFIG_MODVERSIONS
Usually, modules have to be recompiled whenever you switch to a new kernel. Saying Y here makes it possible, and safe, to use the same modules even after compiling a new kernel; this requires the program modprobe. All the software needed for module support is in the modutils package (check the file Documentation/Changes for location and latest version). NOTE: if you say Y here but don't have the program genksyms (which is also contained in the above mentioned modutils package), then the building of your kernel will fail. If you are going to use modules that are generated from non-kernel sources, you would benefit from this option. Otherwise it's not that important. So, N ought to be a safe bet.