Gentoo Archives: gentoo-user

From: Dale <rdalek1967@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Networkdriver for Intel 82579
Date: Sat, 22 Jan 2011 11:14:04
Message-Id: 4D3ABBA5.7030606@gmail.com
In Reply to: [gentoo-user] Networkdriver for Intel 82579 by Matthias Fechner
1 Matthias Fechner wrote:
2 > Dear list,
3 >
4 > I have here a brand new mainboard (Asus P8P67 Pro) with the new sandy
5 > chip on it. If I look into the manual it says there is an Intel 82579
6 > Gigabit LAN chip on-board.
7 >
8 > I tried it with kernel 2.6.37 (from kernel.org) and dmesg tells me:
9 > e1000e: Intel(R) PRO/1000 Network Driver - 1.2.7-k2
10 > e1000e: Copyright (c) 1999 - 2010 Intel Corporation.
11 > e1000e 0000:00:19.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
12 > e1000e 0000:00:19.0: setting latency timer to 64
13 > e1000e 0000:00:19.0: irq 49 for MSI/MSI-X
14 > e1000e 0000:00:19.0: eth0: (PCI Express:2.5GB/s:Width x1) bc:ae:c5:b6:9b:8e
15 > e1000e 0000:00:19.0: eth0: Intel(R) PRO/1000 Network Connection
16 > e1000e 0000:00:19.0: eth0: MAC: 10, PHY: 11, PBA No: ffffff-0ff
17 >
18 > I searched around and found the tip to use a newer driver.
19 > I downloaded it here:
20 > http://sourceforge.net/projects/e1000/files/e1000e%20stable/1.2.20/
21 >
22 > But if I try to compile the driver I get:
23 > /usr/src/e1000e-1.2.20/src/netdev.c: In function 'e1000_restore_vlan':
24 > /usr/src/e1000e-1.2.20/src/netdev.c:3076: error: 'VLAN_GROUP_ARRAY_LEN'
25 > undeclared (first use in this function)
26 > /usr/src/e1000e-1.2.20/src/netdev.c:3076: error: (Each undeclared
27 > identifier is reported only once
28 > /usr/src/e1000e-1.2.20/src/netdev.c:3076: error: for each function it
29 > appears in.)
30 > make[2]: *** [/usr/src/e1000e-1.2.20/src/netdev.o] Error 1
31 > make[1]: *** [_module_/usr/src/e1000e-1.2.20/src] Error 2
32 > make: *** [default] Error 2
33 >
34 > Can here please help someone?
35 >
36 > Thanks a lot
37 > Matthias
38 >
39 >
40
41 Does the one that comes with the kernel not work for some reason? It's
42 here according to the search page:
43
44 │ Prompt: Intel(R) PRO/1000 Gigabit Ethernet support
45 │ Defined at drivers/net/Kconfig:2085
46 │ Depends on: NETDEVICES [=y] && NETDEV_1000 [=y] && PCI [=y]
47 │ Location:
48 │ -> Device Drivers
49 │ -> Network device support (NETDEVICES [=y])
50 │ -> Ethernet (1000 Mbit) (NETDEV_1000 [=y])
51
52
53
54 Just build it in or add it as a module. In case you are new, go to
55 Device Drivers, Network Device support, Ethernet 1000 Mbit then look for
56 Intel Pro/1000. Sort of lists it backwards up there. ;-)
57
58 Dale
59
60 :-) :-)

Replies

Subject Author
Re: [gentoo-user] Networkdriver for Intel 82579 Matthias Fechner <idefix@×××××××.net>