Dies ist eine mobil optimierte Seite, die schnell lädt. Wenn Sie die Seite ohne Optimierung laden möchten, dann klicken Sie auf diesen Text.

M-Box Mbox - NewCS - Sky funktioniert, KD nicht

    Nobody is reading this thread right now.
Registriert
7. Februar 2008
Beiträge
2.975
Reaktionspunkte
2.416
Punkte
373
Ort
Überall und Nirgendwo
Hallo,

ich benutze die Mbox und Newcs mit meiner Dbox 2.

Wenn ich die Box starte funktioniert alles. Nach einer weile geht jedoch alles über KD nicht mehr. Obwohl ich es im Abo habe. Schalte ich auf Sky funktioniert dies alles einwandfrei. Nach einem EMU Reset funktioniert wieder alles für eine weile, dannach wieder nur SKY. Dies ist sowohl mit Internetverbidnung wie auch ohne der Fall. Im Mbox Control Center wird alles als korrekt angezeigt und meine Server sind online.

NewCS Config:

Code:
<?xml version="1.0"?>
<newCSconfig>
    <readers name="Card Readers">
        <device>
             <name>CardReader</name>
             <type>dbox</type>
             <mhz>600</mhz>
             <node>/dev/tts/0</node>
             <parity>even</parity>
             <export>yes</export>
             <enabled>yes</enabled>
             <blocksa>no</blocksa>
             <blockua>no</blockua>
             <blockga>no</blockga>
             <boxid></boxid>
             <PTShandshake>no</PTShandshake>
             <Seca-PPV>no</Seca-PPV>
             <crypto-special>no</crypto-special>
             <carddetect>no</carddetect>
             <newcamd_port>34000</newcamd_port>
             <autosid>yes</autosid>
             <priority>round</priority>
        </device>
    </readers>
    <radegastserver>
        <enabled>no</enabled>
        <port>10003</port>
        <allow>ALL</allow>
    </radegastserver>
    <cache>
        <emm>10</emm>
        <ecm>30</ecm>
    </cache>
        <httpd>
    <server>
        <port>8080</port>
        <enabled>yes</enabled>
    </server>
    <user>

        <name>digital</name>

        <password>eliteboard</password>

        <accesslevel>admin</accesslevel>
    </user>
</httpd>
<debug>
            <password>NewCSpwd</password>
            <level>internal</level>
            <type>all</type>
            <output>all</output>
            <console_options>all</console_options>
            <udp_host>192.168.0.100</udp_host>
        <udp_port>1001</udp_port>
        <udp_options>all</udp_options>
            <tcp_port>1001</tcp_port>
            <tcp_options>all</tcp_options>
    </debug>
<newcamdserver>
    <enabled>yes</enabled>
    <deskey>01 02 03 04 05 06 07 08 09 10 11 12 13 14</deskey>
    <name>newcs</name>
    <userfile>/tmp/users.txt</userfile>
    <user>
        <name>BaNaNa</name>
        <password>Beck</password>
        <spider>on</spider>
        <sidoverride>off</sidoverride>
        <au>on</au>
    </user>
</newcamdserver>
</newCSconfig>
cwshare.cfg

Code:
M: { ***.mine.nu { **** }}
C: { 127.0.0.1 34000 BaNaNa Beck 01 02 03 04 05 06 07 08 09 10 11 12 13 14 } { 10 } { 17220000:17220000, }

