Re: Where is the modversions.h in 2.6.9 kernel?

2004-11-30 Thread Hugo Vanwoerkom
generate a headers package... Installed them through dpkg -i.. however I noticed that the modversions.h file is missing! And I need that to compile some extra modules like the nvidia module (I own a GeForce 4 MX440). Why it isn't there? Is there a specific configuration at menuconfig that I missed? O

Where is the modversions.h in 2.6.9 kernel?

2004-11-30 Thread Collet Brunel
... Installed them through dpkg -i.. however I noticed that the modversions.h file is missing! And I need that to compile some extra modules like the nvidia module (I own a GeForce 4 MX440). Why it isn't there? Is there a specific configuration at menuconfig that I missed? Or the modversions.h do

Re: modversions.h? Don't have it. Any solution?

2004-09-24 Thread Wayne Topa
package? > Does this help? VT2 root-3-Buddy:~# dpkg -S modversions.h kernel-headers-2.6.7-1: /usr/src/kernel-headers-2.6.7-1/include/config/modversions.h kernel-headers-2.6.7-1-k7: /usr/src/kernel-headers-2.6.7-1-k7/include/config/modversions.h -- Computer analyst to programmer:

Partly successful modversions.h hack....

2004-09-24 Thread Eric Dickner
I found a hack that sort of worked...create a file called include/modversions.h: #include This allowed the driver to compile with no problems but upon "insmod" the kernel complained that while it was version 2.4.27 the module had been compiled for version 2.4.18. Where this version

modversions.h? Don't have it. Any solution?

2004-09-24 Thread Eric Dickner
Apparently I am not the first person to run into a problem regarding this particular header. A general web search revealed that all sorts of people have tried to compile drivers, found they needed but didn't have this thing, and then proceded to try all sorts of hacks. Are any of these hacks goin

modversions.h Missing In Action

2004-09-23 Thread Eric Dickner
When I configged the kernel I had in the .config file CONFIG_MODVERSION=y and yet I do not have that modversion.h header file. I have something called modsetver.h (or something like that) but no modversion.h Where is it?? I am trying to use a kernel that is compiled source from kernel.org. I

Re: Prepare the Debian kernel-source, modversions.h

2004-07-09 Thread Thomas Adam
--- * Tong* <[EMAIL PROTECTED]> wrote: > Thanks Thomas, > > are you saying that I don't need kernel-source at all, and > merely the correct kernel-header would be enough? Should be. -- Thomas Adam = "The Linux Weekend Mechanic" -- http://linuxgazette.net "TAG Editor" -- ht

Re: Prepare the Debian kernel-source, modversions.h

2004-07-09 Thread * Tong*
On Fri, 09 Jul 2004 21:32:31 +0100, Thomas Adam wrote: > --- * Tong* <[EMAIL PROTECTED]> wrote: > >> But when I compile my pctel modem driver, I get the "no >> modversions.h file found" error: >> >> $ ./configure -auto > > > Insta

Re: Prepare the Debian kernel-source, modversions.h

2004-07-09 Thread Thomas Adam
--- * Tong* <[EMAIL PROTECTED]> wrote: > But when I compile my pctel modem driver, I get the "no > modversions.h file found" error: > > $ ./configure -auto Install the 'kernel-header--1-' package, where: is the version of your kernel, and is the archit

Prepare the Debian kernel-source, modversions.h

2004-07-09 Thread * Tong*
Hi, I'm preparing my Debian kernel-source so that I can compile my pctel modem driver. I've done the kernel-source-preparing before in RedHat, basically: make mrproper # get the configuration file ready, then make dep But when I compile my pctel modem driver, I get the "no mod

Re: make and modversions.h

2004-03-30 Thread Roberto Sanchez
Daniel Asarnow wrote: Hi all. I'm new to Debian and I have a problem: modversions.h doesn't exist. I know this has been mentioned before, but those threads didn't help me. I need to install the nForce drivers to use my motherboard's (an Abit NF7-S) built-in ethernet. W

make and modversions.h

2004-03-30 Thread Daniel Asarnow
Hi all. I'm new to Debian and I have a problem: modversions.h doesn't exist. I know this has been mentioned before, but those threads didn't help me. I need to install the nForce drivers to use my motherboard's (an Abit NF7-S) built-in ethernet. When I use make, the mod

