KNC1 DVB-S2 TV Station: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (Added category: DVB-S2 PCI Cards) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
__TOC__ |
|||
There are experimental drivers available for the device |
|||
⚫ | |||
=Installing on Debian etch with Multiproto diver (Recommended)= |
|||
== updating to lenny== |
|||
vi /etc/apt/sources.list |
|||
change: |
|||
etch -> lenny |
|||
apt-get update |
|||
apt-get upgrade |
|||
reboot |
|||
apt-get install linux-headers-2.6.22-3-686 |
|||
==Multipropo from CVS== |
|||
cd /usr/src |
|||
apt-get install mercurial |
|||
⚫ | |||
cd multiproto |
|||
make |
|||
make install |
|||
reboot |
|||
== DVB Utils für DVB-S2== |
|||
===Scan=== |
|||
wget http://jusst.de/manu/scan.tar.bz2 |
|||
tar xjvf scan.tar.bz2 |
|||
cd scan |
|||
./scan dvb-s/Astra-19.2E > ~/channels.conf |
|||
Wichtig: auf Zeilen wie folgende achten, dann wird auch DVB-S2 erkannt: |
|||
----------------------------------> Using 'STB0899 Multistandard' DVB-S2 |
|||
Tune to frequency 11914500 |
|||
DVB-S IF freq is 1314500 |
|||
0x0006 0x0081: pmt_pid 0x0062 PREMIERE -- PREMIERE HD (running, scrambled) |
|||
0x0006 0x0082: pmt_pid 0x0063 PREMIERE -- DISCOVERY HD (running, scrambled) |
|||
0x0006 0x0084: pmt_pid 0x0065 BetaDigital -- ANIXE HD (running) |
|||
0x0006 0x0083: pmt_pid 0x0064 BetaDigital -- ASTRA HD+ (running) |
|||
===Szap2=== |
|||
wget http://www.makhutov.org/downloads/dvb/szap2-20070727.tgz |
|||
tar zxvf szap2-20070727.tgz |
|||
cd szap2 |
|||
===Zap_ca=== |
|||
cd /usr/src |
|||
hg clone http://linuxtv.org/hg/dvb-apps |
|||
[[Category:DVB-S2 PCI Cards]] |
Latest revision as of 23:23, 4 May 2009
Installing on Debian etch with Multiproto diver (Recommended)
updating to lenny
vi /etc/apt/sources.list change: etch -> lenny apt-get update apt-get upgrade reboot apt-get install linux-headers-2.6.22-3-686
Multipropo from CVS
cd /usr/src apt-get install mercurial hg clone http://jusst.de/hg/multiproto // Tested on 05.March.2008 cd multiproto make make install reboot
DVB Utils für DVB-S2
Scan
wget http://jusst.de/manu/scan.tar.bz2 tar xjvf scan.tar.bz2 cd scan ./scan dvb-s/Astra-19.2E > ~/channels.conf
Wichtig: auf Zeilen wie folgende achten, dann wird auch DVB-S2 erkannt:
----------------------------------> Using 'STB0899 Multistandard' DVB-S2 Tune to frequency 11914500 DVB-S IF freq is 1314500 0x0006 0x0081: pmt_pid 0x0062 PREMIERE -- PREMIERE HD (running, scrambled) 0x0006 0x0082: pmt_pid 0x0063 PREMIERE -- DISCOVERY HD (running, scrambled) 0x0006 0x0084: pmt_pid 0x0065 BetaDigital -- ANIXE HD (running) 0x0006 0x0083: pmt_pid 0x0064 BetaDigital -- ASTRA HD+ (running)
Szap2
wget http://www.makhutov.org/downloads/dvb/szap2-20070727.tgz tar zxvf szap2-20070727.tgz cd szap2
Zap_ca
cd /usr/src hg clone http://linuxtv.org/hg/dvb-apps