Aktuelles
Digital Eliteboard - Das Digitale Technik Forum

Registriere dich noch heute kostenlos, 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 Bereichen, welche für Gäste verwehrt bleiben

Registriere dich noch heute kostenlos, 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 Bereichen, welche für Gäste verwehrt bleiben

Kathi UFS-910 mgcamd zu NewCS 1.62

    Nobody is reading this thread right now.

Aprilia1

Ist gelegentlich hier
Registriert
9. Januar 2009
Beiträge
36
Reaktionspunkte
0
Punkte
6
Hi,

ich versuche jetzt schon eine ganze Zeit die o.g. Konfiguration zum Laufen zu bekommen.

Der NewCS-Server läuft offensichtlich gut. Die S02 Karte im Phoenix wurde erkannt. Der Login von mgcamd auf der Kathie zum NewCS scheint auch zu funktionieren.

Hier meine Hardware:
- Kathi UFS-910 mit Link ist nicht mehr aktiv.-Image (Binary vom mgcamd 1.35 aus der DB)
- Windows 2003 SBS Server mit NewCS 1.62

Leider bekomme ich keine Sender hell. Nach dem Login scheint nichts zu funktionieren.

Ausgabe NewCS:
IMG Removed

Ausgabe Konsole mgcamd bei manuellem Start:
IMG Removed

Hier die Konfigurationen:

NewCS.xml
Code:
<?xml version="1.0"?>
<!--

For setup-issues, look in readme.txt!
If there are other troubles, try different forums or irc channels around :o)

The configfile are NOT case-sensitive, and shouldnt care about dos/unix cr/lf.

** This is the example file for Phoenix Interface on Windows.

-->

<newCSconfig>
    <readers name="Phoenix">
        <device>
            <name>Phoenix Interface</name>
            <type>phoenix</type>
            <mhz>600</mhz>
            <node>COM1</node>
            <parity>odd</parity>
            <reset>normal</reset>
            <export>Yes</export>
            <enabled>Yes</enabled>
            <blocksa>No</blocksa>
            <blockua>No</blockua>
            <blockga>No</blockga>
            <!-- <boxkey>0000000000</boxkey>  -->
            <!-- <rsa>0000000000</rsa> -->
            <irdeto-camkey>0000000000000000</irdeto-camkey>
            <irdeto-camkey-data>0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000</irdeto-camkey-data>
            <crypto-special>No</crypto-special>
            <ipk>0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000</ipk>
            <ucpk>0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000</ucpk>
            <PTShandshake>No</PTShandshake>
            <carddetect>yes</carddetect>
            <newcamd_port>15000</newcamd_port>
            <autosid>Yes</autosid>
            <Seca-PPV>no</Seca-PPV>
            <pincode>0000</pincode>
            <priority>round</priority>
        </device>
    </readers>

    <cache>
            <emm>20</emm>
            <ecm>-1</ecm>
    </cache>    
    <debug>
            <password>NewCSpwd</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>
            <enabled>Yes</enabled>
            <name>newcs</name>
            <deskey>01 02 03 04 05 06 07 08 09 10 11 12 13 14</deskey>
            <user>
                <name>JanWZ</name>
                <password>Passwort</password>
                <hostname>localhost</hostname>
                <port>12000</port>
                <au>on</au>
                <sidoverride>off</sidoverride>
                <spider>No</spider>
        <rate>2</rate>
            </user>
    </newcamdserver>
</newCSconfig>
mg_cfg
Code:
# EMM messages
#    00 don't show any EMMs (default)
#    01 show only valid EMMs
#    02 show valid and bad EMMs with complete data display
M: { 00 }

# ECM messages
#    00 don't show anything about ecm
#    01 normal mode, show pids processed, decoded ecm and cw
#    02 verbose mode, show valid and bad ECMs with data
C: { 01 }

# AU
#    00 disable, no emm pids processed
#    01 enable, emm pids always processed for soft-au and shared cards
#    02 auto, emm started only if channel cant be decoded
#    03 process emm pids for network cards update only
A: { 01 }

# key update (sum 01 or 02 with 04)
#    01 update only new keys, default setting
#    02 update all keys (used for valid PMK checking)
#    04 enable TPS au
#    + tps SID, which pmt pid contains au pid
U: { 01 } 0x12c0

# config files folder (softcam, autoroll, ignore/priority)
#    00 files in /var/keys
#    01 files in /tmp
T: { 00 }