Joining the 2.6.1-mm2 worry-ranks: modversions.h

2004-01-10 Thread Joseph Jones
t of error messages about QM_Modules: Function not implemented, or something along those lines. What does this mean? The latest NVIDIA graphics driver complains that it can't find modversions.h. I don't understand what that means, or how to fix it. I can only assume that all of these erro

Re: Where is modversions.h with kernel 2.6.0-test6?

2003-10-14 Thread Hugo Vanwoerkom
Thanks! I found the site. Hugo. __ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Where is modversions.h with kernel 2.6.0-test6?

2003-10-13 Thread Stephen Cormier
On October 13, 2003 07:14 pm, Naitik Shah wrote: > You need to patch your nvidia-sources in order to compile > them with kernel 2.6. I dont quite remember where I got the > patch from but the file name is NVIDIA_kernel-1.0-4496-2.6.diff > If you want I could post it here. http://www.minion.de/

Re: Where is modversions.h with kernel 2.6.0-test6?

2003-10-13 Thread Naitik Shah
On Mon, Oct 13, 2003 at 12:59:05PM -0700, Hugo Vanwoerkom ([EMAIL PROTECTED]) wrote: > Hi all! > > Installing the 2.6.0-test6 kernel with make-kpkg and > trying to install the Nvidia kernel module, I get: > modversions.h not found. It indeed is not there. > > U

Where is modversions.h with kernel 2.6.0-test6?

2003-10-13 Thread Hugo Vanwoerkom
Hi all! Installing the 2.6.0-test6 kernel with make-kpkg and trying to install the Nvidia kernel module, I get: modversions.h not found. It indeed is not there. Using kernel_image and kernel_headers still no results. Specifying loadable modules -> module versioning produces a modversions.h

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
Hey All, I had this same issue when it came to compiling a couple of drivers. Modversions.h is a file that is created when you run make menuconfig or oldconfig. If you're running a standard woody revision, or a more recent thing you'll need the kernel headers.. that's where m

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

2003-09-15 Thread jjluza
: > >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

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

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

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

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

2003-09-15 Thread jjluza
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, because I already succeeded in compiling this m

linux/modversions.h in kernel.2.6-test2

2003-08-14 Thread Brian P. Flaherty
I downloaded the kernel-source for 2.6-test from unstable and compiled it on my laptop. CONFIG_MODVERSIONS=y in my .config and /usr/src/kernel-source-2.6.0-test2/include/config/modversions.h contains '#define CONFIG_MODVERSIONS 1' only. However, there is no modversions.h in my inc

Re: Where's modversions.h? ANSWERED

2003-06-27 Thread John Little
Thanks to all who answered. Guess I should have looked harder (and installed kernel-header package). _ Get Hotmail on your mobile phone http://www.msn.co.uk/msnmobile -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "

Re: Where's modversions.h ?

2003-06-24 Thread Pigeon
On Tue, Jun 24, 2003 at 08:30:21PM +, John Little wrote: > I tried compiling a driver for my Tekram dc315 SCSI card in 3.0r0 using > 2.4.18-bf2.4 kernel. > Compilation failed when make couldn't find modversions.h header file. I > spent a couple of > hours searching t

Re: Where's modversions.h ?

2003-06-24 Thread Vineet Kumar
* John Little ([EMAIL PROTECTED]) [030624 13:51]: > I tried compiling a driver for my Tekram dc315 SCSI card in 3.0r0 using > 2.4.18-bf2.4 kernel. > Compilation failed when make couldn't find modversions.h header file. I > spent a couple of > hours searching the kernel sour

Re: Where's modversions.h ?

2003-06-24 Thread Nathan Poznick
Thus spake John Little: > I tried compiling a driver for my Tekram dc315 SCSI card in 3.0r0 using > 2.4.18-bf2.4 kernel. > Compilation failed when make couldn't find modversions.h header file. I > spent a couple of > hours searching the kernel source but couldn't find

Re: Where's modversions.h ?

2003-06-24 Thread Kevin McKinley
On Tue, 24 Jun 2003 20:30:21 + "John Little" <[EMAIL PROTECTED]> wrote: > I've tried searching the web and found that a few others have had the same > > trouble compiling > drivers against this kernel, but couldn't find an answer. Anyone kno

Where's modversions.h ?

