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 <ncor...@sangoma.com>
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