bbackx
December 18th, 2007, 03:16 PM
Strange stuff...
I'm trying to compile a device driver I've updated (was written for older kernel, I think 2.6.8 ). All compilation errors are gone, but when I try to insmod the module, I'm getting the following errors in dmesg:
Unknown symbol init_module
Unknown symbol cleanup_module
This is strange, since there are no functions like that defined and I used the more up-to-date module_init and module_exit.
Is there anyone with the same problem? Because I'm rather confused by this errors :confused:
I'm trying to compile a device driver I've updated (was written for older kernel, I think 2.6.8 ). All compilation errors are gone, but when I try to insmod the module, I'm getting the following errors in dmesg:
Unknown symbol init_module
Unknown symbol cleanup_module
This is strange, since there are no functions like that defined and I used the more up-to-date module_init and module_exit.
Is there anyone with the same problem? Because I'm rather confused by this errors :confused: