lkml.org 
[lkml]   [2000]   [Nov]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRE: NVdriver-problem with 2.4.0-test11
Date
Umm what worked for me was to do the following :

change the following line in os-interface.c (Part of NVIDIA_kernel package):
symbol_value = get_module_symbol(NV_MODULE_NAME, symbol_name);
to :
symbol_value = inter_module_get_request(NV_MODULE_NAME, symbol_name);

and then remove the following lines which appear after the above lines :

#if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 4, 0)
put_module_symbol(symbol_value);
#endif

Now there may be something else that needs changing, but after doing the
above, the driver loaded up fine as did XFree86.

Mof.


> From: Vitali Lieder [mailto:vitali@physik.TU-Berlin.DE]
>
> Hallo!
>
> With new 2.4.0-test11 kernel i have the problem with NVdriver-0.95:
>
> depmod: *** unresolved symbols in
> /lib/modules/2.4.0-test11/video/NVdriver
>
> /lib/modules/2.4.0-test11/video/Nvdriver:unresolved symbol in
> put_module_symbol
> /lib/modules/2.4.0-test11/video/NVdriver:unresolved symbol in
> get_module_symbol
>
> Please, could you explain me, how i can find in patch the
> #define's lines
> with this symbols, that was cleaned from kernel, so that i
> can place that
> lines by myself in future.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 12:47    [W:0.029 / U:0.164 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site