PDA

View Full Version : Knoppix 5.3.1 Cinergy T USB XS DVB-T



mutsch
04-06-2008, 04:44 PM
I have tried Terratec Cinergy T USB XS DVB-T without success.

lsusb:
0ccd:0043 TerraTec Electronic GmbH

modprobe dvb-core
modprobe em28xx

Thanks in advance for sharing your experience.

cbagger01
04-06-2008, 04:59 PM
I don't have one of these, but there is some information about there on the use of this device with Debian/Ubuntu.
Keep in mind you will need to open a root console window or type "sudo su" to become root before using apt-get or modprobe.

http://users.piuha.net/martti/comp/ubuntu/en/terratec.html

http://www.linuxquestions.org/questions/linux-hardware-18/how-to-set-up-and-use-terratec-cinergy-hybrid-t-usb-xs-fm-device-0ccd0072-633288/

http://www.mail-archive.com/em28xx@mcentral.de/msg00565.html

mutsch
04-08-2008, 07:01 PM
Thanks for the links.
I would like to use the DVB-T stick with the Knoppix DVD. Is there no way to make it working without recompiling?

cbagger01
04-10-2008, 01:39 PM
Thanks for the links.
I would like to use the DVB-T stick with the Knoppix DVD. Is there no way to make it working without recompiling?

If knoppix contains the required kernel modules, then you will not need to recompile anything but you may need to manually load the drivers.

mutsch
04-17-2008, 11:53 AM
Terratec Cinergy T USB XS DVB-T 0ccd:0043 is not supported by this kernel version.
I have downloaded the latest code but I have got this error message.

hg clone http://mcentral.de/hg/~mrec/v4l-dvb-kernel
cd v4l-dvb-kernel
make

scripts/make_makefile.pl
No version yet.
Updating/Creating .config
Preparing to compile for kernel version 2.6.24
VIDEO_PLANB: Requires at least kernel 2.6.99
Created default (all yes) .config file
./scripts/make_myconfig.pl
perl scripts/make_config_compat.pl /lib/modules/2.6.24.4/build ./.myconfig ./config-compat.h
creating symbolic links...
ln -sf . oss
make -C /lib/modules/2.6.24.4/build SUBDIRS=/ramdisk/home/knoppix/v4l-dvb-kernel/v4l modules
make[1]: Entering directory `/UNIONFS/usr/src/linux-2.6.24'
CC [M] /ramdisk/home/knoppix/v4l-dvb-kernel/v4l/flexcop-pci.o
In file included from /ramdisk/home/knoppix/v4l-dvb-kernel/v4l/flexcop-common.h:23,
from /ramdisk/home/knoppix/v4l-dvb-kernel/v4l/flexcop-pci.c:10:
/ramdisk/home/knoppix/v4l-dvb-kernel/v4l/dvb_frontend.h:42:33: error: media/v4l_dvb_tuner.h: No such file or directory
In file included from /ramdisk/home/knoppix/v4l-dvb-kernel/v4l/flexcop-common.h:23,
from /ramdisk/home/knoppix/v4l-dvb-kernel/v4l/flexcop-pci.c:10:
/ramdisk/home/knoppix/v4l-dvb-kernel/v4l/dvb_frontend.h:165: error: field 'tuner_ops' has incomplete type
make[2]: *** [/ramdisk/home/knoppix/v4l-dvb-kernel/v4l/flexcop-pci.o] Error 1
make[1]: *** [_module_/ramdisk/home/knoppix/v4l-dvb-kernel/v4l] Error 2
make[1]: Leaving directory `/UNIONFS/usr/src/linux-2.6.24'
make: *** [default] Fehler 2
knoppix@Knoppix:/ramdisk/home/knoppix/v4l-dvb-kernel/v4l$

cbagger01
04-18-2008, 01:38 PM
Terratec Cinergy T USB XS DVB-T 0ccd:0043 is not supported by this kernel version.
I have downloaded the latest code but I have got this error message.

hg clone http://mcentral.de/hg/~mrec/v4l-dvb-kernel
cd v4l-dvb-kernel
make

scripts/make_makefile.pl
No version yet.
Updating/Creating .config
Preparing to compile for kernel version 2.6.24
VIDEO_PLANB: Requires at least kernel 2.6.99


Maybe you can get an older version of the drivers that will work with Linux Kernel versio 2.6.24

Knoppix has a VERY recent version of the Linux kernel, so you should be able to use a slightly older version of the drivers, maybe from Dec2007 through Feb2008

mutsch
04-21-2008, 03:34 PM
Thanks for the info.
I have tried to use an older version (7 months ago - Avermedia M115 added support for DVB-T (received from sustmidown at centrum cz)).

hg clone http://mcentral.de/hg/~mrec/v4l-dvb-kernel/rev/4baa775da967

But it seems that I get always the latest version.

I have read in mcentral forum that this is a know problem and thy are working on it. I will try again in a week and in case also the v4l-dvb-experimental code.

mutsch
05-27-2008, 04:45 PM
It's solved!

The new version of http://mcentral.de/hg/~mrec/v4l-dvb-kernel works with Cinergy T USB XS DVB-T on Knoppix 5.3.1.

cbagger01
05-28-2008, 04:09 AM
Congratulations.

Persistence is rewarded :-)