R: R: R: tulip.o kernel module

2000-05-26 Thread marco frattola
-user@lists.debian.org Oggetto: Re: R: R: tulip.o kernel module marco frattola [EMAIL PROTECTED] wrote: Parrish M Myers [EMAIL PROTECTED] wrote: I built it by hand. Reason being I shouldn't have to recompile the entire kernel to add one module. So I tried it that way. I downloaded

tulip.o kernel module

2000-05-25 Thread Parrish M Myers
Hi all, Has anyone been able to compile and use the tulip.c file that comes with the Netgear FA-310TX card? I finally got the module compiled but when I run 'depmod -a' the command returns depmod: ***Unresolved symbols in /lib/modules/2.2.14/net tulip.o and if I run a 'insmod tulip' instead

Re: tulip.o kernel module

2000-05-25 Thread Robert L. Harris
Get 2.2.15. The tulip in that kernel works great on my netgear cards. Robert Thus spake Parrish M Myers ([EMAIL PROTECTED]): Hi all, Has anyone been able to compile and use the tulip.c file that comes with the Netgear FA-310TX card? I finally got the module compiled but when I run

R: tulip.o kernel module

2000-05-25 Thread marco frattola
i built a 2.0.36 kernel with that driver, and worked like a charm... did you build the module driver with a kernel, or did you build it after? Marco Frattola (S3 - Sviluppo Software e Sistemi) - Cubecom S.p.A. Via de Marini,1 3 piano Torre WTC 16149 GENOVA tel. 010 6591184 Has anyone been able

Re: R: tulip.o kernel module

2000-05-25 Thread Parrish M Myers
I built it by hand. Reason being I shouldn't have to recompile the entire kernel to add one module. So I tried it that way. I downloaded the 2.2.14 kernel-source and messed arround with the compile command for a while and found that the sugested command: gcc -DMODULE -D__KERNEL__

R: R: tulip.o kernel module

2000-05-25 Thread marco frattola
: debian-user@lists.debian.org Oggetto: Re: R: tulip.o kernel module I built it by hand. Reason being I shouldn't have to recompile the entire kernel to add one module. So I tried it that way. I downloaded the 2.2.14 kernel-source and messed arround with the compile command for a while

Re: R: R: tulip.o kernel module

2000-05-25 Thread Colin Watson
marco frattola [EMAIL PROTECTED] wrote: Parrish M Myers [EMAIL PROTECTED] wrote: I built it by hand. Reason being I shouldn't have to recompile the entire kernel to add one module. So I tried it that way. I downloaded the 2.2.14 kernel-source and messed arround with the compile command

Re: R: tulip.o kernel module

2000-05-25 Thread Gary Hennigan
Parrish M Myers [EMAIL PROTECTED] writes: I built it by hand. Reason being I shouldn't have to recompile the entire kernel to add one module. So I tried it that way. I downloaded the 2.2.14 kernel-source and messed arround with the compile command for a while and found that the sugested