Discussion about NewCS Emu's

edmond_20060704

Registered
Messages
1
If this is not the right forum, pls. sorry.
I use NewCS to read my Nagra 3 P* Card and forward it to CCcam. On CCcam there is always maxdown set to "7" from my NewCS. Is there any way to give a limit on NewCS how many maxdowns a card can have?
Thx.
 

McFLY

Registered
Messages
2,354
If this is not the right forum, pls. sorry.
I use NewCS to read my Nagra 3 P* Card and forward it to CCcam. On CCcam there is always maxdown set to "7" from my NewCS. Is there any way to give a limit on NewCS how many maxdowns a card can have?
Thx.

<spider>No</spider> Means that your N: line can´t multiple from peer. If you set <spider>on</spider> then peer/user can give your N: line to him up to 8 times foward on same shape and overload your card.. Spider should be always been No!!!
 

trotech

Registered
Messages
15
HOW CAN USE IT WITH fte and GBOX please ???

i need how configure gbox or how to configure newcs to create a newcamd server

thanks
 

tank30

Registered
Messages
7
Newcs + Polsat Cyfrowy card + CI

Hello ,
can Newcs 1.62 read an original polsat cyfrowy card which is paired to a CI?
I need to read it from my DM500 and since it doesnt have a CI slot I need to read it using newcs but its not working!
Please help me, i thought i would be able to read it with my DM500 but now I have a useless card which I bought but i cannot read it!

thanks
tank30
 

boxhacker

Registered
Messages
14
newcs is a pure cardserver
newcs need to connect with a softcamd

edit newcs.xml in /var/tuxbox/config/

Here's an example:



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 Dreambox/TD etc. that use SCI interfaces.

-->

<newCSconfig>
<readers name="Card Readers">
		<device>
			<name>lower</name>
			<type>sci</type>
			<mhz>600</mhz>
			<node>/dev/sci0</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>
		<device>
			<name>upper</name>
			<type>sci</type>
			<mhz>600</mhz>
			<node>/dev/sci1</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>
</readers>
<radegastserver>
<enabled>no</enabled>
<port>10003</port>
<allow>ALL</allow>
</radegastserver>
<cache>
<emm>10</emm>
<ecm>30</ecm>
</cache>
<debug>
<level>normal</level>
<type>init</type>
<output>console,udp,tcp</output>
<logfile></logfile>
<console_options></console_options>
<file_options></file_options>
<udp_host>IP-Adresse des Hosts</udp_host>
<udp_port>1000</udp_port>
<udp_options></udp_options>
<tcp_port>3001</tcp_port>
<tcp_options></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>
<user>
<name>dummy</name>
<password>dummy</password>
<port>15000</port>
<au>on</au>
</user>
</newcamdserver>
</newCSconfig>

for mbox: (cwshare.cfg)
Code:
C: { [COLOR="Red"][COLOR="#ff0000"]ip.des.newcs.server[/COLOR][/COLOR] 15000 dummy dummy 01 02 03 04 05 06 07 08 09 10 11 12 13 14 } { 0 } { 0 }

for camd3: (camd3.cfg)
Code:
SLOT=[COLOR=Red]ip.des.newcs.server[/COLOR]:4:1:1:1:15000:dummy:dummy:01 02 03 04 05 06 07 08 09 10 11 12 13 14
for cs2gbox: (cs2gbox.cfg)
Code:
C: { newcs  [COLOR=Red]ip.des.newcs.server[/COLOR]  15000 dummy dummy 12000 01 02 03 04 05 06 07 08 09 10 11 12 13 14 }
mgcamd: (newcamd.list)
Code:
CWS = [COLOR=Red]ip.des.newcs.server[/COLOR] 15000 dummy dummy 01 02 03 04 05 06 07 08 09 10 11 12 13 14
 
Last edited:

tank30

