DVBSky S952: Difference between revisions

From LinuxTVWiki
Jump to navigation Jump to search
No edit summary
No edit summary
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
DVB-S/S2 PCIe card from [[DVBSKy]]
DVB-S/S2 PCIe Twin Tuner card from [[DVBSky]]. See also [[DVBSKY S952 v3]].


==Features==
==Features==
Line 5: Line 5:
*PCIe x1
*PCIe x1
*Low power
*Low power
*External Power by PCI Express 6-Position Power Connector
*Optional Power by PCI Express 6-Position Power Connector


== Components Used ==
== Components Used ==
Line 12: Line 12:
*PCIe Bridge: Conexant CX23885
*PCIe Bridge: Conexant CX23885


== Driver ==
== Driver and firmware ==
*See [[DVBSky]] wiki page.
*Firmware: dvb-fe-ds3103.fw (Download: http://www.dvbsky.net/Support.html)


== Identification ==
Officially here, with firmware :
$ dmesg | grep -i dvb
http://www.dvbsky.net/Support.html
[ 16.673400] CORE cx23885[0]: subsystem: 4254:0952, board: DVBSKY S952 [card=41,autodetected]
[ 17.596395] cx23885_dvb_register() allocating 1 frontend(s)
[ 17.596399] cx23885[0]: cx23885 based dvb card
[ 17.710319] m88ds3103_load_firmware: Waiting for firmware upload (dvb-fe-ds3103.fw)...
[ 18.654896] DVB: registering new adapter (cx23885[0])
[ 18.654900] cx23885 0000:02:00.0: DVB: registering adapter 0 frontend 0 (Montage DS3103/TS2022)...
[ 18.682355] DVBSKY PCIe MAC= 00:17:42:54:09:52
[ 18.682358] cx23885_dvb_register() allocating 1 frontend(s)
[ 18.682359] cx23885[0]: cx23885 based dvb card
[ 18.743760] m88ds3103_load_firmware: Waiting for firmware upload (dvb-fe-ds3103.fw)...
[ 19.651091] DVB: registering new adapter (cx23885[0])
[ 19.651095] cx23885 0000:02:00.0: DVB: registering adapter 1 frontend 0 (Montage DS3103/TS2022)...
[ 19.678533] DVBSKY PCIe MAC= 00:17:42:54:09:53
[ 19.700761] Registered IR keymap rc-dvbsky
[ 19.700834] input: cx23885 IR (DVBSKY S952) as /devices/pci0000:00/0000:00:04.0/0000:02:00.0/rc/rc0/input15
[ 19.704375] rc0: cx23885 IR (DVBSKY S952) as /devices/pci0000:00/0000:00:04.0/0000:02:00.0/rc/rc0


$ lspci | grep -i cx23885
* You have an howto in french here for debian :
02:00.0 Multimedia video controller: Conexant Systems, Inc. CX23885 PCI Video and Audio Decoder (rev 04)
http://wiki.debian-facile.org/manuel:installation:dvb:dvbs2:dvbsky

* and an active mailling list from a reseller here :
http://www.dvbshop24.com/index.php/topic,9513.90.html

* For users preferring minimally-intrusive kernel tree patching + recompile over installing separate V4L (as second approach is potentially risk if You have other tuners in system which are not covered by media build V4L instance) here are patches for 3.3.x & 3.5.x kernels
[http://www.dvbshop24.com/index.php/topic,9513.msg13493.html#msg13493]

* For Ubuntu users ( 12.04 ) and mythtv ( 0.25.2 ) : The latest driver from dvbsky ( 120728 ) seems to work ( no extensive tests done, please for those interested, update this page !) with a patch to apply ( can be found here : http://patchwork.linuxtv.org/patch/13563/ ), unfortunatly with a side effect on some other drivers, for example, an a dib7000, it is impossible to lock some multiplex while others have no problem. So far the only solution with no side effects detected is to use the old driver from dvbsky, media_build-3.3.x.tar.gz, with the patch.

''Update Oct 30th 2012: no more patching seems necessary, see further note below''


== Warning ==

The driver seems to have some configuration issues:
http://code.mythtv.org/trac/ticket/10830

''Update Oct 30th 2012:
Driver media_build_bst-121013.tar.gz http://www.dvbsky.net/download/media_build_bst-121013.tar.gz seems to work out of the box without this issue (MythBuntu 12.04, mythtv 0.25), no more patching necessary. If someone else could confirm this please, so this warning can be removed.''


Also reported problem with openelec.

The card needs a power supply other than the one provided by the PCIe, so there is a plug on the card. It can not work if not connected.



Reported to works with MythTV 0.25.2 & Unicable. ( more context needed )

== Firmware ==
*dvb-fe-ds3103.fw


== Picture ==
== Picture ==

Revision as of 15:04, 7 August 2014

DVB-S/S2 PCIe Twin Tuner card from DVBSky. See also DVBSKY S952 v3.

Features

  • Dual/Twin Tuner input
  • PCIe x1
  • Low power
  • Optional Power by PCI Express 6-Position Power Connector

Components Used

  • RF: Montage M88TS2020
  • Demodulator: 2nd generation Montage M88DS3103
  • PCIe Bridge: Conexant CX23885

Driver and firmware

Identification

$ dmesg | grep -i dvb
[   16.673400] CORE cx23885[0]: subsystem: 4254:0952, board: DVBSKY S952 [card=41,autodetected]
[   17.596395] cx23885_dvb_register() allocating 1 frontend(s)
[   17.596399] cx23885[0]: cx23885 based dvb card
[   17.710319] m88ds3103_load_firmware: Waiting for firmware upload (dvb-fe-ds3103.fw)...
[   18.654896] DVB: registering new adapter (cx23885[0])
[   18.654900] cx23885 0000:02:00.0: DVB: registering adapter 0 frontend 0 (Montage DS3103/TS2022)...
[   18.682355] DVBSKY PCIe MAC= 00:17:42:54:09:52
[   18.682358] cx23885_dvb_register() allocating 1 frontend(s)
[   18.682359] cx23885[0]: cx23885 based dvb card
[   18.743760] m88ds3103_load_firmware: Waiting for firmware upload (dvb-fe-ds3103.fw)...
[   19.651091] DVB: registering new adapter (cx23885[0])
[   19.651095] cx23885 0000:02:00.0: DVB: registering adapter 1 frontend 0 (Montage DS3103/TS2022)...
[   19.678533] DVBSKY PCIe MAC= 00:17:42:54:09:53
[   19.700761] Registered IR keymap rc-dvbsky
[   19.700834] input: cx23885 IR (DVBSKY S952) as /devices/pci0000:00/0000:00:04.0/0000:02:00.0/rc/rc0/input15
[   19.704375] rc0: cx23885 IR (DVBSKY S952) as /devices/pci0000:00/0000:00:04.0/0000:02:00.0/rc/rc0
$ lspci | grep -i cx23885
02:00.0 Multimedia video controller: Conexant Systems, Inc. CX23885 PCI Video and Audio Decoder (rev 04)

Picture