Gentoo Archives: gentoo-user

From: Allan Gottlieb <gottlieb@×××.edu>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] ethernet not working on new laptop (dell e6510)
Date: Thu, 10 Jun 2010 20:11:50
Message-Id: yu9r5ke8x6y.fsf@nyu.edu
In Reply to: Re: [gentoo-user] ethernet not working on new laptop (dell e6510) by bjlockie@lockie.ca
1 At Thu, 10 Jun 2010 15:08:49 -0400 bjlockie@××××××.ca wrote:
2
3 >> I just purchased a dell latitude E6510, with a gigabit
4 >> (hardwired) ethernet. It works fine under windows.
5 >>
6 >> I now have the (newest) gentoo installation disk (april) in the machine.
7 >> The device is recognized and the e1000e module is loaded.
8 >>
9 >> ifconfig shows the mac address, but no IP addr.
10 >>
11 >> My router (linksys with the tomato firmware) shows that same mac address
12 >> (presumably gotten when the windows machine was connected).
13 >>
14 >> If I run net-setup eth0, nothing changes.
15 >>
16 >> If I execute the manual
17 >> ifconfig eth0 192.168.1.80 broadcast 192.168.1.255 netmask 255.255.255.0
18 >> up
19 >> subsequent ifconfig's show this data but
20 >> ping 192.168.1.1 (the IP addr of the router) fails
21 >> However, 192.168.1.80 succeeds.
22 >>
23 > Run 'lspci'.
24
25 Thanks. I just now did and it confirms the intel gigabit controller and
26 (when run with -v) that the e1000e driver is being used.
27 But I don't see what to do next.
28
29 allan