Hi there,
I added a PCI Express LAN interface card to my machine, and am having trouble getting it to work with Jaunty (AM64).
The card is recognised as "eth2". When I plug in the LAN cable, nothing happens, and Network Manager reports that eth2 is unavailable.
LSPCI reports the card as the following:
02:00.0 Ethernet controller: Intel Corporation 82574L Gigabit Network Connection
I assume that the related driver for this card is Intel e1000e.
To check if the driver is available I did
modprobe -l |grep e1000e
and got
kernel/drivers/net/e1000e/e1000e.ko
in which case I assume that the driver is loaded.
I then started digging in Syslog. At the end of this post, I added what happened after plugging in the LAN cable at this card.
To me, it looks like the driver is working somehow (Message 2009-05-01 07:00:35 Link is up)
Then "dhclient" tries to start the DHCP procedure.
Somewhere, I saw the following message:
2009-05-01 07:00:37 jaunty kernel [ 1403.805801] 0000:02:00.0: eth2: Detected Tx Unit Hang:
This leads me to assume that there is something wrong. When I do the same with the on board LAN interface, this is where it starts to get different. The on board LAN controller finally ends up providing a LAN connection.
eth2 however ends up in a kind of loop until I unplug the network cable.
I booted Win XP on the same machine (Media Centre Edition SP3) and there, I don't have any issues. This tells me it's not a defective piece of hardware.
Here I get stuck, I have no idea how to further investigate. Has anybody got an idea what to try next?
Regards,
Jens
Syslog extract:
2009-05-01 07:00:35 JLPC3 NetworkManager <info> (eth2): device state change: 2 -> 3
2009-05-01 07:00:35 JLPC3 NetworkManager <info> Activation (eth2) starting connection 'Auto eth2'
2009-05-01 07:00:35 JLPC3 NetworkManager <info> (eth2): device state change: 3 -> 4
2009-05-01 07:00:35 JLPC3 NetworkManager <info> Activation (eth2) Stage 1 of 5 (Device Prepare) scheduled...
2009-05-01 07:00:35 JLPC3 NetworkManager <info> Activation (eth2) Stage 1 of 5 (Device Prepare) started...
2009-05-01 07:00:35 JLPC3 NetworkManager <info> Activation (eth2) Stage 2 of 5 (Device Configure) scheduled...
2009-05-01 07:00:35 JLPC3 NetworkManager <info> Activation (eth2) Stage 1 of 5 (Device Prepare) complete.
2009-05-01 07:00:35 JLPC3 NetworkManager <info> Activation (eth2) Stage 2 of 5 (Device Configure) starting...
2009-05-01 07:00:35 JLPC3 NetworkManager <info> (eth2): device state change: 4 -> 5
2009-05-01 07:00:35 JLPC3 kernel [ 1402.021912] 0000:02:00.0: eth2: Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
2009-05-01 07:00:35 JLPC3 NetworkManager <info> Activation (eth2) Stage 2 of 5 (Device Configure) successful.
2009-05-01 07:00:35 JLPC3 NetworkManager <info> Activation (eth2) Stage 3 of 5 (IP Configure Start) scheduled.
2009-05-01 07:00:35 JLPC3 NetworkManager <info> Activation (eth2) Stage 2 of 5 (Device Configure) complete.
2009-05-01 07:00:35 JLPC3 NetworkManager <info> Activation (eth2) Stage 3 of 5 (IP Configure Start) started...
2009-05-01 07:00:35 JLPC3 NetworkManager <info> (eth2): device state change: 5 -> 7
2009-05-01 07:00:35 JLPC3 NetworkManager <info> Activation (eth2) Beginning DHCP transaction.
2009-05-01 07:00:35 JLPC3 NetworkManager <info> dhclient started with pid 4669
2009-05-01 07:00:35 JLPC3 NetworkManager <info> Activation (eth2) Stage 3 of 5 (IP Configure Start) complete.
2009-05-01 07:00:35 JLPC3 dhclient Internet Systems Consortium DHCP Client V3.1.1
2009-05-01 07:00:35 JLPC3 dhclient Copyright 2004-2008 Internet Systems Consortium.
2009-05-01 07:00:35 JLPC3 dhclient All rights reserved.
2009-05-01 07:00:35 JLPC3 dhclient For info, please visit http://www.isc.org/sw/dhcp/
2009-05-01 07:00:35 JLPC3 dhclient
2009-05-01 07:00:35 JLPC3 NetworkManager <info> DHCP: device eth2 state changed normal exit -> preinit
2009-05-01 07:00:35 JLPC3 dhclient Listening on LPF/eth2/00:1b:21:2f:f6:2c
2009-05-01 07:00:35 JLPC3 dhclient Sending on LPF/eth2/00:1b:21:2f:f6:2c
2009-05-01 07:00:35 JLPC3 dhclient Sending on Socket/fallback
2009-05-01 07:00:36 JLPC3 dhclient DHCPDISCOVER on eth2 to 255.255.255.255 port 67 interval 5
2009-05-01 07:00:37 JLPC3 kernel [ 1403.805801] 0000:02:00.0: eth2: Detected Tx Unit Hang:
2009-05-01 07:00:37 JLPC3 kernel [ 1403.805804] TDH <0>
2009-05-01 07:00:37 JLPC3 kernel [ 1403.805806] TDT <2>
2009-05-01 07:00:37 JLPC3 kernel [ 1403.805808] next_to_use <2>
2009-05-01 07:00:37 JLPC3 kernel [ 1403.805809] next_to_clean <0>
2009-05-01 07:00:37 JLPC3 kernel [ 1403.805810] buffer_info[next_to_clean]:
2009-05-01 07:00:37 JLPC3 kernel [ 1403.805812] time_stamp <1000434df>
2009-05-01 07:00:37 JLPC3 kernel [ 1403.805813] next_to_watch <0>
2009-05-01 07:00:37 JLPC3 kernel [ 1403.805815] jiffies <1000435ef>
2009-05-01 07:00:37 JLPC3 kernel [ 1403.805816] next_to_watch.status <0>
2009-05-01 07:00:39 JLPC3 kernel [ 1405.805215] 0000:02:00.0: eth2: Detected Tx Unit Hang:
2009-05-01 07:00:39 JLPC3 kernel [ 1405.805219] TDH <0>
2009-05-01 07:00:39 JLPC3 kernel [ 1405.805221] TDT <2>
2009-05-01 07:00:39 JLPC3 kernel [ 1405.805222] next_to_use <2>
2009-05-01 07:00:39 JLPC3 kernel [ 1405.805224] next_to_clean <0>
2009-05-01 07:00:39 JLPC3 kernel [ 1405.805225] buffer_info[next_to_clean]:
2009-05-01 07:00:39 JLPC3 kernel [ 1405.805227] time_stamp <1000434df>
2009-05-01 07:00:39 JLPC3 kernel [ 1405.805228] next_to_watch <0>
2009-05-01 07:00:39 JLPC3 kernel [ 1405.805230] jiffies <1000437e3>
2009-05-01 07:00:39 JLPC3 kernel [ 1405.805231] next_to_watch.status <0>
2009-05-01 07:00:41 JLPC3 dhclient DHCPDISCOVER on eth2 to 255.255.255.255 port 67 interval 11
2009-05-01 07:00:41 JLPC3 kernel [ 1407.806156] 0000:02:00.0: eth2: Detected Tx Unit Hang:
2009-05-01 07:00:41 JLPC3 kernel [ 1407.806159] TDH <0>
2009-05-01 07:00:41 JLPC3 kernel [ 1407.806161] TDT <2>
2009-05-01 07:00:41 JLPC3 kernel [ 1407.806163] next_to_use <2>
2009-05-01 07:00:41 JLPC3 kernel [ 1407.806164] next_to_clean <0>
2009-05-01 07:00:41 JLPC3 kernel [ 1407.806166] buffer_info[next_to_clean]:
2009-05-01 07:00:41 JLPC3 kernel [ 1407.806167] time_stamp <1000434df>
2009-05-01 07:00:41 JLPC3 kernel [ 1407.806169] next_to_watch <0>
2009-05-01 07:00:41 JLPC3 kernel [ 1407.806170] jiffies <1000439d7>
2009-05-01 07:00:41 JLPC3 kernel [ 1407.806171] next_to_watch.status <0>
2009-05-01 07:00:43 JLPC3 kernel [ 1409.805159] 0000:02:00.0: eth2: Detected Tx Unit Hang:
2009-05-01 07:00:43 JLPC3 kernel [ 1409.805163] TDH <0>
2009-05-01 07:00:43 JLPC3 kernel [ 1409.805165] TDT <2>
2009-05-01 07:00:43 JLPC3 kernel [ 1409.805166] next_to_use <2>
2009-05-01 07:00:43 JLPC3 kernel [ 1409.805168] next_to_clean <0>
2009-05-01 07:00:43 JLPC3 kernel [ 1409.805169] buffer_info[next_to_clean]:
2009-05-01 07:00:43 JLPC3 kernel [ 1409.805170] time_stamp <1000434df>
2009-05-01 07:00:43 JLPC3 kernel [ 1409.805172] next_to_watch <0>
2009-05-01 07:00:43 JLPC3 kernel [ 1409.805173] jiffies <100043bcb>
2009-05-01 07:00:43 JLPC3 kernel [ 1409.805175] next_to_watch.status <0>
2009-05-01 07:00:45 JLPC3 NetworkManager <info> (eth2): carrier now OFF (device state 7)
2009-05-01 07:00:45 JLPC3 NetworkManager <info> (eth2): device state change: 7 -> 2
2009-05-01 07:00:45 JLPC3 NetworkManager <info> (eth2): deactivating device (reason: 40).
2009-05-01 07:00:45 JLPC3 NetworkManager <info> eth2: canceled DHCP transaction, dhcp client pid 4669
2009-05-01 07:00:45 JLPC3 NetworkManager <info> Policy set 'Auto eth0' (eth0) as default for routing and DNS.
2009-05-01 07:00:48 JLPC3 NetworkManager <info> (eth2): carrier now ON (device state 2)
2009-05-01 07:00:48 JLPC3 NetworkManager <info> (eth2): device state change: 2 -> 3
2009-05-01 07:00:48 JLPC3 NetworkManager <info> Activation (eth2) starting connection 'Auto eth2'
2009-05-01 07:00:48 JLPC3 NetworkManager <info> (eth2): device state change: 3 -> 4
2009-05-01 07:00:48 JLPC3 NetworkManager <info> Activation (eth2) Stage 1 of 5 (Device Prepare) scheduled...
2009-05-01 07:00:48 JLPC3 NetworkManager <info> Activation (eth2) Stage 1 of 5 (Device Prepare) started...
2009-05-01 07:00:48 JLPC3 NetworkManager <info> Activation (eth2) Stage 2 of 5 (Device Configure) scheduled...
2009-05-01 07:00:48 JLPC3 NetworkManager <info> Activation (eth2) Stage 1 of 5 (Device Prepare) complete.
2009-05-01 07:00:48 JLPC3 NetworkManager <info> Activation (eth2) Stage 2 of 5 (Device Configure) starting...
2009-05-01 07:00:48 JLPC3 kernel [ 1415.061926] 0000:02:00.0: eth2: Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
2009-05-01 07:00:48 JLPC3 NetworkManager <info> (eth2): device state change: 4 -> 5
2009-05-01 07:00:48 JLPC3 NetworkManager <info> Activation (eth2) Stage 2 of 5 (Device Configure) successful.
2009-05-01 07:00:48 JLPC3 NetworkManager <info> Activation (eth2) Stage 3 of 5 (IP Configure Start) scheduled.
2009-05-01 07:00:48 JLPC3 NetworkManager <info> Activation (eth2) Stage 2 of 5 (Device Configure) complete.
2009-05-01 07:00:48 JLPC3 NetworkManager <info> Activation (eth2) Stage 3 of 5 (IP Configure Start) started...
2009-05-01 07:00:48 JLPC3 NetworkManager <info> (eth2): device state change: 5 -> 7
2009-05-01 07:00:48 JLPC3 NetworkManager <info> Activation (eth2) Beginning DHCP transaction.
2009-05-01 07:00:48 JLPC3 NetworkManager <info> dhclient started with pid 4727
2009-05-01 07:00:48 JLPC3 NetworkManager <info> Activation (eth2) Stage 3 of 5 (IP Configure Start) complete.
2009-05-01 07:00:48 JLPC3 dhclient Internet Systems Consortium DHCP Client V3.1.1
2009-05-01 07:00:48 JLPC3 dhclient Copyright 2004-2008 Internet Systems Consortium.
2009-05-01 07:00:48 JLPC3 dhclient All rights reserved.
2009-05-01 07:00:48 JLPC3 dhclient For info, please visit http://www.isc.org/sw/dhcp/
2009-05-01 07:00:48 JLPC3 dhclient
2009-05-01 07:00:48 JLPC3 NetworkManager <info> DHCP: device eth2 state changed normal exit -> preinit
2009-05-01 07:00:48 JLPC3 dhclient Listening on LPF/eth2/00:1b:21:2f:f6:2c
2009-05-01 07:00:48 JLPC3 dhclient Sending on LPF/eth2/00:1b:21:2f:f6:2c
2009-05-01 07:00:48 JLPC3 dhclient Sending on Socket/fallback
2009-05-01 07:00:50 JLPC3 kernel [ 1416.732165] 0000:02:00.0: eth2: Link is Down
2009-05-01 07:00:50 JLPC3 NetworkManager <info> (eth2): carrier now OFF (device state 7)
2009-05-01 07:00:50 JLPC3 NetworkManager <info> (eth2): device state change: 7 -> 2
2009-05-01 07:00:50 JLPC3 NetworkManager <info> (eth2): deactivating device (reason: 40).
2009-05-01 07:00:50 JLPC3 NetworkManager <info> eth2: canceled DHCP transaction, dhcp client pid 4727
2009-05-01 07:00:50 JLPC3 NetworkManager <info> Policy set 'Auto eth0' (eth0) as default for routing and DNS.
I added a PCI Express LAN interface card to my machine, and am having trouble getting it to work with Jaunty (AM64).
The card is recognised as "eth2". When I plug in the LAN cable, nothing happens, and Network Manager reports that eth2 is unavailable.
LSPCI reports the card as the following:
02:00.0 Ethernet controller: Intel Corporation 82574L Gigabit Network Connection
I assume that the related driver for this card is Intel e1000e.
To check if the driver is available I did
modprobe -l |grep e1000e
and got
kernel/drivers/net/e1000e/e1000e.ko
in which case I assume that the driver is loaded.
I then started digging in Syslog. At the end of this post, I added what happened after plugging in the LAN cable at this card.
To me, it looks like the driver is working somehow (Message 2009-05-01 07:00:35 Link is up)
Then "dhclient" tries to start the DHCP procedure.
Somewhere, I saw the following message:
2009-05-01 07:00:37 jaunty kernel [ 1403.805801] 0000:02:00.0: eth2: Detected Tx Unit Hang:
This leads me to assume that there is something wrong. When I do the same with the on board LAN interface, this is where it starts to get different. The on board LAN controller finally ends up providing a LAN connection.
eth2 however ends up in a kind of loop until I unplug the network cable.
I booted Win XP on the same machine (Media Centre Edition SP3) and there, I don't have any issues. This tells me it's not a defective piece of hardware.
Here I get stuck, I have no idea how to further investigate. Has anybody got an idea what to try next?
Regards,
Jens
Syslog extract:
2009-05-01 07:00:35 JLPC3 NetworkManager <info> (eth2): device state change: 2 -> 3
2009-05-01 07:00:35 JLPC3 NetworkManager <info> Activation (eth2) starting connection 'Auto eth2'
2009-05-01 07:00:35 JLPC3 NetworkManager <info> (eth2): device state change: 3 -> 4
2009-05-01 07:00:35 JLPC3 NetworkManager <info> Activation (eth2) Stage 1 of 5 (Device Prepare) scheduled...
2009-05-01 07:00:35 JLPC3 NetworkManager <info> Activation (eth2) Stage 1 of 5 (Device Prepare) started...
2009-05-01 07:00:35 JLPC3 NetworkManager <info> Activation (eth2) Stage 2 of 5 (Device Configure) scheduled...
2009-05-01 07:00:35 JLPC3 NetworkManager <info> Activation (eth2) Stage 1 of 5 (Device Prepare) complete.
2009-05-01 07:00:35 JLPC3 NetworkManager <info> Activation (eth2) Stage 2 of 5 (Device Configure) starting...
2009-05-01 07:00:35 JLPC3 NetworkManager <info> (eth2): device state change: 4 -> 5
2009-05-01 07:00:35 JLPC3 kernel [ 1402.021912] 0000:02:00.0: eth2: Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
2009-05-01 07:00:35 JLPC3 NetworkManager <info> Activation (eth2) Stage 2 of 5 (Device Configure) successful.
2009-05-01 07:00:35 JLPC3 NetworkManager <info> Activation (eth2) Stage 3 of 5 (IP Configure Start) scheduled.
2009-05-01 07:00:35 JLPC3 NetworkManager <info> Activation (eth2) Stage 2 of 5 (Device Configure) complete.
2009-05-01 07:00:35 JLPC3 NetworkManager <info> Activation (eth2) Stage 3 of 5 (IP Configure Start) started...
2009-05-01 07:00:35 JLPC3 NetworkManager <info> (eth2): device state change: 5 -> 7
2009-05-01 07:00:35 JLPC3 NetworkManager <info> Activation (eth2) Beginning DHCP transaction.
2009-05-01 07:00:35 JLPC3 NetworkManager <info> dhclient started with pid 4669
2009-05-01 07:00:35 JLPC3 NetworkManager <info> Activation (eth2) Stage 3 of 5 (IP Configure Start) complete.
2009-05-01 07:00:35 JLPC3 dhclient Internet Systems Consortium DHCP Client V3.1.1
2009-05-01 07:00:35 JLPC3 dhclient Copyright 2004-2008 Internet Systems Consortium.
2009-05-01 07:00:35 JLPC3 dhclient All rights reserved.
2009-05-01 07:00:35 JLPC3 dhclient For info, please visit http://www.isc.org/sw/dhcp/
2009-05-01 07:00:35 JLPC3 dhclient
2009-05-01 07:00:35 JLPC3 NetworkManager <info> DHCP: device eth2 state changed normal exit -> preinit
2009-05-01 07:00:35 JLPC3 dhclient Listening on LPF/eth2/00:1b:21:2f:f6:2c
2009-05-01 07:00:35 JLPC3 dhclient Sending on LPF/eth2/00:1b:21:2f:f6:2c
2009-05-01 07:00:35 JLPC3 dhclient Sending on Socket/fallback
2009-05-01 07:00:36 JLPC3 dhclient DHCPDISCOVER on eth2 to 255.255.255.255 port 67 interval 5
2009-05-01 07:00:37 JLPC3 kernel [ 1403.805801] 0000:02:00.0: eth2: Detected Tx Unit Hang:
2009-05-01 07:00:37 JLPC3 kernel [ 1403.805804] TDH <0>
2009-05-01 07:00:37 JLPC3 kernel [ 1403.805806] TDT <2>
2009-05-01 07:00:37 JLPC3 kernel [ 1403.805808] next_to_use <2>
2009-05-01 07:00:37 JLPC3 kernel [ 1403.805809] next_to_clean <0>
2009-05-01 07:00:37 JLPC3 kernel [ 1403.805810] buffer_info[next_to_clean]:
2009-05-01 07:00:37 JLPC3 kernel [ 1403.805812] time_stamp <1000434df>
2009-05-01 07:00:37 JLPC3 kernel [ 1403.805813] next_to_watch <0>
2009-05-01 07:00:37 JLPC3 kernel [ 1403.805815] jiffies <1000435ef>
2009-05-01 07:00:37 JLPC3 kernel [ 1403.805816] next_to_watch.status <0>
2009-05-01 07:00:39 JLPC3 kernel [ 1405.805215] 0000:02:00.0: eth2: Detected Tx Unit Hang:
2009-05-01 07:00:39 JLPC3 kernel [ 1405.805219] TDH <0>
2009-05-01 07:00:39 JLPC3 kernel [ 1405.805221] TDT <2>
2009-05-01 07:00:39 JLPC3 kernel [ 1405.805222] next_to_use <2>
2009-05-01 07:00:39 JLPC3 kernel [ 1405.805224] next_to_clean <0>
2009-05-01 07:00:39 JLPC3 kernel [ 1405.805225] buffer_info[next_to_clean]:
2009-05-01 07:00:39 JLPC3 kernel [ 1405.805227] time_stamp <1000434df>
2009-05-01 07:00:39 JLPC3 kernel [ 1405.805228] next_to_watch <0>
2009-05-01 07:00:39 JLPC3 kernel [ 1405.805230] jiffies <1000437e3>
2009-05-01 07:00:39 JLPC3 kernel [ 1405.805231] next_to_watch.status <0>
2009-05-01 07:00:41 JLPC3 dhclient DHCPDISCOVER on eth2 to 255.255.255.255 port 67 interval 11
2009-05-01 07:00:41 JLPC3 kernel [ 1407.806156] 0000:02:00.0: eth2: Detected Tx Unit Hang:
2009-05-01 07:00:41 JLPC3 kernel [ 1407.806159] TDH <0>
2009-05-01 07:00:41 JLPC3 kernel [ 1407.806161] TDT <2>
2009-05-01 07:00:41 JLPC3 kernel [ 1407.806163] next_to_use <2>
2009-05-01 07:00:41 JLPC3 kernel [ 1407.806164] next_to_clean <0>
2009-05-01 07:00:41 JLPC3 kernel [ 1407.806166] buffer_info[next_to_clean]:
2009-05-01 07:00:41 JLPC3 kernel [ 1407.806167] time_stamp <1000434df>
2009-05-01 07:00:41 JLPC3 kernel [ 1407.806169] next_to_watch <0>
2009-05-01 07:00:41 JLPC3 kernel [ 1407.806170] jiffies <1000439d7>
2009-05-01 07:00:41 JLPC3 kernel [ 1407.806171] next_to_watch.status <0>
2009-05-01 07:00:43 JLPC3 kernel [ 1409.805159] 0000:02:00.0: eth2: Detected Tx Unit Hang:
2009-05-01 07:00:43 JLPC3 kernel [ 1409.805163] TDH <0>
2009-05-01 07:00:43 JLPC3 kernel [ 1409.805165] TDT <2>
2009-05-01 07:00:43 JLPC3 kernel [ 1409.805166] next_to_use <2>
2009-05-01 07:00:43 JLPC3 kernel [ 1409.805168] next_to_clean <0>
2009-05-01 07:00:43 JLPC3 kernel [ 1409.805169] buffer_info[next_to_clean]:
2009-05-01 07:00:43 JLPC3 kernel [ 1409.805170] time_stamp <1000434df>
2009-05-01 07:00:43 JLPC3 kernel [ 1409.805172] next_to_watch <0>
2009-05-01 07:00:43 JLPC3 kernel [ 1409.805173] jiffies <100043bcb>
2009-05-01 07:00:43 JLPC3 kernel [ 1409.805175] next_to_watch.status <0>
2009-05-01 07:00:45 JLPC3 NetworkManager <info> (eth2): carrier now OFF (device state 7)
2009-05-01 07:00:45 JLPC3 NetworkManager <info> (eth2): device state change: 7 -> 2
2009-05-01 07:00:45 JLPC3 NetworkManager <info> (eth2): deactivating device (reason: 40).
2009-05-01 07:00:45 JLPC3 NetworkManager <info> eth2: canceled DHCP transaction, dhcp client pid 4669
2009-05-01 07:00:45 JLPC3 NetworkManager <info> Policy set 'Auto eth0' (eth0) as default for routing and DNS.
2009-05-01 07:00:48 JLPC3 NetworkManager <info> (eth2): carrier now ON (device state 2)
2009-05-01 07:00:48 JLPC3 NetworkManager <info> (eth2): device state change: 2 -> 3
2009-05-01 07:00:48 JLPC3 NetworkManager <info> Activation (eth2) starting connection 'Auto eth2'
2009-05-01 07:00:48 JLPC3 NetworkManager <info> (eth2): device state change: 3 -> 4
2009-05-01 07:00:48 JLPC3 NetworkManager <info> Activation (eth2) Stage 1 of 5 (Device Prepare) scheduled...
2009-05-01 07:00:48 JLPC3 NetworkManager <info> Activation (eth2) Stage 1 of 5 (Device Prepare) started...
2009-05-01 07:00:48 JLPC3 NetworkManager <info> Activation (eth2) Stage 2 of 5 (Device Configure) scheduled...
2009-05-01 07:00:48 JLPC3 NetworkManager <info> Activation (eth2) Stage 1 of 5 (Device Prepare) complete.
2009-05-01 07:00:48 JLPC3 NetworkManager <info> Activation (eth2) Stage 2 of 5 (Device Configure) starting...
2009-05-01 07:00:48 JLPC3 kernel [ 1415.061926] 0000:02:00.0: eth2: Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
2009-05-01 07:00:48 JLPC3 NetworkManager <info> (eth2): device state change: 4 -> 5
2009-05-01 07:00:48 JLPC3 NetworkManager <info> Activation (eth2) Stage 2 of 5 (Device Configure) successful.
2009-05-01 07:00:48 JLPC3 NetworkManager <info> Activation (eth2) Stage 3 of 5 (IP Configure Start) scheduled.
2009-05-01 07:00:48 JLPC3 NetworkManager <info> Activation (eth2) Stage 2 of 5 (Device Configure) complete.
2009-05-01 07:00:48 JLPC3 NetworkManager <info> Activation (eth2) Stage 3 of 5 (IP Configure Start) started...
2009-05-01 07:00:48 JLPC3 NetworkManager <info> (eth2): device state change: 5 -> 7
2009-05-01 07:00:48 JLPC3 NetworkManager <info> Activation (eth2) Beginning DHCP transaction.
2009-05-01 07:00:48 JLPC3 NetworkManager <info> dhclient started with pid 4727
2009-05-01 07:00:48 JLPC3 NetworkManager <info> Activation (eth2) Stage 3 of 5 (IP Configure Start) complete.
2009-05-01 07:00:48 JLPC3 dhclient Internet Systems Consortium DHCP Client V3.1.1
2009-05-01 07:00:48 JLPC3 dhclient Copyright 2004-2008 Internet Systems Consortium.
2009-05-01 07:00:48 JLPC3 dhclient All rights reserved.
2009-05-01 07:00:48 JLPC3 dhclient For info, please visit http://www.isc.org/sw/dhcp/
2009-05-01 07:00:48 JLPC3 dhclient
2009-05-01 07:00:48 JLPC3 NetworkManager <info> DHCP: device eth2 state changed normal exit -> preinit
2009-05-01 07:00:48 JLPC3 dhclient Listening on LPF/eth2/00:1b:21:2f:f6:2c
2009-05-01 07:00:48 JLPC3 dhclient Sending on LPF/eth2/00:1b:21:2f:f6:2c
2009-05-01 07:00:48 JLPC3 dhclient Sending on Socket/fallback
2009-05-01 07:00:50 JLPC3 kernel [ 1416.732165] 0000:02:00.0: eth2: Link is Down
2009-05-01 07:00:50 JLPC3 NetworkManager <info> (eth2): carrier now OFF (device state 7)
2009-05-01 07:00:50 JLPC3 NetworkManager <info> (eth2): device state change: 7 -> 2
2009-05-01 07:00:50 JLPC3 NetworkManager <info> (eth2): deactivating device (reason: 40).
2009-05-01 07:00:50 JLPC3 NetworkManager <info> eth2: canceled DHCP transaction, dhcp client pid 4727
2009-05-01 07:00:50 JLPC3 NetworkManager <info> Policy set 'Auto eth0' (eth0) as default for routing and DNS.
Comment