
Code: Select all
Aug 2 14:48:03 tuz dhcpcd[972]: version 5.2.6 starting
Aug 2 14:48:03 tuz dhcpcd[972]: forked to background, child pid 979
Aug 2 14:48:05 tuz dhcpcd[979]: eth0: broadcasting for a lease
Aug 2 14:48:05 tuz dhcpcd[979]: wlan0: waiting for carrier
Aug 2 14:48:05 tuz klogd: wlan0: authenticate with XX:XX:XX:XX:XX:XX (try 1)
Aug 2 14:48:05 tuz klogd: wlan0: authenticated
Aug 2 14:48:05 tuz klogd: wlan0: associate with XX:XX:XX:XX:XX:XX (try 1)
Aug 2 14:48:05 tuz klogd: wlan0: RX AssocResp from XX:XX:XX:XX:XX:XX (capab=0x431 status=0 aid=3)
Aug 2 14:48:05 tuz klogd: wlan0: associated
Aug 2 14:48:05 tuz dhcpcd[979]: wlan0: carrier acquired
Aug 2 14:48:05 tuz dhcpcd[979]: wlan0: rebinding lease of 192.168.1.2
Aug 2 14:48:05 tuz dhcpcd[979]: wlan0: acknowledged 192.168.1.2 from 192.168.1.1
Aug 2 14:48:05 tuz dhcpcd[979]: wlan0: checking for 192.168.1.2
Aug 2 14:48:10 tuz dhcpcd[979]: wlan0: leased 192.168.1.2 for infinityCode: Select all
Aug 2 15:17:08 tuz dhcpcd[768]: version 5.2.6 starting
Aug 2 15:17:08 tuz dhcpcd[768]: forked to background, child pid 773
Aug 2 15:17:09 tuz dhcpcd[773]: eth0: broadcasting for a lease
Aug 2 15:17:09 tuz dhcpcd[773]: wlan0: waiting for carrier
Aug 2 15:17:10 tuz klogd: wlan0: authenticate with XX:XX:XX:XX:XX:XX (try 1)
Aug 2 15:17:10 tuz klogd: wlan0: authenticated
Aug 2 15:17:10 tuz klogd: wlan0: associate with XX:XX:XX:XX:XX:XX (try 1)
Aug 2 15:17:10 tuz klogd: wlan0: associate with XX:XX:XX:XX:XX:XX (try 2)
Aug 2 15:17:10 tuz klogd: wlan0: RX AssocResp from XX:XX:XX:XX:XX:XX (capab=0x431 status=0 aid=3)
Aug 2 15:17:10 tuz klogd: wlan0: associated
[I restart dhcpcd]
Aug 2 15:17:55 tuz dhcpcd[773]: received SIGTERM, stopping
Aug 2 15:17:55 tuz dhcpcd[773]: wlan0: removing interface
Aug 2 15:17:55 tuz dhcpcd[773]: eth0: removing interface
Aug 2 15:17:55 tuz dhcpcd[1185]: version 5.2.6 starting
Aug 2 15:17:55 tuz dhcpcd[1185]: forked to background, child pid 1186
Aug 2 15:17:55 tuz dhcpcd[1186]: eth0: broadcasting for a lease
Aug 2 15:17:55 tuz dhcpcd[1186]: wlan0: rebinding lease of 192.168.1.2
Aug 2 15:17:55 tuz dhcpcd[1186]: wlan0: acknowledged 192.168.1.2 from 192.168.1.1
Aug 2 15:17:55 tuz dhcpcd[1186]: wlan0: checking for 192.168.1.2
Aug 2 15:18:00 tuz dhcpcd[1186]: wlan0: leased 192.168.1.2 for infinityCode: Select all
0b:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG [Golan] Network Connection (rev 02)Code: Select all
Aug 2 15:17:55 tuz dhcpcd[773]: received SIGTERM, stopping
Aug 2 15:17:55 tuz dhcpcd[773]: wlan0: removing interface
Aug 2 15:17:55 tuz dhcpcd[773]: eth0: removing interface

Code: Select all
[ 9.284986] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 9.292974] e1000: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
[ 9.294715] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 19.890048] eth0: no IPv6 routers present
[...]
[ 66.005632] ADDRCONF(NETDEV_UP): eth1: link is not readyI've pinged maintainers in IRC, but can't test the new version since I am remote from my machines.* Use dynamically sized buffers for reading kernel link events
Fixes carrier status on Linux-2.6.35 64bit kernels


...update your dhcpcd package...firephoto wrote:I have had random luck getting my e1000e to work since 2.6.35 was out but it just wouldn't work today no matter how many restarts and ups and downs I did to eth0 and dhcpcd and even running static configs. I get the carrier link up down randomness once the network tries to come up and until I unload the module.
Back to 2.6.34 for now and the 35.1 update didn't help.

