Talk:Linux4Media cineS2 DVB-S2 Twin Tuner: Difference between revisions
Jump to navigation
Jump to search
(Cable CI (not the PCIe) |
No edit summary |
||
Line 7: | Line 7: | ||
... this is to disable firedvb |
... this is to disable firedvb |
||
make & make install |
make & make install |
||
Also, download the firmware: |
|||
http://l4m-daten.de/downloads/firmware/dvb-s2/linux/all/ngene_18.fw |
|||
and the result of this should be: |
and the result of this should be: |
||
Line 16: | Line 17: | ||
$ dmesg|grep dvb_ca |
$ dmesg|grep dvb_ca |
||
[ 272.480394] dvb_ca adapter 0: DVB CAM detected and initialised successfully |
[ 272.480394] dvb_ca adapter 0: DVB CAM detected and initialised successfully |
||
Important: Both, the DVB and the CI cards have power connectors and must be connected to work. If you forget the CI (as I did) it will not work.... |
Important: Both, the DVB and the CI cards have power connectors and must be connected to work. If you forget the CI (as I did) it will not work.... |
Latest revision as of 17:42, 5 April 2011
Can I suggest some more details for the CI to work? For the CI you need to use the following:
hg clone http://linuxtv.org/hg/~endriss/v4l-dvb/ cd v4l-dvb make menuconfig ... this is to disable firedvb make & make install Also, download the firmware: http://l4m-daten.de/downloads/firmware/dvb-s2/linux/all/ngene_18.fw and the result of this should be:
$ dmesg|grep CXD2099AR [ 5.015898] Attached CXD2099AR at 40
also $ dmesg|grep dvb_ca [ 272.480394] dvb_ca adapter 0: DVB CAM detected and initialised successfully
Important: Both, the DVB and the CI cards have power connectors and must be connected to work. If you forget the CI (as I did) it will not work.... Thanks