* kernek version problem
@ 2005-07-30 8:16 rekha vn
2005-07-30 10:36 ` Arturas Moskvinas
0 siblings, 1 reply; 8+ 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] 8+ messages in thread* Re: kernek version problem
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
0 siblings, 2 replies; 8+ messages in thread
From: Arturas Moskvinas @ 2005-07-30 10:36 UTC (permalink / raw)
To: rekha vn; +Cc: linux-newbie
> is there any way to bypass the kernel version
> dependencies?
Yes there is a way (modprobe --force your_module).
> how do i update my kernel?
What linux distribution do you use? There is different ways to install
kernel sources...
Arturas
-
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] 8+ messages in thread
* Re: kernek version problem
2005-07-30 10:36 ` Arturas Moskvinas
@ 2005-07-30 12:14 ` rekha vn
2005-07-30 12:50 ` kernel " rekha vn
1 sibling, 0 replies; 8+ messages in thread
From: rekha vn @ 2005-07-30 12:14 UTC (permalink / raw)
To: arturas.moskvinas; +Cc: linux-newbie
thanks .i'll try it.i have red hat linux installed .
bye
____________________________________________________
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] 8+ messages in thread
* Re: kernel version problem
2005-07-30 10:36 ` Arturas Moskvinas
2005-07-30 12:14 ` rekha vn
@ 2005-07-30 12:50 ` rekha vn
2005-08-01 13:50 ` gautam borad
1 sibling, 1 reply; 8+ messages in thread
From: rekha vn @ 2005-07-30 12:50 UTC (permalink / raw)
To: arturas.moskvinas, borad.gautam; +Cc: linux-newbie
i've tried both the methods:
1.modprobe --force ./hello.o
2.-I in gcc (/usr/src/linux/include)
i'm getting "kernel will get tainted" warnings.
anyother better way?
In my /usr/src/ I have two folders one as LINUX and
also LINUX2.4.21-4.EL
how is it possible?
moreover, the LINUX folder has an arrow symbol over
it?what does that mean?
__________________________________
Yahoo! Mail
Stay connected, organized, and protected. Take the tour:
http://tour.mail.yahoo.com/mailtour.html
-
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] 8+ messages in thread
* Re: kernel version problem
2005-07-30 12:50 ` kernel " rekha vn
@ 2005-08-01 13:50 ` gautam borad
0 siblings, 0 replies; 8+ messages in thread
From: gautam borad @ 2005-08-01 13:50 UTC (permalink / raw)
To: rekha vn; +Cc: linux-newbie
Hi Rekha,
When i said use -l /usr/src/linux/include it does not mean u
have to type "exactly" that, the name of the folder will be different.
Use that name. Besides the arrow thing you are talking about is
actually a soft link (asuming you saw it in ls listing).
Bye
On 7/30/05, rekha vn <vidiyala_r@yahoo.com> wrote:
> i've tried both the methods:
>
> 1.modprobe --force ./hello.o
> 2.-I in gcc (/usr/src/linux/include)
>
> i'm getting "kernel will get tainted" warnings.
>
> anyother better way?
> In my /usr/src/ I have two folders one as LINUX and
> also LINUX2.4.21-4.EL
> how is it possible?
> moreover, the LINUX folder has an arrow symbol over
> it?what does that mean?
>
>
>
>
> __________________________________
> Yahoo! Mail
> Stay connected, organized, and protected. Take the tour:
> http://tour.mail.yahoo.com/mailtour.html
>
>
--
---------------------------------------
We would change the world....
but GOD wont give the source!!
---------------------------------------
-
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] 8+ messages in thread
* kernel version problem
@ 2002-03-15 11:08 Tina Arora
2002-03-15 10:17 ` James Pearson
2002-03-15 15:55 ` Tom McNeal
0 siblings, 2 replies; 8+ messages in thread
From: Tina Arora @ 2002-03-15 11:08 UTC (permalink / raw)
To: nfs
[-- Attachment #1: Type: text/plain, Size: 285 bytes --]
hi,
nfs.soureforge.net talks of kernel version atleast 2.2.18 to use nfs version 3 .My system shows
"Red Hat Linux release 7.0(Guinness)
Kernel 2.2.16-22 on i686"
Nebody ne clues what this -22 means and also will i be able to use nfs (3) on this system of mine..
thanx
Tina
[-- Attachment #2: Type: text/html, Size: 618 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: kernel version problem
2002-03-15 11:08 Tina Arora
@ 2002-03-15 10:17 ` James Pearson
2002-03-15 15:55 ` Tom McNeal
1 sibling, 0 replies; 8+ messages in thread
From: James Pearson @ 2002-03-15 10:17 UTC (permalink / raw)
To: Tina Arora; +Cc: nfs
> Tina Arora wrote:
>
> hi,
> nfs.soureforge.net talks of kernel version atleast 2.2.18 to use nfs
> version 3 .My system shows
> "Red Hat Linux release 7.0(Guinness)
> Kernel 2.2.16-22 on i686"
> Nebody ne clues what this -22 means and also will i be able to use nfs
> (3) on this system of mine..
> thanx
> Tina
If you don't want to build your own kernel, then there are a couple of
things you could do:
Upgrade to RedHat 7.2 - which has a 2.4.X kernel plus everything else
you need to use NFSv3.
If you can't upgrade to RedHat 7.2, then the latest RedHat update kernel
for RedHat 7.0 is 2.2.19-7.0.15. I have no idea if this kernel does
support NFSv3, but I guess it does. (RedHat make a number of
additions/modifications to a standard kernel - the number after the '-'
is added by RedHat and probably means something like the 15th build of a
RH kernel based on 2.2.19 for RH 7.0). Download from:
ftp://updates.redhat.com/7.0/en/os/i686/
The RedHat support site should have instructions on how to upgrade a RH
kernel.
You will probably still have to update the nfs-utils (and mount?) as per
the FAQ.
James Pearson
_______________________________________________
NFS maillist - NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: kernel version problem
2002-03-15 11:08 Tina Arora
2002-03-15 10:17 ` James Pearson
@ 2002-03-15 15:55 ` Tom McNeal
1 sibling, 0 replies; 8+ messages in thread
From: Tom McNeal @ 2002-03-15 15:55 UTC (permalink / raw)
To: Tina Arora; +Cc: nfs
2.2.16 is an adequate base to start from, but if you're able
to make bigger changes, and want the best nfs platform for
2.2, then go to 2.2.19.
For 2.2.16, Go to http://nfs.sourceforge.net/ and follow the
link to the download page (containing both the nfs-utils tar
balls and the kernel patches).
You need to apply the kernel-nfs-dhiggen_merge-3.0.tar.gz
download to 2.2.16.
Apply the latest nfs utils download (nfs-utils-0.3.3.tar.gz)
Both have readme files; they'll give you the requirements and
tell you what to do.
Tom McNeal
> Tina Arora wrote:
>
> hi,
> nfs.soureforge.net talks of kernel version atleast 2.2.18 to use nfs version 3
> .My system shows
> "Red Hat Linux release 7.0(Guinness)
> Kernel 2.2.16-22 on i686"
> Nebody ne clues what this -22 means and also will i be able to use nfs (3) on
> this system of mine..
> thanx
> Tina
--
------------------------------------------------------------
Tom McNeal trmcneal@attbi.com (650)906-0761 (cell)
------------------------------------------------------------
_______________________________________________
NFS maillist - NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2005-08-01 13:50 UTC | newest]
Thread overview: 8+ 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
-- strict thread matches above, loose matches on Subject: below --
2002-03-15 11:08 Tina Arora
2002-03-15 10:17 ` James Pearson
2002-03-15 15:55 ` Tom McNeal
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.