Hello again,
I have connected my diskless MD to my TV and its working good with DVDs and video files (all them store at the core). But now i have bouth a EaseyCAP USB 2.0 "dongle" to watch TV (i connected the RCA cables of my TVBox to the EasyCap inputs) at the MD's USB port, but nothing happens

.
I bought this device (very cheap) because there is a lot of of people saying its ok to use for Ubuntu. So i have found this tutorial on the interntet which i have followed, but without any results:
This is how I got it working on my Ubuntu 10.04:
1.- Download the driver from here, and extract the files.
2.- Run the following command at the terminal:
sudo apt-get install build-essential mplayer
3.- Next, go to the directory where you have extracted the tar file, and run the following command to install the driver:
sudo ./install.sh
4.- After the installation is over, check whether the kernel module was loaded successfully by issuing the following command:
lsmod | grep easycap
5.- Now plug in the USB device and check whether it has been detected, by issuing the following command:
After the installation is over, check whether the kernel module was loaded successfully by issuing the following command:
ls /dev/easy*
If everything went right, you should see something like this:
/dev/easycap0
/dev/easysnd1/
The results on my CORE machine were the following:
root@dcerouter:/media/disk/easycap# sudo ./install.sh
kernel directory is /lib/modules/2.6.22-14-generic/build
flag -Wframe-larger-than not needed for this compiler
snd_card_new() will not be used
snd_card_create() will not be used either
In file included from /media/disk/easycap/tmpsrc/tmp.c:2:
include/sound/core.h:281: error: ‘SNDRV_CARDS’ undeclared here (not in a function)
/media/disk/easycap/tmpsrc/tmp.c: In function ‘main’:
/media/disk/easycap/tmpsrc/tmp.c:4: warning: implicit declaration of function ‘snd_card_create’
make[3]: *** [/media/disk/easycap/tmpsrc/tmp.o] Error 1
make[2]: *** [_module_/media/disk/easycap/tmpsrc] Error 2
make[1]: *** [all] Error 2
make: *** [build] Error 2
root@dcerouter:/media/disk/easycap#
root@dcerouter:/media/disk/easycap# sudo ./install.sh
kernel directory is /lib/modules/2.6.22-14-generic/build
flag -Wframe-larger-than not needed for this compiler
snd_card_new() will not be used
snd_card_create() will not be used either
In file included from /media/disk/easycap/tmpsrc/tmp.c:2:
include/sound/core.h:281: error: ‘SNDRV_CARDS’ undeclared here (not in a function)
/media/disk/easycap/tmpsrc/tmp.c: In function ‘main’:
/media/disk/easycap/tmpsrc/tmp.c:4: warning: implicit declaration of function ‘snd_card_create’
make[3]: *** [/media/disk/easycap/tmpsrc/tmp.o] Error 1
make[2]: *** [_module_/media/disk/easycap/tmpsrc] Error 2
make[1]: *** [all] Error 2
make: *** [build] Error 2
root@dcerouter:/media/disk/easycap#
Im using the easycap_dc60.0.9.tar.gz downloaded from Sourceforge. I dont know what to do now.... Please, my goal is to get the full Linux MCE System working on my house.
Thank you very much!!