2003-06-24 Thread John Little
I tried compiling a driver for my Tekram dc315 SCSI card in 3.0r0 using 2.4.18-bf2.4 kernel. Compilation failed when make couldn't find modversions.h header file. I spent a couple of hours searching the kernel source but couldn't find it . I had to revert to my RedHat 8.0 setup, o

Re: compiled kernel problems with ide-scsi and modversions.h(gave-up).

2003-01-26 Thread Haim Ashkenazi
It seems that nothing helps. I'll have to recompile the kernel without ide-cdrom and hope that modversions.h will suddenly appear. thanx On Sat, 2003-01-25 at 17:53, Haim Ashkenazi wrote: > Hi > > I'm having problems with the new kernel I've compiled on woody. I'v

Re: compiled kernel problems with ide-scsi and modversions.h

2003-01-26 Thread W. Paul Mills
t; It was compiled with make-kpkg. > > The problems I have are: > > when trying to compile the nvidia drivers it can't find 'modversions.h'. > indeed there isn't such file in my "/include/linux/" > directory. do I have to add a patch or enable some fe

Re: compiled kernel problems with ide-scsi and modversions.h

2003-01-25 Thread Haim Ashkenazi
an nvidia-kernel-src package, it should be enough to > unpack /usr/src/nvidia-kernel-src.tar.gz and run 'fakeroot make-kpkg > modules-image' from your kernel source tree. That's not the problem. the problem is that modversions.h just isn't there: parker:/usr/src# find . -name m

Re: compiled kernel problems with ide-scsi and modversions.h

2003-01-25 Thread David Z Maze
t; It was compiled with make-kpkg. > > The problems I have are: > > when trying to compile the nvidia drivers it can't find 'modversions.h'. > indeed there isn't such file in my "/include/linux/" > directory. do I have to add a patch or enable some featu

compiled kernel problems with ide-scsi and modversions.h

