Technisat CableStar HD2

Ubuntu 10.04
Installation v4l-dvb driver:

wget http://linuxtv.org/hg/v4l-dvb/archive/tip.tar.gz
tar -xzf tip.tar.gz
cd v4l-dvb-*
make -j2 #stops with compile error
sed -i 's/CONFIG_DVB_FIREDTV=m/CONFIG_DVB_FIREDTV=n/' ./v4l/.config #works only after first make
make -j2
sudo make install
sudo reboot

Check if all modules are loaded:
lsmod |grep mantis
mantis 16385 0
mantis_core 29027 15 mantis
ir_common 5123 1 mantis_core
ir_core 13322 7 ir_sony_decoder,ir_jvc_decoder,ir_rc6_decoder,ir_rc5_decoder,ir_nec_decoder,mantis_core,ir_common
tda665x 2830 1 mantis
lnbp21 1834 1 mantis
mb86a16 19633 1 mantis
stb6100 6064 1 mantis
tda10021 5724 1 mantis
tda10023 5892 1 mantis
zl10353 6417 1 mantis
stb0899 31781 1 mantis
stv0299 8722 1 mantis
dvb_core 86010 2 mantis_core,stv0299

OLD INSTRUCTIONS Don’t work on Ubuntu 10.04. Installation S2-liplianin driver:

wget http://srv3.mackay-it.com/webshare/s2.tar.gz
tar -xzf s2.tar.gz
cd ./s2/s2-numbers
make
sudo make install
sudo reboot

echo "C 770000000 6900000 NONE QAM256" >> ./initial_scan.txt
mkdir ~/.czap
scan ./initial_scan.txt > ~/.czap/channels.conf
czap -r -c ~/.czap/channels.conf "SF 1"

dvbtraffic

sudo apt-get install dvbstream
dvbstream 600 80 -o > ./test.mpeg
Ctrl + C
xine -f ./test.mpeg

mplayer -fs /dev/dvb/adapter0/dvr0

X Forward:
ssh -f -T -X tv4.local mythtv-setup

Geladene Module:
~$ lsmod |grep mantis
mantis 52740 3
lnbp21 11264 1 mantis
mb86a16 30720 1 mantis
stb6100 16644 1 mantis
tda10021 15620 1 mantis
tda10023 16132 1 mantis
stb0899 45316 1 mantis
stv0299 19976 1 mantis
dvb_core 110124 2 mantis,stv0299