|
|
#1 | |
|
Registered User
Join Date: Feb 2005
Posts: 84
|
OS Fedora Development (rawhide 20060706)
$rpm -q --changelog kernel-2.6.17-1.2356.fc6 * Fri Jul 07 2006 Dave Jones <davej@redhat.com> - 2.6.18-rc1 nvidia kernel module build error message Quote:
|
|
|
|
|
|
|
#2 | |
|
Registered User
Join Date: May 2004
Posts: 711
|
that me be caused by the enabled lock validator (a debug option) try to build the kernel without this options:
Code:
CONFIG_DEBUG_LOCK_ALLOC=y CONFIG_PROVE_LOCKING=y (the Fedora kernel will have this off for release kernel; because of perfomance reason; same for other debug options) |
|
|
|
|
|
|
#3 |
|
NVIDIA Corporation
Join Date: Aug 2002
Posts: 3,740
|
Correct, the NVIDIA kernel module involuntarily picks this symbol up when the kernel is configured with support for the lock validator.
|
|
|
|
|
|
#4 | |
|
Registered User
Join Date: Feb 2005
Posts: 84
|
Thanks, Dragoran, zander.
You're right!!!. My problem is fixed(Building nvidia kernel module is success). After modifying only /usr/src/kernels/2.6.17-1.2356.fc6-i686/config(file in kernel-devel package), build kernel module and install nvidia kernel module. But X doesn't start. Last edited by sangu; 04-22-11 at 08:12 PM. |
|
|
|
|
|
|
#5 |
|
Registered User
Join Date: May 2004
Posts: 711
|
you can't build a kernel module with a different config than your kernel;
if you do this the module will not be able to load. |
|
|
|
|
|
#6 | |
|
Registered User
Join Date: Feb 2005
Posts: 84
|
https://bugzilla.redhat.com/bugzilla....cgi?id=197787
Quote:
|
|
|
|
|
|
|
#7 |
|
NVIDIA Corporation
Join Date: Aug 2002
Posts: 3,740
|
@sangu: I agree with Dave, yet it does, without explicitely referencing any GPL symbols. I believe this problem was briefly discussed for the VMware kernel module(s) on the LKML recently (see http://marc.theaimsgroup.com/?l=linu...4503827984&w=2). In case of the NVIDIA kernel module, the lockdep_init_map symbol is picked up via init_waitqueue_head() and sema_init(), which references init_waitqueue_head().
|
|
|
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| xorg locks-up with newest nvidia drivers w/ vdpau. | theroot | NVIDIA Linux | 1 | 06-24-12 11:04 AM |
| Lucid rt kernel can't load latest nvidia driver module, but generic does. | marcod | NVIDIA Linux | 0 | 05-02-12 06:23 AM |
| Getting the proprietary nvidia driver to run with Debian 3.0 r0 (woody) | Katchina404 | NVIDIA Linux | 9 | 01-12-03 08:49 AM |
| nvidia + 2.4.19 gentoo = messed up | ulukay | NVIDIA Linux | 18 | 11-01-02 11:58 PM |
| X Failed to load NVdriver | c00lr4c3r | NVIDIA Linux | 13 | 10-22-02 01:44 PM |