Re: tw68-v2/tw68-i2c.c:145: error: unknown field ‘ client_register’ specified in initializer

2009-11-10 Thread Domenico Andreoli
7; >  CC [M]  /root/tw68-v2/tw68-core.o >  CC [M]  /root/tw68-v2/tw68-cards.o >  CC [M]  /root/tw68-v2/tw68-i2c.o > /root/tw68-v2/tw68-i2c.c:145: error: unknown field ‘client_register’ > specified in initializer > /root/tw68-v2/tw68-i2c.c:145: warning: missing braces around initia

Re: tw68-v2/tw68-i2c.c:145: error: unknown field ‘ client_register’ specified in initializer

2009-11-10 Thread Roman Gaufman
/tw68-v2/tw68-cards.o >>  CC [M]  /root/tw68-v2/tw68-i2c.o >> /root/tw68-v2/tw68-i2c.c:145: error: unknown field ‘client_register’ >> specified in initializer >> /root/tw68-v2/tw68-i2c.c:145: warning: missing braces around initializer >> /root/tw68-v2/tw68-i2c.c:145: warni

Re: tw68-v2/tw68-i2c.c:145: error: unknown field ‘ client_register’ specified in initializer

2009-11-10 Thread Domenico Andreoli
Hi On Tue, Nov 10, 2009 at 1:40 PM, Roman Gaufman wrote: > Thanks, managed to compile but getting -1 Unknown symbol in module now > - any ideas? > > # make > make -C /lib/modules/2.6.31-14-generic/build M=/root/tw68-v2 modules > make[1]: Entering directory `/usr/src/linux-headers-2.6.31-14-generi

Re: tw68-v2/tw68-i2c.c:145: error: unknown field ‘ client_register’ specified in initializer

2009-11-10 Thread Roman Gaufman
Thank you, managed to modprobe the module. However now when I try to open the device with mplayer, the system just freezes. No error messages, just freezes and I have to hold the power button for 5 seconds. Any ideas? This is what I get in dmesg when I insmod tw68.ko: [ 94.913695] tw68: v4l2 d

Re: tw68-v2/tw68-i2c.c:145: error: unknown field ‘ client_register’ specified in initializer

2009-11-10 Thread Roman Gaufman
I swapped my graphics card and techwell DVR card places and now it works, thanks you!!! Only 1 question, the readme says there is no audio yet - any ideas when/if audio will be available? :) Thanks again! Roman 2009/11/10 Roman Gaufman : > Thank you, managed to modprobe the module. > > However

Re: tw68-v2/tw68-i2c.c:145: error: unknown field ???client_register??? specified in initializer

2009-11-10 Thread Domenico Andreoli
On Tue, Nov 10, 2009 at 01:48:43PM +, Roman Gaufman wrote: > I swapped my graphics card and techwell DVR card places and now it > works, thanks you!!! have you a PCI-E techwell board? i'm taking the driver out of the freezer trying to get rid of the IRQF_DISABLED warning flag. i'm interested

Re: tw68-v2/tw68-i2c.c:145: error: unknown field ???client_register??? specified in initializer

2009-11-10 Thread Domenico Andreoli
On Tue, Nov 10, 2009 at 01:48:43PM +, Roman Gaufman wrote: > I swapped my graphics card and techwell DVR card places and now it > works, thanks you!!! could you please try the following patch swapping the boards back to the original order? --- a/tw68-core.c +++ b/tw68-core.c @@ -695,8 +695,7

Re: tw68-v2/tw68-i2c.c:145: error: unknown field ???client_register??? specified in initializer

2009-11-10 Thread Roman Gaufman
2009/11/10 Domenico Andreoli : > On Tue, Nov 10, 2009 at 01:48:43PM +, Roman Gaufman wrote: >> I swapped my graphics card and techwell DVR card places and now it >> works, thanks you!!! > > have you a PCI-E techwell board? Yep, it's PCI-E 8 audio/video dvr card. > > i'm taking the driver out

Re: tw68-v2/tw68-i2c.c:145: error: unknown field ???client_register??? specified in initializer

2009-11-10 Thread Domenico Andreoli
On Tue, Nov 10, 2009 at 04:51:47PM +, Roman Gaufman wrote: > 2009/11/10 Domenico Andreoli : > > On Tue, Nov 10, 2009 at 01:48:43PM +, Roman Gaufman wrote: > >> I swapped my graphics card and techwell DVR card places and now it > >> works, thanks you!!! > > > > have you a PCI-E techwell boar