Setting up Newcs
* First of all you need a good text editor which is compatible with UNIX. A good freeware editor is Notepad++ 3.8.
* Use Notepad++ to open “newcs.xml” file. You are kindly suggested not touch or edit anything at all. I show you how to edit file just you should need to change some setting in the future.
* In this text you can find settings for 2 CAS, “lower” is the lower one and “upper” is the upper one. Since DM500 has only 1 CAS it is considered as “lower”. You will use port 34000 for lower cas and port 34001 for upper cas:
In this text you can find deskey and name used for your network:
You can find here settings for client access which will be used by MGCamd to make our smart card working:
# Finally, if you have not changed anything, very important settings for client are:Port: 34000 (lower) or 34001 (upper)
Deskey: 01 02 03 04 05 06 07 08 09 10 11 12 13 14
User: user1
Pass: pass1
# Copy “newcs.xml” file to your dreambox path /var/tuxbox/config/
Setting up MGCamd
* Open with Notepad++ “newcamd.list” file you found in the zip archive you downloaded before. If you left all unchanged in newcs settings, you can leave all unchanged also here.
* Two lines, quoted here below, are very important. The former makes your card working in the lower cas, the latter makes your card working in upper cas and necessary datas are the server IP address, the used port, the user name, the password and the des key:
CWS = 127.0.0.1 34000 user1 pass1 01 02 03 04 05 06 07 08 09 10 11 12 13 14 lan newcs CWS = 127.0.0.1 34001 user1 pass1 01 02 03 04 05 06 07 08 09 10 11 12 13 14 lan newcs
# Copy “newcamd.list” and “mg_cfg” file to your dreambox path /var/keys/
# If you followed instructions carefully, you can insert smart card (with gold chip downwards), then you go to firmware menu to run emu ( generaly you access by pressing blue key) select “MGCamd + Newcs” as emu (or a similar name which can change depending on firmware versions), reset emu. Should not it working, please reboot your dreambox and after boot it should be all working.
* First of all you need a good text editor which is compatible with UNIX. A good freeware editor is Notepad++ 3.8.
* Use Notepad++ to open “newcs.xml” file. You are kindly suggested not touch or edit anything at all. I show you how to edit file just you should need to change some setting in the future.
* In this text you can find settings for 2 CAS, “lower” is the lower one and “upper” is the upper one. Since DM500 has only 1 CAS it is considered as “lower”. You will use port 34000 for lower cas and port 34001 for upper cas:
<readers name=”Card Readers”> <device> <name>lower</name> <type>Sci</type> <node>/dev/sci0</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>yes</crypto-special> <carddetect>no</carddetect> <newcamd_port>34000</newcamd_port> <autosid>yes</autosid> <priority>round</priority> </device> <device> <name>upper</name> <type>Sci</type> <node>/dev/sci1</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>yes</crypto-special> <carddetect>yes</carddetect> <newcamd_port>34001</newcamd_port> <autosid>yes</autosid> <priority>round</priority> </device> </readers>
<enabled>yes</enabled> <deskey>01 02 03 04 05 06 07 08 09 10 11 12 13 14</deskey> <name>newcs</name>
<user> <name>user1</name> <password>pass1</password> <au>on</au> <allow>lower</allow> <allow>upper</allow> </user>
Deskey: 01 02 03 04 05 06 07 08 09 10 11 12 13 14
User: user1
Pass: pass1
# Copy “newcs.xml” file to your dreambox path /var/tuxbox/config/
Setting up MGCamd
* Open with Notepad++ “newcamd.list” file you found in the zip archive you downloaded before. If you left all unchanged in newcs settings, you can leave all unchanged also here.
* Two lines, quoted here below, are very important. The former makes your card working in the lower cas, the latter makes your card working in upper cas and necessary datas are the server IP address, the used port, the user name, the password and the des key:
CWS = 127.0.0.1 34000 user1 pass1 01 02 03 04 05 06 07 08 09 10 11 12 13 14 lan newcs CWS = 127.0.0.1 34001 user1 pass1 01 02 03 04 05 06 07 08 09 10 11 12 13 14 lan newcs
CWS = 127.0.0.1 34000 user1 pass1 01 02 03 04 05 06 07 08 09 10 11 12 13 14 lan newcs CWS = 127.0.0.1 34001 user1 pass1 01 02 03 04 05 06 07 08 09 10 11 12 13 14 lan newcs
# If you followed instructions carefully, you can insert smart card (with gold chip downwards), then you go to firmware menu to run emu ( generaly you access by pressing blue key) select “MGCamd + Newcs” as emu (or a similar name which can change depending on firmware versions), reset emu. Should not it working, please reboot your dreambox and after boot it should be all working.
Comment