Hans Verkuil <[EMAIL PROTECTED]> writes: > /usr/include/linux/videodev2.h is old. Update with the version from the > 2.6.16 kernel.
With this fix, I'm able to compile against the stock Debian 2.6.16-1-k7 kernel, and it is working fine. In case it is useful to others, I'll point out that I had to use CC=gcc-4.0 on the make command line and had to copy the modules to the right place by hand: cp -p /lib/modules/ivtv/* /lib/modules/2.6.16-1-k7/kernel/drivers/media/video I also had to put fbcon=map:99 on the boot command line to disable the framebuffer console, so I could use an external monitor to see boot messages while testing. I had earlier tried 0.4.3, and it only compiled two kernel modules, ivtv and ivtv-fb. These loaded, but there was an error message about no tuner being found, and X wouldn't start. Is 0.4.3 supposed to work with 2.6.16? Dan _______________________________________________ ivtv-devel mailing list [email protected] http://ivtvdriver.org/mailman/listinfo/ivtv-devel
