Gentoo Archives: gentoo-user

From: covici@××××××××××.com
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Invalid module format
Date: Sun, 19 Aug 2012 22:47:23
Message-Id: 8460.1345416299@ccs.covici.com
In Reply to: [gentoo-user] Invalid module format by Tamer Higazi
1 Tamer Higazi <th982a@××××××××××.com> wrote:
2
3 > Hi people!
4 > I have installed through the freeswitch overlay, the wanpipe package.
5 > What I figure out, that If I "modprobe" a driver, I recevie this error:
6 > "Invalid module format"
7 >
8 > here is the output:
9 >
10 > tamer@office ~ $ sudo modprobe wanpipe
11 > Passwort:
12 > WARNING: Deprecated config file /etc/modprobe.conf, all config files
13 > belong into /etc/modprobe.d/.
14 > WARNING: Error inserting wanrouter
15 > (/lib/modules/3.3.8-gentoo/kernel/net/wanrouter/wanrouter.ko): Invalid
16 > module format
17 > FATAL: Error inserting wanpipe
18 > (/lib/modules/3.3.8-gentoo/kernel/drivers/net/wan/wanpipe.ko): Invalid
19 > module format
20 >
21 >
22 >
23 > What does it have to mean? I am not getting smart.
24
25 Usually, it means you have compiled a module which is not the same
26 version as your running kernel -- make sure your /usr/src/linux is set
27 correctly.
28
29 Hope this helps.
30
31 --
32 Your life is like a penny. You're going to lose it. The question is:
33 How do
34 you spend it?
35
36 John Covici
37 covici@××××××××××.com

Replies

Subject Author
Re: [gentoo-user] Invalid module format Hinnerk van Bruinehsen <h.v.bruinehsen@×××××××××.de>