DVBSKY S950C: Difference between revisions

From LinuxTVWiki
Jump to navigation Jump to search
(Created page with "DVB-S/S2 PCIe card with CI from DVBSky ==Features== *Common Interace (CI) slot *Advanced demodulator from Montage *PCIe x1 *Low power *Optional external power supply *DiSEqC...")
 
No edit summary
 
Line 6: Line 6:
*PCIe x1
*PCIe x1
*Low power
*Low power
*Optional Power by PCI Express 6-Position Power Connector
*Optional external power supply
*DiSEqC and Remote control
*DiSEqC and Remote control


Line 14: Line 14:
*PCIe Bridge: Conexant CX23885
*PCIe Bridge: Conexant CX23885


== Firmware ==
==Driver and firmware==
*dvb-fe-ds3103.fw

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

==Identification==
$ dmesg | grep -i dvb
[ 11.881160] CORE cx23885[0]: subsystem: 4254:950c, board: DVBSKY S950CI DVB-S2 CI [card=43,autodetected]
[ 12.797341] cx23885_dvb_register() allocating 1 frontend(s)
[ 12.797345] cx23885[0]: cx23885 based dvb card
[ 12.979721] m88ds3103_load_firmware: Waiting for firmware upload (dvb-fe-ds3103.fw)...
[ 13.930183] DVB: registering new adapter (cx23885[0])
[ 13.930188] cx23885 0000:02:00.0: DVB: registering adapter 0 frontend 0 (Montage DS3103/TS2022)...
[ 13.957636] DVBSKY PCIe MAC= 00:17:42:54:95:0c
[ 13.988792] Registered IR keymap rc-dvbsky
[ 13.988856] input: cx23885 IR (DVBSKY S950CI DVB-S2 CI) as /devices/pci0000:00/0000:00:04.0/0000:02:00.0/rc/rc0/input15
[ 13.992409] rc0: cx23885 IR (DVBSKY S950CI DVB-S2 CI) as /devices/pci0000:00/0000:00:04.0/0000:02:00.0/rc/rc0
[ 20.090372] dvb_ca adapter 0: DVB CAM detected and initialised successfully

$ lspci | grep -i cx23885
02:00.0 Multimedia video controller: Conexant Systems, Inc. CX23885 PCI Video and Audio Decoder (rev 04)


[[Category:DVB-S PCIe Cards]]
[[Category:DVB-S PCIe Cards]]

Latest revision as of 15:48, 4 December 2013

DVB-S/S2 PCIe card with CI from DVBSky

Features

  • Common Interace (CI) slot
  • Advanced demodulator from Montage
  • PCIe x1
  • Low power
  • Optional Power by PCI Express 6-Position Power Connector
  • DiSEqC and Remote control

Components Used

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

Driver and firmware

Identification

$ dmesg | grep -i dvb
[   11.881160] CORE cx23885[0]: subsystem: 4254:950c, board: DVBSKY S950CI DVB-S2 CI [card=43,autodetected]
[   12.797341] cx23885_dvb_register() allocating 1 frontend(s)
[   12.797345] cx23885[0]: cx23885 based dvb card
[   12.979721] m88ds3103_load_firmware: Waiting for firmware upload (dvb-fe-ds3103.fw)...
[   13.930183] DVB: registering new adapter (cx23885[0])
[   13.930188] cx23885 0000:02:00.0: DVB: registering adapter 0 frontend 0 (Montage DS3103/TS2022)...
[   13.957636] DVBSKY PCIe MAC= 00:17:42:54:95:0c
[   13.988792] Registered IR keymap rc-dvbsky
[   13.988856] input: cx23885 IR (DVBSKY S950CI DVB-S2 CI) as /devices/pci0000:00/0000:00:04.0/0000:02:00.0/rc/rc0/input15
[   13.992409] rc0: cx23885 IR (DVBSKY S950CI DVB-S2 CI) as /devices/pci0000:00/0000:00:04.0/0000:02:00.0/rc/rc0
[   20.090372] dvb_ca adapter 0: DVB CAM detected and initialised successfully
$ lspci | grep -i cx23885
02:00.0 Multimedia video controller: Conexant Systems, Inc. CX23885 PCI Video and Audio Decoder (rev 04)