DVBWorld DVB-S2 PCIE2005: Difference between revisions
Jump to navigation
Jump to search
(Cleanup to better match template; More info still needed) |
(→Driver) |
||
Line 33: | Line 33: | ||
===Driver=== |
===Driver=== |
||
<pre> |
|||
hg clone http://liplianin.at.tut.by/ds110en.html |
|||
hg clone http://mercurial.intuxication.org/hg/s2-liplianin/ |
|||
cd s2-liplianin |
|||
make menuconfig |
make menuconfig |
||
make |
make |
||
make install |
make install |
||
</pre> |
|||
==External Links== |
==External Links== |
Revision as of 07:37, 15 January 2009
A DVB-S2 PCIe card from DVBWorld Technology Ltd
Overview/Features
- PCIe x1
Components Used
- Conexant CX23885
- Demodulator CX24116
Identification
PCIe id: [2005:0001]
Making it work
Firmware
Copy dvb-fe-cx24116.fw to /lib/firmware
Driver
hg clone http://mercurial.intuxication.org/hg/s2-liplianin/ cd s2-liplianin make menuconfig make make install