Sure; you can have depmod and modprobe do the work for you, or you can
use kmod and request_module() manually.
Note the latter method is more flexible, but it generally forces you to
use function pointers instead of direct calls to exported functions.
-
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/