[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Intel EtherExpress Pro 100B



On Mon, 27 Oct 1997 15:13:48 PST Matt Thompson (mattyt@oz.net) wrote:

> I'm trying to install the driver for this card.  I followed the 
> instructions, and when I executed the compile-command I found at the 
> bottom of the eepro100.c file (gcc -DMODVERSIONS -DMODULE 
> -D__KERNEL__ -I/usr/src/linux/net/inet -Wall -Wstrict-prototypes -O6 
> -c eepro100.c), I receive the following errors:

> eepro100.c:41: linux/config.h: No such file or directory 
[snip]

Add a -I/usr/src/linux/include option to the gcc command line.
Your command gets the kernel headers from the wrong place.

If this doesn't work, then you probably never compiled a kernel from these sources, and might want to recompile a full kernel.
The include/linux symlink is created during compilation (and points to include/linux-i386, assuming you've got an intel platform).
You can always try to do the symlink by hand, but if you've a got a version mismatch, then recompile everything.

I hope this doesn't look too confusing...

Phil.



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-user-request@lists.debian.org . 
Trouble?  e-mail to templin@bucknell.edu .


Reply to: