DVBSKY S960C: Difference between revisions

From LinuxTVWiki
Jump to navigation Jump to search
(Created page with "DVB-S/S2 USB 2.0 box with CI from DVBSKy. ==Features== *Common Interface (CI) slot *USB 2.0 *Low power *Integrated IR receiver == Components Used == *RF: Montage M88TS2022 ...")
 
(Add identification outputs)
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:


==Features==
==Features==
*USB 2.0 (Type B)
*Common Interface (CI) slot
*12V Power Supply
*USB 2.0
*Low power
*Integrated IR receiver
*Integrated IR receiver
*DVB-S/S2 tuner
*Common Interface (CI) slot


== Components Used ==
== Components Used ==
*RF: Montage M88TS2022
*RF: Montage M88TS2022
*Demodulator: 2nd generation [[Montage M88DS3103]]
*Demodulator: 2nd generation [[Montage M88DS3103]]

== USB ID ==
lsusb output:
ID 0572:960c Conexant Systems (Rockwell), Inc.


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

== Identification ==
$ dmesg | grep -i dvb
[ 12.864072] usb 1-4: dvb_usb_v2: found a 'DVBSky S960CI' in warm state
[ 12.864113] usb 1-4: dvb_usb_v2: will pass the complete MPEG2 transport stream to the software demuxer
[ 12.864124] DVB: registering new adapter (DVBSky S960CI)
[ 12.864261] usbcore: registered new interface driver dvb_usb_dvbsky
[ 13.052630] m88ds3103_load_firmware: Waiting for firmware upload (dvb-fe-ds3103.fw)...
[ 14.143257] usb 1-4: DVB: registering adapter 0 frontend 0 (Montage DS3103/TS2022)...
[ 16.152023] usb 1-4: dvb_usb_v2: 2nd usb_bulk_msg() failed=-110
[ 18.258968] usb 1-4: dvb_usb_v2: 2nd usb_bulk_msg() failed=-110
[ 18.342855] Registered IR keymap rc-dvbsky
[ 18.342919] input: DVBSky S960CI as /devices/pci0000:00/0000:00:12.2/usb1/1-4/rc/rc0/input15
[ 18.342975] rc0: DVBSky S960CI as /devices/pci0000:00/0000:00:12.2/usb1/1-4/rc/rc0
[ 18.342979] usb 1-4: dvb_usb_v2: schedule remote query interval to 300 msecs
[ 18.342982] usb 1-4: dvb_usb_v2: 'DVBSky S960CI' successfully initialized and connected
[ 24.578184] dvb_ca adapter 0: DVB CAM detected and initialised successfully

$ lsusb | grep -i Conexant
Bus 001 Device 004: ID 0572:960c Conexant Systems (Rockwell), Inc.


[[Category:DVB-S USB Devices]]
[[Category:DVB-S USB Devices]]

Latest revision as of 15:28, 4 December 2013

DVB-S/S2 USB 2.0 box with CI from DVBSKy.

Features

  • USB 2.0 (Type B)
  • 12V Power Supply
  • Integrated IR receiver
  • DVB-S/S2 tuner
  • Common Interface (CI) slot

Components Used

Firmware and Driver

Identification

$ dmesg | grep -i dvb
[   12.864072] usb 1-4: dvb_usb_v2: found a 'DVBSky S960CI' in warm state
[   12.864113] usb 1-4: dvb_usb_v2: will pass the complete MPEG2 transport stream to the software demuxer
[   12.864124] DVB: registering new adapter (DVBSky S960CI)
[   12.864261] usbcore: registered new interface driver dvb_usb_dvbsky
[   13.052630] m88ds3103_load_firmware: Waiting for firmware upload (dvb-fe-ds3103.fw)...
[   14.143257] usb 1-4: DVB: registering adapter 0 frontend 0 (Montage DS3103/TS2022)...
[   16.152023] usb 1-4: dvb_usb_v2: 2nd usb_bulk_msg() failed=-110
[   18.258968] usb 1-4: dvb_usb_v2: 2nd usb_bulk_msg() failed=-110
[   18.342855] Registered IR keymap rc-dvbsky
[   18.342919] input: DVBSky S960CI as /devices/pci0000:00/0000:00:12.2/usb1/1-4/rc/rc0/input15
[   18.342975] rc0: DVBSky S960CI as /devices/pci0000:00/0000:00:12.2/usb1/1-4/rc/rc0
[   18.342979] usb 1-4: dvb_usb_v2: schedule remote query interval to 300 msecs
[   18.342982] usb 1-4: dvb_usb_v2: 'DVBSky S960CI' successfully initialized and connected
[   24.578184] dvb_ca adapter 0: DVB CAM detected and initialised successfully
$ lsusb | grep -i Conexant
Bus 001 Device 004: ID 0572:960c Conexant Systems (Rockwell), Inc.