You are not logged in.

#1 2010-08-24 19:20:24

Sokac
Member
Registered: 2009-04-05
Posts: 14
Website

af9015: tuner NXP TDA18218 not supported yet

Just buyed new USB DVB-T stick from DX. dmesg tells:

usb 1-8: new high speed USB device using ehci_hcd and address 20
Afatech DVB-T 2: Fixing fullspeed to highspeed interval: 10 -> 7
input: Afatech DVB-T 2 as /devices/pci0000:00/0000:00:02.1/usb1/1-8/1-8:1.1/input/input9
generic-usb 0003:15A4:9016.0006: input,hidraw2: USB HID v1.01 Keyboard [Afatech DVB-T 2] on usb-0000:00:02.1-8/input1
af9015: tuner NXP TDA18218 not supported yet
usbcore: registered new interface driver dvb_usb_af901

First, tried pull from aur, package http://aur.archlinux.org/packages.php?ID=28322 but nothing

Tried apply patch as was told here:
http://www.dealextreme.com/forums/Forum … did.644198
and here
http://www.dealextreme.com/forums/Forum … did.661972
Also tried with this:
http://www.ubuntu-hr.org/wiki/DVB#takeMS_DVB-T_Receiver (on Croatian)
but same thing, doesn't work.

Is there anyone who have this device and working under Linux? There are few ppl in DX telling that device work fine, but as i can see, everybody is on ubuntu. I googled about 4h but didn't find any solution.

Last edited by Sokac (2010-08-24 23:53:29)

Offline

#2 2010-08-24 19:50:13

superdau
Member
Registered: 2010-08-24
Posts: 3

Re: af9015: tuner NXP TDA18218 not supported yet

May be this helps http://www.mail-archive.com/linux-media … 16118.html

Last edited by superdau (2010-08-24 20:01:02)

Offline

#3 2010-08-24 23:56:56

Sokac
Member
Registered: 2009-04-05
Posts: 14
Website

Re: af9015: tuner NXP TDA18218 not supported yet

Already tried, doesn't work (same output); but tnx for suggestion!

Last edited by Sokac (2010-08-24 23:57:26)

Offline

#4 2010-08-26 15:04:25

Sokac
Member
Registered: 2009-04-05
Posts: 14
Website

Re: af9015: tuner NXP TDA18218 not supported yet

