After doing some searching I found a kernel module called km which is supposed to allow me to capture from my video card.
km
"km is a Linux kernel module that provides Video4linux interface to video capture capabilities of Mach64, Rage128 and Radeon cards."
This seems like what I need but I cant get it to install. Does anyone know what I'm doing wrong? Below is the output.
Code:
ben@linux-jmbg:~/km> make
make -C /lib/modules/2.6.25.20-0.4-default/build M=/home/ben/km modules
make[1]: Entering directory `/usr/src/linux-2.6.25.20-0.4-obj/i386/default'
make -C /usr/src/linux-2.6.25.20-0.4 O=/usr/src/linux-2.6.25.20-0.4-obj/i386/default/. modules
WARNING: Symbol version dump /usr/src/linux-2.6.25.20-0.4-obj/i386/default/Module.symvers
is missing; modules will have no dependencies and modversions.
CC [M] /home/ben/km/km_api.o
/home/ben/km/km_api.c:22:26: error: linux/config.h: No such file or directory
/home/ben/km/km_api.c:622: fatal error: opening dependency file /home/ben/km/.km_api.o.d: Permissiondenied
compilation terminated.
make[4]: *** [/home/ben/km/km_api.o] Error 1
make[3]: *** [_module_/home/ben/km] Error 2
make[2]: *** [sub-make] Error 2
make[1]: *** [all] Error 2
make[1]: Leaving directory `/usr/src/linux-2.6.25.20-0.4-obj/i386/default'
make: *** [all] Error 2
Any advice would be much appreciated.
Thanks,
Ben.