I think your missing these func definitions. Those def are likely to be defined in dhd_linux.c.
Check it the defn'... Regards, Jagan On Sun, Sep 11, 2011 at 12:02 PM, William W.-Y. Liang < [email protected]> wrote: > Is there any log (from dmesg) related to the problem? > (For example, what has been logged while you were trying to insmod it.) > > William Liang > > > 2011/9/11 Vadim <[email protected]> > >> The CONFIG_MODULES=y is already there after doing the defconfig, its >> weird because the kernel and wifi module build fine, but the module >> refuses to load, the original wifi module does work with the new >> kernel that i built. the new bcm4329.ko is about 40k bytes bigger two >> >> On Sep 10, 9:18 pm, "William W.-Y. Liang" <[email protected]> >> wrote: >> > Sorry, I've typed a wrong option. It should be CONFIG_MODULES. >> > Please set it in <kernel>/.config with CONFIG_MODULES=y. >> > >> > William Liang >> > >> > 2011/9/11 Vadim <[email protected]> >> > >> > >> > >> > >> > >> > >> > >> > > I could not find the MODULE_LOAD option , but doing a dmesg after the >> > > insmod, gives a dhd_modyle_init timeout and a do_exitcode=65280 >> > >> > > On Sep 10, 7:17 pm, "William W.-Y. Liang" <[email protected]> >> > > wrote: >> > > > insmod doesn't work, probably because the MODULE_LOAD option is not >> > > enabled >> > > > in the kernel. >> > >> > > > William Liang >> > >> > > > 2011 9 11 08:50 於 "Vadim" <[email protected]> 寫道:> hi, this is the >> kernel >> > > source, >> > >> > > > >> http://www.huaweidevice.com/worldwide/downloadCenter.do?method=toDown... >> > >> > > > > i have gotten it to compile now, but insmod is refuring to load >> the >> > > > > driver >> > >> > > > > On Sep 8, 7:38 am, Hamilton Vera <[email protected]> >> wrote: >> > > > >> Hi Vadim, is it possible to get this source code ? Is it >> available >> > > for >> > > > public? >> > >> > > > >> []'s >> > >> > > > >> Hamilton Vera >> > >> > > > >> On Tue, Sep 6, 2011 at 7:10 PM, Vadim <[email protected]> wrote: >> > > > >> > i am trying to compile the 2.6.35.7 kernel supplied by huawei, >> the >> > > > >> > kernel builds fine but the bcm4329 wifi module gives >> > >> > > > >> > ERROR: "wifi_get_irq_number" >> > > [drivers/net/wireless/bcm4329/bcm4329.ko] >> > > > >> > undefined! >> > > > >> > ERROR: "wifi_set_power" >> [drivers/net/wireless/bcm4329/bcm4329.ko] >> > > > >> > undefined! >> > > > >> > ERROR: "wifi_get_mac_addr" >> [drivers/net/wireless/bcm4329/bcm4329.ko] >> > > > >> > undefined! >> > > > >> > make[1]: *** [__modpost] Error 1 >> > > > >> > make: *** [modules] Error 2 >> > >> > > > >> > I built the kernel as follows: >> > >> > > > >> > make hw_msm7x27_defconfig >> > >> > > > >> > export ARCH=arm >> > >> > > > >> > export >> > > PATH=$PATH:/home/vadim/Documents/Android_building/CyanogenMod_7/ >> > > > >> > prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin >> > >> > > > >> > make -j16 ARCH=arm CROSS_COMPILE=arm-eabi- >> > >> > > > >> > Can anyone tell me whats going on? >> > >> > > > >> > -- >> > > > >> > unsubscribe: [email protected] >> > > > >> > website:http://groups.google.com/group/android-kernel >> > >> > > > >> -- >> > > > >> Hamilton Vera >> > > > >> int Administrator (char Network[],char ComputationalSystems[]) >> > >> > > >http://hvera.wordpress.com >> > >> > > > > -- >> > > > > unsubscribe: [email protected] >> > > > > website:http://groups.google.com/group/android-kernel >> > >> > > -- >> > > unsubscribe: [email protected] >> > > website:http://groups.google.com/group/android-kernel >> >> -- >> unsubscribe: [email protected] >> website: http://groups.google.com/group/android-kernel >> > > -- > unsubscribe: [email protected] > website: http://groups.google.com/group/android-kernel > -- unsubscribe: [email protected] website: http://groups.google.com/group/android-kernel
