Digital Eliteboard - Das Digitale Technik Forum

Registriere dich noch heute kostenloses um Mitglied zu werden! Sobald du angemeldet bist, kannst du auf unserer Seite aktiv teilnehmen, indem du deine eigenen Themen und Beiträge erstellst und dich über deinen eigenen Posteingang mit anderen Mitgliedern unterhalten kannst! Zudem bekommst du Zutritt zu Bereiche, welche für Gäste verwehrt bleiben

M-Box MBox; kein Share der lokalen Karte

FaMan

Ist gelegentlich hier
Registriert
28. November 2008
Beiträge
81
Reaktionspunkte
7
Punkte
28
Hi,
ich habe mal wieder ein Problem und bräuchte eure Hilfe. Ich benutze MBox 04.0022 und NewCS 1.65.

Bei mir selbst läuft alles. Ich kann die lokale Karte sehen. Dann habe ich noch ein kleines Netzwerk mit 3 Freunden, das mir nach Umstieg auf MBox leider etwas Probleme macht. Die anderen benutzen eine DBox 2 mit GBox 2.25, ich eine Dream mit o.g. MBox Version. Momentan ist es so:

- ich kann meine lokale sehen
- ich bekomme die Karten meiner Freunde rein
- ich kann die Karten meiner Freunde weiterverteilen aber

- meine lokale kommt bei meinen Freunden nicht an!

Ich denke ich poste mal meine Configs, vielleicht hat einer von euch eine Idee was ich falsch gemacht habe:

MBox.cfg:



//mbox.cfg EXPLANATION and EXAMPLES


A: { 0 } // for QBoxHD receivers or for any receivers if needed it
//A: { x }
//Choose adapter path
//x=0 -> /dev/dvb/adapter0/
//x=1 -> /dev/dvb/adapter1/
//x=2 -> /dev/dvb/adapter2/
//x=.. -> .......
//default x=0


/************************************************************************************************************************/

D: { 0 }

//D: { x }
//x=0 -> disable
//x=1 -> enable dbox2 cw writing
//x=2 -> enable STAPI for IPBOX
//x=3 -> enable STAPI for Kathrein
//x=4 -> enable Linux DVB API for Kathrein
//x=5 -> enable triple dragon
//x=6 -> enable Qbox HD
//x=7 -> enable STAPI for Kathrein ufs922 -> dont work CSA decoding :(
//default disabled

/************************************************************************************************************************/

