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

Re: [cobalt-developers] Replacing eepro100 with e100, need some .h source files



 modversions.h is automatically generated. Try running a "make oldconfig;
make dep" in /usr/src/linux.

On 11/9/01 2:10 PM, "William L. Thomson Jr." <wlt@xxxxxxxxxxxxxxxxxxxx>
wrote:

> I recently came across Intel's Advances Networking Services which allows
> you to group together two or more intel nic's to a single IP address.
> 
> I would like to be able to do this with a RaQ4r. Currently the RaQ uses
> the eepro100 module for the nic's. I need to compile and replace it with
>   e100, which is compatible with IANS, eepro100 is not.
> 
> When I attempt to compile I am alerted that the following file is
> missing. I am not sure as to were I could obtain a copy of the file for
> the Cobalt, since I am assuming it may have been modified to fit the
> equipment when the kernel and such was compiled.
> 
> So I need to get a hold of the following, and after I may need others
> 
> /usr/src/linux-2.2.16C28_III/include/linux/module.h:19:
> linux/modversions.h: No such file or directory
> 
> When I attempt to compile IANS I get the following, which I assume is
> the same file.
> 
> cpp: /usr/src/linux/include/linux/modversions.h: No such file or directory
> 
> Although I hae been able to get around this error with IANS only. When
> compiling you can use a flag that compiles with modeversions
> disabled/enabled. No such flag for e100.
> 
> Bottom line I want to combine both ethernet interfaces to a single IP so
> I can group the ports on my switch.
> 
> Any suggestions?