D: {sadasdafda

I: { 02 }
X: { 05 }
N: { 00 01 03 1F 5000 6000 }
mbox.cfg

Code:
//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: { 1 }

//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
//default disabled

B: { 0 }

//B: { x }
//x=0 -> disable local UDP ports 8004-80xx ,this ports are used with DVB cards and gbox plugin (Windows and Linux)
//x=1 -> enable
//default disabled


Z: { 13 } { 192.168.0.100 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: { /tmp/pmt.tmp }


// 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



///DO NOT USE THIS ,NOT TESTED !!!!!!!!//
//V: { card_type  device clock inverse_Reset}
#V: { 3 1 3571200 0 }
#V: { 3 2 3571200 1 }
// card_type:
// Seca 3 , Irdeto 4, Conax 5, Cryptoworks 6, Viaccess 7, NDS 8, Nagravision 9

// device:
// 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


//clocks for COM ports 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
///DO NOT USE THIS ,NOT TESTED !!!!!!!!//


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


R: { 3600 }
// R option -> resend hello to all peers after X seconds, ony for gboxx peers,not mbox peers
//default in code 3600 seconds



H: { 0 0 0 0 0 0 }
// H option -> mapping provid (0-disabled, 1-enabled)
//H: { a b c d e f }
//a-> mapping all 0BXX to 0B00
//b-> mapping 1810 to 1801
//c-> mapping 1803 to 1801
//d-> mapping 1802 to 1801
//e-> mapping 1815 to 1801
//f-> mapping 1822 to 1801




#S: { COM1 }
//S option -> enable sssp protocol
//S: { x }
//x=COM1
//x=COM2
//x=/dev/ttyS0
//x=/dev/ttyS1

Mitschnitt:

Code:
[21:57:39] [newcamd] Control words not received (127.0.0.1:34000), time (22 ms)
[21:57:39] Searching CW cache for CaID 0x1722, pid 0x1766...no CW in cache 
[21:57:39] [newcamd] Putting ECM (<-3) from murillo1.blogdns.org, caid:0x1722, ecmpid:0x1766,sidpid:0x000C in ECM buffer (1/10)
[21:57:39] [newcamd] Sending ECM caid:0x1722, ecmpid:0x1766,  sidpid:0x000C to (127.0.0.1:34000).
[21:57:39] [newcamd] sent sequence id 209A , received sequence id 209A
[21:57:39] [newcamd] Control words not received (127.0.0.1:34000), time (18 ms)
[21:57:41] Searching CW cache for CaID 0x1722, pid 0x1744...no CW in cache 
[21:57:41] [newcamd] Putting ECM (<-2) from murillo1.blogdns.org, caid:0x1722, ecmpid:0x1744,sidpid:0x000B in ECM buffer (1/10)
[21:57:41] [newcamd] Sending ECM caid:0x1722, ecmpid:0x1744,  sidpid:0x000B to (127.0.0.1:34000).
[21:57:41] [newcamd] sent sequence id 209B , received sequence id 209B
[21:57:41] [newcamd] Control words not received (127.0.0.1:34000), time (24 ms)
[21:57:41] Searching CW cache for CaID 0x1702, pid 0x170C...no CW in cache 
[21:57:41] Dropping ECM (<-4) from donquijote.no-ip.info, caid:0x1702, ecmpid:0x170C, sidpid:0x00DF cant decode localy
[21:57:41] Searching CW cache for CaID 0x1702, pid 0x1C0D...no CW in cache 
[21:57:41] Dropping ECM (<-4) from donquijote.no-ip.info, caid:0x1702, ecmpid:0x1C0D, sidpid:0x00DF cant decode localy
[21:57:42] Searching CW cache for CaID 0x1722, pid 0x1744...same ECM allready in cache from murillo1.blogdns.org
[21:57:42] [newcamd] Putting ECM (<-2) from murillo1.blogdns.org, caid:0x1722, ecmpid:0x1744,sidpid:0x000B in ECM buffer (1/10)
[21:57:42] [newcamd] Sending ECM caid:0x1722, ecmpid:0x1744,  sidpid:0x000B to (127.0.0.1:34000).
[21:57:42] [newcamd] sent sequence id 209C , received sequence id 209C
[21:57:42] [newcamd] Control words not received (127.0.0.1:34000), time (19 ms)
 
AW: Mbox - NewCS - Sky funktioniert, KD nicht

Hi ,
dein Server von der Karte antwortet nicht, warscheinlich verliert dein Server die Karte , welche Soft hast du dafür?
 
AW: Mbox - NewCS - Sky funktioniert, KD nicht

Hi ,
dein Server von der Karte antwortet nicht, warscheinlich verliert dein Server die Karte , welche Soft hast du dafür?

newcs 1.65 und die mbox 0.4 00023

als image benutze ich das zebradem 3.51 hatte bisher nie probleme deswegen bin ich leicht verwundert

aber ich hab ja kabel d und sky auf einer karte freigeschalten... also verliert er ja nur einen teil sonst würde sky auch nicht mehr gehen
 
Zuletzt bearbeitet:
AW: Mbox - NewCS - Sky funktioniert, KD nicht

Hast du eine Portlist ,wenn ja könnte die vielleicht nicht ok sein .Überprüfe mal deine Port.list oder lösche die mal zu probe und schau dann mal nach.
 
AW: Mbox - NewCS - Sky funktioniert, KD nicht

Ich habe eine 34000.list und KEINE port list...


34000.list

Code:
R: { 15000 }
SF: { 0000 }
//
//
//*** Premiere ***
//
//
SF: { 0008 } //Premiere Start
SF: { 0298 } //Big Brother
SF: { 0299 } //Blue Movie
SF: { 029A } //Blue Movie Extra
SF: { 029F } //Blue Movie Gay
SF: { 030A } //Premiere Erotik 1
SF: { 030C } //Premiere Erotik 2
SF: { D16B } //Sportdigtal.TV
SF: { 030C } //Premiere Erotik 2
//
//
//*** KD Home ***
//
//
SF:{ c3ba } # SciFi (KD)
SF:{ c3bb } # 13th Street (KD)
SF:{ c618 } # Turner Classic Movies
SF:{ c47f } # TNT Serie (KD)
SF:{ d0a3 } # Sat.1 Comedy
SF:{ d0a4 } # kabel eins classics
SF:{ c480 } # AXN Action
SF:{ d0a5 } # Romance TV
SF:{ c3bc } # Kinowelt TV
SF:{ c481 } # Silverline
SF:{ d03e } # Animax
SF:{ c611 } # Nick Junior
SF:{ c615 } # Disney Playhouse
SF:{ c483 } # Disney Toon
SF:{ c616 } # Disney Toon + 1
SF:{ c617 } # Cartoon Network
SF:{ d09c } # Boomerang
SF:{ c60d } # MTV Entertainment
SF:{ c60f } # MTV Dance
SF:{ c610 } # MTV Hits
SF:{ c47e } # VH1 Classic
SF:{ cf6e } # Relax TV
SF:{ cf6f } # Club TV
SF:{ cf73 } # Rock TV
SF:{ c3b7 } # Trace.TV
SF:{ cf70 } # Jukebox
SF:{ d035 } # History
SF:{ c614 } # National Geographic
SF:{ c3b9 } # Planet
SF:{ c3bd } # Wetter Fernsehen
SF:{ c60e } # Yacht & Sail
SF:{ d0a1 } # Extreme Sports
SF:{ c47d } # ESPN Classic
SF:{ c3b6 } # Motors TV
SF:{ c482 } # ESPN America
SF:{ d16b } # sportdigital.tv
SF:{ d036 } # tv.gusto Premium
SF:{ d099 } # Spiegel TV Digital
SF:{ d09e } # BBC Prime
SF:{ c619 } # The Biography Channel
SF:{ c3b8 } # E! Entertainment
SF:{ c3bf } # Gute Laune TV
SF:{ c613 } # Playboy TV
SF:{ c419 } # Klassik Hits
SF:{ c41a } # Symphonie
SF:{ c41c } # Country
SF:{ c41e } # Instrumentals
SF:{ c41f } # New Age
SF:{ c420 } # Euro Hits
SF:{ c423 } # Deutscher Rock
SF:{ c424 } # Deutsche Schlager
SF:{ c425 } # Deutsche Hits
SF:{ c427 } # UK Hits
SF:{ c42b } # Chillout
SF:{ c42d } # Klassischer Jazz
SF:{ c42e } # Perfect Dinner Party
SF:{ c42f } # Brasil
SF:{ c430 } # Rock Anthems
SF:{ c432 } # Spanischer Rock
SF:{ c433 } # Rock'n' Roll Oldies
SF:{ c437 } # 60er & 70er Hits
SF:{ c438 } # Big Band/Swing
SF:{ c439 } # Classic Rock
SF:{ c43a } # Heavy Metal
SF:{ c43b } # Alternative
SF:{ c43c } # Dance
SF:{ c43f } # Pop
SF:{ c441 } # Love Songs
SF:{ c442 } # 80er & 90er Hits
SF:{ c443 } # Blues
SF:{ c445 } # R & B Hip Hop
SF:{ c446 } # Reggae
SF:{ c447 } # Rap
//
//
//*** KD PPV ***
//
//
SF:{ c490 } # Select Kino Info
SF:{ c491 } # Select Kino 1
SF:{ c492 } # Select Kino 2
SF:{ c493 } # Select Kino 3
SF:{ c494 } # Select Kino 4
SF:{ c495 } # Select Kino 5
SF:{ c496 } # Select Kino 6
SF:{ c497 } # Select Kino 7
SF:{ c499 } # redXclub Info
SF:{ c49a } # redXclub 1
SF:{ c49b } # redXclub 2
//
//
//*** Englisch ***
//
//
SF:{ d09a } # AXN Action (engl)
SF:{ d0a0 } # TCM (engl)
SF:{ d048 } # TNT Serie (engl)
SF:{ d09f } # Boomerang (engl)
SF:{ c612 } # Cartoon Network (engl)
SF:{ d109 } # Playhouse Disney (engl)
SF:{ cf74 } # Toon Disney (engl)
SF:{ cfd8 } # National Geo (engl)
SF:{ cf79 } # MTV Hits (engl)
SF:{ cf7a } # MTV Dance (engl)
SF:{ cf7b } # VH1 Classic (engl)
SF:{ cf6d } # BBC Prime (engl)
SF:{ cf75 } # Sky News (engl)
SF:{ d0a2 } # CNBC Europe (engl)
SF:{ cf7c } # Yacht & Sail (engl)
SF:{ cf78 } # Extreme Sports (engl)
SF:{ cf71 } # ESPN America (engl)
SF:{ d09d } # ESPN Classic (engl)
//
//
//***Türkisch***
//
//
SF:{ d0fd } # Show Turk (tþrk)
SF:{ d0fe } # Fox Turk (tþrk)
SF:{ d100 } # Kanal 7 (tþrk)
SF:{ d106 } # LiG TV (tþrk)
SF:{ d107 } # Turkmax (tþrk)
SF:{ cfd3 } # ATV Avrupa (tþrk)
SF:{ cfd5 } # Euro D (tþrk)
SF:{ cfda } # Euro Star (tþrk)
SF:{ c4e9 } # METROPOL FM
//
//
//*** Italienisch ***
//
//
SF:{ cfdf } # EuroNews (itl)
SF:{ d101 } # Rai 1 (itl)
SF:{ d102 } # Rai 2 (itl)
SF:{ d103 } # Rai 3 (itl)
//
//
//*** Russisch ***
//
//
SF:{ cfe2 } # EuroNews (rus)
SF:{ d108 } # CH1 Russia (rus)
SF:{ cfd1 } # RTVi (rus)
SF:{ cfd2 } # Nashe Kino (rus)
SF:{ cfdc } # RTR Planeta (rus)
SF:{ d0ff } # Detski Mir/TeleKlub
//
//
//*** Div. Sprachen ***
//
//
SF:{ cf72 } # iTVN (pol)
SF:{ cfe0 } # EuroNews (span)
SF:{ cfe1 } # EuroNews (port)
SF:{ cfd4 } # TV Polonia (pol)
SF:{ cfd6 } # RTP Internacional
SF:{ cfd9 } # ERT World (griech)
SF:{ d104 } # TVEi (span)
SF:{ d105 } # Canal 24 Horas
//
//
//
G: { 17220001 }
G: { 17220002 }
G: { 17220003 }
 
AW: Mbox - NewCS - Sky funktioniert, KD nicht

34000 ist dein Port.Versuch mal Mbox ohne deine Liste , weil sich seit der Umstellung von Premiere zu Sky auch einiges geändert hat.
 
AW: Mbox - NewCS - Sky funktioniert, KD nicht

Das selbe problem hab ich zur zeit auch, und das erst seit ca 1woche.
1.karte D02 (Sky Full+ KD HOME + KD Free) Steckt im Internen Slot der Dreambox 800
2.karte K02 (KD Free) Steckt im Smargo ander Dreambox

Nach 1-2 tagen gehen die KD Free sender von der 2.karte nicht mehr.
[newcamd] Control words not received (127.0.0.1:15002), time (4 ms)
Kommt dann immer.
das eigenartige ist das es nur einige sender sind wie DSF,Eurosport,Eurosport2,Tele5,und RTL2 die andern funzen ohne probleme.

cwshare
 
AW: Mbox - NewCS - Sky funktioniert, KD nicht

Hi ,
ok .Ich würde es an eure Stelle so machen , ihr ladet euch MBox Control Center runter ,damit seid ihr in der Lage Newcs sowie Mbox zu logen .Richet euch alles so ein das es geht ,falls es Probleme beim einrichten gibt ,werde ich oder eine andere User schon helfen.
Ohne einen Log von Newcs ist es schwer euch weiter zuhelfen.
Es macht aber den eindruck das eure Port.list falsch ist ,daher mal Mbox ohne starten und schauen ob es dann geht.Das die Karte vielleicht ein Update braucht , wäre meiner Meinung nicht das Problem .
 
AW: Mbox - NewCS - Sky funktioniert, KD nicht

Hallo,

ich habe nun meine Portlist mal verfeinert. Nun lüppt alles ziemlich schön bei mir. Ich werde hetue abend wenn ich von der Arbeit daheim bin mal meine neue Portlist hier Posten.

Mfg
 
AW: Mbox - NewCS - Sky funktioniert, KD nicht

Also das hier ist eine optimierte port.list für Kabel Deutschland und SKY Full ohne HD.

 
AW: Mbox - NewCS - Sky funktioniert, KD nicht

banana.........

tu mir einen gefallen....lösche das SA: { 0000 }
in der anderen portlist hättest du das SF: { 0000 } löschen müssen...

die lage ist so....
SF: { 0000 } du verbietest alle Sids......
SA: { 0000 } du erlaubst alle sids....

darunter packst du noch zusätzlich die erlaubte sids rein.....

gemäß dem Fall das du 20 sids erlaubst aber zeitgleich mit SA: { 0000 } alles erlaubst kackt das newcs nach einer Zeit ab da es die vielen Anfragen net kann.....es gibt ja noch mehr sids....

also entweder oder pack die sids per SA rein ohne die Zeile SA: { 0000 } oder die du blocken willst auch ohne SF: { 0000 }

wobei ich auf SF plädiere....

ich blocke lieber die anfragen die meine Karte net beantworten kann
 
AW: Mbox - NewCS - Sky funktioniert, KD nicht



hab ich gemacht... mal schauen obs jetzt noch besser läuft...
 
AW: Mbox - NewCS - Sky funktioniert, KD nicht

es kommt zwar die sid 0000 rein kann aber in 5 von 10 mal positiv beantworten..
 
AW: Mbox - NewCS - Sky funktioniert, KD nicht

Es läuft eigentlich alles bis auf die KD Sender die ich nicht im Abo habe. Also KD Home + redxclub. Diese Sender sind ja über Emu hell.

WIe bekomme ich die nun mit der mbox hell?

Giibt es sowas wie die Softcam auch für die Mbox?
 
Zuletzt bearbeitet:
AW: Mbox - NewCS - Sky funktioniert, KD nicht

nö mbox kann entweder local Mode oder net Mode...

mixed mode wie gbox das kann mbox net....
 
Für die Nutzung dieser Website sind Cookies erforderlich. Du musst diese akzeptieren, um die Website weiter nutzen zu können. Erfahre mehr…