March 28, 2024, 09:30:04 PM

News : LinuxSolved.com Linux Help Community Forum..


Author Topic: Extreme help!!!!  (Read 4284 times)

Offline Equinox

  • Linux Noob !
  • *
  • Posts: 6
Extreme help!!!!
« 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....

Offline Ujjwol

  • Linux Learner
  • ***
  • Posts: 54
Re: Extreme help!!!!
« Reply #1 on: May 30, 2007, 07:08:17 AM »
i would help you but i am very new to linux

Offline gauravbajaj

  • LST CareTaker
  • Experienced
  • *****
  • Posts: 658
Re: Extreme help!!!!
« Reply #2 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
« Last Edit: May 31, 2007, 07:20:57 AM by gauravbajaj »