I compile a driver following the documentations. But when I try loading them via
insmod onebox_wlan_nongpl.ko
, I receive an error message:
insmod: Error: could not insert module onebox_wlan_nongpl.ko: Unknown symbol in module
I know this is due to wrong order of loading .ko
files but it does not tell me which module does it depend on. I would like to know what symbol is unknown to file the module that I should load first.