TerraTec Cinergy S2: Difference between revisions

From LinuxTVWiki
Jump to navigation Jump to search
(→‎Revision 1: re-format USB ID)
(provide working link to firmware and added checksum)
Line 5: Line 5:
==Firmware==
==Firmware==


[https://github.com/OpenELEC/dvb-firmware/raw/master/firmware/dvb-fe-ds3000.fw Firmware used in OpenElec]
<pre>
<pre>
dvb-fe-ds3000.fw
$ md5sum /lib/firmware/dvb-fe-ds3000.fw
a32d17910c4f370073f9346e71d34b80 dvb-fe-ds3000.fw
</pre>
</pre>
Alternative firmware:
[http://linux.terratec.de/files/Cinergy_S2_USB_HD/dvb-fe-ds3000.fw Firmware provided by TerraTec]
<strike>[http://linux.terratec.de/files/Cinergy_S2_USB_HD/dvb-fe-ds3000.fw Firmware provided by TerraTec]</strike> (dead link)


==Identification==
==Identification==

Revision as of 10:23, 28 May 2015

DVB-S2 USB 2.0 device from TerraTec.

Currently supported since Linux Kernel >= 3.10.

Firmware

Firmware used in OpenElec

$ md5sum /lib/firmware/dvb-fe-ds3000.fw
a32d17910c4f370073f9346e71d34b80  dvb-fe-ds3000.fw

Alternative firmware: Firmware provided by TerraTec (dead link)

Identification

Revision 1

USB id 0ccd:00a8
 dw2102: su3000_identify_state
 dvb-usb: found a 'Terratec Cinergy S2 USB HD' in warm state.
 dw2102: su3000_power_ctrl: 1, initialized 0
 dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.
 DVB: registering new adapter (Terratec Cinergy S2 USB HD)
 ff 00 00 00 00 00
 ff ff 00 00 00 00
 ff ff ff 00 00 00
 ff ff ff ff 00 00
 ff ff ff ff ff 00
 ff ff ff ff ff ff
 dvb-usb: MAC address: ff:ff:ff:ff:ff:ff
 DS3000 chip version: 0.192 attached.
 dw2102: Attached DS3000!
 DVB: registering adapter 0 frontend 0 (Montage Technology DS3000/TS2020)...
 input: IR-receiver inside an USB DVB receiver as /devices/pci0000:00/0000:00:10.3/usb1/1-2/input/input32
 dvb-usb: schedule remote query interval to 150 msecs.
 dw2102: su3000_power_ctrl: 0, initialized 1
 dvb-usb: Terratec Cinergy S2 USB HD successfully initialized and connected.
 usbcore: registered new interface driver dw2102

Appears to be the same as the TeVii S660. It has the same form factor, connectors are in the same location and it uses the ds3000 and dvb_usb_dw2102 modules. Also suffers from the same DiSEqC switching issues as the TeVii one (as of October 2012, a 2013 commit by liplianin mentions a DiSEqC fix so need to retest). Steltek (talk) 13:16, 26 January 2015 (CET)

Revision 2

Bus 002 Device 003: ID 0ccd:00b0 TerraTec Electronic GmbH
[234388.283178] usb 2-1.1: new high-speed USB device number 8 using orion-ehci
[234388.403282] dw2102: su3000_identify_state
[234388.406151] dvb-usb: found a 'Terratec Cinergy S2 USB HD Rev.2' in warm state.
[234388.412082] dw2102: su3000_power_ctrl: 1, initialized 0
[234388.426147] dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.
[234388.434982] DVB: registering new adapter (Terratec Cinergy S2 USB HD Rev.2)
[234388.446538] dvb-usb: MAC address: ff:ff:ff:ff:ff:ff
[234388.466680] DS3000 chip version: 0.192 attached.
[234388.470027] dw2102: Attached DS3000!
[234388.472472] DVB: registering adapter 0 frontend 0 (Montage Technology DS3000/TS2020)...
[234388.497702] input: IR-receiver inside an USB DVB receiver as /devices/platform/orion-ehci.1/usb2/2-1/2-1.1/input/input6
[234388.512965] dvb-usb: schedule remote query interval to 150 msecs.
[234388.517764] dw2102: su3000_power_ctrl: 0, initialized 1
[234388.521957] dvb-usb: Terratec Cinergy S2 USB HD Rev.2 successfully initialized and connected.

Revision 3

It seems as if there is a third (unsupported) revision out there. It identifies itself as

ID 0ccd:0102 TerraTec Electronic GmbH

External Links