Oscam-EMU Mipsel (DM500HD,800,7025,8000 & VU)

Status
Not open for further replies.

powercisco

Super VIP
Messages
9,100
r11231

[gbx]
-add msg_goodbye as an indication that ecm failed, like orig. gbox
-add optional parameter 'log_hello' to avoid spamming hellos in standard log
-clean up and cosmetics

[doc]
add optional parameter to oscam.conf [gbox]:
log_hello = 0|1, 1 = default
 

dvbyb

Registered
Messages
1
Oscam11272-emu

Code:
https://www.4shared.com/archive/7OXkLI4_ce/oscam-svn11272-openpli40-webif.html
 
Last edited:

juli13

Staff member
Administrator
Messages
10,198
Just compile Oscam FPU using oscam-emu.patch fix with nautilius changes

Code:
Fix tandberg ecm algorithm to support new ECM_TAG_CW_DESCRIPTOR

[B]Tested OK[/B]
 

juli13

Staff member
Administrator
Messages
10,198
Just compile Oscam 1.6, 2.0 using oscam-emu.patch fix with nautilius changes

Code:
Fix tandberg ecm algorithm to support new ECM_TAG_CW_DESCRIPTOR

[B]Tested OK[/B]
 

juli13

Staff member
Administrator
Messages
10,198
Oscam build 11279 with new Emu.patch with nautilus7 changes

tandberg emm-ecm fix


Code:
[B]fix for new tandberg algorithm:[/B]

-add new ecm tag
-add new emm modes



T 06CB 01 3AXXXXXXXXXXXX00 
T 06CA 01 97XXXXXXXXXXXX00 
T 06CD 01 43XXXXXXXXXXXX00 

You have to put the new master keys in this format to distinguish from the old set:


T 40 MK01 98XXXXXXXXXXXX2C ;EMM KeySet 01
T 41 MK01 79XXXXXXXXXXXX79 ;EMM KeySet 01
.
.
.
T 7F MK01 67XXXXXXXXXXXX2F ;EMM KeySet 01

old MK --> MK
new MK --> MK01
 

juli13

Staff member
Administrator
Messages
10,198
Oscam build 11279 with new nautilus7 Emu.patch for tanberg
Code:
[B]
 emm code didn't always start[/B]

fix a bug that prevents emm code from running unless both old and new MK sets are present.


You have to put the new master keys in this format to distinguish from the old set:


T 40 MK01 98XXXXXXXXXXXX2C ;EMM KeySet 01
T 41 MK01 79XXXXXXXXXXXX79 ;EMM KeySet 01
.
.
.
T 7F MK01 67XXXXXXXXXXXX2F ;EMM KeySet 01

old MK --> MK
new MK --> MK01
 
Last edited:

juli13

Staff member
Administrator
Messages
10,198
Changeset 11281 with emu patch nautilius7 fix

- add validity check for new ECM keys

Code:
    Fix for local card with caprovid 00000000. Happens when oscam is patched with emu
    Add log/msg for peer on-offline, authentication and connection lost
    Add OSD notification for incoming GSMS
    OSD feature enabled by suitable 'msg.osd' in tmp_dir
    Add and update some debug log outputs
Binary explanation
http://www.sat-universe.com/showthread.php?p=2036721098#post2036721098

Build from my Ubundu system
 

juli13

Staff member
Administrator
Messages
10,198
Changeset 11282

VIACCESS:

Entitle providers present on card that dont have any classes
Some code cosmetics

I give them 755 permission so zou only send them to receiver
 

juli13

Staff member
Administrator
Messages
10,198
Changeset 11283


VIACCESS:


Fix regression introduced r11282 (fake class 0 on provider with valid classes)

I gave them 755 permission so, you only send them to receiver.
 

juli13

Staff member
Administrator
Messages
10,198
Changeset 11284 with Emu patch
Fix
-after disable a working gbox reader oscam crash complete

I gave them 755 permission so, you only send them to receiver.
 

juli13

Staff member
Administrator
Messages
10,198
Changeset 11286


Changeset 11285
Revert r11250 since its breaking stuff on VU+ boxes zapping around

Changeset 11286
Restore class option for viaccess card in webif

I gave them 755 permission so, you only send them to receiver.
 

juli13

Staff member
Administrator
Messages
10,198
Changeset 11289

Changeset 11289

DVBAPI:

Don't break on max streampids reached, just don't add any more!


Changeset 11288
Fix copy/paste error from r11246 -> each EMM Pid took 2 instead of 1 -> causing overflows in some usecases

Changeset 11287
DVBAPI:

Add overflow protection to ECM and EMM pids!
 

juli13

Staff member
Administrator
Messages
10,198
Changeset 11290


[gbx]

add feature
block ecm from specific peer(s)
ignore specific peer(s) entirely
fix Warning ref. cs_readlock timeout
code clean up and cosmetics

[DOC]


add optional parameter to oscam.conf [gbox]:
block_ecm = peer_id[,peer_id...]
ignore_peer = peer_id[,peer_id...]

Files have 755 permission.
 
Status
Not open for further replies.
Top