Re: call insmod in C program



mbm schrieb:
I need to insert kernel modules from a C application , is it possible
to do that without calling system("insmod ..")

You need the init_module() system call. See "man 2 init_module" for
details, and modprobe.c in module-init-tools for a working example.

HTH
T.
.