I have been running Debian a few years now but haven't really dug into the proper way to handle kernel modules in regards to auto-loading/unloading (i'll get to this) and the setup of modules.conf. I ...
As far as I know, you have to make it un-busy before you can rmmod it. You can't unload it because something is using it, removing it before the other module would make the other module cause an oops ...
Source is a wonderful thing. Merged module source in the kernel tree is even better. Most of all, support for that source is what really counts. In today's explosion of Linux in the enterprise, the ...