Author Topic: sBox Configuración - Bloquer EMMs  (Read 570 times)

0 Members and 1 Guest are viewing this topic.

Offline antox

  • Ferengi
  • Global Moderator
  • Hero Member
  • *****
  • Posts: 16798
sBox Configuración - Bloquer EMMs
« on: January 09, 2010, 08:15:32 PM »
Translation ENG

Hello all,

Setting Up the Blocker for Local Mode, example using a SECA CARD:

Código:
[11223344]
ok_view=1
emm=6


Setting up the Blocker in Client Mode using Newcamd Protocol:

Código:
server0=dummy:dummy@4578:3666/0102030405060708091011121314/2

Setting up the blocker em Server Mode using Newcamd Protocol:

Código:
[slot0]
active=0
sci=/dev/sci0
ncdserver=1
deskey=0102030405060708091011121314
port=15051
users=dummy:dummy:1,dummy1:dummy1:0

[11223344] #(This is the Card inserted in /dev/sci0)
ok_view=1
emm=6

How to know the meaning of each value?

Código:
0=Accepts all EMMs
1=Ignore the EMM-S
2=Ignore the EMM-U
4=Ignore the EMM-G

An example, if you want to ignore the EMM-S and the EMM-U, then the correct value would be the summ of (1+2=3). If you want to block only the EMM-S and EMM-G, would be 1+4=5, then the correct value would be 5.

Regards EDK..
THX TO ELGENERAL..