Method of Opening PowerVu Channels in Enigma2 Using Oscam

flausina

Registered
Messages
9
I can get AFN

The keys are
6DXXXXXXXXXXCF and 9EXXXXXXXXXX23
or
6DXXXXXXXXXXCF and 7AXXXXXXXXXX2B

And the ECM fix delay: 685.

Vu+ Duo2 with BH
 

ettore88

Registered
Messages
338
I am not sure of the file structure for openatv, so can't give you exact instructions, but you need to backup the existing pti.ko in /lib/modules/??? and replace it with the new one. If you don't know where it is, you can try to ftp the file to the box in /tmp directory. Then telnet to the box and execute the following:
Code:
find /lib/modules/   -name pti.ko -exec mv -v {} {}.orig \; -exec cp -v /root/pti.ko {} \;

If the first part does not find and rename the file correctly, the second part will not replace it.

You must reboot the box for the new module to get loaded.

NOTE!!! This pti.ko is for FTA operation ONLY - it will not work for normal operation of oscam - it only works because of the stream relay... So, you will need to put the original back if you need oscam for anything other than powervu...
Many thx 4 your reply and your support m8!!!Just a question.Now what is your image?Without change kernel isn't possibile can see the powerVu channels?openATV 5.0,HDMU...not works with original kernel?Many thx again,m8!!!:):)
 

joeuser

Registered
Messages
199
I have tested with working on openspa 4 and openatv 5, but with HDMU, there is a problem with the FTA pti.ko. I have tried without changing the pti.ko and playing with the stream delay but did not have any luck getting it to work due to the lack of the ecm pid being streamed. The change is necessary because only the FTA version of pti.ko seems to stream the ecm pid correctly...
 

abra26

Registered
Messages
263
Many thx 4 your reply and your support m8!!!Just a question.Now what is your image?Without change kernel isn't possibile can see the powerVu channels?openATV 5.0,HDMU...not works with original kernel?Many thx again,m8!!!:):)

I tested it with OpenATV 5.0 with pli.ko and it stream ecm so you can stream channel to pc and decode it on pc (for example). now I have OpenSPA 4 and it looks like it really works with oscam!! I am using enigma2 only for watching powervu channels
 

007.4

VIP
Messages
364
@sonicdacrack
You are correct. For some reason the Stream Relay menu does not show in kalehrl's patched version.
 

ettore88

Registered
Messages
338
I have tested with working on openspa 4 and openatv 5, but with HDMU, there is a problem with the FTA pti.ko. I have tried without changing the pti.ko and playing with the stream delay but did not have any luck getting it to work due to the lack of the ecm pid being streamed. The change is necessary because only the FTA version of pti.ko seems to stream the ecm pid correctly...
Joe my question to you.I have tried your pti.ko file on openATV 5.0...Amiko not reboot...(bootloop) The your pti.ko file is right for openATV 5.0 or 4.2?Or not?Why not reboot?I don't understood it...Many thx again!!!:D
 
Top