Problem with ndiswrapper module in fc11 2.6.29.6-213 build

Markus Kesaromous remotestar at live.com
Sat Aug 1 01:37:39 UTC 2009


I configured the kernel to support rt2860 and to disable all smp (I have an old UP laptop).
At modules_install time I got the following WARNING messages. It would appear that this module lacks the conditional compilation of SMP code vs. UP code, ala other modules, such as the real time scheduling code:

#ifdef CONFIG_SMP
static inline const struct cpumask *sched_rt_period_mask(void)
{
        return cpu_rq(smp_processor_id())->rd->span;
}
#else
static inline const struct cpumask *sched_rt_period_mask(void)
{
        return cpu_online_mask;
}
#endif



WARNING: /lib/modules/2.6.29.6-213.fc11.i586/extra/ndiswrapper/ndiswrapper.ko needs unknown symbol __per_cpu_offset

WARNING: /lib/modules/2.6.29.6-213.fc11.i586/extra/ndiswrapper/ndiswrapper.ko needs unknown symbol per_cpu__this_cpu_off

WARNING: /lib/modules/2.6.29.6-213.fc11.i586/extra/ndiswrapper/ndiswrapper.ko needs unknown symbol mutex_lock

WARNING: /lib/modules/2.6.29.6-213.fc11.i586/extra/ndiswrapper/ndiswrapper.ko needs unknown symbol del_timer_sync

WARNING: /lib/modules/2.6.29.6-213.fc11.i586/extra/ndiswrapper/ndiswrapper.ko needs unknown symbol nr_cpu_ids

sh
/sdb2/linux/fc7-x86_64/usr/src/redhat/BUILD/kernel-2.6.29/linux-2.6.29.i586/arch/x86/boot/install.sh
2.6.29.6-213.fc11.i586 arch/x86/boot/bzImage System.map "/boot"

WARNING: /lib/modules/2.6.29.6-213.fc11.i586/extra/ndiswrapper/ndiswrapper.ko needs unknown symbol __per_cpu_offset

WARNING: /lib/modules/2.6.29.6-213.fc11.i586/extra/ndiswrapper/ndiswrapper.ko needs unknown symbol per_cpu__this_cpu_off

WARNING: /lib/modules/2.6.29.6-213.fc11.i586/extra/ndiswrapper/ndiswrapper.ko needs unknown symbol mutex_lock

WARNING: /lib/modules/2.6.29.6-213.fc11.i586/extra/ndiswrapper/ndiswrapper.ko needs unknown symbol del_timer_sync

WARNING: /lib/modules/2.6.29.6-213.fc11.i586/extra/ndiswrapper/ndiswrapper.ko needs unknown symbol nr_cpu_ids



_________________________________________________________________
Windows Live™ Hotmail®: Search, add, and share the web’s latest sports videos. Check it out.
http://www.windowslive.com/Online/Hotmail/Campaign/QuickAdd?ocid=TXT_TAGLM_WL_QA_HM_sports_videos_072009&cat=sports
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/fedora-list/attachments/20090731/9ae31dd5/attachment-0001.htm>


More information about the fedora-list mailing list