Registered
Messages
7
Thank you for your reply . I already have done this.
I have setup evocamd and newcs on the DM500. The problem is that when i start newcs , it recognises the card that it is nagra, but thats it, nothing else happens. When i try to login using evocamd client , i get the message "user tried to connect to not ready server". If i change the card with another one from a local provider (irdeto card) I can view channels ok so I know the reader works and so the newcs/evocamd setup.
I have looked around and it seems that for Polsat cards that come with a decoder , you need to find the decoder boxkey and put it in the newcs config. But this card came only with a CI module and I dont know how to find the boxkey. :mecry:
 
B

boxgot

But this card came only with a CI module and I dont know how to find the boxkey. :mecry:

Hi Tank.I have found this,but im not sure if this something for you is:
The way:
1. You have to have oryginal card with old receiver (any : sagem, thompson or samsung). If you do not have it, call 022 4666666 and order it - only using phone line you will be able to order cheaper old receiver.
2. Visit : h**p://laki.dvhk.pl/faqs_tunery_polsat.htm and learn how to read boxkey from box.
3. Extract your box key
4. Use newcs with boxkey and view polsat in dreambox.
 

tank30

Registered
Messages
7
Im afraid that i cannot do that since Im not in Poland now.
Thanks for the reply though! :thum:
 

zizuu

Registered
Messages
8
its just working with money i know the owner of the apps and he is selling the prog with 100doller
 

myfr

Registered
Messages
6
Dear Newcs & mgcamd master
With the below log, newcs1.62 + mgcamd 1.31 still can't decrypt the *** 09AC . Please help !!

root@dreambox:~> newcs_1.62
This is NewCS 1.62 - the New CardServer by the Butter-team..
Compiled on Aug 27 2008 at 16:49:31
Reading Config file from /var/tuxbox/config/newcs.xml
TCP-log password is enabled, set to: NewCSpwd
TCP-log set to simple mode
level: normal
type: all
output: console,tcp
logger config: level 1 type 255 output 5
Console log options: level 1 type 255
TCP log options: level 1 type 255
[ 15:42:41 ] [ Box detect ] Box type 2 (Dream Multimedia (PPC) Box)
[ 15:42:41 ] [ Config ] Option <blockc0> for device 0 (lower) not present, defaulting to NO
[ 15:42:41 ] [ Config ] Option <crypto-special> for device 0 (lower) not present , defaulting to NO
[ 15:42:41 ] [ Config ] /dev/sci0 ECM priority: round
[ 15:42:41 ] [ Newcamd ] Server name : newcs
[ 15:42:41 ] [ Newcamd ] Des key : 0102030405060708091011121314
[ 15:42:41 ] [ Config ] Option <spider> not present for User: dummy, defaulting to NO
[ 15:42:41 ] [ Newcamd ] User 2: dummy, Pass: dummy, Host localhost, Port: 0, Au : On,
Spider allowed: No, Sidoverride: No, level: 0
[ 15:42:41 ] [ httpd ] httpd-user: newcs, password: newcs, accesslevel: admin
[ 15:42:41 ] [ EMM Cache ] Initialising dynamic Cache
[ 15:42:41 ] [ ECM Cache ] Initialising dynamic Cache
[ NewCS ] Process ID is: 208
[ 15:42:41 ] [ Loader ] Starting Telnet on port 1001
[ 15:42:41 ] [ Loader ] Started HTTP-server on port: 8080
[ 15:42:41 ] [ Loader ] Reader type 5 on node /dev/sci0
[ 15:42:41 ] [ Sci ] Closing device /dev/sci0 [Handle=-1]
[ 15:42:41 ] [ Sci ] Opening device /dev/sci0
[ 15:42:41 ] [ Sci ] Reset
[ 15:42:44 ] [ ATR ] T=0 1etu=372.00us Guardtime:15etu WWT:9600etu
[ 15:42:44 ] [ ATR ] Historical bytes: A [B0] [06] i [FF] J P p [00] [00] A Z [01] [00] [11]
[ 15:42:44 ] [ Loader ] Init *** card
[ 15:42:45 ] [ Keyman ] Adding key 000000xxxxxxxx type 0 on Provider 000000 for caid 09AC ID=0
[ 15:42:45 ] [ Keyman ] Adding key 000000xxxxxxxx type 1 on Provider 000000 for caid 09AC ID=0
[ 15:42:46 ] [ Loader ] Card 09AC on port /dev/sci0 ready
[ 15:42:46 ] [ Loader ] Starting Newcamd Server on port 34000
[ 15:42:46 ] [ NewCS ] Ready to GO!
root@dreambox:~> [ 15:42:46 ] [ Newcamd ] Newcamd thread Server started on port 34000



