wrong! this is the whole crux of the matter. modprobe will not
discover any dependencies between ppp_generic/ppp_async and the
compression modules, because there are none. you have to figure out
yourself that you need to get the compression modules loaded, since
all pppd will do is complain that certain things can't be done,
without giving any indication that there is a module or two missing.
if you have kmod present, then pppd's requests will be handled
automagically, and you don't have to determine which modules are
needed by hand.
modprobe only solves inter-module dependencies, not requirements
within applications for the presence of certain modules.
--p
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/