From: Alex Peuchert (alex_at_peuchert.de)
Date: Thu 14 Mar 2002 - 22:24:50 GMT
Hi,
you can find a .config in the /boot directory named config-*
rgds,
alex
-----Ursprungliche Nachricht-----
Von: Joseph S Chung [mailto:jschung_at_itsd.gov.hk]
Gesendet: Freitag, 6. Juni 2003 05:03
An: vserver_at_solucorp.qc.ca
Betreff: Re[2]: [vserver] eth0 fail to start
I do not see eth0 with ifconfig command. It is not working.
I did not complie the kernel after downloading from web. How can I get the
.config file. I do not have one in /usr/src/linux-2.4. By the way, I am
using RedHat 9.0.
Thanks.
Joseph
From: Guillaume Plessis <gui_at_moolfreet.com> on 05/06/2003 18:07
Please respond to vserver_at_solucorp.qc.ca
To: vserver_at_solucorp.qc.ca
cc:
Subject: Re: [vserver] eth0 fail to start
Joseph S Chung wrote:
> I am not sure. It is Intel 82557/8/9 Ethernet Pro 100. How can I check?
> Thanks,
> Joseph
There are many way do to this :
1/ Check that the following options are marked "=y" or "=m" in the
.config file used during your kernel compilation:
CONFIG_NET_PCI
CONFIG_EEPRO100
in case of "=m", you ahve to check that the modules is loaded during the
system boot
2/ check that you get eth0 when you lauch "ifconfig -a"
3/ ...
Best regards
Gui