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 doesn't

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

2004-11-30 Thread Hugo Vanwoerkom
to 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

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

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 include/modsetver.h 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

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

2004-09-24 Thread Wayne Topa
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: You start coding. I'll go find out what they want

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

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 modversions.h file

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-version-1-arch' package, where: version is the version of your kernel, and arch is the architecture type

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 Install the 'kernel-header-version-1-arch' package, where: version is the version

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 --

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 modversions.h not found

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. When SNIP There is a GPL

make-Problem .../include/linux/modversions.h: No such file or directory

2004-03-02 Thread Ulrich Fürst
/include/linux/modversions.h -c -o printer.o printer.c cpp0: /usr/src/kernel-source-2.4.24/include/linux/modversions.h: No such file or directory make: *** [printer.o] Error 1 Brauch ich dazu die Header? Also das Verzeichnis gibt es, nur gibt es da keine modversions.h (und auch nirgendwo anders). Oder

Re: make-Problem .../include/linux/modversions.h: No such file or directory

2004-03-02 Thread Andreas Janssen
-DMODVERSIONS -include /usr/src/kernel-source-2.4.24/include/linux/modversions.h -c -o printer.o printer.c cpp0: /usr/src/kernel-source-2.4.24/include/linux/modversions.h: No such file or directory make: *** [printer.o] Error 1 Brauch ich dazu die Header? Also das Verzeichnis gibt es, nur gibt

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

2004-01-10 Thread Joseph Jones
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 errors are related to me

Re: NVIDIA e modversions.h

2003-11-26 Thread Kairo Araújo
* caio ferreira ([EMAIL PROTECTED]) escreveu: Date: Fri, 14 Nov 2003 19:54:48 -0200 From: caio ferreira [EMAIL PROTECTED] To: debian-user-portuguese@lists.debian.org X-Mailer: Sylpheed version 0.9.7 (GTK+ 1.2.10; i386-pc-linux-gnu) Subject: Re: NVIDIA e modversions.h On Fri, 14 Nov 2003 18

Re: NVIDIA e modversions.h

2003-11-15 Thread Kairo F. de Araújo
* caio ferreira ([EMAIL PROTECTED]) escreveu: Date: Fri, 14 Nov 2003 19:54:48 -0200 From: caio ferreira [EMAIL PROTECTED] To: debian-user-portuguese@lists.debian.org X-Mailer: Sylpheed version 0.9.7 (GTK+ 1.2.10; i386-pc-linux-gnu) Subject: Re: NVIDIA e modversions.h On Fri, 14 Nov 2003 18

NVIDIA e modversions.h

2003-11-14 Thread Paulo Henrique de Lima Santana
modversions.h no diretorio /usr/src/linux/include/linux/ Realmente o arquivo nao esta la. Algue poderia explicar pra que serve este arquivo e como posso obte-lo? Caso alguem tenha ele, poderia me enviar? [EMAIL PROTECTED] Obrigado Paulo Henrique de Lima Santana Estudante de Ciencia da Computacao UFPR

Re: NVIDIA e modversions.h

2003-11-14 Thread Allan
, mas durante a instalao o programa reclamou a ausencia do arquivo modversions.h no diretorio /usr/src/linux/include/linux/ Realmente o arquivo nao esta la. Entra em http://www.debian.org.br/distrib/packages.pt.html Va para o final da pagina Procurar o conteúdo dos pacotes E digite o arquivo

Re: NVIDIA e modversions.h

2003-11-14 Thread FaRaOhh
. Acho q exite um modo mais fácil que seria o download de um script de instalação direto do site da nvidia e executá-lo como root, agora resta saber se exite um driver para o kernel 2.4.18-bf2.4 Fiz isso, mas durante a instalao o programa reclamou a ausencia do arquivo modversions.h no diretorio /usr

Re: NVIDIA e modversions.h

2003-11-14 Thread Paulo Henrique de Lima Santana
Acho q exite um modo mais fácil que seria o download de um script de instalação direto do site da nvidia e executá-lo como root, agora resta saber se exite um driver para o kernel 2.4.18-bf2.4 Eu baixei esse script, mas ele nao achava o modversions.h Baixei um outro pacote do Debian e achei

Re: NVIDIA e modversions.h

2003-11-14 Thread FaRaOhh
ele nao achava o modversions.h Baixei um outro pacote do Debian e achei esse arquivo. Agora esta dando outro erro no script. Tenho uma dica, instale o modutils e modconf depois execute o script e nos conte o resultado, quando puder mande as mensagens de erros... -- Debian User:629 FaRaOhh

Re: NVIDIA e modversions.h

2003-11-14 Thread Paulo Henrique de Lima Santana
Tenho uma dica, instale o modutils e modconf depois execute o script e nos conte o resultado, quando puder mande as mensagens de erros... Havia sido criado o seguinte log: (O erro ta la no final) Using: nvidia-installer ncurses user interface - License accepted. - No precompiled kernel

