On Thursday, January 23, 2014 7:31:22 AM UTC-5, Olliver Schinagl wrote: > > > > On 23-01-14 13:21, Puneet B wrote: > > Hi Patrick, > > > > Actually i compiled bcmdhd as a driver not as a module. > > > > because if i compiled as a module and try to insert it > > > > i am getting fallowing error. > > > > modprobe: FATAL: Could not load > > /lib/modules/3.4.75-00001-g9cfbbed/modules.dep: No such file or > directory > looks like you forgot to run depmod -a or didn't make modules_install > > > > > > Do you think this will be problem? > modules.dep informs modprobe about module order and dependencies; so > yeah, could be. >
There's no reason why this driver won't work when compiled directly into the kernel instead of as a module; however, if you don't get your module building steps correct now, you'll never be able to build any modules and modprobe them. Pat -- You received this message because you are subscribed to the Google Groups "linux-sunxi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
