Re: Kernel compile

Shailesh Hingole <[email protected]> Wed, 12 Mar 2003 11:09:46 -0500 (EST)
Newsgroups org.kernel.vger.linux-config
Message-ID <Pine.SOL.4.21.0303121105350.14561-100000@opal>
did you also run the following commands while compiling the kernel

make modules
make modules_install

if you have then i think you have not included the appropriate support for
your ethernet card into the kernel. Boot your normal redhat kernel and
give the lsmod command to see all the loaded modules. 

You need to make sure that all these modules are also compiled with your
kernel.

As far as i know redhat doesn't create the config file for the
configuration that it installs. 

hope that helps..


Shailesh

On Tue, 11 Mar 2003, pshook wrote:

> Not sure if this is the correct newsgroup, if not can you direct me to
> the right one?
> 
> I am trying to compile my kernel for RH7.3. It doesn't generate any
> errors, but it fails to find/load eth0 and vfat. It won't go past
> starting system logger and has many no such file or directory statements
> 
> after the first fail which is eth0.
> 
> Is there a way to set the make xconfig back to a default or what the
> original kernel on my system is? I can still boot with the original
> kernel but not the new one.
> 
> Please help I'm an extreme newbie.
> 
> 
> -
> To unsubscribe from this list: send the line "unsubscribe linux-config" in
> the body of a message to [email protected]
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>