TechniSat SkyStar S2: Difference between revisions

From LinuxTVWiki
Jump to navigation Jump to search
(New page: A FTA PCI DVB-S2 card from TechniSat. ===Components Used=== * PCI Bridge: FlexCop II B * Demodulator CX24120-13Z * Tuner CX24118A * LNB ISL6423)
 
(Changes to reflect driver is now in media tree)
(30 intermediate revisions by 7 users not shown)
Line 1: Line 1:
[[Image:TechniSat SkyStar S2.jpg|thumb|right|200px|TechniSat SkyStar S2 Card]]
A FTA [[DVB-S2_PCI_Cards|PCI DVB-S2]] card from [[TechniSat]].
A FTA [[DVB-S2_PCI_Cards|PCI DVB-S2]] card from [[TechniSat]].


===Components Used===
===Components Used===
* PCI Bridge: FlexCop II B
* PCI Bridge: [[B2C2_FlexCop|FlexCop II B]]
* Demodulator CX24120-13Z
* Demodulator: CX24120-13Z
* Tuner CX24118A
* Tuner: [[CX24118A]]
* LNB ISL6423
* LNB: ISL6421
[[Category:DVB-S2 PCI Cards]]

The [[CX24118A]] Tuner supports QPSK, 8PSK Modulation.

== Drivers ==

Driver now in the main media tree, should be included in 4.2 kernel. Can be installed before then with the V4L-DVB media_build process: [[How_to_Obtain,_Build_and_Install_V4L-DVB_Device_Drivers]]. Requires firmware file dvb-fe-cx24120-1.20.58.2.fw.

High bandwidth transponders (>45Mbps) are problematic, eg 23.5E 12207 V 27500 5/6.

==Page Allocation Failure==

Some systems see occasional page allocation problems on module reload/init (even on systems with 1GB of ram). The following command may help:

echo 16384 > /proc/sys/vm/min_free_kbytes

Source : ([http://www.mythtv.org/wiki/IVTV_Install#Page_Allocation_Failure],[http://forum.linhes.org/viewtopic.php?f=3&t=20803])

==External Links==
* [http://www.technisat.com/indexe8ab.html?nav=PC_products,en,76-444 TechniSat SkyStar S2 product page]

* [http://www.forum.free-x.de/wbb/index.php?page=Thread&postID=8126#post8126 firmware]

* [https://github.com/OpenELEC/dvb-firmware/blob/master/firmware/dvb-fe-cx24120-1.20.58.2.fw Firmware (from github/OpenELEC)]

Revision as of 15:28, 8 June 2015

TechniSat SkyStar S2 Card

A FTA PCI DVB-S2 card from TechniSat.

Components Used

The CX24118A Tuner supports QPSK, 8PSK Modulation.

Drivers

Driver now in the main media tree, should be included in 4.2 kernel. Can be installed before then with the V4L-DVB media_build process: How_to_Obtain,_Build_and_Install_V4L-DVB_Device_Drivers. Requires firmware file dvb-fe-cx24120-1.20.58.2.fw.

High bandwidth transponders (>45Mbps) are problematic, eg 23.5E 12207 V 27500 5/6.

Page Allocation Failure

Some systems see occasional page allocation problems on module reload/init (even on systems with 1GB of ram). The following command may help:

echo 16384 > /proc/sys/vm/min_free_kbytes

Source : ([1],[2])

External Links