Gentoo Archives: gentoo-user

From: Matthias Fechner <idefix@×××××××.net>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Networkdriver for Intel 82579
Date: Sat, 22 Jan 2011 11:04:55
Message-Id: 4D3C05D2.3030108@fechner.net
1 Dear list,
2
3 I have here a brand new mainboard (Asus P8P67 Pro) with the new sandy
4 chip on it. If I look into the manual it says there is an Intel 82579
5 Gigabit LAN chip on-board.
6
7 I tried it with kernel 2.6.37 (from kernel.org) and dmesg tells me:
8 e1000e: Intel(R) PRO/1000 Network Driver - 1.2.7-k2
9 e1000e: Copyright (c) 1999 - 2010 Intel Corporation.
10 e1000e 0000:00:19.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
11 e1000e 0000:00:19.0: setting latency timer to 64
12 e1000e 0000:00:19.0: irq 49 for MSI/MSI-X
13 e1000e 0000:00:19.0: eth0: (PCI Express:2.5GB/s:Width x1) bc:ae:c5:b6:9b:8e
14 e1000e 0000:00:19.0: eth0: Intel(R) PRO/1000 Network Connection
15 e1000e 0000:00:19.0: eth0: MAC: 10, PHY: 11, PBA No: ffffff-0ff
16
17 I searched around and found the tip to use a newer driver.
18 I downloaded it here:
19 http://sourceforge.net/projects/e1000/files/e1000e%20stable/1.2.20/
20
21 But if I try to compile the driver I get:
22 /usr/src/e1000e-1.2.20/src/netdev.c: In function 'e1000_restore_vlan':
23 /usr/src/e1000e-1.2.20/src/netdev.c:3076: error: 'VLAN_GROUP_ARRAY_LEN'
24 undeclared (first use in this function)
25 /usr/src/e1000e-1.2.20/src/netdev.c:3076: error: (Each undeclared
26 identifier is reported only once
27 /usr/src/e1000e-1.2.20/src/netdev.c:3076: error: for each function it
28 appears in.)
29 make[2]: *** [/usr/src/e1000e-1.2.20/src/netdev.o] Error 1
30 make[1]: *** [_module_/usr/src/e1000e-1.2.20/src] Error 2
31 make: *** [default] Error 2
32
33 Can here please help someone?
34
35 Thanks a lot
36 Matthias
37
38 --
39
40 "Programming today is a race between software engineers striving to
41 build bigger and better idiot-proof programs, and the universe trying to
42 produce bigger and better idiots. So far, the universe is winning." --
43 Rich Cook

Replies

Subject Author
Re: [gentoo-user] Networkdriver for Intel 82579 Dale <rdalek1967@×××××.com>