[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Newest kernel Fedora (2.6.21-1.3194.fc7) killed ndiswrapper
- From: Jay Cliburn <jacliburn bellsouth net>
- To: arch tuparks com
- Cc: For testers of Fedora Core development releases <fedora-test-list redhat com>
- Subject: Re: Newest kernel Fedora (2.6.21-1.3194.fc7) killed ndiswrapper
- Date: Mon, 28 May 2007 12:41:54 -0500
Arch Willingham wrote:
Does any of this help?
[...]
May 28 12:40:35 localhost kernel: ndiswrapper: Unknown symbol __spin_lock_init
May 28 12:40:35 localhost modprobe: FATAL: Error inserting ndiswrapper (/lib/modules/2.6.21-1.3194.fc7/misc/ndiswrapper.ko): Unknown symbol in module, or unknown parameter (see dmesg)
[jcliburn osprey boot]$ grep CONFIG_DEBUG_SPINLOCK config-2.6.21-1.*.fc7
config-2.6.21-1.3189.fc7:CONFIG_DEBUG_SPINLOCK=y
config-2.6.21-1.3189.fc7:CONFIG_DEBUG_SPINLOCK_SLEEP=y
config-2.6.21-1.3194.fc7:# CONFIG_DEBUG_SPINLOCK is not set
config-2.6.21-1.3194.fc7:CONFIG_DEBUG_SPINLOCK_SLEEP=y
The 3194 kernel was built without CONFIG_DEBUG_SPINLOCK set (see the above grep
command output).
CONFIG_DEBUG_SPINLOCK is required by the exporter of __spin_lock_init.
Since ndiswrapper requires __spin_lock_init, it won't run under 3194 because the
kernel was built without providing it.
Jay
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]