I bought a Miro Studio PCTV Pro card and try to get this working with a fresh Slink running a 2.2.10 kernel. I compiled V4L into the kernel and at boot up it recognizes the BT8xx card. So far so good.
>From the Slink CD I got xawtv, but when I run this the following happens..... this is xawtv-2.19 sh: v4l-conf: command not found v4l-conf had some trouble, trying to continue anyway DGA: server=1.0, include=1.0 VidMode: server=0.8, include=0.8 available video mode(s): 1024x768 The app-defaults file is not correctly installed. Your fault (core dumped) I can't find any reference to v4l-conf and the only app-defaults I can find is a directory under /usr/X11/lib/.... Anybody any hints for this TV starved penguin? TIA Hans -- P.S. I also downloaded the original tar bal of version 3.03, but when running make it returns with the following..... knick:/usr/src/xawtv-3.03# make set -e; for dir in src man radio font tools ; do make -C $dir all; done make[1]: Entering directory `/usr/src/xawtv-3.03/src' gcc -g -Wall -g -O2 -I./.. -I.. -I/usr/X11R6/include -DVERSION='"xawtv-3.03"' -c matrox.c -o matrox.o matrox.c: In function `gfx_init': matrox.c:182: structure has no member named `accel' matrox.c:183: `FB_ACCEL_MATROX_MGAG200' undeclared (first use this function) matrox.c:183: (Each undeclared identifier is reported only once matrox.c:183: for each function it appears in.) matrox.c:187: `FB_ACCEL_ATI_MACH64VT' undeclared (first use this function) matrox.c:188: `FB_ACCEL_ATI_MACH64GT' undeclared (first use this function) matrox.c:195: structure has no member named `accel_flags' matrox.c:200: structure has no member named `mmio_len' matrox.c:206: structure has no member named `mmio_start' matrox.c:207: structure has no member named `mmio_start' matrox.c:180: warning: `off' might be used uninitialized in this function make[1]: *** [matrox.o] Error 1 make[1]: Leaving directory `/usr/src/xawtv-3.03/src' make: *** [all] Error 2 I don't really have much experience with compiling so I don't have a clue what this all means.