On 5/16/06, Grant Horning <[EMAIL PROTECTED]> wrote: > > I upgraded my kernel recently and installed ivtv drivers 0.6.2. I had to > copy videodev2.h from the kernel source directory to /usr/include/linux/ in > order for ivtv to compile. I removed the tveeprom.ko, tuner.ko, etc. from > /lib/modules/2.6.16.13/kernel/drivers/media/video/. I > looked in the ivtv source directory for the new drivers and they were not > there. I rebuilt ivtv and they were still missing.
This is the correct behaviour. The modules are no longer included in ivtv, you are supposed to use the ones in the kernel. > > I went back and put the tuner.ko, tveeprom.ko, etc. back into > /lib/modules/2.6.16.13/kernel/drivers/media/video/ and the > driver loaded but doing cat /dev/video0 > test.mpg as root gave me an empty > file. I couldn't include all the debugging info because the ivtv email > server kept rejecting my messages for being too big. > > <snip> > > > ivtv0: Failed to load module saa7115 > I guess this is your problem, you're missing the saa7115 module. Make sure your kernel is compiled with 'Add support for additional video chipsets' (VIDEO_DECODER). Regards, Petter _______________________________________________ ivtv-users mailing list [email protected] http://ivtvdriver.org/mailman/listinfo/ivtv-users
