PadreDeFamilia

QVIART DUAL : SATELITE 4K ANDROID 9.0 DVB-S2X+DVB-T2+DVB-C+IPTV

Chincheta Autor Tema: How to setup Mbox 0.5_7, step-by-step!  (Leído 6697 veces)

Registrado:
17/01/2008
Gracias:
144/3190
Mensajes
20498
How to setup Mbox 0.5_7, step-by-step!
From Mbox EX-YU forum, the results of the discussion there, with various files one needs, to compare, configure, setup and learn:

OKI, here is what I did with 0.5_7 for AZbox HD:

Following the info put by mower, dosenbrod, encounter, helder and Tinos, I edited my files for Mbox 0.5-7 a... FW 1621.

So, I deleted all the Plugins/EMUs and checked it's all gone with FilleZilla FTP client. Then, re-downloaded/re-installed the OpenXCAS and rebooted, as pr2 warned, then installed MultiCAS, MGcamd and NewCS - all of them online.

================================================== ======

Then, I installed the Mbox, the best I could. However, some advice was a bit - out of sorts... Linux, I am told, has no "single strictly right or wrong way", as there are always more "correct" or "successful" ways to do the same thing... "0 sec waiting" or "10 or more" one even put 13 secs [which I used], API advice, what exacly to put for which module in/for those "less known/less agreed on" functions etc. You need to play around a bit...

First dosenbrod's advice:


Código: [Seleccionar]
make a Folder named Mboxcas, put all nessesary Files in it like Mbox.cfg,ident.info,ignore.list,o f course mbox_module himself, the only one, who need Rights 755

Then make an openxcas.conf File,also in this Folder

- In openxcas.conf comes the following:

[module]
name = MboxCAS
daemon = mbox_module /EMU/OpenXCAS/MboxCAS/mbox.cfg
version = 0.23 4th

(later there comes AP= yes or no and Wait= 0 or 10 Seconds and maybe more)
So, I made the MboxCAS folder via FilleZilla FTP client, as instructed [but better, as Linux is case sensitive, so it ought to be MboxCAS, not Mboxcas, as dosenbrod said] in OpenXCAS folder. I copied mbox_module, mbox.prio, port.list, ident.info and knows.ini [the last two I got from my old GBox] into it. Given the rights [CHMOD to 755] for mbox_module only.

In it I made the openxcas.conf - using my UE32 editor - and in it I put, according to Mower's advice:


Código: [Seleccionar]
[module]
name = MboxCAS
daemon = mbox_module
version = 1.00

Save the file and copy to /EMU/OpenXCAS/MboxCAS/ where is mbox_module is.
A bit confusing, as this is 0.5_7 version but hey... he said so!

Dosenbrod also stated:


Código: [Seleccionar]
Now config your mbox.cfg and cwshare and all will work without any .sh File

Important Paramters in Mbox.cfg are:

- T: { /tmp/ }

- K: { /EMU/OpenXCAS/MboxCAS/ }

- P: { /tmp/pmt.tmp }
So, in mbox.cfg (I got the basic file from Mbox v. 0.5_7) I put:


Código: [Seleccionar]
Z: { 13 } { 192.168.x.xxx 8000 } - edited my PC IP address, of course, correctly and added the port, so Black's proggy would work...

Also:

B: { 0 0 0 }

//B: { 1 127.0.0.1 127.0.0.1 } // for local watching over DVB

//B: { x IP_listen IP_send }
//x=0 -> disable local UDP ports 8004-80xx ,this ports are used with DVB cards and gbox plugin (Windows and Linux)
//x=1 -> enable
//IP_listen -> on what IP to wait for PMT and ECMs
//IP_send -> on what IP to send DCW
//default disabled

K: { /EMU/OpenXCAS/MboxCAS/ }
The rest I left as I found it, since it seemed OK.

Then, dosenbrod said:


Código: [Seleccionar]
next is on Folder up, there is module.seq
- give module.seq a new entry named MboxCAS and save it.
So, I did that.

Should there be an openxcas.conf in OpenXCAS folder as well, not just in each EMU folder, guys???

To recapitulate...

My MboxCAS folder contains:

cwshare.cfg which looks like this [please comment, if you know/can...]:

