>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 Try modprobe -r usbcore. That will do what you want and if you have forced module unloading in your kernel it will even ignore module dependencies.