On ~arch 64bit so I've done that with limited results... restarting services allowed eth0 to work finally till a reboot today when nothing seemed to get it going. The 35.1 update changed something again or something still isn't correct. 2.6.34 works with a static or dhcp setup with no issues.xibo wrote:...update your dhcpcd package...firephoto wrote:I have had random luck getting my e1000e to work since 2.6.35 was out but it just wouldn't work today no matter how many restarts and ups and downs I did to eth0 and dhcpcd and even running static configs. I get the carrier link up down randomness once the network tries to come up and until I unload the module.
Back to 2.6.34 for now and the 35.1 update didn't help.

Have you tried the e1000 module instead of the e1000e?tooler wrote:I have the same problem on ~arch amd64, hardware is some older HP desktop with Intel Corporation 82566DM Gigabit Network Connection which was working for me with e1000e driver up to gentoo-sources 2.6.35-r1.
I have now updated bios and Intel PRO/1000 firmware (it's HP dc7700 desktop PC) - didn't helped. Module e1000 does not work either (it does not even create device, I tried some other intel gigabit driver too), I remember I tried e1000 when I got this computer in time of 2.6.28 and since then up to 2.6.34 I'm using e1000e without any problems (it's on PCIe bus). I have checked log on cisco switch on the other end and I see the interface is flapping:darkphader wrote:Have you tried the e1000 module instead of the e1000e?tooler wrote:I have the same problem on ~arch amd64, hardware is some older HP desktop with Intel Corporation 82566DM Gigabit Network Connection which was working for me with e1000e driver up to gentoo-sources 2.6.35-r1.
Is there a BIOS upgrade available for the system?
The 82541PI and the 82573L work here with the e1000 and e1000e respectively.
Code: Select all
Aug 17 14:38:00: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/5, changed state to up
Aug 17 14:38:19: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/5, changed state to down
Aug 17 14:38:21: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/5, changed state to up
Aug 17 14:38:26: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/5, changed state to down
Aug 17 14:38:28: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/5, changed state to up
Code: Select all
Aug 17 15:34:54 kernel: e1000e 0000:00:19.0: eth0: (PCI Express:2.5GB/s:Width x1) 00:19:bb:46:34:12
Aug 17 15:34:54 kernel: e1000e 0000:00:19.0: eth0: Intel(R) PRO/1000 Network Connection
Aug 17 15:34:54 kernel: e1000e 0000:00:19.0: eth0: MAC: 6, PHY: 6, PBA No: 1063ff-0ff
Aug 17 15:34:54 kernel: e1000e 0000:00:19.0: irq 42 for MSI/MSI-X
Aug 17 15:34:54 kernel: e1000e 0000:00:19.0: irq 42 for MSI/MSI-X
Aug 17 15:34:54 kernel: ADDRCONF(NETDEV_UP): eth0: link is not ready
Aug 17 15:34:54 dhcpcd[4718]: eth0: waiting for carrier
Aug 17 15:34:55 kernel: e1000e: eth0 NIC Link is Up 100 Mbps Full Duplex, Flow Control: None
Aug 17 15:34:55 kernel: e1000e 0000:00:19.0: eth0: 10/100 speed: disabling TSO
Aug 17 15:34:55 kernel: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
Aug 17 15:34:55 dhcpcd[4718]: eth0: carrier acquired
Aug 17 15:34:55 dhcpcd[4718]: eth0: rebinding lease of 10.20.20.23

Wasn't sure about the bus for that model - e1000e should be the correct driver. I did run across a thread where there were some issues (although with earlier kernels) where when the e1000 was built-in it would interfere with the e1000e, but I'm pretty sure that was solved.tooler wrote:I remember I tried e1000 when I got this computer in time of 2.6.28 and since then up to 2.6.34 I'm using e1000e without any problems (it's on PCIe bus).

http://marc.info/?l=linux-kernel&m=128269131207207&w=2[085/114] e1000e: disable ASPM L1 on 82573
2.6.35-stable review patch. If anyone has any objections, please let us know.
------------------
From: Bruce Allan <...@intel.com>
commit 19833b5dffe2f2e92a1b377f9aae9d5f32239512 upstream.
On the e1000-devel mailing list, Nils Faerber reported latency issues with
the 82573 LOM on a ThinkPad X60. It was found to be caused by ASPM L1;
disabling it resolves the latency. The issue is present in kernels back
to 2.6.34 and possibly 2.6.33.
[086/114] e1000e: dont check for alternate MAC addr on parts that dont support it
2.6.35-stable review patch. If anyone has any objections, please let us know.
------------------
commit 1aef70ef125165e0114a8e475636eff242a52030 upstream.
From: Bruce Allan <...@intel.com>
The alternate MAC address feature is only supported by 80003ES2LAN and
82571 LOMs as well as a couple 82571 mezzanine cards. Checking for an
alternate MAC address on other parts can fail leading to the driver not
able to load. This patch limits the check for an alternate MAC address
to be done only for parts that support the feature.
This issue has been around since support for the feature was introduced
to the e1000e driver in 2.6.34.
