Problem with ndiswrapper module in fc11 2.6.29.6-213 build

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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.
-- 
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [Fedora Magazine]     [Fedora News]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [SSH]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux