Zarlink ZL10313: Difference between revisions
Jump to navigation
Jump to search
(Added links to the two existing driver patches.) |
|||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
[[Image:Zl10313.jpg|thumb|ZL10313 on AverTV DVB-S Pro (A700)]] |
[[Image:Zl10313.jpg|thumb|ZL10313 on AverTV DVB-S Pro (A700)]] |
||
A [[QPSK]] [[Demodulator]]. It is successor of the [[Zarlink MT312|MT312]]. |
A [[QPSK]] [[Demodulator]]. It is successor of the [[Zarlink MT312|MT312]]. |
||
==Production Status== |
|||
This chip is still in production by Intel after their acquistion of Zarlink's RF IC division. It now has the part number CE 6313. |
|||
==Support== |
|||
It is currently unsupported under Linux, however, some patches exist. |
|||
Support will be contained in Kernel 2.6.26. |
|||
==Driver Development Status== |
==Driver Development Status== |
||
Driver (extension to mt312-driver) was merged into linux-2.6.26 git repository. |
|||
There are different patches to support the zl10313. |
|||
# Complete new driver for zl10313: [http://thread.gmane.org/gmane.linux.drivers.dvb/38163 Patch by Jan D. Louw] |
|||
# Add zl10313 support to mt312 driver: [http://thread.gmane.org/gmane.linux.drivers.dvb/38489 Patch by Matthias Schwarzott] |
|||
'''TODO:''' Add logging support to both drivers (patches already exist on some harddisks) and compare the logs to the datasheet. |
|||
==External Links== |
==External Links== |
||
Line 16: | Line 15: | ||
[[Category:DVB-S]] |
[[Category:DVB-S]] |
||
[[Category: |
[[Category:Demodulator]] |
Latest revision as of 19:44, 10 January 2010
A QPSK Demodulator. It is successor of the MT312.
Production Status
This chip is still in production by Intel after their acquistion of Zarlink's RF IC division. It now has the part number CE 6313.
Support
Support will be contained in Kernel 2.6.26.
Driver Development Status
Driver (extension to mt312-driver) was merged into linux-2.6.26 git repository.