root@dreambox:~> mgcamd_1.31
[ 15:45:08.918 ] tuxbox mgcamd v1.31 by mixvt (compiled Oct 29 2008 19:10:42)
[ 15:45:08.921 ] [mg] Net:1:7:0:5s Show ecm:3, emm:3 Up:1 Au:2 Dir:0 Osd:neutrino:80:15 Cache:7
Log:3:192.168.1.5:28007 Reread:0
[ 15:45:08.922 ] [mg] Ecm cache time: 15
[ 15:45:08.923 ] Box type: dreambox
[ 15:45:08.928 ] Conax.Key error 2: No such file or directory
[ 15:45:08.930 ] SoftCam.Key error 2: No such file or directory
[ 15:45:08.931 ] AutoRoll.Key error 2: No such file or directory
[ 15:45:08.932 ] Conax.Key error 2: No such file or directory
[ 15:45:08.935 ] ignore prov 0100:000076
[ 15:45:08.936 ] ignore prov 0100:000070
[ 15:45:08.937 ] ignore prov 0100:000084
[ 15:45:08.938 ] ignore prov 0100:000085
[ 15:45:08.939 ] ignore prov 0100:000089
[ 15:45:08.940 ] ignore prov 0500:020000
[ 15:45:08.940 ] ignore prov 0500:000000
[ 15:45:08.941 ] ignore prov 0500:008300
[ 15:45:08.942 ] ignore prov 0500:008100
[ 15:45:08.943 ] ignore prov 0500:008110
[ 15:45:08.944 ] ignore prov 0500:022600
[ 15:45:08.945 ] ignore prov 0500:008000
[ 15:45:08.946 ] ignore prov 0500:00C400
[ 15:45:08.947 ] ignore caid 0960
[ 15:45:08.947 ] ignore caid 0918
[ 15:45:08.948 ] ignore caid 1810
[ 15:45:08.949 ] ignore caid 4AD4
[ 15:45:08.950 ] ignore caid 0D05
[ 15:45:08.951 ] ignore prov 0600:000026
[ 15:45:08.952 ] ignore prov 0600:000032
[ 15:45:08.953 ] ignore prov 0600:00003A
[ 15:45:08.953 ] ignore prov 0600:00003C
[ 15:45:08.954 ] ignore prov 0600:0000AB
[ 15:45:08.955 ] ignore prov 0600:0000AC
[ 15:45:08.956 ] ignore prov 0600:000092
[ 15:45:08.958 ] ignore prov 0600:0000AD
[ 15:45:08.959 ] ignore prov 0600:000037
[ 15:45:08.962 ] priority prov 0500:007800
[ 15:45:08.963 ] priority prov 0100:008000
[ 15:45:08.977 ] [config] newcamd route = dummy:127.0.0.1:34000 server newcs
[ 15:45:08.978 ] newcamd keep alive: 300, incoming port: 21000
root@dreambox:~>
[ 15:45:08.983 ] [mgcam] emm thread started
[ 15:45:09.005 ] [mgcamd] tps update started.
[ 15:45:09.006 ] /var/keys/tps.bin error 2: No such file or directory
[ 15:45:09.007 ] [newcamd] Connecting to 127.0.0.1:34000...
[ 15:45:09 ] [ Newcamd:34000 ] Connection from 127.0.0.1
[ 15:45:09.056 ] Client <- Server: -- Sun Nov 9 15:45:09 2008
[ 15:45:09.057 ] ----------------------------------------------------
[ 15:45:09.058 ] 000: 5f 20 0a 6f c5 9c e0 13 19 dd 0c d0 70 37 _ .o........p7
[ 15:45:09.059 ]
[ 15:45:09.060 ] Client -> Server: -- Sun Nov 9 15:45:09 2008
[ 15:45:09.060 ] ----------------------------------------------------
[ 15:45:09.061 ] 000: e0 00 00 64 75 6d 6d 79 00 24 31 24 61 62 63 64 ...dummy.$1$abcd
[ 15:45:09.062 ] 010: 65 66 67 68 24 6e 70 53 45 54 51 73 72 49 6d 33 efgh$npSETQsrIm3
[ 15:45:09.063 ] 020: 35 4d 51 66 69 55 49 41 64 6e 2e 00 5MQfiUIAdn..
[ 15:45:09.064 ]
[ 15:45:09 ] [ Newcamd:34000 ] User dummy logged in, client: Mgcamd
[ 15:45:09.074 ] Client -> Server: -- Sun Nov 9 15:45:09 2008
[ 15:45:09.074 ] ----------------------------------------------------
[ 15:45:09.076 ] 000: e3 00 29 ..)
[ 15:45:09.077 ]
[ 15:45:09.079 ] Client <- Server: -- Sun Nov 9 15:45:09 2008
[ 15:45:09.080 ] ----------------------------------------------------
[ 15:45:09.081 ] 000: e1 00 00 ...
[ 15:45:09.081 ]
[ 15:45:09.082 ] [newcamd] Login to 127.0.0.1:34000 as dummy accepted (0ms)
[ 15:45:09.083 ] Client <- Server: -- Sun Nov 9 15:45:09 2008
[ 15:45:09.084 ] ----------------------------------------------------
[ 15:45:09.085 ] 000: e4 10 17 01 09 ac 00 00 00 00 41 ab 99 53 01 00 ..........A..S..
[ 15:45:09.086 ] 010: 00 00 00 00 00 00 41 ab 99 00 ......A...
[ 15:45:09.087 ]
[ 15:45:09.087 ] [newcamd] Card data from 127.0.0.1:34000 (4ms):
[ 15:45:09.088 ] EMM enabled: UA yes SA yes GA yes, Card serial: xxxxxxxx
[ 15:45:09.089 ] Userid 1 caid 9AC providers 1
[ 15:45:09.090 ] Idents: 000000
[ 15:45:09.090 ] ids: xxxxxxxx
[ 15:45:09.091 ]
[ 15:45:11.647 ] got 80 cmd 9F
[ 15:45:11.648 ] [mg0] namespace 3930000 t-id CA on-id 880
[ 15:45:11.649 ] [mg0] descramble on 1, source 0
[ 15:45:11.649 ] [mg0] service 4EF4 index 0 pmt pid 405 (1), pids: 0x00A5 0x0064 0x02F2
[ 15:45:11.651 ] ECM: CaID: 0x09AC -> CaPID: 0x0E8D ProvID: 000000
[ 15:45:11.709 ] ECM: -- Sun Nov 9 15:45:11 2008
[ 15:45:11.709 ] ----------------------------------------------------
[ 15:45:11.710 ] 000: 81 70 6f 00 00 01 0e 3a 09 3d 9a 02 c1 aa 55 81 .po....:.=....U.
[ 15:45:11.710 ] 010: 20 01 00 00 8d 5c 7e 0a 38 2d bf b3 8f 70 d9 71 ....\..8-...p.q
[ 15:45:11.711 ] 020: 00 00 90 4e c0 01 e7 de a1 e1 b4 27 6e 18 95 c2 ...N.......'n...
[ 15:45:11.711 ] 030: 79 25 45 15 50 7e 81 59 b1 ed 2c e8 46 9f 96 71 y%E.P..Y..,.F..q
[ 15:45:11.712 ] 040: 47 03 26 16 93 9d 93 ea 41 2b cc e0 1c ee c7 09 G.&.....A+......
[ 15:45:11.713 ] 050: 57 88 23 7c 08 59 76 6d 93 fd cc a9 e3 d1 5b 23 W.#..Yvm......[#
[ 15:45:11.713 ] 060: 92 82 1e c5 dd 65 28 de 6f 57 06 90 74 cf 48 13 .....e(.oW..t.H.
[ 15:45:11.714 ] 070: 13 8b ..
[ 15:45:11.714 ]
[ 15:45:11.715 ] [mg0] -> ECM to newcamd 127.0.0.1:34000
[ 15:45:11.715 ] Client -> Server: -- Sun Nov 9 15:45:11 2008
[ 15:45:11.716 ] ----------------------------------------------------
[ 15:45:11.716 ] 000: 81 70 6f 00 00 01 0e 3a 09 3d 9a 02 c1 aa 55 81 .po....:.=....U.
[ 15:45:11.717 ] 010: 20 01 00 00 8d 5c 7e 0a 38 2d bf b3 8f 70 d9 71 ....\..8-...p.q
[ 15:45:11.718 ] 020: 00 00 90 4e c0 01 e7 de a1 e1 b4 27 6e 18 95 c2 ...N.......'n...
[ 15:45:11.718 ] 030: 79 25 45 15 50 7e 81 59 b1 ed 2c e8 46 9f 96 71 y%E.P..Y..,.F..q
[ 15:45:11.719 ] 040: 47 03 26 16 93 9d 93 ea 41 2b cc e0 1c ee c7 09 G.&.....A+......
[ 15:45:11.720 ] 050: 57 88 23 7c 08 59 76 6d 93 fd cc a9 e3 d1 5b 23 W.#..Yvm......[#
[ 15:45:11.720 ] 060: 92 82 1e c5 dd 65 28 de 6f 57 06 90 74 cf 48 13 .....e(.oW..t.H.
[ 15:45:11.721 ] 070: 13 8b ..
[ 15:45:11.721 ]
[ 15:45:12.240 ] Client <- Server: -- Sun Nov 9 15:45:12 2008
[ 15:45:12.240 ] ----------------------------------------------------
[ 15:45:12.241 ] 000: 81 00 10 00 00 00 00 00 00 00 00 ca 74 42 80 a5 ............tB..
[ 15:45:12.241 ] 010: b4 c4 1d ...
[ 15:45:12.242 ]
[ 15:45:12.242 ] [mg0] <- CW from newcamd 127.0.0.1:34000 (518ms)
[ 15:45:12.243 ] [mg0] 518 msec -- Sun Nov 9 15:45:12 2008
[ 15:45:12.243 ] ===== *** ECM on CaID 0x09AC, pid 0x0e8d ======
[ 15:45:12.244 ] prov: 000000
[ 15:45:12.244 ] cw0:0 00 00 00 00 00 00 00 00
[ 15:45:12 ] [ Newcamd ] ECM -> dummy (OK) 09AC 0000 4EF4
[ 15:45:12.246 ] cw1:0 CA 74 42 80 A5 B4 C4 1D
[ 15:45:21.708 ] ECM: -- Sun Nov 9 15:45:21 2008
[ 15:45:21.708 ] ----------------------------------------------------
[ 15:45:21.709 ] 000: 80 70 6f 00 00 01 0e 3a 09 3d a1 02 c1 aa 55 81 .po....:.=....U.
[ 15:45:21.709 ] 010: 20 01 00 00 94 5c 7e 0a 2b d5 c5 77 41 68 8a e6 ....\..+..wAh..
[ 15:45:21.710 ] 020: 00 00 90 4e c0 01 6e 76 89 7d 03 5e 47 26 eb 4e ...N..nv...^G&.N
[ 15:45:21.710 ] 030: c7 2c 4b f5 1d 28 7e 21 dc a9 9e dd 8a a8 96 89 .,K..(.!........
[ 15:45:21.711 ] 040: 25 fe 74 c6 95 c8 b6 82 0f a7 34 51 b8 0f 43 3a %.t.......4Q..C:
[ 15:45:21.712 ] 050: 56 eb e3 50 9b f5 45 e9 6e 54 e3 d4 73 b1 e0 2a V..P..E.nT..s..*
[ 15:45:21.712 ] 060: 9f 9f ca f8 3d 7b 6d ec cb 5d 7f e6 d9 ad 6e 3a ....={m..]....n:
[ 15:45:21.713 ] 070: 34 fe 4.
[ 15:45:21.713 ]
[ 15:45:21.714 ] [mg0] -> ECM to newcamd 127.0.0.1:34000
[ 15:45:21.714 ] Client -> Server: -- Sun Nov 9 15:45:21 2008
[ 15:45:21.715 ] ----------------------------------------------------
[ 15:45:21.716 ] 000: 80 70 6f 00 00 01 0e 3a 09 3d a1 02 c1 aa 55 81 .po....:.=....U.
[ 15:45:21.717 ] 010: 20 01 00 00 94 5c 7e 0a 2b d5 c5 77 41 68 8a e6 ....\..+..wAh..
[ 15:45:21.718 ] 020: 00 00 90 4e c0 01 6e 76 89 7d 03 5e 47 26 eb 4e ...N..nv...^G&.N
[ 15:45:21.719 ] 030: c7 2c 4b f5 1d 28 7e 21 dc a9 9e dd 8a a8 96 89 .,K..(.!........
[ 15:45:21.719 ] 040: 25 fe 74 c6 95 c8 b6 82 0f a7 34 51 b8 0f 43 3a %.t.......4Q..C:
[ 15:45:21.720 ] 050: 56 eb e3 50 9b f5 45 e9 6e 54 e3 d4 73 b1 e0 2a V..P..E.nT..s..*
[ 15:45:21.721 ] 060: 9f 9f ca f8 3d 7b 6d ec cb 5d 7f e6 d9 ad 6e 3a ....={m..]....n:
[ 15:45:21.722 ] 070: 34 fe 4.
[ 15:45:21.723 ]
[ 15:45:22.217 ] Client <- Server: -- Sun Nov 9 15:45:22 2008
[ 15:45:22.218 ] ----------------------------------------------------
[ 15:45:22.218 ] 000: 80 00 10 fa 97 3d ce c3 42 33 38 00 00 00 00 00 .....=..B38.....
[ 15:45:22.219 ] 010: 00 00 00 ...
[ 15:45:22.219 ]
[ 15:45:22.219 ] [mg0] <- CW from newcamd 127.0.0.1:34000 (494ms)
[ 15:45:22 ] [ Newcamd ] ECM -> dummy (OK) 09AC 0000 4EF4
[ 15:45:22.222 ] [mg0] 494 msec -- Sun Nov 9 15:45:22 2008
[ 15:45:22.223 ] ===== *** ECM on CaID 0x09AC, pid 0x0e8d ======
[ 15:45:22.224 ] prov: 000000
[ 15:45:22.224 ] cw0:0 FA 97 3D CE C3 42 33 38
[ 15:45:22.225 ] cw1:0 CA 74 42 80 A5 B4 C4 1D
[ 15:45:31.707 ] ECM: -- Sun Nov 9 15:45:31 2008
[ 15:45:31.707 ] ----------------------------------------------------
[ 15:45:31.708 ] 000: 81 70 6f 00 00 01 0e 3a 09 3d a6 02 c1 aa 55 81 .po....:.=....U.
[ 15:45:31.709 ] 010: 20 01 00 00 99 5c 7e 0a 45 32 5c 51 59 93 17 8f ....\..E2\QY...
[ 15:45:31.710 ] 020: 00 00 90 4e c0 01 dd bf 57 83 c1 e5 27 ac 05 45 ...N....W...'..E
[ 15:45:31.711 ] 030: 25 42 78 ae 01 f5 68 41 30 ef 61 e2 41 f1 f9 c6 %Bx...hA0.a.A...
[ 15:45:31.712 ] 040: 6a 02 77 0b ba 5d a9 55 16 26 50 4a 22 20 e0 46 j.w..].U.&PJ" .F
[ 15:45:31.713 ] 050: d1 a1 ba 10 41 d9 e5 f0 bb 99 ab f0 19 28 ba b3 ....A........(..
[ 15:45:31.714 ] 060: 0e 17 2e 0c a7 5a 07 f7 0f 12 7f dc 42 70 90 e8 .....Z......Bp..
[ 15:45:31.715 ] 070: 3c 22 <"
[ 15:45:31.715 ]
[ 15:45:31.716 ] [mg0] -> ECM to newcamd 127.0.0.1:34000
[ 15:45:31.717 ] Client -> Server: -- Sun Nov 9 15:45:31 2008
[ 15:45:31.718 ] ----------------------------------------------------
[ 15:45:31.719 ] 000: 81 70 6f 00 00 01 0e 3a 09 3d a6 02 c1 aa 55 81 .po....:.=....U.
[ 15:45:31.719 ] 010: 20 01 00 00 99 5c 7e 0a 45 32 5c 51 59 93 17 8f ....\..E2\QY...
[ 15:45:31.720 ] 020: 00 00 90 4e c0 01 dd bf 57 83 c1 e5 27 ac 05 45 ...N....W...'..E
[ 15:45:31.721 ] 030: 25 42 78 ae 01 f5 68 41 30 ef 61 e2 41 f1 f9 c6 %Bx...hA0.a.A...
[ 15:45:31.722 ] 040: 6a 02 77 0b ba 5d a9 55 16 26 50 4a 22 20 e0 46 j.w..].U.&PJ" .F
[ 15:45:31.723 ] 050: d1 a1 ba 10 41 d9 e5 f0 bb 99 ab f0 19 28 ba b3 ....A........(..
[ 15:45:31.724 ] 060: 0e 17 2e 0c a7 5a 07 f7 0f 12 7f dc 42 70 90 e8 .....Z......Bp..
[ 15:45:31.725 ] 070: 3c 22 <"
[ 15:45:31.726 ]
[ 15:45:32.220 ] Client <- Server: -- Sun Nov 9 15:45:32 2008
[ 15:45:32.221 ] ----------------------------------------------------
[ 15:45:32 ] [ Newcamd ] ECM -> dummy (OK) 09AC 0000 4EF4
[ 15:45:32.221 ] 000: 81 00 10 00 00 00 00 00 00 00 00 2f 51 57 d7 b5 .........../QW..
[ 15:45:32.224 ] 010: 1b 13 e3 ...
[ 15:45:32.224 ]
[ 15:45:32.225 ] [mg0] <- CW from newcamd 127.0.0.1:34000 (493ms)
[ 15:45:32.226 ] [mg0] 493 msec -- Sun Nov 9 15:45:32 2008
[ 15:45:32.227 ] ===== *** ECM on CaID 0x09AC, pid 0x0e8d ======
[ 15:45:32.228 ] prov: 000000
[ 15:45:32.228 ] cw0:0 FA 97 3D CE C3 42 33 38
[ 15:45:32.229 ] cw1:0 2F 51 57 D7 B5 1B 13 E3
[ 15:45:40.115 ] [mg0] stoping camd..
[ 15:45:40.131 ] got 8 cmd 9F
[ 15:45:40.237 ] got 92 cmd 9F
[ 15:45:40.238 ] [mg0] namespace 3930000 t-id 67 on-id 880
[ 15:45:40.239 ] [mg0] descramble on 1, source 0
[ 15:45:40.240 ] [mg0] service 16 index 0 pmt pid 405 (3), pids: 0x00A5 0x00640x0065 0x027A
[ 15:45:40.288 ] ECM: CaID: 0x09AC -> CaPID: 0x0C35 ProvID: 000000
[ 15:45:40.310 ] ECM: -- Sun Nov 9 15:45:40 2008
[ 15:45:40.310 ] ----------------------------------------------------
[ 15:45:40.311 ] 000: 80 70 6f 00 00 01 0e 3a 09 3d aa 00 69 aa 55 81 .po....:.=..i.U.
[ 15:45:40.312 ] 010: 20 01 00 00 43 5c 7e 0a 78 47 74 f6 37 ca b7 b9 ...C\..xGt.7...
[ 15:45:40.313 ] 020: 00 00 90 4e c0 01 f6 38 e2 66 47 78 6c 75 77 97 ...N...8.fGxluw.
[ 15:45:40.314 ] 030: 8d ab 96 94 bb d8 79 19 b0 a6 77 41 12 44 8b ee ......y...wA.D..
[ 15:45:40.315 ] 040: b2 d0 e0 57 ba 4b 46 85 4d 6e 41 b9 b3 91 ef 25 ...W.KF.MnA....%
[ 15:45:40.316 ] 050: 30 e7 a3 8b b2 a4 e4 9b bd 6d f6 9f 70 e6 95 28 0........m..p..(
[ 15:45:40.316 ] 060: 5a 0e 28 8e 35 81 e5 84 6a 57 89 13 dd d5 39 26 Z.(.5...jW....9&
[ 15:45:40.317 ] 070: 9b 6f .o
[ 15:45:40.318 ]
[ 15:45:40.319 ] [mg0] -> ECM to newcamd 127.0.0.1:34000
[ 15:45:40.320 ] Client -> Server: -- Sun Nov 9 15:45:40 2008
[ 15:45:40.321 ] ----------------------------------------------------
[ 15:45:40.322 ] 000: 80 70 6f 00 00 01 0e 3a 09 3d aa 00 69 aa 55 81 .po....:.=..i.U.
[ 15:45:40.322 ] 010: 20 01 00 00 43 5c 7e 0a 78 47 74 f6 37 ca b7 b9 ...C\..xGt.7...
[ 15:45:40.323 ] 020: 00 00 90 4e c0 01 f6 38 e2 66 47 78 6c 75 77 97 ...N...8.fGxluw.
[ 15:45:40.324 ] 030: 8d ab 96 94 bb d8 79 19 b0 a6 77 41 12 44 8b ee ......y...wA.D..
[ 15:45:40.325 ] 040: b2 d0 e0 57 ba 4b 46 85 4d 6e 41 b9 b3 91 ef 25 ...W.KF.MnA....%
[ 15:45:40.327 ] 050: 30 e7 a3 8b b2 a4 e4 9b bd 6d f6 9f 70 e6 95 28 0........m..p..(
[ 15:45:40.328 ] 060: 5a 0e 28 8e 35 81 e5 84 6a 57 89 13 dd d5 39 26 Z.(.5...jW....9&
[ 15:45:40.329 ] 070: 9b 6f .o
[ 15:45:40.329 ]
[ 15:45:40.824 ] Client <- Server: -- Sun Nov 9 15:45:40 2008
[ 15:45:40.824 ] ----------------------------------------------------
[ 15:45:40.825 ] 000: 80 00 10 02 52 26 7a e4 8a 9f 0d 00 00 00 00 00 ....R&z.........
[ 15:45:40.825 ] 010: 00 00 00 ...
[ 15:45:40.826 ]
[ 15:45:40 ] [ Newcamd ] ECM -> dummy (OK) 09AC 0000 0016
[ 15:45:40.828 ] [mg0] <- CW from newcamd 127.0.0.1:34000 (493ms)
[ 15:45:40.829 ] [mg0] 493 msec -- Sun Nov 9 15:45:40 2008
[ 15:45:40.830 ] ===== *** ECM on CaID 0x09AC, pid 0x0c35 ======
[ 15:45:40.830 ] prov: 000000
[ 15:45:40.831 ] cw0:0 02 52 26 7A E4 8A 9F 0D
[ 15:45:40.832 ] cw1:0 00 00 00 00 00 00 00 00
 
Top