On Thu, 28 Sep 2000, Carl B. Constantine wrote:

> On 9/19/2000 18:42, Ronald Ifferte at [EMAIL PROTECTED] wrote:
> 
> > I just installed Storm Linux 2000  - everything went very smoothly. However -
> > I cannot seem to get either of my two NIC's working (both are Linksys
> > LNE10/100TX). I know that they use the tulip.o module, put apparently Linksys
> > is screwy with their chipsets the latest models do not work with most modules
> > pre-packaged with distros (or at least SL2000). Has anyone got these to work,
> > what did you do etc?
> 
> did you ever get this working? I have a friend with the same card that is
> having no end of trouble. Even downloaded the latest source and compiled it
> but has a 64K error log about parse errors from the kernel headers.
> 

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)

Either fix this in the Makefile, or prepend the make command as:

storm:> CFLAGS="-I/usr/src/linux/include" make


-- 
Paul Gray
[EMAIL PROTECTED]
Dept. of Mathematics 
University of Northern Iowa
Wright Hall
Cedar Falls, IA  50614-0506



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

Reply via email to