From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B7E9313800E for ; Sat, 11 Aug 2012 18:46:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 44CC3E065A; Sat, 11 Aug 2012 18:46:38 +0000 (UTC) Received: from mail-ob0-f181.google.com (mail-ob0-f181.google.com [209.85.214.181]) by pigeon.gentoo.org (Postfix) with ESMTP id 1E41CE05E4 for ; Sat, 11 Aug 2012 18:45:23 +0000 (UTC) Received: by obbup19 with SMTP id up19so4357822obb.40 for ; Sat, 11 Aug 2012 11:45:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=uUPyGUv8HYws/H6hs4v6103hpYJW0tnZw14D/mfSiXA=; b=V3Q0xLpCU93HXvlrl+zFcPmyXamb95Foo4ST9S56Zcl4vMAbcRsp8tj458mgBnQIDZ 1VTPuc3diyzreQKwUXoGhyVjSRSJ+Or/8Plb28U7/hwTesk10M7LK+Y5t9NAxp/Ta/+P lSEAX8mEA1CwxXx2hzw2bcwOegkqTnkVmqwUpo0mivP0OoCcRrlMZkVySBW/wx8fqz32 0zGzkoEDU53fsblMcbZQita67f4Tq36u/Qe7lPMSTcFEgawUXa/y0iNxNQcSzMjb53Em 0fhz9u5ryGIkwcUPqIgduUXDlGKXTryT+OgCeAqpEOyOOO1PhqXkW8gRANQY9dPUlJTE ifPQ== 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 Received: by 10.60.169.134 with SMTP id ae6mr4573101oec.55.1344710723320; Sat, 11 Aug 2012 11:45:23 -0700 (PDT) Received: by 10.60.39.167 with HTTP; Sat, 11 Aug 2012 11:45:23 -0700 (PDT) In-Reply-To: References: <502568DC.4080704@googlemail.com> Date: Sat, 11 Aug 2012 20:45:23 +0200 Message-ID: Subject: Re: [gentoo-user] Invalid modules format?! From: =?UTF-8?Q?Jes=C3=BAs_J=2E_Guerrero_Botella?= To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 9cc5798b-8174-42d6-8b51-34a34aef119e X-Archives-Hash: 48bbbdee333399cf417cc562fd4f8957 Use uname -r to check that the kernel version in that path matches the kernel version you are running. Also note that if you changed anything important in your kernel and recompiled it you might need to recompile the external module as well. What "important" means depends on the module itself, and the pieces of the kernel it uses. Also, always double check that the /usr/src/linux symlink is pointing to the right kernel tree (the one that uname -r says you are running). --=20 Jes=C3=BAs Guerrero Botella