# network mode, use summ for several clients
#    00 no network (default)
#    01 newcamd netclient
#    02 radegast netclient
#    04 camd3 netclient
#    08 gbox netclient
#    32    cccamd netclient, card list saved as /tmp/cccamd.info 
#        (ECM only, supported server version up to 2.1.1, later not work)
G: { 01 }

# network retry, use summ for several options
#    00 disable
#    01 retry every new ecm
#    02 try to connect to offline shares every Q: seconds
#    04 try to detect and fast reconnect to lost (and not used atm) server
#    + XX messages number and YY seconds to reconnect
#    mg will reconnect to server, if no answer to last XX ecm/keepalive or
#    if no answer for last ecm or keepalive sent for YY seconds
#    set to 0 to disable
N: { 07 } 5 30

# network ecm timeout in seconds
K: { 05 }

# newcamd dead routes connect retry, sec
Q: { 300 }

# network shares priority
# 00 gbox, newcamd, cccamd, radegast, camd3 (default)
# 01 camd3, radegast, cccamd, gbox, newcamd
# 02 cccamd, newcamd, camd3, gbox, radegast
P: { 02 }

# on screen display type
#    00 No OSD (default)
#    01 neutrino
#    02 enigma
#    03 relook
#    + user password for http auth
O: { 00 } username password

# on screen display Options, summ of:
#    01 show emu ecm 
#    02 show network shares messages
#    04 show decoding failed / fta
#    08 show emm keys update
#    + web port to use for osd
S: { 03 } 80

# Log option, summ of:
#    00 off
#    01 network udp log
#    02 log to console
#    04 file, appended ! delete it by yourself, before it eat all your hdd
#    + IP udp-port log-file-name
L: { 02 } 192.168.0.100 8000 /tmp/mgcamd.log

# keep ecm cache, seconds
# every cache entry takes 28 bytes, so 24h cache will take *only* 240-400kb of memory,
# for openbox/elanvision users with remote shares make sense to set it higher than default value, 
# to not hammer cards while timeshifting or playing crypted recordings.
E: { 15 }

# cache option, summ of:
#    00 Off (default)
#    01 Ecm pids cache, store pids used to decode in /tmp/ca_cache.list at exit, load at startup, same syntax as restore.list
#    02 Ecm data cache, remember CW for (E:) time 
#    04 Emm cache for network cards, do not resend the same emm twice, cache not cleared until restart
H: { 07 }

# reread files, summ of: 
#    00 No (default)
#    01 reread config file on channel change (including priority and ignore, but not replace/cache)
#    02 reread SoftCam.Key on channel change
#    04 reread SoftCam.Key if file changed
R: { 04 }

# debug, summ of
# 00 off (default)
# 01 debug ecm
# 02 debug emm
# 04 debug network ecm
# 08 debug network emm
# 16 debug network login
# 32 show mem/cpu stats every 1 min
# 64 add timestamp to log messages
D: { 04 }

# box type
# 00 autodetect, change only if you think wrong type detected.
# 01 dbox2
# 02 dreambox
# 03 triple-dragon
# 04 relook
# 05 openbox
# 06 dreambox/mips
# 08 stapi/kathrein
# 09 stapi/ipbox
# 11 stapi/openbox
# 12 kathrein/2.02
B: { 12 }

# map all 180x nagra caids to 1801
# default is 01
F: { 01 }
newcamd.list
Code:
CWS_KEEPALIVE = 300
CWS_INCOMING_PORT = 21000
CWS = 192.168.0.250 15000 JanWZ Passwort 01 02 03 04 05 06 07 08 09 10 11 12 13 14 lan newcs
Ich hoffe, dass ich alle notwendigen Informationen gesammelt habe und freue mich schon auf Eure Hilfe.

Danke

VG
Aprilia
 
Zuletzt bearbeitet:
AW: Kathi UFS-910 mgcamd zu NewCS 1.62

Hallo Aprilia1,

1. Würd ich die Cardserial in dem Bild unkenntlich machen!
2. Lauft die Mgcamd 1.35 nur auf Orig. Firmware mit der alten stapi d.h. bis 1.07, für die neue stapi welche die 2.02 verwendet gibts nur die angepasse Mgcamd 1.33.

Lg
 
AW: Kathi UFS-910 mgcamd zu NewCS 1.62

Wo kann ich denn die angepasste 1.33 downloaden? Konnte in der DB nichts finden. Ich habe die hier verwendet: Link ist nicht mehr aktiv.
 
AW: Kathi UFS-910 mgcamd zu NewCS 1.62

Wo die extra zum downloaden ist kann ich dir auch ned sagen, verwende die orig firm schon laaange nimmer.
War die nicht schon in deinem image drinnen?
Link ist nicht mehr aktiv. sollte sie jedenfalls schon eingebaut sein.

