I had read that Fedora was to release FC5 with 2.6.16 kernel and was surprised to see it represent itself differently.  It's good to hear from you that I'm not insane after all!

I built the drivers and have it working.  I think this may affect existing schedules in MythTV as none of them recorded last night.  Maybe something to do with changing to tuner1?  A recording I scheduled after this upgrade did record automatically though.  I'm going to look in mysql and see if I can find some association to TunerX which maybe I can fix.  Any idea about that?

I still only have the one dev device (/dev/video0).  That seems wrong?

-rsh

On Thu, 2006-03-23 at 08:11 +0100, Hans Verkuil wrote:
On Thursday 23 March 2006 00:55, Richard Hendershot wrote:
> Hans, thanks for the reply!  I get errors building.  I thought the
> 0.6 tree was for kernels 2.6.16 and above?

Yeah, but for some idiotic reason the FC5 kernel presents itself as a 
2.6.15 kernel even though it is a 2.6.16-rc6-something kernel. This 
confuses the i2c-driver build. But most people don't need the 
i2c-drivers. BTW 0.6.x is for 2.6.16 ONLY.

	Hans

>
> [EMAIL PROTECTED] ivtv-0.6.0]# make
> make -C driver all
> make[1]: Entering directory `/usr/local/src/ivtv-0.6.0/driver'
> created ivtv-svnversion.h
> make -C /lib/modules/2.6.15-1.2054_FC5/build
> M=/usr/local/src/ivtv-0.6.0/driver modules
> make[2]: Entering directory `/usr/src/kernels/2.6.15-1.2054_FC5-i686'
>   CC [M]  /usr/local/src/ivtv-0.6.0/driver/ivtv-osd.o
> /usr/local/src/ivtv-0.6.0/driver/ivtv-osd.c:1426: warning:
> initialization from incompatible pointer type
> /usr/local/src/ivtv-0.6.0/driver/ivtv-osd.c:1428: warning:
> initialization from incompatible pointer type
>   CC [M]  /usr/local/src/ivtv-0.6.0/driver/ivtv-queue.o
>   CC [M]  /usr/local/src/ivtv-0.6.0/driver/ivtv-driver.o
>   CC [M]  /usr/local/src/ivtv-0.6.0/driver/ivtv-fileops.o
>   CC [M]  /usr/local/src/ivtv-0.6.0/driver/ivtv-i2c.o
>   CC [M]  /usr/local/src/ivtv-0.6.0/driver/ivtv-streams.o
>   CC [M]  /usr/local/src/ivtv-0.6.0/driver/ivtv-firmware.o
>   CC [M]  /usr/local/src/ivtv-0.6.0/driver/ivtv-reset.o
>   CC [M]  /usr/local/src/ivtv-0.6.0/driver/ivtv-gpio.o
>   CC [M]  /usr/local/src/ivtv-0.6.0/driver/ivtv-irq.o
>   CC [M]  /usr/local/src/ivtv-0.6.0/driver/ivtv-mailbox.o
>   CC [M]  /usr/local/src/ivtv-0.6.0/driver/ivtv-vbi.o
>   CC [M]  /usr/local/src/ivtv-0.6.0/driver/ivtv-kthreads.o
>   CC [M]  /usr/local/src/ivtv-0.6.0/driver/ivtv-audio.o
>   CC [M]  /usr/local/src/ivtv-0.6.0/driver/ivtv-ioctl.o
>   CC [M]  /usr/local/src/ivtv-0.6.0/driver/ivtv-controls.o
>   CC [M]  /usr/local/src/ivtv-0.6.0/driver/ivtv-video.o
>   CC [M]  /usr/local/src/ivtv-0.6.0/driver/ivtv-cards.o
>   CC [M]  /usr/local/src/ivtv-0.6.0/driver/ivtv-yuv.o
>   LD [M]  /usr/local/src/ivtv-0.6.0/driver/ivtv.o
>   LD [M]  /usr/local/src/ivtv-0.6.0/driver/ivtv-fb.o
>   Building modules, stage 2.
>   MODPOST
>   CC      /usr/local/src/ivtv-0.6.0/driver/ivtv-fb.mod.o
>   LD [M]  /usr/local/src/ivtv-0.6.0/driver/ivtv-fb.ko
>   CC      /usr/local/src/ivtv-0.6.0/driver/ivtv.mod.o
>   LD [M]  /usr/local/src/ivtv-0.6.0/driver/ivtv.ko
> make[2]: Leaving directory `/usr/src/kernels/2.6.15-1.2054_FC5-i686'
> make[1]: Leaving directory `/usr/local/src/ivtv-0.6.0/driver'
> make -C i2c-drivers all
> make[1]: Entering directory `/usr/local/src/ivtv-0.6.0/i2c-drivers'
> make -C /lib/modules/2.6.15-1.2054_FC5/build
> M=/usr/local/src/ivtv-0.6.0/i2c-drivers modules
> make[2]: Entering directory `/usr/src/kernels/2.6.15-1.2054_FC5-i686'
>   CC [M]  /usr/local/src/ivtv-0.6.0/i2c-drivers/upd64031a.o
> /usr/local/src/ivtv-0.6.0/i2c-drivers/upd64031a.c: In function
> ‘upd64031a_attach’:
> /usr/local/src/ivtv-0.6.0/i2c-drivers/upd64031a.c:446: error:
> ‘I2C_CLIENT_ALLOW_USE’ undeclared (first use in this function)
> /usr/local/src/ivtv-0.6.0/i2c-drivers/upd64031a.c:446: error: (Each
> undeclared identifier is reported only once
> /usr/local/src/ivtv-0.6.0/i2c-drivers/upd64031a.c:446: error: for
> each function it appears in.)
> /usr/local/src/ivtv-0.6.0/i2c-drivers/upd64031a.c: At top level:
> /usr/local/src/ivtv-0.6.0/i2c-drivers/upd64031a.c:509: error: unknown
> field ‘owner’ specified in initializer
> /usr/local/src/ivtv-0.6.0/i2c-drivers/upd64031a.c:509: warning:
> initialization makes integer from pointer without a cast
> /usr/local/src/ivtv-0.6.0/i2c-drivers/upd64031a.c:512: error: unknown
> field ‘name’ specified in initializer
> /usr/local/src/ivtv-0.6.0/i2c-drivers/upd64031a.c:512: warning:
> initialization makes integer from pointer without a cast
> /usr/local/src/ivtv-0.6.0/i2c-drivers/upd64031a.c:513: error: unknown
> field ‘flags’ specified in initializer
> /usr/local/src/ivtv-0.6.0/i2c-drivers/upd64031a.c:513: error:
> ‘I2C_DF_NOTIFY’ undeclared here (not in a function)
> make[3]: *** [/usr/local/src/ivtv-0.6.0/i2c-drivers/upd64031a.o]
> Error 1 make[2]: *** [_module_/usr/local/src/ivtv-0.6.0/i2c-drivers]
> Error 2 make[2]: Leaving directory
> `/usr/src/kernels/2.6.15-1.2054_FC5-i686' make[1]: *** [all] Error 2
> make[1]: Leaving directory `/usr/local/src/ivtv-0.6.0/i2c-drivers'
> make: *** [all] Error 2
> [EMAIL PROTECTED] ivtv-0.6.0]#
>
> On Thu, 2006-03-23 at 00:10 +0100, Hans Verkuil wrote:
> > You need ivtv-0.6.0 (available here:
> > http://www.xs4all.nl/~hverkuil/ivtv-0.6.0.tar.gz). Once
> > ivtvdriver.org is reachable again it will also be available from
> > there too of course.
> >
> > ivtv-0.4.x is for kernels <= 2.6.15 only.
> >
> > 	Hans
_______________________________________________
ivtv-users mailing list
[email protected]
http://ivtvdriver.org/mailman/listinfo/ivtv-users

Reply via email to