Linux Forums - Linux Help,Advice & support community:LinuxSolved.com

Linux in General => Linux Kernel => Topic started by: Equinox on May 23, 2007, 11:12:29 AM

Title: Extreme help!!!!
Post by: Equinox on May 23, 2007, 11:12:29 AM
Hi one and all,

I am trying to compile a linux module in my kernel version 2.4.....after making it....its not generation a .ko files only version 2.6 and above do it....tell me how to use insmod with it....
Title: Re: Extreme help!!!!
Post by: Ujjwol on May 30, 2007, 07:08:17 AM
i would help you but i am very new to linux
Title: Re: Extreme help!!!!
Post by: gauravbajaj on May 30, 2007, 09:06:45 AM


if module is present you can install it but if its not you have to install it i.e module first , modules generally have .0 extension , so you can install it using insmod command

#insmod modulename