Re: call insmod in C program
- From: Tilman Schmidt <ts-usenet0804@xxxxxxxxx>
- Date: Sat, 26 Apr 2008 15:12:00 +0200
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.
.
- Follow-Ups:
- Re: call insmod in C program
- From: Josef Moellers
- Re: call insmod in C program
- References:
- call insmod in C program
- From: mbm
- call insmod in C program
- Prev by Date: Re: call insmod in C program
- Next by Date: [OT] raw-disk and cache-buffer
- Previous by thread: Re: call insmod in C program
- Next by thread: Re: call insmod in C program
- Index(es):