Re: kernel module tulip.o - how to load on startup SOLVED

2005-06-08 Thread Hermi
Hermi wrote: excerpt This question boils down to asking how to force a kernel module to load on startup in the style of 'insmod -f'. I include the rationale for it, in case I am approaching this the wrong way /excerpt I solved it by installing the package 'kernel-headers-2.2.20-idepci', and

kernel module tulip.o - how to load on startup

2005-06-07 Thread Aniseed
with Debian, but this is my first Debian installation. I am running Debian 3.0r1 (woody) (2.2.20-idepci kernel) The NIC comes with Linux drivers. For kernel version 2.2.* it comes as a tulip.c file, which I managed to compile into tulip.o I have copied tulip.o into /lib/modules/.../net/tulip.o

Re: tulip.o

2001-04-23 Thread Jason Pepas
, but not both for each card. jason [EMAIL PROTECTED] jason.pepas.com - Original Message - From: Jack [EMAIL PROTECTED] To: debian-user@lists.debian.org Sent: Tuesday, April 17, 2001 8:37 AM Subject: Re: tulip.o Thanks for reply, however, I must not have made myself clear. | . I have

Re: tulip.o

2001-04-22 Thread Dan Christensen
Jack [EMAIL PROTECTED] writes: Here is my problem with the Linksys NIC: . I have two NICs: Linksys EtherFast 10/100 and Intel 10/100 . Using 2.4.3 Kernel and have tulip.o module compiled in it. . The Interl NIC is detected as eth0 (btw, did I compile any support for that card

tulip.o

2001-04-17 Thread Jack
Hi, Here is my problem with the Linksys NIC: . I have two NICs: Linksys EtherFast 10/100 and Intel 10/100 . Using 2.4.3 Kernel and have tulip.o module compiled in it. . The Interl NIC is detected as eth0 (btw, did I compile any support for that card? I dont think so. it's

Re: tulip.o

2001-04-17 Thread D-Man
On Tue, Apr 17, 2001 at 12:09:07AM -0500, Jack wrote: | Hi, | | Here is my problem with the Linksys NIC: | | . I have two NICs: Linksys EtherFast 10/100 and Intel 10/100 | . Using 2.4.3 Kernel and have tulip.o module compiled in it. | . The Interl NIC is detected as eth0 (btw, did I

Re: tulip.o

2001-04-17 Thread Jack
Thanks for reply, however, I must not have made myself clear. | . I have two NICs: Linksys EtherFast 10/100 and Intel 10/100 | . Using 2.4.3 Kernel and have tulip.o module compiled in it. | . The Interl NIC is detected as eth0 (btw, did I compile any support | for that card? I

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
'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 or after I get a screen full of unmet dependencies. Anyone have ideas? Thanks Parrish

R: tulip.o kernel module

2000-05-25 Thread marco frattola
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 or after I get a screen

Re: R: tulip.o kernel module

2000-05-25 Thread Parrish M Myers
tel. 010 6591184 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

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
what you thought it was doing (the object file you produced probably needed to be linked against something else). Try changing to the directory containing tulip.c and typing 'make tulip.o' instead, then installing it as before. If that doesn't work, then I've missed out a step, too; trying 'make

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