Gentoo Archives: gentoo-user

From: Joshua Doll <Joshua.Doll@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Intel Gigabit Ethernet problem
Date: Mon, 30 Jul 2007 17:27:43
Message-Id: 46AE1D91.1000509@gmail.com
In Reply to: Re: [gentoo-user] Intel Gigabit Ethernet problem by Daniel da Veiga
1 Daniel da Veiga wrote:
2 > On 7/30/07, Albert Hopkins <marduk@g.o> wrote:
3 >
4 >> On Mon, 2007-07-30 at 13:33 -0300, Daniel da Veiga wrote:
5 >>
6 >>> Hi list,
7 >>>
8 >>> I've been struggling with this for a while, I am setting up this new
9 >>> machine, but got stuck because I can't find a way to make the network
10 >>> card work... According to lspci:
11 >>>
12 >>> 02:00.0 Ethernet controller: Intel Corporation 82573E Gigabit Ethernet
13 >>> Controller (Copper) (rev 03)
14 >>>
15 >>> The weird thing is, it works just fine when booting the LiveCD, dmesg shows:
16 >>>
17 >>> Intel(R) PRO/1000 Network Driver - version 7.2.9-k4
18 >>> Copyright (c) 1999-2006 Intel Corporation.
19 >>> ACPI: PCI Interrupt 0000:02:00.0[A] -> GSI 16 (level, low) -> IRQ 17
20 >>> PCI: Setting latency timer of device 0000:02:00.0 to 64
21 >>> e1000: 0000:02:00.0: e1000_probe: (PCI Express:2.5Gb/s:32-bit) 00:10:c6:a1:5a:41
22 >>> e1000: eth0: e1000_probe: Intel PRO/1000 Network Connection
23 >>> e1000: eth0: e1000_watchdog: NIC Link is Up 100 Mbps Full Duplex
24 >>> e1000: eth0: e1000_watchdog: 10/1000 speed: disabling TSO
25 >>>
26 >>> but when booting the local kernel:
27 >>>
28 >>> Intel(R) PRO/1000 Network Driver - version 7.2.9-k4
29 >>> Copyright (c) 1999-2006 Intel Corporation.
30 >>> ACPI: PCI Interrupt 0000:02:00.0[A] -> GSI 16 (level, low) -> IRQ 17
31 >>> PCI: Setting latency timer of device 0000:02:00.0 to 64
32 >>> e1000: eth0: e1000_probe: Intel PRO/1000 Network Connection
33 >>>
34 >> It appears as if driver works and has created the device but...
35 >>
36 >>
37 >
38 > The device was not created (and yeah, that's weird since there's a
39 > mention to "eth0" in dmesg), also the init script is there and there
40 > is a config for the interface at rc.conf/net. It seems the probe is
41 > not working, as it never detects the link is up or down...
42 >
43 >
44 What does ifconfig -a return? A lot of times udev will "remap" the
45 device name. Especially if there is IP over firewall.
46
47
48 --Joshua Doll
49 --
50 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Intel Gigabit Ethernet problem Joshua Doll <Joshua.Doll@×××××.com>