OK, problem is in compiling v4l, have errors. Found already patched v4l, pulled with mercurial, and error is (make):

  CC [M]  /root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.o
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:29:2: error: expected specifier-qualifier-list before 'compat_int_t'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c: In function 'get_video_tuner32':
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:39:3: error: 'struct video_tuner32' has no member named 'tuner'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:39:3: error: 'struct video_tuner32' has no member named 'tuner'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:39:3: error: 'struct video_tuner32' has no member named 'tuner'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:39:3: error: 'struct video_tuner32' has no member named 'tuner'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:39:3: error: 'struct video_tuner32' has no member named 'tuner'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:39:3: error: 'struct video_tuner32' has no member named 'tuner'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:39:3: error: 'struct video_tuner32' has no member named 'tuner'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:39:3: warning: type defaults to 'int' in type name
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:40:30: error: 'struct video_tuner32' has no member named 'name'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:41:3: error: 'struct video_tuner32' has no member named 'rangelow'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:41:3: error: 'struct video_tuner32' has no member named 'rangelow'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:41:3: error: 'struct video_tuner32' has no member named 'rangelow'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:41:3: error: 'struct video_tuner32' has no member named 'rangelow'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:41:3: error: 'struct video_tuner32' has no member named 'rangelow'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:41:3: error: 'struct video_tuner32' has no member named 'rangelow'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:41:3: error: 'struct video_tuner32' has no member named 'rangelow'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:41:3: warning: type defaults to 'int' in type name
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:42:3: error: 'struct video_tuner32' has no member named 'rangehigh'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:42:3: error: 'struct video_tuner32' has no member named 'rangehigh'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:42:3: error: 'struct video_tuner32' has no member named 'rangehigh'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:42:3: error: 'struct video_tuner32' has no member named 'rangehigh'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:42:3: error: 'struct video_tuner32' has no member named 'rangehigh'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:42:3: error: 'struct video_tuner32' has no member named 'rangehigh'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:42:3: error: 'struct video_tuner32' has no member named 'rangehigh'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:42:3: warning: type defaults to 'int' in type name
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:43:3: error: 'struct video_tuner32' has no member named 'flags'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:43:3: error: 'struct video_tuner32' has no member named 'flags'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:43:3: error: 'struct video_tuner32' has no member named 'flags'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:43:3: error: 'struct video_tuner32' has no member named 'flags'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:43:3: error: 'struct video_tuner32' has no member named 'flags'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:43:3: error: 'struct video_tuner32' has no member named 'flags'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:43:3: error: 'struct video_tuner32' has no member named 'flags'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:43:3: warning: type defaults to 'int' in type name
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:44:3: error: 'struct video_tuner32' has no member named 'mode'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:44:3: error: 'struct video_tuner32' has no member named 'mode'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:44:3: error: 'struct video_tuner32' has no member named 'mode'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:44:3: error: 'struct video_tuner32' has no member named 'mode'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:44:3: error: 'struct video_tuner32' has no member named 'mode'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:44:3: error: 'struct video_tuner32' has no member named 'mode'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:44:3: error: 'struct video_tuner32' has no member named 'mode'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:44:3: warning: type defaults to 'int' in type name
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:45:3: error: 'struct video_tuner32' has no member named 'signal'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:45:3: error: 'struct video_tuner32' has no member named 'signal'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:45:3: error: 'struct video_tuner32' has no member named 'signal'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:45:3: error: 'struct video_tuner32' has no member named 'signal'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:45:3: error: 'struct video_tuner32' has no member named 'signal'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:45:3: error: 'struct video_tuner32' has no member named 'signal'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:45:3: error: 'struct video_tuner32' has no member named 'signal'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:45:3: warning: type defaults to 'int' in type name
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c: In function 'put_video_tuner32':
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:53:3: error: 'struct video_tuner32' has no member named 'tuner'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:53:3: warning: type defaults to 'int' in declaration of '__pu_val'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:53:3: error: 'struct video_tuner32' has no member named 'tuner'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:53:3: error: 'struct video_tuner32' has no member named 'tuner'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:53:3: warning: type defaults to 'int' in type name
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:53:3: error: 'struct video_tuner32' has no member named 'tuner'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:53:3: error: 'struct video_tuner32' has no member named 'tuner'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:53:3: warning: type defaults to 'int' in type name
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:53:3: error: 'struct video_tuner32' has no member named 'tuner'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:53:3: error: 'struct video_tuner32' has no member named 'tuner'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:53:3: warning: type defaults to 'int' in type name
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:53:3: error: 'struct video_tuner32' has no member named 'tuner'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:53:3: error: 'struct video_tuner32' has no member named 'tuner'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:53:3: warning: type defaults to 'int' in type name
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:53:3: error: 'struct video_tuner32' has no member named 'tuner'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:53:3: error: 'struct video_tuner32' has no member named 'tuner'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:53:3: warning: type defaults to 'int' in type name
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:53:3: error: 'struct video_tuner32' has no member named 'tuner'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:54:18: error: 'struct video_tuner32' has no member named 'name'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:55:3: error: 'struct video_tuner32' has no member named 'rangelow'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:55:3: warning: type defaults to 'int' in declaration of '__pu_val'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:55:3: error: 'struct video_tuner32' has no member named 'rangelow'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:55:3: error: 'struct video_tuner32' has no member named 'rangelow'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:55:3: warning: type defaults to 'int' in type name
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:55:3: error: 'struct video_tuner32' has no member named 'rangelow'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:55:3: error: 'struct video_tuner32' has no member named 'rangelow'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:55:3: warning: type defaults to 'int' in type name
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:55:3: error: 'struct video_tuner32' has no member named 'rangelow'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:55:3: error: 'struct video_tuner32' has no member named 'rangelow'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:55:3: warning: type defaults to 'int' in type name
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:55:3: error: 'struct video_tuner32' has no member named 'rangelow'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:55:3: error: 'struct video_tuner32' has no member named 'rangelow'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:55:3: warning: type defaults to 'int' in type name
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:55:3: error: 'struct video_tuner32' has no member named 'rangelow'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:55:3: error: 'struct video_tuner32' has no member named 'rangelow'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:55:3: warning: type defaults to 'int' in type name
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:55:3: error: 'struct video_tuner32' has no member named 'rangelow'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:56:3: error: 'struct video_tuner32' has no member named 'rangehigh'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:56:3: warning: type defaults to 'int' in declaration of '__pu_val'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:56:3: error: 'struct video_tuner32' has no member named 'rangehigh'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:56:3: error: 'struct video_tuner32' has no member named 'rangehigh'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:56:3: warning: type defaults to 'int' in type name
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:56:3: error: 'struct video_tuner32' has no member named 'rangehigh'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:56:3: error: 'struct video_tuner32' has no member named 'rangehigh'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:56:3: warning: type defaults to 'int' in type name
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:56:3: error: 'struct video_tuner32' has no member named 'rangehigh'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:56:3: error: 'struct video_tuner32' has no member named 'rangehigh'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:56:3: warning: type defaults to 'int' in type name
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:56:3: error: 'struct video_tuner32' has no member named 'rangehigh'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:56:3: error: 'struct video_tuner32' has no member named 'rangehigh'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:56:3: warning: type defaults to 'int' in type name
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:56:3: error: 'struct video_tuner32' has no member named 'rangehigh'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:56:3: error: 'struct video_tuner32' has no member named 'rangehigh'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:56:3: warning: type defaults to 'int' in type name
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:56:3: error: 'struct video_tuner32' has no member named 'rangehigh'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:57:3: error: 'struct video_tuner32' has no member named 'flags'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:57:3: warning: type defaults to 'int' in declaration of '__pu_val'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:57:3: error: 'struct video_tuner32' has no member named 'flags'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:57:3: error: 'struct video_tuner32' has no member named 'flags'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:57:3: warning: type defaults to 'int' in type name
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:57:3: error: 'struct video_tuner32' has no member named 'flags'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:57:3: error: 'struct video_tuner32' has no member named 'flags'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:57:3: warning: type defaults to 'int' in type name
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:57:3: error: 'struct video_tuner32' has no member named 'flags'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:57:3: error: 'struct video_tuner32' has no member named 'flags'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:57:3: warning: type defaults to 'int' in type name
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:57:3: error: 'struct video_tuner32' has no member named 'flags'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:57:3: error: 'struct video_tuner32' has no member named 'flags'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:57:3: warning: type defaults to 'int' in type name
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:57:3: error: 'struct video_tuner32' has no member named 'flags'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:57:3: error: 'struct video_tuner32' has no member named 'flags'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:57:3: warning: type defaults to 'int' in type name
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:57:3: error: 'struct video_tuner32' has no member named 'flags'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:58:3: error: 'struct video_tuner32' has no member named 'mode'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:58:3: warning: type defaults to 'int' in declaration of '__pu_val'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:58:3: error: 'struct video_tuner32' has no member named 'mode'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:58:3: error: 'struct video_tuner32' has no member named 'mode'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:58:3: warning: type defaults to 'int' in type name
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:58:3: error: 'struct video_tuner32' has no member named 'mode'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:58:3: error: 'struct video_tuner32' has no member named 'mode'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:58:3: warning: type defaults to 'int' in type name
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:58:3: error: 'struct video_tuner32' has no member named 'mode'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:58:3: error: 'struct video_tuner32' has no member named 'mode'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:58:3: warning: type defaults to 'int' in type name
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:58:3: error: 'struct video_tuner32' has no member named 'mode'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:58:3: error: 'struct video_tuner32' has no member named 'mode'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:58:3: warning: type defaults to 'int' in type name
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:58:3: error: 'struct video_tuner32' has no member named 'mode'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:58:3: error: 'struct video_tuner32' has no member named 'mode'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:58:3: warning: type defaults to 'int' in type name
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:58:3: error: 'struct video_tuner32' has no member named 'mode'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:59:3: error: 'struct video_tuner32' has no member named 'signal'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:59:3: warning: type defaults to 'int' in declaration of '__pu_val'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:59:3: error: 'struct video_tuner32' has no member named 'signal'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:59:3: error: 'struct video_tuner32' has no member named 'signal'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:59:3: warning: type defaults to 'int' in type name
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:59:3: error: 'struct video_tuner32' has no member named 'signal'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:59:3: error: 'struct video_tuner32' has no member named 'signal'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:59:3: warning: type defaults to 'int' in type name
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:59:3: error: 'struct video_tuner32' has no member named 'signal'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:59:3: error: 'struct video_tuner32' has no member named 'signal'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:59:3: warning: type defaults to 'int' in type name
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:59:3: error: 'struct video_tuner32' has no member named 'signal'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:59:3: error: 'struct video_tuner32' has no member named 'signal'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:59:3: warning: type defaults to 'int' in type name
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:59:3: error: 'struct video_tuner32' has no member named 'signal'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:59:3: error: 'struct video_tuner32' has no member named 'signal'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:59:3: warning: type defaults to 'int' in type name
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:59:3: error: 'struct video_tuner32' has no member named 'signal'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c: At top level:
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:65:2: error: expected specifier-qualifier-list before 'compat_caddr_t'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c: In function 'get_video_buffer32':
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:74:3: error: 'struct video_buffer32' has no member named 'base'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:74:3: error: 'struct video_buffer32' has no member named 'base'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:74:3: error: 'struct video_buffer32' has no member named 'base'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:74:3: error: 'struct video_buffer32' has no member named 'base'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:74:3: error: 'struct video_buffer32' has no member named 'base'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:74:3: error: 'struct video_buffer32' has no member named 'base'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:74:3: error: 'struct video_buffer32' has no member named 'base'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:74:3: warning: type defaults to 'int' in type name
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:75:3: error: 'struct video_buffer32' has no member named 'height'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:75:3: error: 'struct video_buffer32' has no member named 'height'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:75:3: error: 'struct video_buffer32' has no member named 'height'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:75:3: error: 'struct video_buffer32' has no member named 'height'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:75:3: error: 'struct video_buffer32' has no member named 'height'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:75:3: error: 'struct video_buffer32' has no member named 'height'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:75:3: error: 'struct video_buffer32' has no member named 'height'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:75:3: warning: type defaults to 'int' in type name
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:76:3: error: 'struct video_buffer32' has no member named 'width'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:76:3: error: 'struct video_buffer32' has no member named 'width'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:76:3: error: 'struct video_buffer32' has no member named 'width'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:76:3: error: 'struct video_buffer32' has no member named 'width'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:76:3: error: 'struct video_buffer32' has no member named 'width'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:76:3: error: 'struct video_buffer32' has no member named 'width'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:76:3: error: 'struct video_buffer32' has no member named 'width'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:76:3: warning: type defaults to 'int' in type name
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:77:3: error: 'struct video_buffer32' has no member named 'depth'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:77:3: error: 'struct video_buffer32' has no member named 'depth'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:77:3: error: 'struct video_buffer32' has no member named 'depth'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:77:3: error: 'struct video_buffer32' has no member named 'depth'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:77:3: error: 'struct video_buffer32' has no member named 'depth'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:77:3: error: 'struct video_buffer32' has no member named 'depth'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:77:3: error: 'struct video_buffer32' has no member named 'depth'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:77:3: warning: type defaults to 'int' in type name
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:78:3: error: 'struct video_buffer32' has no member named 'bytesperline'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:78:3: error: 'struct video_buffer32' has no member named 'bytesperline'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:78:3: error: 'struct video_buffer32' has no member named 'bytesperline'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:78:3: error: 'struct video_buffer32' has no member named 'bytesperline'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:78:3: error: 'struct video_buffer32' has no member named 'bytesperline'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:78:3: error: 'struct video_buffer32' has no member named 'bytesperline'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:78:3: error: 'struct video_buffer32' has no member named 'bytesperline'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:78:3: warning: type defaults to 'int' in type name
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c: In function 'put_video_buffer32':
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:94:3: error: 'struct video_buffer32' has no member named 'base'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:94:3: warning: type defaults to 'int' in declaration of '__pu_val'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:94:3: error: 'struct video_buffer32' has no member named 'base'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:94:3: error: 'struct video_buffer32' has no member named 'base'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:94:3: warning: type defaults to 'int' in type name
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:94:3: error: 'struct video_buffer32' has no member named 'base'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:94:3: error: 'struct video_buffer32' has no member named 'base'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:94:3: warning: type defaults to 'int' in type name
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:94:3: error: 'struct video_buffer32' has no member named 'base'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:94:3: error: 'struct video_buffer32' has no member named 'base'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:94:3: warning: type defaults to 'int' in type name
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:94:3: error: 'struct video_buffer32' has no member named 'base'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:94:3: error: 'struct video_buffer32' has no member named 'base'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:94:3: warning: type defaults to 'int' in type name
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:94:3: error: 'struct video_buffer32' has no member named 'base'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:94:3: error: 'struct video_buffer32' has no member named 'base'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:94:3: warning: type defaults to 'int' in type name
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:94:3: error: 'struct video_buffer32' has no member named 'base'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:95:3: error: 'struct video_buffer32' has no member named 'height'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:95:3: warning: type defaults to 'int' in declaration of '__pu_val'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:95:3: error: 'struct video_buffer32' has no member named 'height'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:95:3: error: 'struct video_buffer32' has no member named 'height'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:95:3: warning: type defaults to 'int' in type name
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:95:3: error: 'struct video_buffer32' has no member named 'height'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:95:3: error: 'struct video_buffer32' has no member named 'height'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:95:3: warning: type defaults to 'int' in type name
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:95:3: error: 'struct video_buffer32' has no member named 'height'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:95:3: error: 'struct video_buffer32' has no member named 'height'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:95:3: warning: type defaults to 'int' in type name
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:95:3: error: 'struct video_buffer32' has no member named 'height'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:95:3: error: 'struct video_buffer32' has no member named 'height'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:95:3: warning: type defaults to 'int' in type name
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:95:3: error: 'struct video_buffer32' has no member named 'height'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:95:3: error: 'struct video_buffer32' has no member named 'height'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:95:3: warning: type defaults to 'int' in type name
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:95:3: error: 'struct video_buffer32' has no member named 'height'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:96:3: error: 'struct video_buffer32' has no member named 'width'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:96:3: warning: type defaults to 'int' in declaration of '__pu_val'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:96:3: error: 'struct video_buffer32' has no member named 'width'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:96:3: error: 'struct video_buffer32' has no member named 'width'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:96:3: warning: type defaults to 'int' in type name
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:96:3: error: 'struct video_buffer32' has no member named 'width'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:96:3: error: 'struct video_buffer32' has no member named 'width'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:96:3: warning: type defaults to 'int' in type name
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:96:3: error: 'struct video_buffer32' has no member named 'width'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:96:3: error: 'struct video_buffer32' has no member named 'width'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:96:3: warning: type defaults to 'int' in type name
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:96:3: error: 'struct video_buffer32' has no member named 'width'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:96:3: error: 'struct video_buffer32' has no member named 'width'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:96:3: warning: type defaults to 'int' in type name
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:96:3: error: 'struct video_buffer32' has no member named 'width'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:96:3: error: 'struct video_buffer32' has no member named 'width'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:96:3: warning: type defaults to 'int' in type name
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:96:3: error: 'struct video_buffer32' has no member named 'width'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:97:3: error: 'struct video_buffer32' has no member named 'depth'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:97:3: warning: type defaults to 'int' in declaration of '__pu_val'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:97:3: error: 'struct video_buffer32' has no member named 'depth'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:97:3: error: 'struct video_buffer32' has no member named 'depth'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:97:3: warning: type defaults to 'int' in type name
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:97:3: error: 'struct video_buffer32' has no member named 'depth'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:97:3: error: 'struct video_buffer32' has no member named 'depth'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:97:3: warning: type defaults to 'int' in type name
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:97:3: error: 'struct video_buffer32' has no member named 'depth'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:97:3: error: 'struct video_buffer32' has no member named 'depth'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:97:3: warning: type defaults to 'int' in type name
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:97:3: error: 'struct video_buffer32' has no member named 'depth'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:97:3: error: 'struct video_buffer32' has no member named 'depth'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:97:3: warning: type defaults to 'int' in type name
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:97:3: error: 'struct video_buffer32' has no member named 'depth'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:97:3: error: 'struct video_buffer32' has no member named 'depth'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:97:3: warning: type defaults to 'int' in type name
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:97:3: error: 'struct video_buffer32' has no member named 'depth'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:98:3: error: 'struct video_buffer32' has no member named 'bytesperline'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:98:3: warning: type defaults to 'int' in declaration of '__pu_val'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:98:3: error: 'struct video_buffer32' has no member named 'bytesperline'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:98:3: error: 'struct video_buffer32' has no member named 'bytesperline'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:98:3: warning: type defaults to 'int' in type name
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:98:3: error: 'struct video_buffer32' has no member named 'bytesperline'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:98:3: error: 'struct video_buffer32' has no member named 'bytesperline'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:98:3: warning: type defaults to 'int' in type name
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:98:3: error: 'struct video_buffer32' has no member named 'bytesperline'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:98:3: error: 'struct video_buffer32' has no member named 'bytesperline'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:98:3: warning: type defaults to 'int' in type name
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:98:3: error: 'struct video_buffer32' has no member named 'bytesperline'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:98:3: error: 'struct video_buffer32' has no member named 'bytesperline'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:98:3: warning: type defaults to 'int' in type name
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:98:3: error: 'struct video_buffer32' has no member named 'bytesperline'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:98:3: error: 'struct video_buffer32' has no member named 'bytesperline'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:98:3: warning: type defaults to 'int' in type name
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:98:3: error: 'struct video_buffer32' has no member named 'bytesperline'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c: At top level:
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:105:2: error: expected specifier-qualifier-list before 'compat_caddr_t'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:110:2: error: expected specifier-qualifier-list before 'compat_caddr_t'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c: In function 'get_video_window32':
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:118:2: error: 'compat_caddr_t' undeclared (first use in this function)
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:118:2: note: each undeclared identifier is reported only once for each function it appears in
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:118:17: error: expected ';' before 'p'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:119:2: warning: ISO C90 forbids mixed declarations and code
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:124:6: error: 'struct video_window32' has no member named 'clipcount'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:124:6: error: 'struct video_window32' has no member named 'clipcount'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:124:6: error: 'struct video_window32' has no member named 'clipcount'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:124:6: error: 'struct video_window32' has no member named 'clipcount'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:124:6: error: 'struct video_window32' has no member named 'clipcount'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:124:6: error: 'struct video_window32' has no member named 'clipcount'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:124:6: error: 'struct video_window32' has no member named 'clipcount'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:124:2: warning: type defaults to 'int' in type name
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:134:6: error: 'struct video_window32' has no member named 'clipcount'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:134:6: error: 'struct video_window32' has no member named 'clipcount'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:134:6: error: 'struct video_window32' has no member named 'clipcount'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:134:6: error: 'struct video_window32' has no member named 'clipcount'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:134:6: error: 'struct video_window32' has no member named 'clipcount'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:134:6: error: 'struct video_window32' has no member named 'clipcount'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:134:6: error: 'struct video_window32' has no member named 'clipcount'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:134:6: warning: type defaults to 'int' in type name
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:142:6: error: 'struct video_window32' has no member named 'clips'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:142:6: error: 'struct video_window32' has no member named 'clips'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:142:6: error: 'struct video_window32' has no member named 'clips'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:142:6: error: 'struct video_window32' has no member named 'clips'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:142:6: error: 'struct video_window32' has no member named 'clips'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:142:6: error: 'struct video_window32' has no member named 'clips'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:142:6: error: 'p' undeclared (first use in this function)
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:142:6: error: 'struct video_window32' has no member named 'clips'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:142:2: warning: type defaults to 'int' in type name
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:144:2: error: implicit declaration of function 'compat_ptr'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:151:3: error: implicit declaration of function 'compat_alloc_user_space'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:151:13: warning: assignment makes pointer from integer without a cast
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:161:12: warning: assignment makes pointer from integer without a cast
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c: In function 'put_video_window32':
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:189:3: error: 'struct video_window32' has no member named 'clipcount'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:189:3: warning: type defaults to 'int' in declaration of '__pu_val'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:189:3: error: 'struct video_window32' has no member named 'clipcount'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:189:3: error: 'struct video_window32' has no member named 'clipcount'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:189:3: warning: type defaults to 'int' in type name
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:189:3: error: 'struct video_window32' has no member named 'clipcount'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:189:3: error: 'struct video_window32' has no member named 'clipcount'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:189:3: warning: type defaults to 'int' in type name
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:189:3: error: 'struct video_window32' has no member named 'clipcount'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:189:3: error: 'struct video_window32' has no member named 'clipcount'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:189:3: warning: type defaults to 'int' in type name
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:189:3: error: 'struct video_window32' has no member named 'clipcount'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:189:3: error: 'struct video_window32' has no member named 'clipcount'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:189:3: warning: type defaults to 'int' in type name
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:189:3: error: 'struct video_window32' has no member named 'clipcount'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:189:3: error: 'struct video_window32' has no member named 'clipcount'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:189:3: warning: type defaults to 'int' in type name
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:189:3: error: 'struct video_window32' has no member named 'clipcount'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c: At top level:
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:196:2: error: expected specifier-qualifier-list before 'compat_int_t'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c: In function 'get_microcode32':
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:204:3: error: 'struct video_code32' has no member named 'datasize'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:204:3: error: 'struct video_code32' has no member named 'datasize'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:204:3: error: 'struct video_code32' has no member named 'datasize'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:204:3: error: 'struct video_code32' has no member named 'datasize'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:204:3: error: 'struct video_code32' has no member named 'datasize'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:204:3: error: 'struct video_code32' has no member named 'datasize'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:204:3: error: 'struct video_code32' has no member named 'datasize'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:204:3: warning: type defaults to 'int' in type name
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:205:30: error: 'struct video_code32' has no member named 'data'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:205:40: error: 'struct video_code32' has no member named 'datasize'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c: At top level:
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:248:2: error: expected specifier-qualifier-list before 'compat_caddr_t'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:255:2: error: expected specifier-qualifier-list before 'compat_caddr_t'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c: In function 'get_v4l2_window32':
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:266:3: error: 'struct v4l2_window32' has no member named 'clipcount'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:266:3: error: 'struct v4l2_window32' has no member named 'clipcount'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:266:3: error: 'struct v4l2_window32' has no member named 'clipcount'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:266:3: error: 'struct v4l2_window32' has no member named 'clipcount'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:266:3: error: 'struct v4l2_window32' has no member named 'clipcount'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:266:3: error: 'struct v4l2_window32' has no member named 'clipcount'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:266:3: error: 'struct v4l2_window32' has no member named 'clipcount'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:266:3: warning: type defaults to 'int' in type name
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:274:3: error: 'compat_caddr_t' undeclared (first use in this function)
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:274:18: error: expected ';' before 'p'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:276:7: error: 'struct v4l2_window32' has no member named 'clips'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:276:7: error: 'struct v4l2_window32' has no member named 'clips'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:276:7: error: 'struct v4l2_window32' has no member named 'clips'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:276:7: error: 'struct v4l2_window32' has no member named 'clips'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:276:7: error: 'struct v4l2_window32' has no member named 'clips'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:276:7: error: 'struct v4l2_window32' has no member named 'clips'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:276:7: error: 'p' undeclared (first use in this function)
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:276:7: error: 'struct v4l2_window32' has no member named 'clips'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:276:3: warning: type defaults to 'int' in type name
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:279:10: warning: assignment makes pointer from integer without a cast
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c: In function 'put_v4l2_window32':
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:299:3: error: 'struct v4l2_window32' has no member named 'clipcount'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:299:3: warning: type defaults to 'int' in declaration of '__pu_val'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:299:3: error: 'struct v4l2_window32' has no member named 'clipcount'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:299:3: error: 'struct v4l2_window32' has no member named 'clipcount'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:299:3: warning: type defaults to 'int' in type name
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:299:3: error: 'struct v4l2_window32' has no member named 'clipcount'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:299:3: error: 'struct v4l2_window32' has no member named 'clipcount'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:299:3: warning: type defaults to 'int' in type name
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:299:3: error: 'struct v4l2_window32' has no member named 'clipcount'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:299:3: error: 'struct v4l2_window32' has no member named 'clipcount'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:299:3: warning: type defaults to 'int' in type name
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:299:3: error: 'struct v4l2_window32' has no member named 'clipcount'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:299:3: error: 'struct v4l2_window32' has no member named 'clipcount'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:299:3: warning: type defaults to 'int' in type name
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:299:3: error: 'struct v4l2_window32' has no member named 'clipcount'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:299:3: error: 'struct v4l2_window32' has no member named 'clipcount'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:299:3: warning: type defaults to 'int' in type name
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:299:3: error: 'struct v4l2_window32' has no member named 'clipcount'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c: In function 'get_v4l2_format32':
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:379:2: warning: case value '0' not in enumerated type 'enum v4l2_buf_type'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c: In function 'put_v4l2_format32':
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:410:2: warning: case value '0' not in enumerated type 'enum v4l2_buf_type'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c: At top level:
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:456:24: error: field 'timestamp' has incomplete type
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:464:3: error: expected specifier-qualifier-list before 'compat_long_t'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c: In function 'get_v4l2_buffer32':
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:489:3: error: 'compat_long_t' undeclared (first use in this function)
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:489:17: error: expected ';' before 'tmp'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:492:7: error: 'union <anonymous>' has no member named 'userptr'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:492:7: error: 'union <anonymous>' has no member named 'userptr'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:492:7: error: 'union <anonymous>' has no member named 'userptr'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:492:7: error: 'union <anonymous>' has no member named 'userptr'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:492:7: error: 'union <anonymous>' has no member named 'userptr'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:492:7: error: 'union <anonymous>' has no member named 'userptr'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:492:7: error: 'tmp' undeclared (first use in this function)
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:492:7: error: 'union <anonymous>' has no member named 'userptr'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:492:7: warning: type defaults to 'int' in type name
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c: In function 'put_v4l2_buffer32':
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:523:4: error: 'union <anonymous>' has no member named 'userptr'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:523:4: warning: type defaults to 'int' in declaration of '__pu_val'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:523:4: error: 'union <anonymous>' has no member named 'userptr'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:523:4: error: 'union <anonymous>' has no member named 'userptr'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:523:4: warning: type defaults to 'int' in type name
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:523:4: error: 'union <anonymous>' has no member named 'userptr'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:523:4: error: 'union <anonymous>' has no member named 'userptr'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:523:4: warning: type defaults to 'int' in type name
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:523:4: error: 'union <anonymous>' has no member named 'userptr'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:523:4: error: 'union <anonymous>' has no member named 'userptr'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:523:4: warning: type defaults to 'int' in type name
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:523:4: error: 'union <anonymous>' has no member named 'userptr'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:523:4: error: 'union <anonymous>' has no member named 'userptr'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:523:4: warning: type defaults to 'int' in type name
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:523:4: error: 'union <anonymous>' has no member named 'userptr'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:523:4: error: 'union <anonymous>' has no member named 'userptr'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:523:4: warning: type defaults to 'int' in type name
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:523:4: error: 'union <anonymous>' has no member named 'userptr'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:533:3: warning: type defaults to 'int' in declaration of '__pu_val'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:533:3: warning: type defaults to 'int' in type name
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:533:3: warning: type defaults to 'int' in type name
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:533:3: warning: type defaults to 'int' in type name
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:533:3: warning: type defaults to 'int' in type name
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:533:3: warning: type defaults to 'int' in type name
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:534:3: warning: type defaults to 'int' in declaration of '__pu_val'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:534:3: warning: type defaults to 'int' in type name
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:534:3: warning: type defaults to 'int' in type name
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:534:3: warning: type defaults to 'int' in type name
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:534:3: warning: type defaults to 'int' in type name
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:534:3: warning: type defaults to 'int' in type name
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c: At top level:
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:545:2: error: expected specifier-qualifier-list before 'compat_caddr_t'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c: In function 'get_v4l2_framebuffer32':
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:554:3: error: 'struct v4l2_framebuffer32' has no member named 'base'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:554:3: error: 'struct v4l2_framebuffer32' has no member named 'base'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:554:3: error: 'struct v4l2_framebuffer32' has no member named 'base'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:554:3: error: 'struct v4l2_framebuffer32' has no member named 'base'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:554:3: error: 'struct v4l2_framebuffer32' has no member named 'base'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:554:3: error: 'struct v4l2_framebuffer32' has no member named 'base'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:554:3: error: 'struct v4l2_framebuffer32' has no member named 'base'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:554:3: warning: type defaults to 'int' in type name
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:558:11: warning: assignment makes pointer from integer without a cast
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:559:35: error: 'struct v4l2_framebuffer32' has no member named 'fmt'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c: In function 'put_v4l2_framebuffer32':
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:568:3: error: 'struct v4l2_framebuffer32' has no member named 'base'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:568:3: warning: type defaults to 'int' in declaration of '__pu_val'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:568:3: error: 'struct v4l2_framebuffer32' has no member named 'base'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:568:3: error: 'struct v4l2_framebuffer32' has no member named 'base'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:568:3: warning: type defaults to 'int' in type name
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:568:3: error: 'struct v4l2_framebuffer32' has no member named 'base'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:568:3: error: 'struct v4l2_framebuffer32' has no member named 'base'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:568:3: warning: type defaults to 'int' in type name
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:568:3: error: 'struct v4l2_framebuffer32' has no member named 'base'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:568:3: error: 'struct v4l2_framebuffer32' has no member named 'base'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:568:3: warning: type defaults to 'int' in type name
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:568:3: error: 'struct v4l2_framebuffer32' has no member named 'base'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:568:3: error: 'struct v4l2_framebuffer32' has no member named 'base'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:568:3: warning: type defaults to 'int' in type name
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:568:3: error: 'struct v4l2_framebuffer32' has no member named 'base'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:568:3: error: 'struct v4l2_framebuffer32' has no member named 'base'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:568:3: warning: type defaults to 'int' in type name
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:568:3: error: 'struct v4l2_framebuffer32' has no member named 'base'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:572:35: error: 'struct v4l2_framebuffer32' has no member named 'fmt'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c: At top level:
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:608:8: error: expected specifier-qualifier-list before 'compat_caddr_t'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:618:3: error: expected specifier-qualifier-list before 'compat_caddr_t'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c: In function 'get_v4l2_ext_controls32':
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:644:2: error: 'compat_caddr_t' undeclared (first use in this function)
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:644:17: error: expected ';' before 'p'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:657:6: error: 'struct v4l2_ext_controls32' has no member named 'controls'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:657:6: error: 'struct v4l2_ext_controls32' has no member named 'controls'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:657:6: error: 'struct v4l2_ext_controls32' has no member named 'controls'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:657:6: error: 'struct v4l2_ext_controls32' has no member named 'controls'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:657:6: error: 'struct v4l2_ext_controls32' has no member named 'controls'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:657:6: error: 'struct v4l2_ext_controls32' has no member named 'controls'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:657:6: error: 'p' undeclared (first use in this function)
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:657:6: error: 'struct v4l2_ext_controls32' has no member named 'controls'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:657:2: warning: type defaults to 'int' in type name
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:662:12: warning: assignment makes pointer from integer without a cast
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:670:8: error: 'struct v4l2_ext_control32' has no member named 'string'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:670:8: error: 'struct v4l2_ext_control32' has no member named 'string'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:670:8: error: 'struct v4l2_ext_control32' has no member named 'string'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:670:8: error: 'struct v4l2_ext_control32' has no member named 'string'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:670:8: error: 'struct v4l2_ext_control32' has no member named 'string'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:670:8: error: 'struct v4l2_ext_control32' has no member named 'string'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:670:8: error: 'struct v4l2_ext_control32' has no member named 'string'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:670:4: warning: type defaults to 'int' in type name
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c: In function 'put_v4l2_ext_controls32':
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:687:2: error: 'compat_caddr_t' undeclared (first use in this function)
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:687:17: error: expected ';' before 'p'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:698:6: error: 'struct v4l2_ext_controls32' has no member named 'controls'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:698:6: error: 'struct v4l2_ext_controls32' has no member named 'controls'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:698:6: error: 'struct v4l2_ext_controls32' has no member named 'controls'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:698:6: error: 'struct v4l2_ext_controls32' has no member named 'controls'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:698:6: error: 'struct v4l2_ext_controls32' has no member named 'controls'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:698:6: error: 'struct v4l2_ext_controls32' has no member named 'controls'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:698:6: error: 'p' undeclared (first use in this function)
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:698:6: error: 'struct v4l2_ext_controls32' has no member named 'controls'
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:698:2: warning: type defaults to 'int' in type name
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c: In function 'do_video_ioctl':
/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.c:764:20: warning: initialization makes pointer from integer without a cast
make[3]: *** [/root/dvbt/s2-liplianin-351/v4l/v4l2-compat-ioctl32.o] Error 1
make[2]: *** [_module_/root/dvbt/s2-liplianin-351/v4l] Error 2
make[2]: Leaving directory `/usr/src/linux-2.6.35-ARCH'
make[1]: *** [default] Error 2
make[1]: Leaving directory `/root/dvbt/s2-liplianin-351/v4l'
make: *** [all] Error 2

