Results 1 to 5 of 5
hi,
can any one suggest me how to install a new module (eg: sctp.ko) in linux kernel 2.6.5
hope 'insmod' won't work in this version of kernel coz it will ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 05-21-2004 #1Just Joined!
- Join Date
- May 2004
- Posts
- 15
how to install/insert a new module in linux kernel 2.6.5
hi,
can any one suggest me how to install a new module (eg: sctp.ko) in linux kernel 2.6.5
hope 'insmod' won't work in this version of kernel coz it will be depricated with modprobe.
thanx in advance,
R. Kiran Kumar.
- 05-21-2004 #2Linux Guru
- Join Date
- Apr 2003
- Location
- London, UK
- Posts
- 3,284
?Code:modprobe <modulename>
- 05-22-2004 #3Just Joined!
- Join Date
- May 2004
- Posts
- 15
hi,
if i execute the below mentioned command, in Redhat Linux kernel 2.6.5
modprobe sctp.ko
result is FATAL : sctp.ko
can any one suggest me what would've went wrong while building the above mentioned kernel version.
- 05-22-2004 #4
take the .ko of the end and it might work.
- 05-22-2004 #5Just Joined!
- Join Date
- May 2004
- Posts
- 15
even then, error remains same. pls require suggestions badly.


Reply With Quote
