Gentoo Archives: gentoo-user

From: "Arttu V." <arttuv69@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: Kernel 2.6.30 gets no network
Date: Sun, 13 Sep 2009 11:04:40
Message-Id: fecdbac60909130404v3d71a408yb6edc4f9fa10be1d@mail.gmail.com
In Reply to: [gentoo-user] Re: Kernel 2.6.30 gets no network by Nikos Chantziaras
1 On 9/13/09, Nikos Chantziaras <realnc@×××××.de> wrote:
2 > On 09/13/2009 01:48 PM, Kevin O'Gorman wrote:
3 >> On Sun, Sep 13, 2009 at 3:42 AM, Kevin O'Gorman <kogorman@×××××.com
4 >> <mailto:kogorman@×××××.com>> wrote:
5 >>
6 >> I'm just trying kernel 2.6.30-gentoo-r6 and having the same trouble
7 >> I had with 2.56.30-r4, so now I need to ask if I'm alone in this.
8 >>
9 >> I copied my .config from my 2.6.28-gentoo-r5, did "make oldconfig"
10 >> and took the default action on everything (none of which seemed
11 >> related to this problem). It boots okay and recognizes everything
12 >> except my network interfaces (on the motherboard, but they're Intel
13 >> chipset thingies:)
14 >>
15 >> Here's what "lspci" says about them on the good kernel:
16 >>> 07:02.0 Ethernet controller: Intel Corporation 82557/8/9/0/1
17 >>> Ethernet Pro 100 (rev 0d)
18 >>> 07:03.0 Ethernet controller: Intel Corporation 82557/8/9/0/1
19 >>> Ethernet Pro 100 (rev 0d)
20 >> The 2.6.30-gentoo-r6 kernel does not bring them up, and a manual
21 >> attempt to do so in /etc/init.d errors out with a claim the
22 >> interfaces do not exist.
23 >>
24 >> Anybody else seen this or can give guidance?
25 >>
26 >> Umm. I just looked at the .config files, and it appears the interfaces
27 >> are supported by the config option CONFIG_EEPRO100=y
28 >> which is not even present in the 2.6.30 file. Eeeek! Is my system now
29 >> unsupportable?
30 >
31 > It's CONFIG_E100:
32 >
33 > Symbol: E100
34 > Prompt: Intel(R) PRO/100+ support
35 > Defined at drivers/net/Kconfig:1462
36 > Depends on: NETDEVICES && NET_ETHERNET && NET_PCI && PCI
37 > Location:
38 > -> Device Drivers
39 > -> Network device support (NETDEVICES)
40 > -> Ethernet (10 or 100Mbit) (NET_ETHERNET)
41
42 Yes, a different(?) driver is to be used apparently (code duplication
43 reductions?):
44
45 "e100: add support for 82552 10/100 adapter"
46
47 http://kernelnewbies.org/Linux_2_6_30
48
49 --
50 Arttu V.

Replies

Subject Author
Re: [gentoo-user] Re: Kernel 2.6.30 gets no network Dirk Heinrichs <dirk.heinrichs@××××××.de>