He he I was also thinking of that quick and dirty solution. Thanks for confirming that it was that you actually did. :-)
The Cine S2 V6.5 cards I have are not "ngene" based but recognized as "ddbridge" modules in the kernel (I guess).
lspci -v shows the following data in my system:
===============
02:00.0 Multimedia controller: Digital Devices GmbH Octopus DVB Adapter
Subsystem: Digital Devices GmbH Cine S2 V6.5 DVB adapter
Flags: bus master, fast devsel, latency 0, IRQ 44
Memory at fbcf0000 (64-bit, non-prefetchable) [size=64K]
Capabilities: [50] Power Management version 3
Capabilities: [70] MSI: Enable+ Count=1/2 Maskable- 64bit+
Capabilities: [90] Express Endpoint, MSI 00
Capabilities: [100] Vendor Specific Information: ID=0000 Rev=0 Len=00c <?>
Kernel driver in use: ddbridge
Kernel modules: ddbridge
03:00.0 Multimedia controller: Digital Devices GmbH Octopus DVB Adapter
Subsystem: Digital Devices GmbH Cine S2 V6.5 DVB adapter
Flags: bus master, fast devsel, latency 0, IRQ 46
Memory at fbbf0000 (64-bit, non-prefetchable) [size=64K]
Capabilities: [50] Power Management version 3
Capabilities: [70] MSI: Enable+ Count=1/2 Maskable- 64bit+
Capabilities: [90] Express Endpoint, MSI 00
Capabilities: [100] Vendor Specific Information: ID=0000 Rev=0 Len=00c <?>
Kernel driver in use: ddbridge
Kernel modules: ddbridge
===============
I am confused though since I am not sure I am actually using the proper and latest drivers?
dmesg output shows the following:
==============
[ 2.739975] DDBridge driver detected: Digital Devices Cine S2 V6.5 DVB adapter
[ 2.740039] ddbridge 0000:02:00.0: irq 44 for MSI/MSI-X
[ 2.753438] DVB: registering new adapter (DDBridge)
[ 2.753440] DVB: registering new adapter (DDBridge)
[ 2.753441] DVB: registering new adapter (DDBridge)
[ 2.753442] DVB: registering new adapter (DDBridge)
[ 2.969899] ddbridge 0000:02:00.0: DVB: registering adapter 0 frontend 0 (STV090x Multistandard)...
[ 3.005091] ddbridge 0000:02:00.0: DVB: registering adapter 1 frontend 0 (STV090x Multistandard)...
[ 3.157103] ddbridge 0000:02:00.0: DVB: registering adapter 2 frontend 0 (STV090x Multistandard)...
[ 3.193208] ddbridge 0000:02:00.0: DVB: registering adapter 3 frontend 0 (STV090x Multistandard)...
[ 3.194393] DDBridge driver detected: Digital Devices Cine S2 V6.5 DVB adapter
[ 3.194456] ddbridge 0000:03:00.0: irq 46 for MSI/MSI-X
[ 3.199940] DVB: registering new adapter (DDBridge)
[ 3.199941] DVB: registering new adapter (DDBridge)
[ 3.199943] DVB: registering new adapter (DDBridge)
[ 3.199944] DVB: registering new adapter (DDBridge)
[ 3.373076] ddbridge 0000:03:00.0: DVB: registering adapter 4 frontend 0 (STV090x Multistandard)...
[ 3.409079] ddbridge 0000:03:00.0: DVB: registering adapter 5 frontend 0 (STV090x Multistandard)...
[ 3.585110] ddbridge 0000:03:00.0: DVB: registering adapter 6 frontend 0 (STV090x Multistandard)...
[ 3.621104] ddbridge 0000:03:00.0: DVB: registering adapter 7 frontend 0 (STV090x Multistandard)...
====
BUT if I run a more detailed dmesg output without filtering on "ddb" I see some lines with for example:
=========
[ 2.969890]
stv6110x attach: Attaching
STV6110x
[ 2.969893] attach tuner input 0 adr 60
[ 2.969899] ddbridge 0000:02:00.0: DVB: registering adapter 0 frontend 0 (*STV090x* Multistandard)...
============
Is STV6110x the same as STV090x?
Also, I am unsure what driver to actually use since the page http://shop.digital-devices.de/epages/62357162.sf/?ObjectPath=/Shops/62357162/Categories/DownloadsNew1/Linux_Unterstuetzung_fuer_Digital_Devices_Produkte first shows a download link to a driver file with version 0.9.15a but then further down on that page Digital Devices shows how to download the driver from http://linuxtv.org/hg/~endriss/media_build_experimental/
Are the drivers on those 2 places the same driver and if not, how do I install the 0.9.15a-driver?
And thirdly, what command to use to find out what version of driver I am actually using?