On Thu, Jan 08, 2004 at 08:22:11PM +0100, Elton Algera wrote:
> 
> 
> On Wed, 7 Jan 2004, Wes Gray wrote:
> 
> > I'm helping a friend setup a Gentoo system, and when his kernel comes
> > up networking is broken.  The livecd detects the network and it works
> > great, but when my friend boots into his kernel it doesn't work.  Probably
> > he needs some network kernel options set.  We are on a LAN with DHCP.
> > His network card is 'Intel Twisted Pair 10/100 Network Adapter with WOL'.
> > 
> > Any ideas on what kernel options I should be enabling?
> > 
> > --
> > [EMAIL PROTECTED] mailing list
> > 
> > 
> 
> You can check the modules that are loaded by the live-cd;
> reboot with the live cd, then check the output from lsmod, the network 
> module should be in the list. Also, the dmesg output gives info on the 
> network card loaded. 
> 
> 
> --
> [EMAIL PROTECTED] mailing list
> 

Hi
you could get liveCD kernel config and get differences with kernel config installed on 
your system.
boot from liveCD then;

cat /proc/config >/some/where/liveCDkernel.config
so you get liveCD kernel config

then compare it with kernel config of your system by using diff

or

you could even replace your kernel config file with what you got from LiveCD and
recompile kernel.

bye
 

--
[EMAIL PROTECTED] mailing list

Reply via email to