TechnoTrend TT-connect S2-4600: Difference between revisions

From LinuxTVWiki
Jump to navigation Jump to search
(Created page with "A DVB-S2 USB 2.0 Device from TechnoTrend. Currently unsupported in v4l-dvb. ==Overview/Features== This is a USB 2.0 device capable of receiving DV...")
 
(7 intermediate revisions by 2 users not shown)
Line 7: Line 7:
Technotrend has their own manual for driver installation at http://www.tt-downloads.de/Linux/linux_tt-connect_s2-4600.pdf.
Technotrend has their own manual for driver installation at http://www.tt-downloads.de/Linux/linux_tt-connect_s2-4600.pdf.


Alternatively with Ubuntu 13.10 64b and a kernel >= 3.11, you can use https://github.com/kenzodeluxe/s2-4600/archive/master.zip following the installation instructions from http://www.linuxtv.org/wiki/index.php/DVBSKy (in case Liplianin doesn't compile for you either).
===Components used===


==Components used==
* Probably a [[Montage_M88DS3103|Montage M88DS3103]]
* Probably a [[Montage_M88TS2022|Montage M88TS2022]]


* [[Montage_M88DS3103|Montage M88DS3103]]
===Identification===
* [[Montage_M88TS2022|Montage M88TS2022]]

==Identification==


Vendor ID: 0B48<br/>
Vendor ID: 0B48<br/>
Line 20: Line 22:
Bus 001 Device 005: ID 0b48:3011 TechnoTrend AG </pre>
Bus 001 Device 005: ID 0b48:3011 TechnoTrend AG </pre>


===Firmware===
==Firmware==

Needs dvb-fe-ds3103.fw:<br>


<pre>
Appears to need dvb-fe-ds3103.fw.
dvb-usb: found a 'TT Connect S2 4600' in warm state.
dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.
DVB: registering new adapter (TT Connect S2 4600)
dvb-usb: MAC address: 00:00:00:00:00:00
ds3000_firmware_ondemand: Waiting for firmware upload (dvb-fe-ds3103.fw)...
usb 1-4.3: DVB: registering adapter 0 frontend 0 (Montage Technology DS3103/TS2022)...
dvb-usb: TT Connect S2 4600 successfully initialized and connected
</pre>
(Some output snipped).<br>


==External links==
==External links==

Revision as of 14:05, 11 January 2014

A DVB-S2 USB 2.0 Device from TechnoTrend. Currently unsupported in v4l-dvb.

Overview/Features

This is a USB 2.0 device capable of receiving DVB-S and DVB-S2 tranponders. It comes with a 12V 1.5A power adapter. This card works in conjuction with Liplianin drivers, but support seems to have never made it to the mainline kernel.

Technotrend has their own manual for driver installation at http://www.tt-downloads.de/Linux/linux_tt-connect_s2-4600.pdf.

Alternatively with Ubuntu 13.10 64b and a kernel >= 3.11, you can use https://github.com/kenzodeluxe/s2-4600/archive/master.zip following the installation instructions from http://www.linuxtv.org/wiki/index.php/DVBSKy (in case Liplianin doesn't compile for you either).

Components used

Identification

Vendor ID: 0B48
Product ID: 3011

/home/pi# lsusb
Bus 001 Device 005: ID 0b48:3011 TechnoTrend AG 

Firmware

Needs dvb-fe-ds3103.fw:

dvb-usb: found a 'TT Connect S2 4600' in warm state.
dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.
DVB: registering new adapter (TT Connect S2 4600)
dvb-usb: MAC address: 00:00:00:00:00:00
ds3000_firmware_ondemand: Waiting for firmware upload (dvb-fe-ds3103.fw)...
usb 1-4.3: DVB: registering adapter 0 frontend 0 (Montage Technology DS3103/TS2022)...
dvb-usb: TT Connect S2 4600 successfully initialized and connected

(Some output snipped).

External links