Hi.

I tried to get trunk compiling, but,

make -C driver all
make[1]: Entering directory `/tmp/trunk/driver'
created ivtv-svnversion.h
make -C /lib/modules/2.6.19-gentoo-r2/build M=/tmp/trunk/driver modules
make[2]: Entering directory `/usr/src/linux-2.6.19-gentoo-r2'
  CC [M]  /tmp/trunk/driver/ivtv-driver.o
  CC [M]  /tmp/trunk/driver/ivtv-fileops.o
  CC [M]  /tmp/trunk/driver/ivtv-i2c.o
  CC [M]  /tmp/trunk/driver/ivtv-streams.o
  CC [M]  /tmp/trunk/driver/ivtv-firmware.o
  CC [M]  /tmp/trunk/driver/ivtv-gpio.o
  CC [M]  /tmp/trunk/driver/ivtv-queue.o
  CC [M]  /tmp/trunk/driver/ivtv-irq.o
  CC [M]  /tmp/trunk/driver/ivtv-mailbox.o
/tmp/trunk/driver/ivtv-mailbox.c:65: error:
'CX2341X_ENC_SET_3_2_PULLDOWN' undeclared here (not in a function)
/tmp/trunk/driver/ivtv-mailbox.c:65: error: array index in initializer
not of integer type
/tmp/trunk/driver/ivtv-mailbox.c:65: error: (near initialization for
'api_info')
make[3]: *** [/tmp/trunk/driver/ivtv-mailbox.o] Error 1
make[2]: *** [_module_/tmp/trunk/driver] Error 2
make[2]: Leaving directory `/usr/src/linux-2.6.19-gentoo-r2'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/tmp/trunk/driver'
make: *** [all] Error 2

Hope it's not something obvious in my lack of time.

/Br Fredrik

On Tue, 2006-12-19 at 19:26 +0100, Hans Verkuil wrote:
> Hi all,
> 
> I think it is getting time for people to start testing the ivtv trunk 
> from subversion. I've been running it for quite some time now and it 
> looks to be pretty solid. Ian Armstrong has added lots of goodies in 
> the framebuffer department (be sure to read the README notes!), so that 
> can use some testing as well.
> 
> Regarding DMA problems: I think that these are solved for the PVR500. I 
> haven't yet done a REALLY long duration test but from the shorter tests 
> I did it is looking good. The DMA errors still occur for other cards: 
> it is a hardware issue with the cx23415/6 and there probably isn't 
> anything I can do about it. Just don't use CPU freq. changers and 
> sometimes using a RAID array also messes up the DMA.
> 
> The reason that it works for the PVR500 is that the PVR500 has a PCI 
> bridge that seems to isolate the cx23416 chips from the main PCI bus. 
> It still could fail on the 0.9 drivers due to the way DMA was handled 
> in the driver. With the new trunk driver all DMA is now done in the 
> interrupt handler.
> 
> Note: ivtv trunk requires the 2.6.19 kernel. It is probably very easy to 
> backport it to 2.6.18, it may even compile out of the box. I just 
> haven't tested it myself. When this driver version is released I'll 
> definitely backport it to 2.6.18.
> 
> The trunk driver can be obtained here:
> 
> http://ivtvdriver.org/viewcvs/ivtv/trunk.tar.gz?view=tar
> 
> Thanks,
> 
>       Hans
> 
> _______________________________________________
> ivtv-devel mailing list
> [email protected]
> http://ivtvdriver.org/mailman/listinfo/ivtv-devel

_______________________________________________
ivtv-devel mailing list
[email protected]
http://ivtvdriver.org/mailman/listinfo/ivtv-devel

Reply via email to