Re: [ANNOUNCE] udev 021 release

From: Greg KH
Date: Wed Mar 03 2004 - 20:29:48 EST


On Thu, Mar 04, 2004 at 02:22:33AM +0100, Marco d'Itri wrote:
> On Mar 03, Greg KH <greg@xxxxxxxxx> wrote:
>
> >Users need to learn that the kernel is changing models from one which
> >automatically loaded modules when userspace tried to access the device,
> >to one where the proper modules are loaded when the hardware is found.
> This does not solve the problem of drivers which do not have matching
> hardware, like PPP and loop device. I do not mind unconditionally loading
> these modules at boot, but there has to be a way to recognize them: I do
> not think it is acceptable to load *all* modules available on the system
> (what is the point of having a modular kernel then?).

Then have your "use the loop device" or "use the ppp device" load the
module before it is used. Or manually create the dev node and hope that
kmod and its aliases work...

thanks,

greg k-h
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/