> I am having trouble loading a module with my new kernel, 2.6.0-test11 from > kernel.org > I can load modules built with the kernel, but not ones I built myself. > I am using LinuxFromScratch, which came with linux 2.4.22, and I need to > update to 2.6.0-test11 for my video capture card. > I have a LifeView FlyVideo 2000, which is saa7130 based. > I have installed saa7134-0.2.9, and the modules are in the correct > directory, but it cannot find them, even after a `depmod -a`. > Please help me fix this problem... Please read linux-2.6.0-test11/Documentation/Changes. The module interface has changed in the 2.6 kernel. You can not use modules compiled for 2.4.x in the 2.6 kernel. And you need a new module loader. > /lib/modules/2.6.0-200312112050/kernel/sound/soundcore.ko: ^^ [...] > [root@pvr /lib/modules/2.6.0-test11/v4l2]# ls > ir-common.o [...] ^ That should be a giveaway right there... 2.6 modules always have the .ko extension. -Joe