public inbox for linux-newbie@vger.kernel.org
 help / color / mirror / Atom feed
* kernek version problem
@ 2005-07-30  8:16 rekha vn
  2005-07-30 10:36 ` Arturas Moskvinas
  0 siblings, 1 reply; 5+ messages in thread
From: rekha vn @ 2005-07-30  8:16 UTC (permalink / raw)
  To: linux-newbie

i have written a small module :



#define MODULE
#include<linux/module.h>
int init_module(){printk("<1>hello world");return 0;}
void cleanup_module(void){printk"<1>bye world");}

it got compiled without errors.when i'm trying to run
it by insmod:
insmod ./hello.o

i got the error message as:
./hello.o :kernel module version mismatch
./hello.o was compiled for kernel version 2.4.20 while
this kernel is version 2.4.21-4.EL

how do i update my kernel?
is there any way to bypass the kernel version
dependencies? 



		
____________________________________________________
Start your day with Yahoo! - make it your home page 
http://www.yahoo.com/r/hs 
 
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2005-08-01 13:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-30  8:16 kernek version problem rekha vn
2005-07-30 10:36 ` Arturas Moskvinas
2005-07-30 12:14   ` rekha vn
2005-07-30 12:50   ` kernel " rekha vn
2005-08-01 13:50     ` gautam borad

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox