Greetings:

I just set up a dual nic system with the linksys cards.  Notes:

1.  There's a nifty step by step here:

http://www.rabbitte.com/tech/linux/debian_notes.html#LinkSys_Adapter_Setup

It didn't work for me, but it might be useful to someone.

2.  I had no problems getting the nics to work with the tulip.o module that
ships with the debian potato release.

3.  In spite of #2, I wanted to compile the tulip source from linksys just
because it seemed the 'right thing to do'.  This caused lots of grief:

a.  I installed the kernel sources which ended up under
/usr/src/kernel-source-xxxx.

b.  I tried to compile the module per instructions and got a screenful of
errors about headers not found.

c.  I installed the kernel header package which also ended up under
/usr/src/ in a directory named kernel-headers-xxxx or something like that.
I did see the 'missing' headers underneath the kerner-header directory but
I could never get gcc to see them.

I'd really like to know the 'proper' way to get this working!  Note:
linksys doesn't provide a makefile, just a 'c' file and the command line to
compile the module.  The 'how-to' in my item #1 above has the command line
modified so it should work with a debian based system.

Good luck!

At 09:37 AM 9/28/00 -0700, you wrote:
>On Thu, Sep 28, 2000 at 09:19:20AM -0500, Paul Gray wrote:
>> > > LNE10/100TX). I know that they use the tulip.o module, put
apparently Linksys
>
>Have you tried oldtulip.o?
>
>> Whenever you see this, chances are that the make is using the wrong
>> headers for the kernel.  That is, /usr/include instead of
>> /usr/src/linux/include.  (Assuming that your kernel source has been
>> sym-linked into /usr/src/linux)
>
>Your kernel source should never be sym-linked into /usr/src/linux.  This
>can cause subtle breakage of things everywhere, as libc has one view of
>kernel structures, and programs you compile have another.  This is why
>they are not symlinked in Debian.
>
>> Either fix this in the Makefile, or prepend the make command as:
>
>If you actually need the kernel headers (the libc was compiled with the
>kernel we shipped with...), you can install kernel-headers-2.2.16-storm or
>-storm-ide, and point them into /usr/src/kernel/-headers-2.2.16-storm or
>-storm-ide.
>
>-- 
>Ryan Murray, Projects Manager, Stormix Technologies Inc., Debian Developer
>Opinions expressed in this email are not necessarily those of my employer.
>
>
>_______________________________________________
>Stormlinux-users-list mailing list
>[EMAIL PROTECTED]
>http://www.stormix.com/community/lists/listinfo/stormlinux-users-list
>
>



_______________________________________________
Stormlinux-users-list mailing list
[EMAIL PROTECTED]
http://www.stormix.com/community/lists/listinfo/stormlinux-users-list

Reply via email to