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 and found that the sugested command:
gcc -DMODULE -D__KERNEL__ -I/usr/src/linux/net/inet -Wall
-Wstrict-prototypes -O6 -c tulip.c
does not work... but
gcc -DMODULE -D__KERNEL__ -I/usr/src/linux/include -Wall
-Wstrict-prototypes -O6 -c tulip.c
worked. Once that was done, I thought I just had to install the module
in the correct place and do a 'depmod -a'.
--- marco frattola <marco.frattola@cubecom.it> wrote:
> 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 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 full
> of
> > unmet dependencies. Anyone have ideas?
> >
> > Thanks
> > Parrish
> >
> > =====
> > -----------------------------------------------------------
> > Academia is a little like child | Parrish M. Myers
> > rearing, it provides a chance at | The Wacked Jester
> > immortality without the stretch | parrishmm@earthlink.net
> > marks -- (unknown source) |
> > -----------------------------------------------------------
> >
> > __________________________________________________
> > Do You Yahoo!?
> > Kick off your party with Yahoo! Invites.
> > http://invites.yahoo.com/
> >
> >
> > --
> > Unsubscribe? mail -s unsubscribe
> > debian-user-request@lists.debian.org < /dev/null
> >
>
>
>
=====
-----------------------------------------------------------
Academia is a little like child | Parrish M. Myers
rearing, it provides a chance at | The Wacked Jester
immortality without the stretch | parrishmm@earthlink.net
marks -- (unknown source) |
-----------------------------------------------------------
__________________________________________________
Do You Yahoo!?
Kick off your party with Yahoo! Invites.
http://invites.yahoo.com/
Reply to: