[mythtv-users] DVB-S2 PCI-express cards

Josu Lazkano josu.lazkano at gmail.com
Fri Sep 30 22:02:17 UTC 2011


2011/9/30 Staffan Pettersson <staffan.pettersson at gmail.com>:
> Hi again,
>
> I jusst wanted to say that i did not order the Tevii 480, it was out
> of stock so i ordered today the single tuner version instead (Tevii
> 470).
>
> I hope it works okey :=)
> _______________________________________________
> mythtv-users mailing list
> mythtv-users at mythtv.org
> http://www.mythtv.org/mailman/listinfo/mythtv-users
>

I have the same one (Tevii S470). This is my installation for Debian
Squeeze (2.6.32):

mkdir /usr/local/src/dvb
cd /usr/local/src/dvb
wget http://tevii.com/100315_Beta_linux_tevii_ds3000.rar
unrar x 100315_Beta_linux_tevii_ds3000.rar
cp dvb-fe-ds3000.fw /lib/firmware/
tar xjvf linux-tevii-ds3000.tar.bz2
cd linux-tevii-ds3000
make && make install

On other machine I have a Tevii S660 and I install this way:

apt-get install linux-headers-`uname -r` build-essential
mkdir /usr/local/src/dvb
cd /usr/local/src/dvb
wget http://mercurial.intuxication.org/hg/s2-liplianin/archive/tip.zip
unzip s2-liplianin-0b7d3cc65161.zip
cd s2-liplianin-0b7d3cc65161
make CONFIG_DVB_FIREDTV:=n
make install

Both works for the S470, kind regards.

-- 
Josu Lazkano


More information about the mythtv-users mailing list