Am 05.05.2015 um 01:14 schrieb linux cbon: > On Mon, May 4, 2015 at 7:21 PM, Richard Weinberger <[email protected]> wrote: >> You can build in the needed modules or just use udev... > > for example, I need these modules to be loaded automatically by the kernel, > but they are not : r8169 , radeon , snd_hda_codec etc. > Why doesn't the kernel do it, instead of using a userspace program like udev ? > Sorry if my question is silly.
Because in some cases you want to blacklist modules, have special parameters for them etc... It is a typical "kernel offers mechanism and userspace policy" thing. If you want them blindly loaded add them to your local.rc or build them in. Thanks, //richard -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

