Gentoo Archives: gentoo-user

From: waltdnes@××××××××.org
To: Gentoo Users List <gentoo-user@l.g.o>
Subject: [gentoo-user] Network chip always comes up eth1 on 1-year-old Dell Inspiron 530
Date: Wed, 09 Jul 2008 03:21:37
Message-Id: 20080709032122.GD5379@waltdnes.org
1 I got a Dell last summer, in which I couldn't get the network chip
2 running, so I bought a cheap Via Rhine PCI network card and used that
3 for almost a year. I finally got the built-in chip working today on the
4 older 530. This post is being sent on it. It's a bastardized Intel
5 chip that shows up as "Intel Corporation 82562V-2 10/100 Network
6 Connection (rev 02)" under lspci, but uses gigabit driver (e1000e). Go
7 figure.
8
9 I finally stumbled across the *REAL* reason I couldn't get it working.
10 I always tried configuring eth0 for it... silly me. Apparently, the
11 chip *ALWAYS* comes up as eth1. Here are a couple of excerpts from
12 dmesg. The 1st one is about halfway through dmesg...
13
14 e1000e: Intel(R) PRO/1000 Network Driver - 0.2.0
15 e1000e: Copyright (c) 1999-2007 Intel Corporation.
16 ACPI: PCI Interrupt 0000:00:19.0[A] -> GSI 20 (level, low) -> IRQ 17
17 PCI: Setting latency timer of device 0000:00:19.0 to 64
18 Switched to high resolution mode on CPU 1
19 Switched to high resolution mode on CPU 0
20 0000:00:19.0: eth0: (PCI Express:2.5GB/s:Width x1) 00:1a:a0:8c:0d:b2
21 0000:00:19.0: eth0: Intel(R) PRO/10/100 Network Connection
22 0000:00:19.0: eth0: MAC: 5, PHY: 7, PBA No: ffffff-0ff
23
24 The next one is at the very end...
25 0000:00:19.0: eth1: Link is Up 100 Mbps Full Duplex, Flow Control: RX
26 0000:00:19.0: eth1: 10/100 speed: disabling TSO
27 0000:00:19.0: eth1: changing MTU from 1500 to 1452
28 0000:00:19.0: eth1: Link is Up 100 Mbps Full Duplex, Flow Control: RX
29 0000:00:19.0: eth1: 10/100 speed: disabling TSO
30
31 Here's /etc/conf.d/net I left in the eth0 entry. It generates an
32 error message, but doesn't cause any problems. And yes, *THE NETMASK
33 IS CORRECT*
34
35 config_eth1="192.168.123.250 broadcast 192.168.123.255 netmask 255.255.255.248 mtu 1452"
36 routes_eth1=("default via 192.168.123.254")
37 config_eth0="192.168.123.250 broadcast 192.168.123.255 netmask 255.255.255.248 mtu 1452"
38 routes_eth0=("default via 192.168.123.254")
39
40 I've made 4 changes in iptables to accomadate the change, but I'd
41 really like to know what's going on, and revert to eth0 if possible.
42 I've appended "nofirewire" to the boot paramters in lilo, but it doesn't
43 help.
44
45 --
46 Walter Dnes <waltdnes@××××××××.org>
47 --
48 gentoo-user@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Network chip always comes up eth1 on 1-year-old Dell Inspiron 530 Neil Bothwick <neil@××××××××××.uk>