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 0AC1B138010 for ; Tue, 21 Aug 2012 20:40:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DDBA7E073F; Tue, 21 Aug 2012 20:39:26 +0000 (UTC) Received: from mail-bk0-f53.google.com (mail-bk0-f53.google.com [209.85.214.53]) by pigeon.gentoo.org (Postfix) with ESMTP id 41956E06EE for ; Tue, 21 Aug 2012 20:36:25 +0000 (UTC) Received: by bkwj4 with SMTP id j4so75130bkw.40 for ; Tue, 21 Aug 2012 13:36:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=D9Z8fTSt4qklgQDGra2nUF0VMmVLl5nRfV01uW5SXHU=; b=NQn/QF2xiYehhySRW5vvosvNOyiS5ji2WV6+QZ6Ot+C4dIpAHxNe9lWkenTZTtEViK kSJkE/rXHJQN8xln6ou6vvmeJWjmpsJJe7jArBQYUY3tPR59R05ndFViF3fiNGCXRMHT XkRZec7ciemEe+nsL76ncVJGcA9V0Xl/7+cMNWrIS6MUHaFYm3K/CqUg8YTHP8jupFGj ZzvH/9DTQ+Vue2vVWjS8p0bsHvMX6+MczGMhjYghGfNpH/bhqbLkS0E+Gof3bVnuv2GY EoiLPgtS9Ok8GpVkM4reoJaaYE+jEICwdKSPj0fbg+1fnd1Ps3LuycOSkJEuXaT7xbAO Pysw== Received: by 10.204.13.82 with SMTP id b18mr5921507bka.118.1345581385139; Tue, 21 Aug 2012 13:36:25 -0700 (PDT) Received: from [212.255.18.34] ([212.255.18.34]) by mx.google.com with ESMTPS id n5sm1503822bkv.14.2012.08.21.13.36.23 (version=SSLv3 cipher=OTHER); Tue, 21 Aug 2012 13:36:24 -0700 (PDT) Message-ID: <5033F0B5.3030103@googlemail.com> Date: Tue, 21 Aug 2012 22:33:57 +0200 From: Tamer Higazi User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.6esrpre) Gecko/20120730 Thunderbird/10.0.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] Invalid module format References: <50312EF9.2090900@googlemail.com> <8460.1345416299@ccs.covici.com> <503212F4.5070004@fu-berlin.de> <5032625A.7080804@googlemail.com> <50333E8E.4020909@wonkology.org> In-Reply-To: <50333E8E.4020909@wonkology.org> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit X-Archives-Salt: f5246cc8-8188-4f8b-acd1-1cc09d7a90df X-Archives-Hash: 658bde51bd2f47fed52d945132864b58 I even use the same headers for gentoo-3.3.8 (linux-headers-3.3), recompiled the entire kernel and rebooted. And the same nonsense.... Am 21.08.2012 09:53, schrieb Alex Schuster: > Tamer Higazi writes: > >> I did what you say, now the magic issue comes, the kernel drivers ARE >> BUILT for this kernel, here the modinfo output: >> >> tamer@office ~ $ sudo modinfo >> /lib/modules/3.3.8-gentoo/kernel/drivers/net/wan/wanpipe.ko >> +filename: >> /lib/modules/3.3.8-gentoo/kernel/drivers/net/wan/wanpipe.ko >> license: GPL >> description: Sangoma WANPIPE: WAN Multi-Protocol Driver >> author: Nenad Corbic >> depends: sdladrv,wanrouter >> vermagic: 3.3.8-gentoo SMP mod_unload modversions > > Does modinfo say exactly the same for another, regular kernel module you > compiled when building the kernel? > >> I am running the 3.3.8 SMP kernel, and I don't know why he doesn't load >> the modules. This is what droves me crazy about it.... >> >> any other ideas?! > > Did you use the same compiler version for building the kernel and for > wanpipe? > > Maybe enabling CONFIG_MODVERSIONS in your kernel will help (Enable > loadable module support --> Module versioning support), but I doubt it. > > Wonko >