Código: [Seleccionar]
################################# #
# Mbox cardsharing config file #
################################# #
# CaID
#H: { 091F0FF3 }
# Send ECM's at maximum 5 cards (please use this as default)
X: { 8 }
# Preffered cards ids (up to 32)
#X+: { 09610000:5 }
#X+: { 093B0000:10 }
#X+: { 0B000000:5 }
# max card's distance to use for ecm
I: { 3 }
#NDS system ->Resending ECM(s) on timeout interval
#N: { 400 200 }
N: { 01 01 01 00 400 200 }
#NDS system ->Resending ECM(s) on timeout interval
#
#4000 (4 seconds)-> resend current ecm on boxid if no dcw
#2000 (2 seconds)-> wait 2 more seconds for dcw ,if no dcw on time resend ecm(s) to all boxid's
#
O: { 6000 4000 }
#Connecting to newcamd server program Newcs
#
M: { myown.dyndns.org { mypassword}}
#
G: { mypeer.dyndns.something { our ports { hispassword { A2 A2 }}}}
G: { mypeer.dyndns.something { our ports { hispassword { A3 A3 }}}}
ident.info
knows.ini
mbox.cfg
mbox.prio
mbox_module [CHMOD 755] 0.5 v.7
openxcas.conf
port.list

All of them are attached to this message! Some of them you will need to edit, as carefully described above!

My OpenXCAS folder contains:

the 4 modules [MultiCAS, NewCS, MGcamd and Mbox]
sh folder [delete, install, start, stop]
addons.conf [empty]
module.seq


Código: [Seleccionar]
MboxCAS
#mgcamd
#MultiCAS
#newcs
openxcas.conf


Código: [Seleccionar]
[modules]
count = 4
active_auto = true
active_1 = MultiCAS
active_2 = newcs
active_3 = mgcamd
active_4 = MboxCAS

[module_1]
name = MultiCAS
daemon = emu_module
version = 1.57C

[module_2]
name = newcs
daemon = newcs
argument = -nd
version = 1.6
xcasapi = FALSE

[module_3]
name = mgcamd
daemon = mgcamd
version = 1.32
# argument = -a 3

[module_4]
ap= Yes
name = MboxCAS
daemon = mbox_module /EMU/OpenXCAS/MboxCAS/mbox.cfg
xcasapi = TRUE
wait=13 sec
version = 0.5-7
If you still can't get it to run try this, thanx to helder:

Telnet commands [you can use PuTTy, which is free] to start the Mbox are [thanx o Mower!]:


Código: [Seleccionar]
just ,

cd /EMU/OpenXCAS/MboxCAS/

chmod 755 mbox_module

./mbox_module

that's all
So, start the PuTTy, log in with root as username, azbox as password, then the above 3 commands to kick-start Mbox and you'll see the traffic/log/what's going on...

It is working, if a bit choppy. But I am sure that Mower will get there in the end...

Good luck!!


Thanks to goran

[archivo adjunto borrado por el administrador]
Registrado:
17/01/2008
Gracias:
144/3190
Mensajes
20498
manual paso a paso de configuracion mbox 0.5-7

esta en ingles si alguien lo adapata al español seria la leche  :   :)    :   :)  

 funcionando  y corriendo esos peers  >   :D  

saludos
Registrado:
12/11/2008
Gracias:
4/4
Mensajes
61
Cómo configurar mbox 0.5_7, paso a paso.
De Foro mbox EX-YU, los resultados de la discusión, con varios archivos uno necesita, para comparar, configurar, el programa de instalación y aprender:

OKI, aquí es lo que hice con 0.5_7, para HD AZbox:

Después de la información por segadora, dosenbrod, encuentro, helder y tinos, editado mis archivos para mbox 0,5-7 un... FW 1621.

Por tanto, eliminar todos los plugins/emúes y comprobar que todo de ido con el cliente de FTP de FilleZilla. Entonces, un-downloaded/un-installed la OpenXCAS y rebooted, como pr2 advirtió, entonces instalado MultiCAS, MGcamd y NewCS - todos ellos en línea.

================================================== ======

Entonces, he instalado el mbox, lo mejor que podía. Sin embargo, algunos consejos era un poco - de tipo... Linux, me han dicho, tiene no "único estrictamente derecho o mal camino", ya que hay siempre más "correcta" o "éxito" maneras de hacer lo mismo... "s 0 espera" o "10 o más" uno incluso pone 13 segundos que utilicé], asesoramiento de la API, qué exacly hacer para que módulo en/para esas funciones "menos conocido y menos acordados en" etc.. Debe jugar un poco...

