RE: NVdriver-problem with 2.4.0-test11

2000-11-21 Thread Shahin, Mofeed
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

RE: NVdriver-problem with 2.4.0-test11

2000-11-21 Thread Shahin, Mofeed
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