Hi, I experienced the same problem. I remembered that a long time ago I copied /usr/src/linux/include/linux/video*.h over to /usr/include/linux/
(I know, this was probably not the smartest thing to do, but it fixed a problem I had at that time ;-). So now, after installing 2.6.17.1, I did this copy again and ivtv compiled cleanly. Now I need to find out why MythTV does not want to change channels... Regards, Stanley. > If you would give us an update on this one, I'd like to know when it's > fixed > so i can give it another try. thanks! > > On 6/26/06, Hans Verkuil <[EMAIL PROTECTED]> wrote: >> >> On Monday 26 June 2006 04:35, Michael Hughes wrote: >> > Update: >> > >> > I've managed to get v4l working "correctly" (ex. Modprobes the >> > drivers clean, I also took the liberty of compiling them statically >> > into the kernel after this event, instead of as modules) >> > >> > cc -I/home/d3ity/0.7/utils/../driver -D_GNU_SOURCE -O2 -Wall -c -o >> > ivtvctl.o ivtvctl.c >> > ivtvctl.c: In function `main': >> > ivtvctl.c:1766: error: `V4L2_TUNER_MODE_LANG1_LANG2' undeclared >> > (first use in this function) >> > ivtvctl.c:1766: error: (Each undeclared identifier is reported only >> > once ivtvctl.c:1766: error: for each function it appears in.) >> > make[1]: *** [ivtvctl.o] Error 1 >> > make[1]: Leaving directory `/home/d3ity/0.7/utils' >> > make: *** [all] Error 2 >> >> Old videodev2.h user header. ivtvctl should use the kernel's header or >> define this explicitly. I'll fix this. >> >> Hans >> >> _______________________________________________ >> ivtv-users mailing list >> [email protected] >> http://ivtvdriver.org/mailman/listinfo/ivtv-users >> > _______________________________________________ > ivtv-users mailing list > [email protected] > http://ivtvdriver.org/mailman/listinfo/ivtv-users _______________________________________________ ivtv-users mailing list [email protected] http://ivtvdriver.org/mailman/listinfo/ivtv-users