Asesoramiento de primera dosenbrod:



Código:
hacer una carpeta denominada Mboxcas, poner todo nessesary archivos en él como mbox_module mbox.cfg,ident.info,ignore.list,o f curso propio, sólo uno, que necesitan derechos 755

Realice un openxcas.conf archivo, también en esta carpeta

-En openxcas.conf incluye lo siguiente:

[módulo]
nombre = MboxCAS
dæmon = mbox_module /EMU/OpenXCAS/MboxCAS/mbox.cfg
versión = 0,23 4

(más tarde llega AP no = sí o y espera = 0 o 10 segundos y tal vez más)Por lo tanto, hice la carpeta MboxCAS a través de cliente de FTP de FilleZilla, como instrucciones [pero mejor, como Linux es minúsculas, por lo que debería ser MboxCAS, no Mboxcas, como dosenbrod dijo] en la carpeta OpenXCAS. He copiado los mbox_module, mbox.prio, port.list, ident.info y knows.ini [los dos últimos recibí de mi antiguo GBox] en él. Administra los derechos [CHMOD a 755] para mbox_module sólo.

En lo hice el openxcas.conf - con mi editor de UE32 - y en ella Someteré, según a asesoramiento de Mower:



Código:
[módulo]
nombre = MboxCAS
dæmon = mbox_module
versión = 1.00

Guardar el archivo y la copia en la UEM/OpenXCAS/MboxCAS/donde es mbox_module is.A bits confuso, ya que se trata de 0.5_7 versión pero bueno... lo dijo!

Dosenbrod también declaró:



Código:
Ahora config su mbox.cfg y cwshare y todo funcionará sin cualquier archivo de .sh

Importantes Paramters en mbox.cfg son:

/Tmp/ - t {}

-K: {/ la UEM/OpenXCAS/MboxCAS}

/Tmp/pmt.tmp - P: {} tan, en mbox.cfg (he conseguido el archivo básico desde mbox v. 0.5_7) Someteré:



Código:
Z: {13} {192.168.x.xxx 8000} - Editar mi dirección IP del PC, por supuesto, correctamente y añadido el puerto, por lo que funcionaría proggy de Ceratogymna...

También:

B: {0 0 0}

/ / B: {1 127.0.0.1 127.0.0.1} / / para ver local sobre DVB

/ / B: {x IP_listen IP_send}
//x=0-> deshabilitar local UDP puertos 8004-80xx, este puertos se utilizan con tarjetas DVB y gbox plugin (Windows y Linux)
//x=1-> habilitar //IP_listen-> sobre qué propiedad intelectual que esperar a amort y ECMs
//IP_send-> sobre qué IP para enviar DCW
//default deshabilitado

K: {/ la UEM/OpenXCAS/MboxCAS} el resto dejé como lo encontré, ya que parecía Aceptar.

A continuación, dosenbrod dijo:



Código:
a continuación es en la carpeta, hay module.seq
-dar a module.seq una nueva entrada denominada MboxCAS y guardar it.So, que hice.

Debe haber un openxcas.conf en la carpeta OpenXCAS así, no sólo en cada carpeta de la UEM, chicos???

Para recapitular...

Mi carpeta MboxCAS contiene:

cwshare.cfg que parece esto [Comentario por favor, si usted sabe/puede...]:


Código:
################################# #
# De archivo de configuración de cardsharing # mbox
################################# #
# CaID
# H: {091F0FF3}
De # Send ACI en un máximo de 5 cartas (por favor, utilice esto como predeterminado)
X: {8}
# Preferido tarjetas ID (hasta 32)
# X: {09610000:5}
# X: {093B0000:10}
# X: {0B000000:5}
distancia de la tarjeta # Max que se va a utilizar para ACI
I: {3}
# NDS sistema-> reenviar ECM(s) en el intervalo de tiempo de espera
# N: {400 200}
N: {01 01 01 00 400 200}
# NDS sistema-> reenviar ECM(s) en el intervalo de tiempo de espera
#
# 4000 (4 segundos)-> reenviar ACI actual en boxid si no dcw
# 2000 (2 segundos)-> esperar 2 segundos más para dcw, si no dcw en tiempo de reenviar ecm(s) a de todos boxid
#
O: {6000 4000}
# Conectando con el programa de servidor de newcamd Newcs
#
M: {myown.dyndns.org {mi_contraseña}}
#
G: {mypeer.dyndns.something {nuestros puertos {hispassword {a2 a2}}}}
G: {mypeer.dyndns.something {nuestros puertos {hispassword {A3 A3}}}} ident.info knows.ini mbox.cfg
MBOX.prio
mbox_module [CHMOD 755] 0,5 v.7
openxcas.conf
Port.List todos de ellos se adjuntan a este mensaje! Algunos de ellos tendrá que modificar, descrito como cuidadosamente!

