PowerVu Chat [only chat, don‘t post keys here]

barney115

Donating Member
Staff member
Administrator
Messages
24,842
OK I Wil try again today with your info's and New PowerVu.ini
file im sure it should work .
cheers MaRwAn26 :thum:
-
Barney2222
 

Yuriboy

Registered
Messages
27
Strong 4922B+ working good here. As per normal with Strong Receivers you can press 8282 for inputting of keys manually. Just enter the 7 bytes and leave the last one 00 Not all keys seem to work here for Asian region but most do.

Have loved reading this thread. I am about to get a new DVB PCIe Card. Which software do you guys prefer, DVBDream? AltDVB or DVBViewer?

Cheers

Yuriboy
 

fumbduck

Member
Messages
70
Strong 4922B+ working good here. As per normal with Strong Receivers you can press 8282 for inputting of keys manually. Just enter the 7 bytes and leave the last one 00 Not all keys seem to work here for Asian region but most do.

Have loved reading this thread. I am about to get a new DVB PCIe Card. Which software do you guys prefer, DVBDream? AltDVB or DVBViewer?

Cheers

Yuriboy

only just got it going yesterday but sofar Alt DVB seems to work the easiest.
DVB viewer looks promising but still working out how to add C-band sats on it.
 

barney115

Donating Member
Staff member
Administrator
Messages
24,842
Yes all good ..Watching Turf TV on 4.8E
12149 H 27500 - CORAL TV1-PVVU4 :thum:
 

Anubis_Ir

Senior Member
Messages
370
Patch 2 for OSCAM!

- All of the arrays should be initialized with zero, otherwise the final CWs of CSA mode won't work.
uint8_t convolvedCw[8][8] = {0};
uint8_t convolvedCwAvailable[8] = {0};
uint8_t seed7[8] = {0};
uint8_t ecmKey[7] = {0}, tmpEcmKey[7] = {0},
seedBase[4] = {0}, baseCw[7] = {0}, seed[8][8] = {0}, cw[8][8] = {0};

- Also it's possible to have an ECM without nano 27 `convolvedCw`s:
80 30 3d 30 37 20 0e 00 00 00 00 6c a0 80 e2 64
6f 33 93 e7 d1 62 67 ad 22 ef 29 69 00 06 70 00
00 8f 9e 1f 4b 84 e8 51 57 05 d9 c4 a9 e3 05 0f
99 2d 30 e4 d8 78 7b 5a 42 55 6e c6 e6 10 05 66

So all of the `if(convolvedCwAvailable[PVU_CW_VID])`, `if(convolvedCwAvailable[PVU_CW_A1])` and `if(!convolvedCwAvailable)` checks should be removed.
 

neo81

Registered
Messages
14
Patch 2 for OSCAM!

- All of the arrays should be initialized with zero, otherwise the final CWs of CSA mode won't work.
uint8_t convolvedCw[8][8] = {0};
uint8_t convolvedCwAvailable[8] = {0};
uint8_t seed7[8] = {0};
uint8_t ecmKey[7] = {0}, tmpEcmKey[7] = {0},
seedBase[4] = {0}, baseCw[7] = {0}, seed[8][8] = {0}, cw[8][8] = {0};

- Also it's possible to have an ECM without nano 27 `convolvedCw`s:
80 30 3d 30 37 20 0e 00 00 00 00 6c a0 80 e2 64
6f 33 93 e7 d1 62 67 ad 22 ef 29 69 00 06 70 00
00 8f 9e 1f 4b 84 e8 51 57 05 d9 c4 a9 e3 05 0f
99 2d 30 e4 d8 78 7b 5a 42 55 6e c6 e6 10 05 66

So all of the `if(convolvedCwAvailable[PVU_CW_VID])`, `if(convolvedCwAvailable[PVU_CW_A1])` and `if(!convolvedCwAvailable)` checks should be removed.

This OScam works?
Which OScam is it already?
 
Top