• Olá Visitante, se gosta do forum e pretende contribuir com um donativo para auxiliar nos encargos financeiros inerentes ao alojamento desta plataforma, pode encontrar mais informações sobre os várias formas disponíveis para o fazer no seguinte tópico: leia mais... O seu contributo é importante! Obrigado.

Skystar USB HD 2 em Linux

xibuko

GF Bronze
Membro Inactivo
Entrou
Mar 28, 2007
Mensagens
26
Gostos Recebidos
0
Viva pessoal,

Acabo de adquirir uma placa Skystar USB HD 2 e como sou um amador em linux, gostaria de saber se alguem tem essa placa a correr em KBUNTU.

Ja procurei no forum e nao encontro nada em relacao a instalacao dessa placa em linux.

Alguem me pode ajudar.

Agradeco a todos pelos posts que tem escrito e que me tem ajudado muito.
 

joaortnt

GF Ouro
Entrou
Mai 20, 2007
Mensagens
885
Gostos Recebidos
0

Bem, espero que saibas ingles, senao vais-me obrigar a traduzir isto tudo..
First important variable: the Linux Kernel version

All code we are going to use have been patched hundreds of times and it is very confusing to keep the overview of what you already have patched and what is still to do. At any time the most important thing is which kernel you are running! With every kernel there are coming new patches and you will have to decide which one exactly is usefull and which won't work.

If you concider to use softcam you probably will get less problems with the 2.6.23 kernel.

Second important variable: the driver version

The Mantis driver gets patched every few days and with new kernel version comes new code fragments to it. Depending on your kernel you have to decide which revision you are going to use.
Installing the mantis modul
Kubuntu / Ubuntu Linux

I am currently running a Kubuntu with an old Kernel, the 2.6.24-22-generic.

First obtain the linux header files and the build-essentials
apt-get install linux-headers$(uname -r) build-essential
Installing the Mantis modul was a quite short way:
cd /usr/src
wget http://jusst.de/hg/mantis/archive/tip.tar.bz2
tar xvjf tip.tar.bz2
cd mantis-303b1d29d735/
make
make install
modprobe mantis
and the modul appeared in my modlist
lsmod | grep mantis
Scanning and tuning

Now that the modul is up and running, it provides a frontend to the card. You will find it in the devices folder under /dev/dvb/adapter0/frontend0.

For scanning one can use software of dvb-utils from linuxtv.org. Obtain them from the mercurial repository.
Now we can run a channel search.
mkdir ~/.szap
cd /usr/src/dvb-apps/utils/scan
./scan ./dvb-s/Astra-19.2E > ~/.szap/channels.conf
You should see something like
----------------------------------> 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)
Network Name 'BetaDigital'
ERROR: S2_satellite_delivery_system_descriptor not parse
and since the skystar is hd ready especially the high-def channels
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)
Depois o resto.. é igual à skystar 2​
 

xibuko

GF Bronze
Membro Inactivo
Entrou
Mar 28, 2007
Mensagens
26
Gostos Recebidos
0

Bem, espero que saibas ingles, senao vais-me obrigar a traduzir isto tudo..
First important variable: the Linux Kernel version

All code we are going to use have been patched hundreds of times and it is very confusing to keep the overview of what you already have patched and what is still to do. At any time the most important thing is which kernel you are running! With every kernel there are coming new patches and you will have to decide which one exactly is usefull and which won't work.

If you concider to use softcam you probably will get less problems with the 2.6.23 kernel.

Second important variable: the driver version

The Mantis driver gets patched every few days and with new kernel version comes new code fragments to it. Depending on your kernel you have to decide which revision you are going to use.
Installing the mantis modul
Kubuntu / Ubuntu Linux

I am currently running a Kubuntu with an old Kernel, the 2.6.24-22-generic.

First obtain the linux header files and the build-essentials

Installing the Mantis modul was a quite short way:

and the modul appeared in my modlist

Scanning and tuning

Now that the modul is up and running, it provides a frontend to the card. You will find it in the devices folder under /dev/dvb/adapter0/frontend0.

For scanning one can use software of dvb-utils from linuxtv.org. Obtain them from the mercurial repository.

Now we can run a channel search.

You should see something like

and since the skystar is hd ready especially the high-def channels

Depois o resto.. é igual à skystar 2​

Desde ja agradeço a ajuda.

Entao é o seguinte, tenho o Kubuntu 7.10 com o kernel 2.6.24-16-generic. e depois de muitas tentativas consegui instalar o mantis

So que depois de enviar o comando $ madprobe mantis passo da seguinte fase:
"Now that the modul is up and running, it provides a frontend to the card. You will find it in the devices folder under /dev/dvb/adapter0/frontend0."

Ou seja nao tenho o folder /dvb dentro do /dev

Ja tentei procurar em varios lados, tentei varias solucoes e nada.

Basicamente nao tenho a placa Skystar USB instalada.

Por mais que tente fazer o "scan" ele diz que nao encontra o dispositivo /dev/dvb/adapter0/frontend0.

Alguma sugestao para este problema.
 
Topo