Gentoo Archives: gentoo-user

From: walt <w41ter@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: device eth0 does not exist-
Date: Fri, 02 Oct 2009 14:00:04
Message-Id: ha50vi$ur2$1@ger.gmane.org
In Reply to: [gentoo-user] Re: device eth0 does not exist- by Cinder
1 On 10/02/2009 04:20 AM, Cinder wrote:
2 > I recompiled my kernel again with built-in e1000e support. No good. Maybe it's udev?
3
4 Oops, by grepping through the kernel sources I see that you need the e1000
5 driver, not e1000e.
6
7 From your pastebin lspci: Intel Corporation 82547EI Gigabit Ethernet Controller
8
9 $grep -r 82547EI /usr/src/linux/drivers/net/*
10 /usr/src/linux/drivers/net/e1000/e1000_hw.c: case E1000_DEV_ID_82547EI:
11 /usr/src/linux/drivers/net/e1000/e1000_hw.c: case E1000_DEV_ID_82547EI_MOBILE:
12 /usr/src/linux/drivers/net/e1000/e1000_hw.h:#define E1000_DEV_ID_82547EI 0x1019
13 /usr/src/linux/drivers/net/e1000/e1000_hw.h:#define E1000_DEV_ID_82547EI_MOBILE 0x101A
14
15 But you've tried the e1000 as a module before, right? Can't hurt to try it
16 again as built-in. I can't recall if it ever showed up in your dmesg.