Lg
 
AW: Kathi UFS-910 mgcamd zu NewCS 1.62

OK, jetzt läuft es auch mit der o.g. Version. Leider geht HD nicht. Hat jemand einen Tipp?
 
AW: Kathi UFS-910 mgcamd zu NewCS 1.62

oha, dann bin ich wohl nicht uptodate, hab nicht gewusst dass es eine 1.35 für die 2.02 gibt, wieder was dazugelernt.
 
AW: Kathi UFS-910 mgcamd zu NewCS 1.62

Hier die Ausgabe von mgcamd die ich erhalte:

Code:
Box type: openbox/stapi
Conax.Key error 2: No such file or directory
SoftCam.Key error 2: No such file or directory
AutoRoll.Key error 2: No such file or directory
Conax.Key error 2: No such file or directory
ecm replace 0019:1702:000000:174E -> 0000:000000:0000
ecm replace 0029:1702:000000:174C -> 0000:000000:0000
ecm replace 0204:1702:000000:1728 -> 0000:000000:0000
[config] newcamd route = JanWZ:192.168.0.250:15000 server newcs 
newcamd keep alive: 300, incoming port: 21000
/ # [mgcam] emm thread started
[newcamd] Connecting to 192.168.0.250:15000...
[mg0] service 83 index 0 pmt pid 0 (1)
[newcamd] Login to 192.168.0.250:15000 as JanWZ accepted (1ms)
[newcamd] Card data from 192.168.0.250:15000 (2ms):
        EMM enabled: UA yes SA yes GA yes, Card serial: 1A83C9D3
        Userid 1 caid 1702 providers 4
        Idents: 000000 000001 000002 000003
        ids: FFFFFF FFFFFF FFFFFF FFFFFF

[newcamd] 192.168.0.250:15000 new sid: 0083 (deny).
[mg0] ECM: CaID: 0x1833  -> CaPID: 0x18B6 ProvID: 000000
[mg0] ECM: CaID: 0x1834  -> CaPID: 0x1CB6 ProvID: 000000
[mg0] ECM: CaID: 0x09C4  -> CaPID: 0x1BB6 ProvID: 000000
[mg0] ECM: CaID: 0x09C7  -> CaPID: 0x1DB6 ProvID: 000000
[mg0] network can't decode
[mg0] trying 0x1833 -> 0x1702
[mg0] sid 0083 blocked on newcamd 192.168.0.250:15000.
[mg0] network can't decode
[mg0] pid 0x18B6 failed to decode.
[mg0] network can't decode
[mg0] pid 0x1CB6 failed to decode.
[mg0] network can't decode
[mg0] pid 0x1BB6 failed to decode.
[mg0] network can't decode
[mg0] pid 0x1DB6 failed to decode.
[mgcamd] emm started
*EMM: CaID: 0x1833  -> CaPID: 0x1002 ProvID: 000000
 EMM: CaID: 0x09C4  -> CaPID: 0x1008 ProvID: 000000
[mg0] trying 0x1833 -> 0x1702
[mg0] sid 0083 blocked on newcamd 192.168.0.250:15000.
[mg0] trying 0x1833 -> 0x1702
[mg0] sid 0083 blocked on newcamd 192.168.0.250:15000.
killall[mg0] trying 0x1833 -> 0x1702
[mg0] sid 0083 blocked on newcamd 192.168.0.250:15000.
 EMM: RSA Nagra2 key not found for id 87 (pid 0x1002)
[mg0] trying 0x1833 -> 0x1702
[mg0] sid 0083 blocked on newcamd 192.168.0.250:15000.
[mgcamd] signal 15 received
 
AW: Kathi UFS-910 mgcamd zu NewCS 1.62

Interessanterweise geht plötzlich auch HD.

Ich habe jetzt ausschießlich die ignore.list, mg_cfg und newcamd.list im Ordner /data/keys liegen. Das einzige was ich noch geändert habe, ist der delay beim start des emus. Den habe ich in der /config/start.sh auf 30 Sekunden erhöht.

Mein einziges Problem ist jetzt, dass ich keine S*y-Sender aufnehmen kann. Ich habe mal irgendwo gelesen, dass mgcamd das nicht kann. Stimmt das. Mit welchem emu geht das denn?
 
AW: Kathi UFS-910 mgcamd zu NewCS 1.62

So, nach viel experimentieren mit NewCS 1.65 und camd3 erfolg verzeichnet.
 
Zurück
Oben