PDA

View Full Version : Cant get white sky card to be read in 800hd



av2008
12th September, 2009, 09:09 PM
Hello everyone, I hope someone can help me this is driving me crazy.

I followed a tutorial of using NewCs to get the white card working in the internal slot. Im using a clone DM800.

Im using Nabilo b/h IG2 with 72 bootloader. This may be causing the problem because im using older drivers.

First I tested my old sky card and it reads perfectly directly with cccam.

I then installed newcs 1.67 with cccam 2.1.2 and used the config below with my boxkey.


<newCSconfig>

<readers name="Card Readers">
<device>
<name>lower</name>
<type>Sci</type>
<node>/dev/sci0</node>
<export>yes</export>
<enabled>yes</enabled>
<blocksa>yes</blocksa>
<blockua>yes</blockua>
<blockga>yes</blockga>
<boxkey>xxxxxxxx</boxkey>
<PTShandshake>no</PTShandshake>
<crypto-special>no</crypto-special>
<carddetect>yes</carddetect>
<newcamd_port>10001</newcamd_port>
<priority>round</priority>

</device>

<device>
<name>upper</name>
<type>Sci</type>
<node>/dev/sci1</node>
<export>yes</export>
<enabled>yes</enabled>
<blocksa>yes</blocksa>
<blockua>no</blockua>
<blockga>yes</blockga>
<boxkey>****</boxkey>
<PTShandshake>no</PTShandshake>
<crypto-special>no</crypto-special>
<carddetect>yes</carddetect>
<newcamd_port>10000</newcamd_port>
<priority>round</priority>

</device>
</readers>

<radegastserver>
<enabled>no</enabled>
</radegastserver>
<cache>
<emm>10</emm>
<ecm>10</ecm>
</cache>

<newcamdserver>
<enabled>yes</enabled>
<name>cardserver</name>
<deskey>01 02 03 04 05 06 07 08 09 10 11 12 13 14</deskey>
<userfile>/tmp/users.txt</userfile>
<user>
<spider>off</spider>
<rate>1</rate>
<sidoverride>off</sidoverride>
<status>access</status>
<name>newcs</name>
<password>newcs</password>
<au>on</au>
<allow>lower</allow>
<allow>upper</allow>
</user>


</newcamdserver>

</newCSconfig>



Everything appears to work. I can see the card in cccam and newcs info and my entitlements are showing correctly.

The thing is all I get is a black screen and nothing else until I slip my old card back in. My white card works in the sky box so its not the card.

Any ideas?

cactikid
12th September, 2009, 10:41 PM
no idea but i heard the white card has a lower voltage so putting it in other box may burn it out.

av2008
12th September, 2009, 11:30 PM
no idea but i heard the white card has a lower voltage so putting it in other box may burn it out.

Yeh, I thought that too but that was a common problem with the new italian sky cards. The uk ones seem to handle the voltage better. This is what someone told me. I was skeptical but its been in my dm800 a while and it still works in the sky box so it cant be burned out.

icaicm
12th September, 2009, 11:40 PM
Hello everyone, I hope someone can help me this is driving me crazy.

I followed a tutorial of using NewCs to get the white card working in the internal slot. Im using a clone DM800.

Im using Nabilo b/h IG2 with 72 bootloader. This may be causing the problem because im using older drivers.

First I tested my old sky card and it reads perfectly directly with cccam.

I then installed newcs 1.67 with cccam 2.1.2 and used the config below with my boxkey.


<newCSconfig>

<readers name="Card Readers">
<device>
<name>lower</name>
<type>Sci</type>
<node>/dev/sci0</node>
<export>yes</export>
<enabled>yes</enabled>
<blocksa>yes</blocksa>
<blockua>yes</blockua>
<blockga>yes</blockga>
<boxkey>xxxxxxxx</boxkey>
<PTShandshake>no</PTShandshake>
<crypto-special>no</crypto-special>
<carddetect>yes</carddetect>
<newcamd_port>10001</newcamd_port>
<priority>round</priority>

</device>

