TeVii S464: Difference between revisions
Jump to navigation
Jump to search
m (→Identification) |
mNo edit summary |
||
Line 7: | Line 7: | ||
==Overview/Features== |
==Overview/Features== |
||
A low profile DVB-S/S2 PCI card from TeVii. |
|||
Retail packaging includes full-height and low profile brackets, an IR receiver cable and an IR handset. |
|||
===Components Used=== |
===Components Used=== |
||
* Montage DS3000 Demodulator |
|||
* Connexant CX8802 Video/Audio Decoder |
|||
===Identification=== |
===Identification=== |
||
Line 33: | Line 38: | ||
Kernel modules: cx8802 |
Kernel modules: cx8802 |
||
</pre> |
</pre> |
||
===Other Images=== |
|||
==Making it Work== |
==Making it Work== |
||
As of 1st November 2010, this card is still not supported by the V4L-DVB tree. However, very minor changes as documented on Mr. Liplianin's changeset [http://mercurial.intuxication.org/hg/s2-liplianin/rev/4dc29dc9ec91 14355] are required to make it work. |
|||
The simplest way is to download Mr. Liplianin's current source code and compile; |
|||
<pre> |
|||
hg clone http://mercurial.intuxication.org/hg/s2-liplianin/ |
|||
make |
|||
make install |
|||
reboot |
|||
</pre> |
|||
===Firmware=== |
===Firmware=== |
||
Firmware is required for this card and can be extracted from the TeVii driver package; |
|||
<pre> |
|||
wget http://www.tevii.com/100315_Beta_linux_tevii_ds3000.rar |
|||
unrar e 100315_Beta_linux_tevii_ds3000.rar |
|||
cp fw/dvb-fe-cx24116.fw /lib/firmware |
|||
===Drivers=== |
===Drivers=== |
Revision as of 11:24, 2 November 2010
This page is not complete yet!
A DVB-S/S2 PCI card from TeVii.
Overview/Features
A low profile DVB-S/S2 PCI card from TeVii.
Retail packaging includes full-height and low profile brackets, an IR receiver cable and an IR handset.
Components Used
- Montage DS3000 Demodulator
- Connexant CX8802 Video/Audio Decoder
Identification
lspci -wn 01:06.0 0400: 14f1:8800 (rev 05) Subsystem: d464:9022 Flags: bus master, medium devsel, latency 32, IRQ 17 Memory at e7000000 (32-bit, non-prefetchable) [size=16M] Capabilities: [44] Vital Product Data <?> Capabilities: [4c] Power Management version 2 Kernel driver in use: cx8800 Kernel modules: cx8800 01:06.2 0480: 14f1:8802 (rev 05) Subsystem: d464:9022 Flags: bus master, medium devsel, latency 32, IRQ 17 Memory at e8000000 (32-bit, non-prefetchable) [size=16M] Capabilities: [4c] Power Management version 2 Kernel driver in use: cx88-mpeg driver manager Kernel modules: cx8802
Making it Work
As of 1st November 2010, this card is still not supported by the V4L-DVB tree. However, very minor changes as documented on Mr. Liplianin's changeset 14355 are required to make it work.
The simplest way is to download Mr. Liplianin's current source code and compile;
hg clone http://mercurial.intuxication.org/hg/s2-liplianin/ make make install reboot
Firmware
Firmware is required for this card and can be extracted from the TeVii driver package;
wget http://www.tevii.com/100315_Beta_linux_tevii_ds3000.rar unrar e 100315_Beta_linux_tevii_ds3000.rar cp fw/dvb-fe-cx24116.fw /lib/firmwareDrivers
Sample kernel output
Remote Control Support
External Links
http://www.tevii.com/product_s464.html Manufacturers Website.