Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] Re: TT DVB-C 2.1 Tuning problems



linux-dvb-bounce@linuxtv.org <> wrote:
> Johannes Stezenbach writes:
>  >
>  > No, boring. He didn't say what driver version he used, so I suspect
>  > it's the 1.1.0 dvb_frontend.c bug again.
> 
> ...actually he said...
>  > This is after loading the drivers (latest cvs)
> 
> I have not yet had time to check with the latest driver, but probably
> the original poster could try removing the FE_CAN_RECOVER flag from
> ves1820.c, and if it does not help, Kaihola's "patch" on the
> this list.
> 
I have been trying to test without FE_CAN_RECOVER but when I tried to
compile dvb-kernel drivers it complains about not being able to find
V4L2_BUF_FLAG_INPUT

I'm using a 2.4.24 kernel with the patch from http://bytesex.org/bttv.
I don't know if this compile problem is caused by that patch since it also
includes v4l2 support.
I think it's trying to use the videodev2.h file from the kernel directory
instead of the one from dvb-kernel.
The kernel version doesn't have that define.

A cvs checkout from 2004-02-22 was able to compile, but then I got various
module problems with my bttv card.

Here is the errors I got:
---------------------
gcc -I/root/src/dvb-kernel/build-2.4/include -D__KERNEL__
-I/usr/src/linux-2.4.24/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2
-fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe
-mpreferred-stack-boundary=2 -march=athlon -DMODULE -DMODVERSIONS -include
/usr/src/linux-2.4.24/include/linux/modversions.h -MD -I ../linux/include -I
. -DCONFIG_DVB_AV7110_OSD -nostdinc -iwithprefix include
-DKBUILD_BASENAME=video_buf  -DEXPORT_SYMTAB -c video-buf.c
video-buf.c: In function `videobuf_status_Rdd242dc3':
video-buf.c:495: `V4L2_BUF_FLAG_INPUT' undeclared (first use in this
function)
video-buf.c:495: (Each undeclared identifier is reported only once
video-buf.c:495: for each function it appears in.)
video-buf.c:496: structure has no member named `input'
video-buf.c: In function `videobuf_qbuf_Rb83fa899':
video-buf.c:582: `V4L2_BUF_FLAG_INPUT' undeclared (first use in this
function)
video-buf.c:583: structure has no member named `input'
video-buf.c:585: structure has no member named `input'
---------------------



-- 
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe linux-dvb" as subject.



Home | Main Index | Thread Index