(forw) Re: NVIDIA e modversions.h] (fwd)

2003-11-14 Thread Paulo Henrique de Lima Santana
-- Forwarded message -- From: [EMAIL PROTECTED] Delivered-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Date: Fri, 14 Nov 2003 14:09:34 -0200 Subject: (forw) [EMAIL PROTECTED]: Re: NVIDIA e modversions.h] * Paulo Henrique de Lima Santana ([EMAIL PROTECTED]) escreveu: Date: Fri, 14

Re: NVIDIA e modversions.h

2003-11-14 Thread Yves Junqueira Marques Teixeira
Há um método bastante simples de se instalar o driver da nvidia automaticamente no Debian. 1) substitua o 'unstable' por 'testing' ou 'stable', se for o caso: # echo deb http://s.bouncybouncy.net/nvidia_debs unstable/ \ /etc/apt/sources.list # apt-get update # apt-get install

Re: NVIDIA e modversions.h

2003-11-14 Thread Paulo Henrique de Lima Santana
Ufa, nasceu a crianca !!! Yves, deu certo o deu conselho. Segui o primeio. Obrigado PAulo Hoje, às 15:00, Yves Junqueira Marques Teixeira escreveu: Há um método bastante simples de se instalar o driver da nvidia automaticamente no Debian. 1) substitua o 'unstable' por 'testing' ou

Re: NVIDIA e modversions.h

2003-11-14 Thread caio ferreira
On Fri, 14 Nov 2003 08:56:59 -0200 (BRST) Paulo Henrique de Lima Santana [EMAIL PROTECTED] wrote: Fiz isso, mas durante a instalao o programa reclamou a ausencia do arquivo modversions.h no diretorio /usr/src/linux/include/linux/ Realmente o arquivo nao esta la. Por acaso você chegou

Re: NVIDIA e modversions.h

2003-11-14 Thread Paulo Henrique de Lima Santana
Hoje, às 17:37, caio ferreira escreveu: On Fri, 14 Nov 2003 08:56:59 -0200 (BRST) Paulo Henrique de Lima Santana [EMAIL PROTECTED] wrote: Fiz isso, mas durante a instalao o programa reclamou a ausencia do arquivo modversions.h no diretorio /usr/src/linux/include/linux/ Realmente o

Re: NVIDIA e modversions.h

2003-11-14 Thread caio ferreira
On Fri, 14 Nov 2003 18:44:40 -0200 (BRST) Paulo Henrique de Lima Santana [EMAIL PROTECTED] wrote: Por acaso você chegou a instalar o código fonte do kernel ?!?!? Instalei, mas o tal do arquivo modversions.h nao apareceu. Estranho, pois esse arquivo existe no meu micro, locate

Re: NVIDIA e modversions.h

2003-11-14 Thread Ederson L. Corrêa
caio ferreira wrote: On Fri, 14 Nov 2003 18:44:40 -0200 (BRST) Paulo Henrique de Lima Santana [EMAIL PROTECTED] wrote: Por acaso você chegou a instalar o código fonte do kernel ?!?!? Instalei, mas o tal do arquivo modversions.h nao apareceu. De qualquer forma, ja consegui resolver

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 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. Using kernel_image and kernel_headers still

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/ --

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 module

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, because I

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

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

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

2003-09-15 Thread jjluza
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/include/linux. While

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 modversions.h

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

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] with

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 error

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

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

modversions.h

2003-07-27 Thread Barýþ Evrim Demiröz
NVdia sürücülerini yükleyeceðim fakat modversions.h adlý dosyayý bulamýyor. kernel-source'da belirtilmemiþ olduðuna dair bir hata veriyor. gerçekten de arattým modversions.h dosyasý hiç bir yerde mevcut deðil. bu sorunu nasýl aþarým? þimdiden teþekkürler, iyi çalýþmalar...

make-kpkg et modversions.h

2003-07-12 Thread Vincent Morlot
Bonjour, J'ai un petit problème, j'ai besoin du fichier modeversions.h pour recompiler un driver d'une carte graphique, j'ai beau refaire un make-kpkg --revision=1.0 kernel-image le fichier n'est pas regénéré. J'ai recherché sur la liste mais n'ai rien trouvé de concluant sur le sujet. J'essaie

Re: make-kpkg et modversions.h

2003-07-12 Thread François Boisson
On Sat, 12 Jul 2003 08:47:58 +0200 Vincent Morlot [EMAIL PROTECTED] wrote: Bonjour, J'ai un petit problème, j'ai besoin du fichier modeversions.h pour recompiler un driver d'une carte graphique, j'ai beau refaire un make-kpkg --revision=1.0 kernel-image le fichier n'est pas regénéré. J'ai

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

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, on which

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 know where modversions.h is? I believe modversions.h

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 it . I had to revert to my

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 source but couldn't find

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 the kernel source but couldn't

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

