I am trying to install the driver for a CovertX Video recorder. I am a total novice with Linux but I have found a driver for it here
http://home.comcast.net/~bender647/go7007/ and I was able to get past the first problem of fxload not being installed but have not been able find any help on the web on the following error.
***** Using kernel source in /usr/src/linux-headers-2.6.22-14-generic *****
make modules -C /usr/src/linux-headers-2.6.22-14-generic M=/home/linuxmce/Desktop/wis-go7007-linux-0.9.8/kernel
make[1]: Entering directory `/usr/src/linux-headers-2.6.22-14-generic'
CC [M] /home/linuxmce/Desktop/wis-go7007-linux-0.9.8/kernel/go7007-v4l2.o
/home/linuxmce/Desktop/wis-go7007-linux-0.9.8/kernel/go7007-v4l2.c:20:26: error: linux/config.h: No such file or directory
/home/linuxmce/Desktop/wis-go7007-linux-0.9.8/kernel/go7007-v4l2.c: In function ‘go7007_do_ioctl’:
/home/linuxmce/Desktop/wis-go7007-linux-0.9.8/kernel/go7007-v4l2.c:942: error: ‘AUDC_SET_INPUT’ undeclared (first use in this function)
/home/linuxmce/Desktop/wis-go7007-linux-0.9.8/kernel/go7007-v4l2.c:942: error: (Each undeclared identifier is reported only once
/home/linuxmce/Desktop/wis-go7007-linux-0.9.8/kernel/go7007-v4l2.c:942: error: for each function it appears in.)
make[2]: *** [/home/linuxmce/Desktop/wis-go7007-linux-0.9.8/kernel/go7007-v4l2.o] Error 1
make[1]: *** [_module_/home/linuxmce/Desktop/wis-go7007-linux-0.9.8/kernel] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-2.6.22-14-generic'
make: *** [all] Error 2