B: { 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

/************************************************************************************************************************/



Z: { 11 } { 127.0.0.1 8000 }

// Z option -> control sending/writing current informations
// Z: { xy } { IP port }
// x=0 -> don't print time stamp (in console screen and in debug file)
// x=1 -> print time stamp ( .... )
// y=0 -> no writing/sending informations to debug file/destination IP
// y=1 -> send informations to destination IP but not in debug file
// y=2 -> write informations to debug file but don't send to destination IP
// y=3 -> write/send informations to debug file/destination IP
// IP port -> destination IP and UDP port where to send informations
// no default

/************************************************************************************************************************/

#C: { 127.0.0.1 7999 }

// C option -> control receiving some command messages localy or from another IP
// C: { IP port }
// IP-> your local IP or you DNS
// port -> on what port you will be waiting command messages
// no default

/************************************************************************************************************************/


U: { 1 }

// U options -> Update peer(s) IP if it changes while peer still resending ecm's/cw etc.. information
// default only on hello message peer(s) IP are updated !!!
// U: { x }
// x=0 -> disabled
// x=1 -> enabled
// default disabled

/************************************************************************************************************************/

L: { 1 }

// L option -> how mbox to menage virtual card(s) with level 0
// ( only for peer(s) who have and can reshare virtual cards but don't want to use LEVEL 0 card(s) for them self)
// L: { x }
// x=0 -> don't load any virtual cards with LEVEL 0, you can't use them for your self
// x=1 -> load all virtual cards with LEVEL 0 ,you will be using them for your self
// default 1

/************************************************************************************************************************/

#G: { /hdd/ }

//G option -> redirect writing ONLY debug.txt file to internal or external HDD in receivers or for any other reason.
//Remove #, ONLY if you want to use this option !!!!!!!

/************************************************************************************************************************/

T: { /tmp/ }

// T option -> where to store temp files ... (share.info,debug.txt ,etc.)
// T: { folder_path_to_files, example: T: { /tmp/ } }

/************************************************************************************************************************/

K: { /var/keys/ }

// K option -> where is cwshare.cfg,mbox.prio file
// K: { folder_path_to_files, example: K: { /var/keys/ } }


/************************************************************************************************************************/


M: { 1 }

// M option -> Mode option
// M: { x }
// x=0 -> local mode no NET
// x=1 -> NET mode
// default 0

/************************************************************************************************************************/


P: { 2/tmp/camd.socket }


// P option -> PMT location (Dont used with linux and windows)
// you must be tuned to channel so image can generate this file
// { /tmp/pmt.tmp } for receivers and images that create this file <- use this if you can
// { /tmp/pmtX.tmp } X-> number -> pmt1.tmp ......
// { 1/tmp/camd.socket } for enigma 1
// { 2/tmp/camd.socket } for enigma 2

/************************************************************************************************************************/

W: { 0 }

// W option -> write raw ECM to ecm.raw file
// W: { x }
// x=0 -> disabled
// x=1 -> enabled
// default disabled

/************************************************************************************************************************/

Q: { 300 }

//Q option -> newcamd connect retry in sec.
//Q: { x }
// default 300 sec.

/************************************************************************************************************************/

F: { 500 }

//F option -> reset writing debug.txt from begining if file size is higher then (x)(KB)
//F { x } -> decimal in KBytes
//default 500 KB


/************************************************************************************************************************/

//V: { card_type | device number | clock | inverse_Reset | inverse_CD_Line | detect card over CTS | DM800/8000 | dbox }
#V: { 3 1 3571200 0 0 0 0 0 } // external reader example -> Seca card, com1 port, clock 3.57 Mhz,
#V: { 3 2 3571200 1 0 0 0 0 }
#V: { 3 3 1 0 0 0 0 0 } // dreambox example -> Seca card,sci0 slot,3.33 Mhz


// card_type:
// Seca 3
// Irdeto 4
// Conax 5
// Cryptoworks 6
// Viaccess 7
// NDS 8
// Nagravision 9



// device number:
// COM1/ttyS0 1
// COM2/ttyS1 2
// /dev/sci0 3
// /dev/sci1 4
// /dev/usb/tts/0 5
// /dev/usb/tts/1 6
// /dev/tts/0 7
// /dev/tts/1 8
// /dev/ttyUSB0 9
// /dev/ttyUSB1 10
// /dev/scard0 11 //azbox
// /dev/scard1 12 //azbox



//clocks for COM ports and external card readers in Hz!!!

//for SCI slots use this values
// 1 - 3.33 Mhz
// 2 - 3.63 Mhz
// 3 - 4 Mhz
// 4 - 4.44 Mhz
// 5 - 5Mhz
// 6 - 5.71 Mhz
// 7 - 6.66 Mhz
// 8 - 8 Mhz

//Inverse Reset
// 1 -yes
// 0 -no
//for GPIO
//2-gpio1
//3-gpio2
//4-gpio3
//5-gpio4
//6-gpio5
//7-gpio6
//8-gpio7


//Inverse CD Line Detection
//1 - yes
//0 - no

//Detect card over CTS signal
//1 - yes
//0 - no

//DM800/8000 box
//1 - yes
//0 - no


//dbox serial/multicam
//1 - yes
//0 - no

/************************************************************************************************************************/


J: { 1 }
// J option -> enable adding betacrypt header to N3 ECM for Premier
// J { x }
// x = 0 -> disabled
// x = 1 -> enabled

/************************************************************************************************************************/

#S: { COM1 115200 }
//S option -> enable sssp protocol
//S: { x baud }
//x=COM1
//x=COM2
//x=/dev/ttyS0
//x=/dev/ttyS1
//x= serial device ...
//valids baud -> 115200,57600,38400,19200,9600
/************************************************************************************************************************/
R: { 3600 }
H: { 0 0 0 0 }

--------------------------------------------------------------------------

cwshare.cfg:

# allow maximum 06 share level for recieved card data
I: { 06 }

# 01 repeat EMM's
# 00 consider every EMM only once
# 01 restart pid on overflow
# 1* reset ENX on every channel change
# *1 check/reset ENX freezes on FTA
# *2 check/reset ENX freezes on PayTV
# *3 check/reset ENX freezes on FTA and PayTV
# 00 write nothing in atack.txt
# 01 write into atack.txt: password is wrong
# 02 write into atack.txt: ID unknown
# 04 write into atack.txt: IP is wrong
# 08 write into atack.txt: port is worng
# 10 write into atack.txt: share.stat
# 20 create online.log for online/offline logging
# 3F write everything. (combine bits for other combinations)
# 4000 send ecm again after 4 Seconds if no reply.
# 6000 resync decode after 6 Seconds if net decode failed
N: { 00 03 01 00 4000 6000 }

# Send ECM's at maximum 5 cards (please use this as default)
X: { 05 }

# Send ECM's in any case to these card ID's, even they are more then X:
# some examples ...
#G: { 17020000 1234 }
#G: { 0B000000 ABCD }
#G: { 05021510 AB34 }
#G: { 0D03A000 A234 }


# For W: please read the cwshare.txt, here only some examples
# use card 1 only for the following pids
#W: { 01 02 02 } 1022 100A 100B 102B 1009 101D 1029 1014 1011 101B
# don't use card 2 for the following pids
#W: { 02 03 03 } 1008 1016

# S: is the same as W:, just using the SID instead of the ECMPID

# cwshare.cfg --- dreambox800 --- Internet und Lokales Netzt
#
# password
M: { xxx.dyndns.com { pw-ich }}

# Premiere Full incl. HD
#H: { 17220000;18010000; }

# Verbindung zu NewCS
C: { 127.0.0.1 34000 User passwort 01 02 03 04 05 06 07 08 09 10 11 12 13 14 } { 15 } { 17220000:18010000 }

#Verbindung zu MPCS

#C: { 127.0.0.1 15000 dummy dummy 01 02 03 04 05 06 07 08 09 10 11 12 13 14 } { 10 } { 1722FFFF:17220000 }
#C: { 127.0.0.1 15001 dummy dummy 01 02 03 04 05 06 07 08 09 10 11 12 13 14 } { 10 } { 1801FFFF:18010000 }

# Internet Friends port range password cod
D: { xxx.dyndns1.com { XXXX YYYY { passwort { A5 A5 }}}}
D: { xxx.dyndns.com { XXXX YYYY { passwort { A5 A5 }}}}
D: { xxx.dyndns2.com { XXXX YYYY { passwort { A5 A5 }}}}
D: { xxx.dyndns3.com { XXXX YYYY { passwort { A5 A5 }}}}
D: { xxx.dyndns4.com { XXXX YYYY { passwort{ A3 A3 }}}}

# other local boxes
#D: { 192.168.0.51 { 8020 8020 { AA242456 { 5 5 }}}}
#D: { 192.168.0.52 { 8020 8020 { BA334B24 { 5 5 }}}}

--------------------------------------------------------------------------

newcs.xml:

<newCSconfig>
<readers name="Card Readers">
<device>
<name>lower</name>
<type>sci</type>
<mhz>357</mhz>
<node>/dev/sci0</node>
<parity>even</parity>
<reset>normal</reset>
<export>Yes</export>
<enabled>Yes</enabled>
<blocksa>No</blocksa>
<blockua>No</blockua>
<blockga>No</blockga>
<crypto-special>No</crypto-special>
<PTShandshake>No</PTShandshake>
<carddetect>yes</carddetect>
<newcamd_port>34000</newcamd_port>
<autosid>Yes</autosid>
<Seca-PPV>no</Seca-PPV>

<priority>round</priority>
</device>
</readers>
<radegastserver>
<enabled>No</enabled>
<port>16000</port>
<allow>
<hostname>localhost</hostname>
</allow>
</radegastserver>
<cache>
<emm>20</emm>
<ecm>-1</ecm>
</cache>
<httpd>
<server>
<port>8080</port>
<enabled>yes</enabled>
</server>
<user>

<name>newcs</name>


<password>newcs</password>


<accesslevel>admin</accesslevel>
</user>
</httpd>
<debug>
<password>admin</password>
<level>normal</level>
<type>init</type>
<output>console,tcp</output>
<console_options>normal,init</console_options>
<tcp_port>1001</tcp_port>
<tcp_options>normal,init</tcp_options>
</debug>
<newcamdserver>
<cache>
<emm>20</emm>
<ecm>-1</ecm>
</cache>

<enabled>Yes</enabled>
<name>newcs</name>
<deskey>01 02 03 04 05 06 07 08 09 10 11 12 13 14</deskey>
<user>
<name>User</name><password>passwort</password><hostname>localhost</hostname><port></port><au>on</au><spider>off</spider>
<sidoverride>off</sidoverride><rate>1</rate><status>access</status></user><user>
</newcamdserver>
</newCSconfig>
-----------------------------------------------------------------------


Ich hoffe Ihr könnt mir helfen, dafür schonmal vielen Dank.

Gruß
Fa
 
AW: MBox; kein Share der lokalen Karte

Das liegt am Mischbetrieb, der ist eh Kacke.

Hatte ich früher auch das mich Gbox Peers gekickt hatten weil meine Lokale bei denen nicht sichtbar war obwohl diese online war.
 
AW: MBox; kein Share der lokalen Karte

Ja, stimmt. Ist nicht besonders toll.

Das blöde ist halt wirklich die HD Sender im Kabel hell zu bekommen und trotzdem sharen zu können. Das ist net so schön zu machen wie bei Sat.
 
AW: MBox; kein Share der lokalen Karte

blőde frage ? welchen michbetrieb meint ihr ? ich habe eine dm800 und wollte von der gbox zur mbox wechseln.

mfg
 
AW: MBox; kein Share der lokalen Karte

hi,

solange gbox peers auf deine mbox zugreifen können ist das mischbetrieb.

Ab der version 05 kann nur noch mbox mit mbox
 
Zurück
Oben