From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Pgd7f-0000dQ-F5 for garchives@archives.gentoo.org; Sat, 22 Jan 2011 13:03:19 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 51FB8E0AD4; Sat, 22 Jan 2011 13:01:29 +0000 (UTC) Received: from anny.lostinspace.de (anny.lostinspace.de [80.190.182.2]) by pigeon.gentoo.org (Postfix) with ESMTP id E40E8E0AD4 for ; Sat, 22 Jan 2011 13:01:28 +0000 (UTC) Received: from server.idefix.lan (ppp-93-104-122-46.dynamic.mnet-online.de [93.104.122.46]) (authenticated bits=0) by anny.lostinspace.de (8.14.4/8.14.4) with ESMTP id p0MD1La0032458 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO) for ; Sat, 22 Jan 2011 14:01:26 +0100 (CET) (envelope-from idefix@fechner.net) Received: from server.idefix.lan (localhost [127.0.0.1]) by server.idefix.lan (Postfix) with ESMTP id C5C324B1E for ; Sat, 22 Jan 2011 14:01:21 +0100 (CET) X-Virus-Scanned: amavisd-new at server.idefix.lan Received: from server.idefix.lan ([127.0.0.1]) by server.idefix.lan (server.idefix.lan [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id cdp9C4PsLD6m for ; Sat, 22 Jan 2011 14:01:15 +0100 (CET) Received: from [IPv6:2001:a60:f035:1:beae:c5ff:feb6:9b8e] (unknown [IPv6:2001:a60:f035:1:beae:c5ff:feb6:9b8e]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by server.idefix.lan (Postfix) with ESMTPSA for ; Sat, 22 Jan 2011 14:01:15 +0100 (CET) Message-ID: <4D3C269B.4060204@fechner.net> Date: Sun, 23 Jan 2011 14:01:15 +0100 From: Matthias Fechner User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.12) Gecko/20101027 Lightning/1.0b2 Thunderbird/3.1.6 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Networkdriver for Intel 82579 References: <4D3C05D2.3030108@fechner.net> <4D3ABBA5.7030606@gmail.com> In-Reply-To: <4D3ABBA5.7030606@gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.6 (anny.lostinspace.de [80.190.182.2]); Sat, 22 Jan 2011 14:01:26 +0100 (CET) X-Spam-Status: No, score=1.3 required=5.0 tests=BAYES_00,DATE_IN_FUTURE_12_24, UNPARSEABLE_RELAY autolearn=no version=3.3.1 X-Spam-Level: * X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on anny.lostinspace.de X-Archives-Salt: X-Archives-Hash: 3eed22658fd0d5f998d0f7c9e054bc99 On 01/22/11 12:12, Dale wrote: > Just build it in or add it as a module. In case you are new, go to > Device Drivers, Network Device support, Ethernet 1000 Mbit then look for > Intel Pro/1000. Sort of lists it backwards up there. ;-) no it is not working (kernel 2.6.37). But I got the above mentioned driver working by editing the file with the error, replaced VLAN_GROUP_ARRAY_LEN by VLAN_N_VID, found that in a kernel git log that this variable was renamed. Now it runs fine. Bye Matthias -- "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning." -- Rich Cook