Talk:TechnoTrend TT-connect S2-3650 CI

From LinuxTVWiki
Revision as of 16:09, 29 May 2009 by Laserer (talk | contribs) (New section: Kernel 2.6.28)
Jump to navigation Jump to search

Afaik this is the TechnoTrend TT-connect S2-3600, bundled with a CI interface.

Kernel 2.6.28

Unfortunately, this tutorial does not work for my Linux Distribution (Ubuntu 9.04 Jaunty, Kernel 2.6.28, 64bit). With Ubuntu 8.04.2 (Hardy), I did not experience any problems, but with the new Kernel Version, I am unable to compile the source in the tutorial (S2API - Part). One Problem seems to be the so called dvbdev.c Source - file, which seems to distinguish by Precompiler between Kernel < 2.6.26 and Kernel >= 2.6.26. At this point, compilation aborts (I will copy the error-message in this talk as soon as possible).

If I remove this if-statement to compile only the source for the older kernel-versions, then compilation succeeds. But when I try to insert the kernel modules, it says

insmod: error inserting 'dvb-usb-pctv452e.ko': -1 Unknown symbol in module

Maybe that this is just the result of my editing of the dvbdev.c - source - file, or this is an additional bug.

Any suggestions how I could solve this problem?