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 foll
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 ge
2 matches
Mail list logo