I am trying to compile some kernel modules (drivers for my TV Card) bat I am unable to accomplish that. I am following instructions step by step, I have even downloaded again modules, but problem persists. I keep getting the always the same error - invalid kernel modules included. How can this problem be solved?
There are few possibilities. Are your drivers compatible with the kernel you are running? Run uname r command and check if your kernel version is listed in supported kernels for that driver. The same thing can happen if you have recompiled kernel and left out some modules that driver depends on. And finally two stupid questions. Do you have kernel source installed on your system, and are you logged as root?