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

Re: Intel Pro network



My first idea, i had such a error with a static ip. The problem came from a ctrl+space character I think or such a thing. Clean you /etc/network/interfaces with the lines you have for eth0 and rewrite them. Then verify if ifconfig eth0 up works.

Second idea, udev may not create eth0 instantly (I doubt). Have you tried ifconfig eth0 up at starting, after 5minutes, after 1 hour ?

Third idea, kernel problem. Have you tried another kernel ? If you can, try with a Knoppix CD to see if another kernel version works better.

Hope this helps.
Christophe

L.V.Gandhi a écrit :
On 8/21/07, Wayne Topa <linuxone@intergate.com> wrote:
L.V.Gandhi(lvgandhi@gmail.com) is reported to have said:
I have
0a:08.0 Ethernet controller: Intel Corporation Intel(R) PRO/100 VE
Network Connection (rev 02)
Its module is getting loaded
lvgvaio:~# lsmod|grep e100
e100                   32232  0
mii                     5344  1 e100
my /etc/network/interfaces is
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
allow-hotplug eth0
#auto eth0
iface eth0 inet dhcp

When I don't want my eth0 to come up at bootup, I do the same as you
you show above.  When I want it to associate on bootup I do

#allow-hotplug eth0

auto eth0
iface eth0 inet dhcp

I tried both methods. But I couldn't succeed.




Reply to: