Re: missing modversions.h

2002-09-11 Thread Claudio Bley
On Wed, 2002-09-11 at 16:08, Srinivas Nyayapati wrote: > Hi > > I am trying to get my network card working, which stopped working since > I upgraded my kernel from > 2.2.20 to a 2.4.18. I have a Intel 82558 network card. I downloaded the > necessary files for putting in a new module for my car

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 file. Is this missing > i

missing modversions.h

2002-09-11 Thread Srinivas Nyayapati
Hi   I am trying to get my network card working, which stopped working since I upgraded my kernel from 2.2.20 to a 2.4.18. I have a Intel 82558 network card. I downloaded the necessary files for putting in a new module for my card. I got eepro100.c, pci-scan.c, pci-scan.h and kern_co

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 located on the Official CD (

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 Official CD (

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
[EMAIL PROTECTED] wrote: >[EMAIL PROTECTED] wrote: >> >> This is a 2.2.17 and beyond issue. >> >> In the archives I see where people trying to build arla just >> commented out the -DMOD_VERSIONS compiler flag but >> that doesn't work when trying to build e100-1.3.20, the >> driver for several Int

e100.o missing modversions.h

2000-11-13 Thread JoshNarins
This is a 2.2.17 and beyond issue. In the archives I see where people trying to build arla just commented out the -DMOD_VERSIONS compiler flag but that doesn't work when trying to build e100-1.3.20, the driver for several Intel NICs. It was not available for compilation into the kernel during ins