Re: Where is the file /usr/include/linux/modversions.h ?

2003-09-15 Thread jjluza
hmm ... I don't know but in other directories I have in /lib/modules, build point to their kernel source directory. So I make it point to kernel source, and now, it works ... that's all I can tell you Le Lundi 15 Septembre 2003 20:03, Colin Watson a écrit : > On Mon, Sep 15, 2003 at 07:25:10PM

Re: Where is the file /usr/include/linux/modversions.h ?

2003-09-15 Thread jjluza
it is the cause of the problem ! I don't know why this link his wrong by defaults, but when I make the link point to the right directory, all work fine ... raaah ! how can such a little error be so annoying ! :/ so, thank to all ;) Le Lundi 15 Septembre 2003 19:29, jjluza a écrit : > I just not

Re: Where is the file /usr/include/linux/modversions.h ?

2003-09-15 Thread Colin Watson
On Mon, Sep 15, 2003 at 07:25:10PM +0200, jjluza wrote: > I just notice that there is an error with the link "build" : > lrwxr-xr-x1 root root1 2003-09-15 19:19 build -> . > in the directory /lib/modules/2.6.0-test5-mm2/ > it's strange ... it's the first time I notice such an er

Re: Where is the file /usr/include/linux/modversions.h ?

2003-09-15 Thread jjluza
I just notice a problem : in this directory (kernel I just installed) : /lib/modules/2.6.0-test5-mm2/ i see this : lrwxr-xr-x1 root root1 2003-09-15 19:19 build -> . it's strange ... what's wrong ? why does it point to "." ?? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] wit

Re: Where is the file /usr/include/linux/modversions.h ?

2003-09-15 Thread jjluza
I just notice that there is an error with the link "build" : lrwxr-xr-x1 root root1 2003-09-15 19:19 build -> . in the directory /lib/modules/2.6.0-test5-mm2/ it's strange ... it's the first time I notice such an error -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a sub

RE: Where is the file /usr/include/linux/modversions.h ?

2003-09-15 Thread Paul Matuszewski
sent for certain operations that may required. let me know how it goes. Paul Matuszewski Systems Administration In Office Networks -Original Message- From: jjluza [mailto:[EMAIL PROTECTED] Sent: Monday, September 15, 2003 11:53 AM To: [EMAIL PROTECTED] Subject: Re: Where is the file /usr

Re: Where is the file /usr/include/linux/modversions.h ?

2003-09-15 Thread jjluza
As I said to Roberto, I notice the same thing, but I don't know how to force it compiling against kernel source instead of /usr/include... files and I don't understand why it works before ... it's strange Le Lundi 15 Septembre 2003 18:09, Torsten Reuss a écrit : > jjluza wrote: > >hi all. I try t

Re: Where is the file /usr/include/linux/modversions.h ?

2003-09-15 Thread jjluza
yes, I know that ;) but even after make menuconfig (which made it work before), it doesn't work with test5-mm2 and when I run "make dep", it tells me it's not needed now but modversions.h doesn't work too what I think weird is I use the same way to do that since the first 2.6 kernel, and it alwa

Re: Where is the file /usr/include/linux/modversions.h ?

2003-09-15 Thread Torsten Reuss
jjluza wrote: hi all. I try to compile a driver (nvnet) which includes the file /usr/include/linux/module.h. This file should include the file /usr/include/linux/modversions.h, but it desn't exist anymore :/ where is this file debian installs a generic set of linux include files in /usr/includ

Re: Where is the file /usr/include/linux/modversions.h ?

2003-09-15 Thread Roberto Sanchez
--- jjluza <[EMAIL PROTECTED]> escribió: > hi all. I try to compile a driver (nvnet) which includes the file > /usr/include/linux/module.h. This file should include the file > /usr/include/linux/modversions.h, but it desn't exist anymore :/ where is > this file (I think it existed before, becau