<device>
<name>upper</name>
<type>Sci</type>
<node>/dev/sci1</node>
<export>yes</export>
<enabled>yes</enabled>
<blocksa>yes</blocksa>
<blockua>no</blockua>
<blockga>yes</blockga>
<boxkey>****</boxkey>
<PTShandshake>no</PTShandshake>
<crypto-special>no</crypto-special>
<carddetect>yes</carddetect>
<newcamd_port>10000</newcamd_port>
<priority>round</priority>

</device>
</readers>

<radegastserver>
<enabled>no</enabled>
</radegastserver>
<cache>
<emm>10</emm>
<ecm>10</ecm>
</cache>

<newcamdserver>
<enabled>yes</enabled>
<name>cardserver</name>
<deskey>01 02 03 04 05 06 07 08 09 10 11 12 13 14</deskey>
<userfile>/tmp/users.txt</userfile>
<user>
<spider>off</spider>
<rate>1</rate>
<sidoverride>off</sidoverride>
<status>access</status>
<name>newcs</name>
<password>newcs</password>
<au>on</au>
<allow>lower</allow>
<allow>upper</allow>
</user>


</newcamdserver>

</newCSconfig>



Everything appears to work. I can see the card in cccam and newcs info and my entitlements are showing correctly.

The thing is all I get is a black screen and nothing else until I slip my old card back in. My white card works in the sky box so its not the card.

Any ideas?


hello

try this

<device>
<name>lowe</name>
<type>sci</type>
<mhz>368</mhz>
<node>/dev/sci0</node>
<parity>odd</parity>
<reset>normal</reset>
<export>Yes</export>
<enabled>Yes</enabled>
<blocksa>No</blocksa>
<blockua>No</blockua>
<blockga>Yes</blockga>
<blockC0>No</blockC0>
<boxkey>*******</boxkey>
<carddetect>yes</carddetect>
<newcamd_port>10001</newcamd_port>
<autosid>Yes</autosid>
<priority>round</priority>
</device>


this should work 100 %

just modify the freq according to your need

av2008
13th September, 2009, 12:01 AM
hello

try this

<device>
<name>lowe</name>
<type>sci</type>
<mhz>368</mhz>
<node>/dev/sci0</node>
<parity>odd</parity>
<reset>normal</reset>
<export>Yes</export>
<enabled>Yes</enabled>
<blocksa>No</blocksa>
<blockua>No</blockua>
<blockga>Yes</blockga>
<blockC0>No</blockC0>
<boxkey>*******</boxkey>
<carddetect>yes</carddetect>
<newcamd_port>10001</newcamd_port>
<autosid>Yes</autosid>
<priority>round</priority>
</device>


this should work 100 %

just modify the freq according to your need

Cheers for that ill try it later. The thing is on a different forum someone posted that the sky card must do a callback in the sky box to be paired properly. My sky box isnt connected to a phone line so that could be an issue?

Once I try your config ill let you know what happens, thanks again.

2tone
13th September, 2009, 10:25 AM
not heard about the call back yet but as long as your white card has been turned on the right way it should work with out a prob well untill they do the full change over then we will see what this card will do

cactikid
13th September, 2009, 01:21 PM
something happened in uk and irl on different channels=no signal and came back after a few mins.????

av2008
13th September, 2009, 01:46 PM
something happened in uk and irl on different channels=no signal and came back after a few mins.????

Yeh i got that signal problem for three hours last night.


I sorted it now using cccam 2.05 and Newcs 1.66 , thanks for everyones help

cactikid
13th September, 2009, 07:41 PM
should have said it was on a sky hd box wonder if it was getting an upgrade.

av2008
13th September, 2009, 08:20 PM
should have said it was on a sky hd box wonder if it was getting an upgrade.


I checked on my hd box and old panasonic box, both were down with some channels last night so it cant be an upgrade.

av2008
13th September, 2009, 08:44 PM
This thing is driving me mad, I now have a new problem. Hd Channels on a certain TP that Discovery hd and scifi hd are on seem to freeze every three seconds or so. Its not a card issue, its a tuner issue Other HD channels like History work fine. I tested on my sky dish that works perfectly with the sky hd box and I tested on another dish. There is no ber but a fluctuating signal as the breakup happens, I tried a rescan and downloaded new settings has anyone got any suggestions.