Hi all Is ther a way of removing one module and having the kernel remove all the modules associated with it? An example, if I do: rmmod usbcore I'd like all the other USB modules to be unload before usbcore is. Can this be accomplished? I'm working with kernel 2.6.6. THX