2003-01-25 Thread Haim Ashkenazi
s it can't find 'modversions.h'. indeed there isn't such file in my "/include/linux/" directory. do I have to add a patch or enable some feature so it will appear? The second problem is regarding ide-scsi. I've installed wooey from the XFS install cd's (http

compiled kernel problems with ide-scsi and modversions.h

2003-01-25 Thread Haim Ashkenazi
s it can't find 'modversions.h'. indeed there isn't such file in my "/include/linux/" directory. do I have to add a patch or enable some feature so it will appear? The second problem is regarding ide-scsi. I've installed wooey from the XFS install cd's (http

Re: missing modversions.h

2002-09-11 Thread Claudio Bley
new module for my card. > I got eepro100.c, pci-scan.c, pci-scan.h and kern_compat.h. > > I am compilling eepro100.c by > % gcc -DMODULE -Wall -Wstrict-prototypes -O6 -c eepro100.c > eepro100.c:100: linux/modversions.h: No such file or directory AFAIK, this file is autogenerated.

Re: missing modversions.h

2002-09-11 Thread Matthias Szupryczynski
On Thu, 2002-09-12 at 00:08, Srinivas Nyayapati wrote: > I am compilling eepro100.c by > % gcc -DMODULE -Wall -Wstrict-prototypes -O6 -c eepro100.c > eepro100.c:100: linux/modversions.h: No such file or directory > > I checked the linux src files, and don't see that f

missing modversions.h

2002-09-11 Thread Srinivas Nyayapati
kern_compat.h.   I am compilling eepro100.c by % gcc –DMODULE –Wall –Wstrict-prototypes –O6 –c eepro100.c eepro100.c:100: linux/modversions.h: No such file or directory   I checked the linux src files, and don’t see that file. Is this missing in kernel 2.4.18. I did see a modsetver.h. Does anybody

Re: installed kernel source but still no modversions.h!

2002-05-14 Thread Bob Nielsen
On Tue, May 14, 2002 at 07:21:22PM +0100, Alex Hunsley wrote: > Alex Hunsley wrote: > > > > I'm trying to compile the 3c90x netcard driver from 3com. > > First time I try, I get this: > > > > 3c90x.h:22: linux/modversions.h: No such file or directory > &

Re: installed kernel source but still no modversions.h!

2002-05-14 Thread Tom Cook
On 0, Alex Hunsley <[EMAIL PROTECTED]> wrote: > Alex Hunsley wrote: > > > > I'm trying to compile the 3c90x netcard driver from 3com. > > First time I try, I get this: > > > > 3c90x.h:22: linux/modversions.h: No such file or directory > > I

Re: installed kernel source but still no modversions.h!

2002-05-14 Thread David Z Maze
Alex Hunsley <[EMAIL PROTECTED]> writes: > I'm trying to compile the 3c90x netcard driver from 3com. > First time I try, I get this: > > 3c90x.h:22: linux/modversions.h: No such file or directory > In file included from /usr/include/linux/sched.h:13, >

Re: installed kernel source but still no modversions.h!

2002-05-14 Thread Alex Hunsley
Alex Hunsley wrote: > > I'm trying to compile the 3c90x netcard driver from 3com. > First time I try, I get this: > > 3c90x.h:22: linux/modversions.h: No such file or directory > In file included from /usr/include/linux/sched.h:13, > from 3c90x.h:3

installed kernel source but still no modversions.h!

2002-05-14 Thread Alex Hunsley
I'm trying to compile the 3c90x netcard driver from 3com. First time I try, I get this: 3c90x.h:22: linux/modversions.h: No such file or directory In file included from /usr/include/linux/sched.h:13, from 3c90x.h:36, from 3c90x.c:1: so I remembered I ne

Re: linksys nc100 problem. modversions.h not found.

2001-07-17 Thread Vineet Kumar
* Jimmy Richards ([EMAIL PROTECTED]) [010713 16:56]: > cd /usr/src > apt-get install kernel-source-2.2.19 > > > Then I think you have to untar or bunzip2 it like so... > > > tar zxvf > > or > > tar jxvf > > > > Then it should make a directory called 'linux' and you can optionally do > t

Re: linksys nc100 problem. modversions.h not found.

2001-07-13 Thread D-Man
On Fri, Jul 13, 2001 at 04:27:11PM -0700, crombie wrote: | hi, | | attempting to install linksys nc100 ethernet card on I haven't heard of the nc100 yet, but ... | debian potato. when compiling using that long gcc | command, | | gcc -DMODULE -D__KERNEL__ -I/usr/src/linux/net/inet | -Wall -

Re: linksys nc100 problem. modversions.h not found.

2001-07-13 Thread Jimmy Richards
Hi Again Crombie My bad. The package you need to get is the kernel-headers package, not the kernel-source, for that file. Still, you might wanna check out the kernel-source anyway. Sorry 'bout that! Jim Richards o _ _ _

Re: linksys nc100 problem. modversions.h not found.

2001-07-13 Thread Jimmy Richards
rototypes -O6 -c tulip.c > '[ -f /usr/include/linux/modversions.h ] && echo > -DMODVERSIONS` > > i get errors with problem in finding modversions.h. in fact, i dun have > anything > under /usr/src/ > > i looked at the makefile and it was looking for stuff i

linksys nc100 problem. modversions.h not found.

2001-07-13 Thread crombie
hi, attempting to install linksys nc100 ethernet card on debian potato. when compiling using that long gcc command, gcc -DMODULE -D__KERNEL__ -I/usr/src/linux/net/inet -Wall -Wstrict -prototypes -O6 -c tulip.c '[ -f /usr/include/linux/modversions.h ] && echo -DMODVERSIONS`

Re: modversions.h

2001-05-29 Thread Wayne Topa
Subject: Re: modversions.h Date: Tue, May 29, 2001 at 07:28:56PM +0200 In reply to:Robert Voigt Quoting Robert Voigt([EMAIL PROTECTED]): > On Tuesday 29 May 2001 18:43, ktb wrote: > > A search at - > > http://www.debian.org/distrib/packages > > shows that mo

Re: modversions.h

2001-05-29 Thread Robert Voigt
On Tuesday 29 May 2001 18:43, ktb wrote: > A search at - > http://www.debian.org/distrib/packages > shows that modversions.h is in the kernel-headers package. Do you have > that installed? I don't know for sure that will get you were your > going. Of course I have the k

Re: modversions.h

2001-05-29 Thread ktb
On Tue, May 29, 2001 at 06:35:54PM +0200, Robert Voigt wrote: > I thought if I compile the kernel with CONFIG_MODVERSIONS=y it puts > modversions.h in /usr/include/linux, but it didn't. Why? > > I want to compile a kernel module that looks for modversions.h. > > Sor

modversions.h

2001-05-29 Thread Robert Voigt
I thought if I compile the kernel with CONFIG_MODVERSIONS=y it puts modversions.h in /usr/include/linux, but it didn't. Why? I want to compile a kernel module that looks for modversions.h. Sorry if this was answered before but the archive search doesn't work.

Re: modversions.h

2001-04-13 Thread Ethan Benson
On Fri, Apr 13, 2001 at 04:30:25PM +1000, Tomaas Ortega wrote: > worked fine for me *shrug* > nothing seems broken on this end > network cards installed fine as did video cards and other stuff > maybe youve had a bad experience symlinking /usr/include/linux to /usr/src/linux (or blindly replacing

Re: modversions.h

2001-04-13 Thread Tomaas Ortega
worked fine for me *shrug* nothing seems broken on this end network cards installed fine as did video cards and other stuff maybe youve had a bad experience On Thu, 12 Apr 2001, Ethan Benson wrote: > On Fri, Apr 13, 2001 at 12:03:08AM +1000, Tomaas Ortega wrote: > > Install the kernel-headers pac

Re: modversions.h

2001-04-12 Thread Sebastiaan
Hi, h, creative possble solutions have been given on this list. I found out that modversions.h is not zipped in the archive but generated when building a kernel: the new package needs to know which symbols to load? I think this is enough: cd /usr/src/linux cp /boot/config- hi all, >

Re: modversions.h

2001-04-12 Thread Ethan Benson
On Fri, Apr 13, 2001 at 12:03:08AM +1000, Tomaas Ortega wrote: > Install the kernel-headers package for whatever kernwel you have... > then symlink /usr/inlude/linux to > /usr/src/kernel-headers-2.x.x/include/linux DO NOT do that, you will BREAK your system. /usr/include/linux is provided by libc

Re: modversions.h

2001-04-12 Thread Tomaas Ortega
wrote: > As far as I know, this was already dealt with... try > searching the archives. > > On shaky ground, I believe that modversions.h is created > during kernel compilation, and is remove by 'make mrproper' > > Cheers > > Tiarnan > > --- Oliver

Re: modversions.h

2001-04-12 Thread Tiarnan O'Corrain
As far as I know, this was already dealt with... try searching the archives. On shaky ground, I believe that modversions.h is created during kernel compilation, and is remove by 'make mrproper' Cheers Tiarnan --- Oliver Drechsler <[EMAIL PROTECTED]> wrote: > hi all, >

Re: modversions.h

2001-04-12 Thread Ethan Benson
On Thu, Apr 12, 2001 at 01:33:00PM +0100, Oliver Drechsler wrote: > hi all, > > i downloaded from www.intel.com a agp-card driver and i > tryed to install but the makefile returns this error : > > agpgart.c:52: linux/modversions.h: No such file or directory modify it to inclu

modversions.h

2001-04-12 Thread Oliver Drechsler
hi all, i downloaded from www.intel.com a agp-card driver and i tryed to install but the makefile returns this error : agpgart.c:52: linux/modversions.h: No such file or directory i m sorry about my bad english thanks oliver

Re: Ok...found modversions.h...two questions

2001-04-01 Thread Ethan Benson
Dave Linsalata <[EMAIL PROTECTED]> wrote: > First off, thanks for the help on modversions.h. I tried make > oldconfig...that didn't work...so I installed the headers and that > worked. But question: should I combine the headers/include directory > into the source direc

Ok...found modversions.h...two questions

2001-04-01 Thread Dave Linsalata
Hey all, First off, thanks for the help on modversions.h. I tried make oldconfig...that didn't work...so I installed the headers and that worked. But question: should I combine the headers/include directory into the source directory? Or just leave it separate? (b/c they are defin

Re: I *HATE* modversions.h

2001-04-01 Thread Ethan Benson
On Sun, Apr 01, 2001 at 03:34:43AM -0400, Dave Linsalata wrote: > hey all, > > Ok, I have been trying for the past 3 hours to install the driver for my > TNT2 Ultra card, and I'm going insane. It keeps asking for the > modversions.h file in my linux source directory. Now

Re: I *HATE* modversions.h

2001-04-01 Thread CaT
On Sun, Apr 01, 2001 at 03:34:43AM -0400, Dave Linsalata wrote: > hey all, > > Ok, I have been trying for the past 3 hours to install the driver for my > TNT2 Ultra card, and I'm going insane. It keeps asking for the > modversions.h file in my linux source directory. Now

I *HATE* modversions.h

2001-04-01 Thread Dave Linsalata
hey all, Ok, I have been trying for the past 3 hours to install the driver for my TNT2 Ultra card, and I'm going insane. It keeps asking for the modversions.h file in my linux source directory. Now, I've dselected the source and bunzip2'ed it and tar -xf'ed it...but /there

Re: missing modversions.h for net module

2001-01-30 Thread Alexey Vyskubov
> I am trying to complie a module for my Intel PRO/100 VE NIC. When I run make > on the module sources, it complains that "linux/modversions.h: file or > directory does not exist." Is there a separate .deb package that contains the > kernel header files? If so, is it loca

missing modversions.h for net module

2001-01-29 Thread Stephen Uhlhorn
Hello, I am trying to complie a module for my Intel PRO/100 VE NIC. When I run make on the module sources, it complains that "linux/modversions.h: file or directory does not exist." Is there a separate .deb package that contains the kernel header files? If so, is it located on the O

Re: e100.o missing modversions.h

2000-11-21 Thread JoshNarins
driver without a lot of unresolved symbol errors. Of course, since I was using 2.2.17, I needed to apt-get install kernel-headers-2.2.17 && apt-get source kernel-headers-2.2.17 to avoid the "missing modversions.h" error that started this. -JoshNarins PS I'm dow

Re: e100.o missing modversions.h

2000-11-15 Thread JoshNarins
build e100-1.3.20, the >> driver for several Intel NICs. It was not available >> >> The output of the first step, a make, is attached. Except that my attachment was eaten and inserted into the message... >> >> -JoshNarins >> . > At least in the past, m

e100.o missing modversions.h

2000-11-13 Thread JoshNarins
.h:93, from ans.c:52: /usr/include/linux/module.h:19: linux/modversions.h: No such file or direcotry make: *** [ans.o] Error 1

Re: make-kpkg fail: can't find modversions.h (compiling pcmcia-modules)

2000-05-11 Thread Manoj Srivastava
t "step 3)" is necessary even if you already have an Mark> appropriate kernel image? I thought I had skipped this step in Mark> the past without difficulty. The file modversions.h is created by the make dep command. You do not need to create the kernel image; you just

Re: make-kpkg fail: can't find modversions.h (compiling pcmcia-modules)

2000-05-01 Thread Mark Phillips
> >>"Mark" == Mark Phillips <[EMAIL PROTECTED]> writes: > > Mark> I think this is the problem. I shouldn't have to do the configuring > Mark> myself because make-kpkg should do it for me. For some reason it > Mark> seems that it doesn't. It sounds like a bug with make-kpkg. > >No, t

Re: make-kpkg fail: can't find modversions.h (compiling pcmcia-modules)

2000-05-01 Thread Manoj Srivastava
>>"Mark" == Mark Phillips <[EMAIL PROTECTED]> writes: Mark> I think this is the problem. I shouldn't have to do the configuring Mark> myself because make-kpkg should do it for me. For some reason it Mark> seems that it doesn't. It sounds like a bug with make-kpkg. No, this is pilot e

Re: make-kpkg fail: can't find modversions.h (compiling pcmcia-modules)

2000-05-01 Thread Mark Phillips
> Mark Phillips <[EMAIL PROTECTED]> writes: > > > I am trying to use make-kpkg to make a pcmcia-modules package for a > > laptop. It quits giving the following error: > > > > /usr/src/linux/include/linux/module.h:19: linux/modversions.h: No such > >

Re: make-kpkg fail: can't find modversions.h (compiling pcmcia-modules)

2000-04-30 Thread Joachim Trinkwitz
Mark Phillips <[EMAIL PROTECTED]> writes: > I am trying to use make-kpkg to make a pcmcia-modules package for a > laptop. It quits giving the following error: > > /usr/src/linux/include/linux/module.h:19: linux/modversions.h: No such file > or > directory > > a

Re: make-kpkg fail: can't find modversions.h (compiling pcmcia-modules)

2000-04-30 Thread Mark Phillips
> Well I used make menuconfig, and then make dep, make modules, make > modules_install, make bzImage and make bzlilo. > > Of course, by doing things like this, I have no idea what caused the > modversions.h file to get where it has. Thanks. I've sort of solved the problem.

Re: make-kpkg fail: can't find modversions.h (compiling pcmcia-modules)

2000-04-30 Thread Mark Phillips
> Mark> I am guessing you must have done something which creates this > Mark> config directory and puts modversions.h in the right place. If > Mark> you do > > Mark> So the question is, what do you do which creates this file??? > > Did you try configuring

Re: make-kpkg fail: can't find modversions.h (compiling pcmcia-modules)

2000-04-30 Thread Mark Phillips
> Well I'm not sure what you've done, but I am using kernel 2.2.15 > (pre19-1) and I have the modversions.h file in: Yes that's the same version as me (2.2.15pre19-1) > /usr/src/kernel-source-2.2.15/include/config/modversions.h > /usr/src/kernel-source-2.2.15/include/l

Re: make-kpkg fail: can't find modversions.h (compiling pcmcia-modules)

2000-04-30 Thread Corey Popelier
Well I'm not sure what you've done, but I am using kernel 2.2.15 (pre19-1) and I have the modversions.h file in: /usr/src/kernel-source-2.2.15/include/config/modversions.h /usr/src/kernel-source-2.2.15/include/linux/modversions.h Cheers, Corey Popelier http://members.dingoblue.net.au

make-kpkg fail: can't find modversions.h (compiling pcmcia-modules)

2000-04-30 Thread Mark Phillips
Hi, I am trying to use make-kpkg to make a pcmcia-modules package for a laptop. It quits giving the following error: /usr/src/linux/include/linux/module.h:19: linux/modversions.h: No such file or directory and sure enough, I can't find a file called "modversions.h" anywhere on

Re: modversions.h ?

2000-01-20 Thread Gary Hennigan
Pollywog <[EMAIL PROTECTED]> writes: > On 20-Jan-2000 aphro wrote: > > if the program you are compiling requires 2.2.x i suggest re linking > > /usr/include/linux to /usr/src/linux/include/linux (i think thats > > right) .. rename /usr/include/linux > > That is the action I was considering, but I

Re: modversions.h ?

2000-01-20 Thread Pollywog
On 20-Jan-2000 aphro wrote: > if the program you are compiling requires 2.2.x i suggest re linking > /usr/include/linux to /usr/src/linux/include/linux (i think thats > right) .. rename /usr/include/linux That is the action I was considering, but I did not think it should be done with 2.2.x kerne

Re: modversions.h ?

2000-01-20 Thread aphro
ut it for that(i had the similar problems trying to compile smbmount from samba 3) nate On Thu, 20 Jan 2000, Pollywog wrote: pollyw >What is the story behind modversions.h ? pollyw > pollyw >I am using kernel 2.2.14 and I don't have this file, but I see it is listed pollyw >for

RE: modversions.h ?

2000-01-20 Thread Pollywog
On 20-Jan-2000 Pollywog wrote: > What is the story behind modversions.h ? > > I am using kernel 2.2.14 and I don't have this file, but I see it is listed > for kernel-headers package 2.2.13. I built a custom kernel and I am not > using > the default Debian kernel imag

modversions.h ?

2000-01-20 Thread Pollywog
What is the story behind modversions.h ? I am using kernel 2.2.14 and I don't have this file, but I see it is listed for kernel-headers package 2.2.13. I built a custom kernel and I am not using the default Debian kernel image. gcc -L../lib -I../include/ -Wall -O6-c -o bcreencr

Re: modversions.h missing

1999-09-16 Thread Seth R Arnold
Some apps can also compile without modversions.h -- try removing the -DMODVERSIONS in the Makefile for the program, and try compiling again. On Thu, Sep 16, 1999 at 01:01:37AM -, Pollywog wrote: > I was trying to compile an app and I got this error about modversions.h > What do I have

RE: modversions.h missing

1999-09-16 Thread Pollywog
On 16-Sep-99 Pollywog wrote: > I was trying to compile an app and I got this error about modversions.h > What do I have to do to get modversions.h ? I thought I had to answer > "Y" > to the question about setting module versions when I compiled my kernel > (2.2.12) and

modversions.h missing

1999-09-16 Thread Pollywog
I was trying to compile an app and I got this error about modversions.h What do I have to do to get modversions.h ? I thought I had to answer "Y" to the question about setting module versions when I compiled my kernel (2.2.12) and I did that. make[1]: Entering directory `/home/polly