Intel Pro network



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

allow-hotplug eth2
mapping eth2
script /usr/local/bin/selwifinet
map mohan eth2-mohan
map lvghome eth2-home

iface eth2-mohan inet dhcp
wireless_essid mohan
wireless_key xxxxxxxxxxxxx
wireless_mode managed
#post-up ifmetric eth2 5

#iface eth2-home inet dhcp
wireless_essid MT841
wireless_key xxxxxxxxxxxxx
wireless_mode managed

Buit when I start this net is not interface is not activated. but e100
is loaded.
Initially ifconfig returns nothing. If I do
lvgvaio:~# ifconfig eth0 up
lvgvaio:~# dhclient eth0
Internet Systems Consortium DHCP Client V3.0.4
Copyright 2004-2006 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/sw/dhcp/

Listening on LPF/eth0/00:13:a9:85:7d:c1
Sending on LPF/eth0/00:13:a9:85:7d:c1
Sending on Socket/fallback
DHCPREQUEST on eth0 to 255.255.255.255 port 67
DHCPACK from 192.168.1.1
bound to 192.168.1.2 -- renewal in 4845 seconds.
I am connected to adsl modem cum router huawei smartAX MT841 with
doing auto pppoe and dhcp server. It used to work in sarge ok. Now I
have to make the interface up and use dhclient which I didn't need to
do in sarge.
Any solutions to auto start during boot. I tried with both auto etho
and allow-hotplug eth0 in interfaces. Still it doesn't help.
--
L.V.Gandhi
http://lvgandhi.tripod.com/
linux user No.205042


--
To UNSUBSCRIBE, email to debian-user-REQUEST@xxxxxxxxxxxxxxxx
with a subject of "unsubscribe". Trouble? Contact listmaster@xxxxxxxxxxxxxxxx



Relevant Pages

  • Re: how to use wireless without network-manager or wicd
    ... has debian kernel 2.6.32 but sid and that doesn't have network manager or wicd ... | iface lo inet loopback ... | iface foreing inet dhcp ...
    (Debian-User)
  • RE: Lost Internet Access
    ... As these are new files just created, the network has to working (at ... I can ping internal addresses like 192.168.1.100, ... for 192.168.1.103 on eth0. ... - time to check that the network interface actually has a IP ...
    (Debian-User)
  • Re: Internet interface problem
    ... KNetworkConf ... chance install the network-manager? ... iface eth0 inet dhcp ...
    (Debian-User)
  • Re: setting a static ip for my lenny box
    ... I installed lenny yesterday on my desktop system. ... edit the network configuration through the networking tools applet (I ... allow-hotplug eth0 ...
    (Debian-User)
  • Re: N/W issue [was] Long boot
    ... # The primary network interface ... iface eth0 inet dhcp ...
    (Ubuntu)