Hi Lucas, > Thanks, patch has been applied. Thanks. > However.... I'd like to strongly advise not to use install/remove > commands for simple dependencies like this. It's much simpler and > faster both for kmod and for who is configuring to use softdeps. Your > example could be very well replace with the single line below: > > softdep fred pre: barney Yes, however, I was just copying the man page example for illustration purposes. > I think we need a better explanation on man page and even remove this > example from there. Install/remove commands are only there because of > the legacy stuff that would stop working otherwise. Makes sense. However, the use case we have for this is slightly different, and not a simple dependency -- we have a bit of a reverse dependency tree: modA1 and modA2 depend on modB However, modB contains the driver struct, so modB is loaded first automatically and pulls in either modA1 or modA2 depending on some other information that can't be encoded in direct dependencies. Then, after having loaded modB, you can't unload modB any more, and David noticed that a configuration like remove modB /sbin/rmmod modA1 modA2 modB (actually it's a bit more complicated, but for no good reason I think) no longer worked. johannes -- To unsubscribe from this list: send the line "unsubscribe linux-modules" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html