2003-01-26 Thread W. Paul Mills
. 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 kernel-source/include/linux/ directory. do I have to add a patch or enable some feature so it will appear? No, it should be there now. On my system -- $ locate

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've used the 2.4.8 source

compiled kernel problems with ide-scsi and modversions.h

2003-01-25 Thread Haim Ashkenazi
'modversions.h'. indeed there isn't such file in my kernel-source/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://people.debian.org/~blade/XFS-Install

compiled kernel problems with ide-scsi and modversions.h

2003-01-25 Thread Haim Ashkenazi
'modversions.h'. indeed there isn't such file in my kernel-source/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://people.debian.org/~blade/XFS-Install

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

2003-01-25 Thread David Z Maze
. 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 kernel-source/include/linux/ directory. do I have to add a patch or enable some feature so it will appear? That file is normally built as part of the build process; you

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

2003-01-25 Thread Haim Ashkenazi
, 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 modversions.h ./kernel-headers-2.4.18-bf2.4-xfs/include

Re: No rule to make target `/usr/src/linux/include/linux/modversions.h'

2003-01-11 Thread Adrian Bunk
`/usr/src/linux/include/linux/modversions.h' Liegt das am comedi-source-Paket oder an irgendwelchen Einstellungen meines Systems? ... wo liegen denn die konfigurierten Kernel-Sourcen von dem Kernel fuer den du dieses Modul kompilieren moechtest? Das Paket sucht in /usr/src/linux und findet

No rule to make target `/usr/src/linux/include/linux/modversions.h'

2003-01-11 Thread Martin Samesch
Hi, beim Versuch comedi-source mittels make-kpkg [...] modules_image zu übersetzen, bekomme ich die Fehlermeldung make[3]: Entering directory `/usr/src/modules/comedi/comedi' make[3]: *** No rule to make target `/usr/src/linux/include/linux/modversions.h' Liegt das am comedi-source-Paket oder

Re: No rule to make target `/usr/src/linux/include/linux/modversions.h'

2003-01-11 Thread Martin Samesch
to make target `/usr/src/linux/include/linux/modversions.h' wo liegen denn die konfigurierten Kernel-Sourcen von dem Kernel fuer den du dieses Modul kompilieren moechtest? Das Paket sucht in /usr/src/linux und findet dort bei dir nichts passendes. /usr/src/linux ist ein Link auf /usr/src/linux

Re: No rule to make target `/usr/src/linux/include/linux/modversions.h'

2003-01-11 Thread Martin Samesch
Martin Samesch wrote: beim Versuch comedi-source mittels make-kpkg [...] modules_image zu übersetzen, bekomme ich die Fehlermeldung make[3]: Entering directory `/usr/src/modules/comedi/comedi' make[3]: *** No rule to make target `/usr/src/linux/include/linux/modversions.h' Oh, oh. Ein

Re: missing modversions.h

2002-09-11 Thread Matthias Szupryczynski
On Thu, 2002-09-12 at 00:08, Srinivas Nyayapati wrote: snip 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

Re: missing modversions.h

2002-09-11 Thread Claudio Bley
. 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. You need to configure your kernel and you

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 need

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:36, from 3c90x.c:1

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, from 3c90x.h:36

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 In file included from /usr/include/linux/sched.h:13

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 In file included from /usr/include/linux/sched.h:13

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

2001-07-17 Thread Vineet Kumar
* Jimmy Richards ([EMAIL PROTECTED]) [010713 16:56]: snip 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 kernel.tar.gz file or tar jxvf kernel.tar.bz2 file Then it should make a directory called 'linux' and

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` i get errors

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

2001-07-13 Thread Jimmy Richards
/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 in /usr/src/linux. --help. Howdy Crombie, Try the command 'apt

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 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

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-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. Sorry if this was answered before

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 kernel-source package installed

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 modversions.h is in the kernel

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

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 the

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: 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 include /usr/src/kernel

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, i downloaded from

Re: modversions.h

2001-04-12 Thread Tomaas Ortega
: 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, i downloaded

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

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-yourkernelversion

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 is no modversions.h

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've dselected the make

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, I've dselected the source

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 definately

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 directory? Or just leave

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 (#1

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 down to 17 processes! It's exhiliarating

Re: e100.o missing modversions.h

2000-11-15 Thread JoshNarins
. 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 ..snip... At least in the past, modversions.h was produced when you compiled a kernel, or it can be found in the kernel headers for your

e100.o missing modversions.h

2000-11-13 Thread JoshNarins
, 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
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 need to run make dep. make-kpkg does indeed run this step for you automatically. Mark But perhaps I had done the kernel compilation earlier without

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 file or directory and sure enough, I can't find

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, this is pilot

  1   2   >