Mi carpeta OpenXCAS contiene:

los 4 módulos [MultiCAS, NewCS, MGcamd y mbox]
sh carpeta [eliminar, instalación, inicio, parada]
addons.conf [vacío]
Module.Seq



Código:
MboxCAS
#mgcamd
# MultiCAS
#newcsopenxcas.conf



Código:
[módulos]
conteo = 4
active_auto = true
active_1 = MultiCAS
active_2 = newcs
active_3 = mgcamd
active_4 = MboxCAS

[module_1]
nombre = MultiCAS
dæmon = emu_module
versión = C 1,57

[module_2]
nombre = newcs
dæmon = newcs
argumento = - nido
versión = 1.6
xcasapi = FALSE

[module_3]
nombre = mgcamd
dæmon = mgcamd
versión = 1,32
# argument = - un 3

[module_4]
AP = yes
nombre = MboxCAS
dæmon = mbox_module /EMU/OpenXCAS/MboxCAS/mbox.cfg
xcasapi = TRUE
esperar = 13 segundos
versión = 0,5-7If que todavía no puede hacer que ejecutar intente esto, thanx a helder:

Telnet comandos [puede utilizar masilla, que es libre] para iniciar la mbox son [thanx o Mower!]:



Código:
simplemente,

CD/la UEM/OpenXCAS/MboxCAS

chmod 755 mbox_module

. / mbox_module
Eso es todo
Por lo tanto, iniciar la masilla, inicie sesión con raíz como nombre de usuario, azbox como contraseña y los 3 comandos anteriores a poner en marcha mbox y verá el tráfico/registro/qué está pasando...

Está trabajando, si un poco cortadas. Pero yo estoy seguro que Mower se llegar al final...

Buena suerte!!

Registrado:
17/01/2008
Gracias:
144/3190
Mensajes
20498
body a mi no me trabaja el google traduztor     :D  

saludos y buen domingo
Registrado:
12/11/2008
Gracias:
4/4
Mensajes
61
Hola amigo,no esta traducido con google,esta traducido con este,es lo que tengo dentro de lo que hay gratis:

http://www.microsofttranslator.com/Default.aspx?br=ro

salu2t ;D

Body 8)

QVIART DUAL : SATELITE 4K ANDROID 9.0 DVB-S2X+DVB-T2+DVB-C+IPTV

 



PadreDeFamilia
!! ADVERTENCIAS !!: Las informaciones aquí publicadas NO CONTIENEN KEYS para la decodificación de ningún sistema: NO SON OPERATIVOS en sistemas SAT que precisen de su correspondiente suscripción. ESTA TOTALMENTE PROHIBIDO EL USO DE ESTAS INFORMACIONES PARA LA MODIFICACIÓN O DEFRAUDACIÓN DE SISTEMAS DE ACCESO CONDICIONAL. EN ESTOS FOROS NO SE PERMITE LA PUBLICACIÓN DE INFORMACIONES ILEGALES POR PARTE DE LOS USUARIOS. EN CASO DE DETECTARSE ESTE TIPO DE INFORMACIONES, LOS USUARIOS SERÁN EXCLUIDOS DE ESTAS PÁGINAS.
PROHIBIDA LA PUBLICACIÓN DE ENLACES A FIRMWARES ILEGALES
LOS FOROS NO SON MONITORIZADOS DE MANERA CONSTANTE, CUALQUIER INFORMACIÓN QUE PUEDAS CONSIDERAR ILEGAL REPORTALA A LA ADMINISTACIÓN DEL FORO