edit:
pulled from: http://mercurial.intuxication.org/hg/s2-liplianin-351

Last edited by Sokac (2010-08-26 15:05:18)

Offline

#5 2010-08-29 00:17:47

Xehoz
Member
From: Portugal
Registered: 2010-07-27
Posts: 31

Re: af9015: tuner NXP TDA18218 not supported yet

I was trying out an install script that someone came up with on ubuntuforums. Apart from installing mercurial (dependency) and symlinking /sbin/lsmod to /bin/lsmod (one of the errors), I've hit a roadblock with make. Does anyone have clue on how to overcome these errors?

make:

$ make
make -C /home/xehoz/usb-dvb/tda18218-attempt.2.6.35-ARCH.9479/tda18218/v4l 
make[1]: Entering directory `/home/xehoz/usb-dvb/tda18218-attempt.2.6.35-ARCH.9479/tda18218/v4l'
creating symbolic links...
make -C firmware prep
make[2]: Entering directory `/home/xehoz/usb-dvb/tda18218-attempt.2.6.35-ARCH.9479/tda18218/v4l/firmware'
make[2]: Leaving directory `/home/xehoz/usb-dvb/tda18218-attempt.2.6.35-ARCH.9479/tda18218/v4l/firmware'
make -C firmware
make[2]: Entering directory `/home/xehoz/usb-dvb/tda18218-attempt.2.6.35-ARCH.9479/tda18218/v4l/firmware'
make[2]: Nothing to be done for `default'.
make[2]: Leaving directory `/home/xehoz/usb-dvb/tda18218-attempt.2.6.35-ARCH.9479/tda18218/v4l/firmware'
Kernel build directory is /lib/modules/2.6.35-ARCH/build
make -C /lib/modules/2.6.35-ARCH/build SUBDIRS=/home/xehoz/usb-dvb/tda18218-attempt.2.6.35-ARCH.9479/tda18218/v4l  modules
make[2]: Entering directory `/usr/src/linux-2.6.35-ARCH'
  CC [M]  /home/xehoz/usb-dvb/tda18218-attempt.2.6.35-ARCH.9479/tda18218/v4l/tuner-xc2028.o
/home/xehoz/usb-dvb/tda18218-attempt.2.6.35-ARCH.9479/tda18218/v4l/tuner-xc2028.c: In function 'free_firmware':
/home/xehoz/usb-dvb/tda18218-attempt.2.6.35-ARCH.9479/tda18218/v4l/tuner-xc2028.c:252:3: error: implicit declaration of function 'kfree'
/home/xehoz/usb-dvb/tda18218-attempt.2.6.35-ARCH.9479/tda18218/v4l/tuner-xc2028.c: In function 'load_all_firmwares':
/home/xehoz/usb-dvb/tda18218-attempt.2.6.35-ARCH.9479/tda18218/v4l/tuner-xc2028.c:314:2: error: implicit declaration of function 'kzalloc'
/home/xehoz/usb-dvb/tda18218-attempt.2.6.35-ARCH.9479/tda18218/v4l/tuner-xc2028.c:314:13: warning: assignment makes pointer from integer without a cast
/home/xehoz/usb-dvb/tda18218-attempt.2.6.35-ARCH.9479/tda18218/v4l/tuner-xc2028.c:365:21: warning: assignment makes pointer from integer without a cast
/home/xehoz/usb-dvb/tda18218-attempt.2.6.35-ARCH.9479/tda18218/v4l/tuner-xc2028.c: In function 'xc2028_attach':
/home/xehoz/usb-dvb/tda18218-attempt.2.6.35-ARCH.9479/tda18218/v4l/tuner-xc2028.c:1314:13: warning: assignment makes pointer from integer without a cast
make[3]: *** [/home/xehoz/usb-dvb/tda18218-attempt.2.6.35-ARCH.9479/tda18218/v4l/tuner-xc2028.o] Error 1
make[2]: *** [_module_/home/xehoz/usb-dvb/tda18218-attempt.2.6.35-ARCH.9479/tda18218/v4l] Error 2
make[2]: Leaving directory `/usr/src/linux-2.6.35-ARCH'
make[1]: *** [default] Error 2
make[1]: Leaving directory `/home/xehoz/usb-dvb/tda18218-attempt.2.6.35-ARCH.9479/tda18218/v4l'
make: *** [all] Error 2

Script:

# sanderj, thanks to size_XXM
# http://ubuntuforums.org/showthread.php?p=9722751#post9722751
# 2010-08-15, 2

sudo apt-get install mercurial

DIR=tda18218-attempt.`uname -r`.$$
cd ~
mkdir usb-dvb
cd usb-dvb
mkdir $DIR
cd $DIR
echo "hallo" > file.txt

hg clone http://linuxtv.org/hg/~anttip/tda18218/
cd tda18218/
time make 
sed -i 's/FIREDTV=m/FIREDTV=n/g' v4l/.config
time make
sudo make install
# wget http://palosaari.fi/linux/v4l-dvb/firmware/af9015/4.95.0.0/dvb-usb-af9015.fw
wget http://palosaari.fi/linux/v4l-dvb/firmware/af9015/5.1.0.0/dvb-usb-af9015.fw
sudo cp dvb-usb-af9015.fw /lib/firmware/

Offline

#6 2010-08-30 22:11:17

Xehoz
Member
From: Portugal
Registered: 2010-07-27
Posts: 31

Re: af9015: tuner NXP TDA18218 not supported yet

Actually, it is working on older kernels. Just not kernel 2.6.34 and 2.6.35, as it seems. Should be just a matter of time until it is ironed out on http://linuxtv.org/hg/~anttip/tda18218/ since at already was here http://mercurial.intuxication.org/hg/s2-liplianin-351/ (but here the af9015/tda18218 wasn't yet).

Anyway just try that script with kernel26-lts.

2010-08-30T22:54:32.263819+01:00 localhost kernel: af9015_read_config: [0] tuner id:179
2010-08-30T22:54:32.263821+01:00 localhost kernel: af9015_identify_state: reply:01
2010-08-30T22:54:32.263822+01:00 localhost kernel: dvb-usb: found a 'Afatech AF9015 DVB-T USB2.0 stick' in cold state, will try to load a firmware
2010-08-30T22:54:32.263825+01:00 localhost kernel: usb 1-3: firmware: requesting dvb-usb-af9015.fw
2010-08-30T22:54:32.263827+01:00 localhost kernel: dvb-usb: downloading firmware from file 'dvb-usb-af9015.fw'
2010-08-30T22:54:32.263828+01:00 localhost kernel: af9015_download_firmware:
2010-08-30T22:54:32.333815+01:00 localhost kernel: dvb-usb: found a 'Afatech AF9015 DVB-T USB2.0 stick' in warm state.
2010-08-30T22:54:32.333828+01:00 localhost kernel: dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.
2010-08-30T22:54:32.333830+01:00 localhost kernel: DVB: registering new adapter (Afatech AF9015 DVB-T USB2.0 stick)
2010-08-30T22:54:32.333832+01:00 localhost kernel: af9015_af9013_frontend_attach: init I2C
2010-08-30T22:54:32.333833+01:00 localhost kernel: af9015_i2c_init:
2010-08-30T22:54:32.333835+01:00 localhost kernel: af9013: firmware version:5.1.0.0
2010-08-30T22:54:32.333837+01:00 localhost kernel: DVB: registering adapter 0 frontend 0 (Afatech AF9013 DVB-T)...
2010-08-30T22:54:32.333838+01:00 localhost kernel: af9015_tuner_attach: 
2010-08-30T22:54:32.333839+01:00 localhost kernel: >>> 22 2f c1 00 00 00 01 01 
2010-08-30T22:54:32.333841+01:00 localhost kernel: <<< 2f 00 c0 
2010-08-30T22:54:32.333842+01:00 localhost kernel: NXP TDA18218HN successfully identified.
2010-08-30T22:54:32.333844+01:00 localhost kernel: dvb-usb: Afatech AF9015 DVB-T USB2.0 stick successfully initialized and connected.
2010-08-30T22:54:32.333845+01:00 localhost kernel: af9015_init:
2010-08-30T22:54:32.333847+01:00 localhost kernel: af9015_init_endpoint: USB speed:3
2010-08-30T22:54:32.344497+01:00 localhost kernel: af9015_download_ir_table:
2010-08-30T22:54:32.344517+01:00 localhost kernel: af9015_usb_probe: interface:1

af9015.th.png

Uploaded with ImageShack.us

Last edited by Xehoz (2010-08-30 22:13:53)

Offline

#7 2010-08-30 22:13:52

Sokac
Member
Registered: 2009-04-05
Posts: 14
Website

Re: af9015: tuner NXP TDA18218 not supported yet

Yea, i already downgraded kernel, but didn't have time to test. I will post result here these days wink

Offline

#8 2010-10-25 23:49:01

Janhouse
Member
Registered: 2010-10-02
Posts: 29

Re: af9015: tuner NXP TDA18218 not supported yet

I compiled custom kernel with adding files described on http://ubuntuforums.org/showpost.php?p= … tcount=155 and it works for me with kernel 2.6.35.

Offline

#9 2010-10-29 21:28:45

Xehoz
Member
From: Portugal
Registered: 2010-07-27
Posts: 31

Re: af9015: tuner NXP TDA18218 not supported yet

Cool! Nice to know. Shall try it this weekend.

Offline

#10 2010-11-26 09:12:02

Xehoz
Member
From: Portugal
Registered: 2010-07-27
Posts: 31

Re: af9015: tuner NXP TDA18218 not supported yet

According to the ongoing topic at ubuntuforums:

Originally Posted by argab 
I just tried the new 2.6.37-rc1 kernel, and it seems TDA18218 is finally supported

Cool. http://git.kernel.org/?p=linux/kernel/g … s=tda18218 seems to confirm it.

Offline

Board footer

Powered by FluxBB