Page 2 of 2 FirstFirst 12
Results 21 to 31 of 31

Thread: Help needed with Smargo

  1. #21
    Black Hole Team sonic1's Avatar
    Join Date
    Dec 2004
    Posts
    4,846
    Thanks
    4,701
    Thanked 3,283 Times in 1,494 Posts
    SERIAL READER : /dev/usb/tts/0 smartreader+

    SMARTCARD CLOCK FREQUENCY: /dev/ttsUSB0 6800000

    or

    SERIAL READER : /dev/usb/tts/1 smartreader+

    SMARTCARD CLOCK FREQUENCY: /dev/ttsUSB1 6800000

    Depends on which slot you have your usb in.

  2. #22
    V.I.P
    Join Date
    Dec 2004
    Posts
    147
    Thanks
    1
    Thanked 6 Times in 5 Posts
    Thank you got it working now put your files in and still nothing I then wiggled the smargo in the USB socket and all come to life
    All the best Dean.

  3. #23
    Member
    Join Date
    Dec 2004
    Posts
    20
    Thanks
    0
    Thanked 0 Times in 0 Posts
    followed sonics instructions and all working 100%
    thanks for help sonic m8
    neil

  4. #24
    Senior Member aabs's Avatar
    Join Date
    Dec 2004
    Posts
    190
    Thanks
    10
    Thanked 2 Times in 2 Posts
    Can we please have instructions and files required to set up the

    Infinity card reader as supplied by our good sponsers.

    I think it looks a lot better but the only thing is nobody seems to have set one up and confirm working

  5. #25
    Junior Member
    Join Date
    Mar 2009
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Hi to all.

    Here's my story with smargo and Sky Italia NDS3 card.

    When I first received the card, I didn't know that the internal reader cannot open it. So, I tried for a few seconds and when I got the card out, I noticed that it was nearly burnt. However, I inserted it into the Sky box and it was still working.

    After research, I realised that I needed a Smargo cardreader and so, I bought one.

    I updated the firmaware of Smargo to v1.3, and I set it to use settings: autoswitch/dreambox/T=1/0

    I set up my GP2 v4.10 with CCCam 2.011/NewCS 1.65

    I set the Kernel Module to include "Use USB Cardreader (FTDSI)".

    My newcs.xml is this one:


    Code:
    <?xml version="1.0"?>
    <newCSconfig>
    <readers name="Card Readers">
    <device>
    <name>smargo</name>
    <type>phoenix</type>
    <mhz>357</mhz>
    <node>/dev/usb/tts/0</node>
    <parity>none</parity>
    <reset>normal</reset>
    <export>yes</export>
    <enabled>yes</enabled>
    <blocksa>No</blocksa>
    <blockua>No</blockua>
    <blockga>No</blockga>
    <PTShandshake>no</PTShandshake>
    <crypto-special>no</crypto-special>
    <carddetect>yes</carddetect>
    <newcamd_port>10000</newcamd_port>
    <autosid>Yes</autosid>
    <priority>round</priority>
    </device>
    </readers>
    <radegastserver>
    <enabled>no</enabled>
    <allow>
    <hostname>127.0.0.1</hostname>
    </allow>
    </radegastserver>
    <newcamdserver>
    <enabled>yes</enabled>
    <name>SKY-Italia</name>
    <deskey>01 02 03 04 05 06 07 08 09 10 11 12 13 14</deskey>
    <user>
    <name>user</name>
    <password>pass</password>
    <au>on</au>
    <sidoverride>off</sidoverride>
    <spider>No</spider>
    </user>
    </newcamdserver>
    <httpd>
    <server>
    <port>8080</port>
    <enabled>yes</enabled>
    </server>
    <user>
    <name>newcs</name>
    <password>newcs</password>
    <accesslevel>admin</accesslevel>
    </user>
    </httpd>
    </newCSconfig>
    I added the following line to my cccam.cfg
    Code:
    N: 127.0.0.1 10000 user pass 01 02 03 04 05 06 07 08 09 10 11 12 13 14
    The result was.... My dm800 finally opened the Sky Italia provider!!

    However... One day later, the card stopped functioning. I checked the web interface of newCS and I noticed that the card has no entitlements. I inserted it at the Sky box and the message was "insert smart card correctly".

    So, what do you think happened here? Did my settings kill the card? Did I do anything wrong or was it just fate?

    Thanks

  6. #26
    Black Hole Team sonic1's Avatar
    Join Date
    Dec 2004
    Posts
    4,846
    Thanks
    4,701
    Thanked 3,283 Times in 1,494 Posts
    I don't have the card and can not test but I can confirm that this works from a friend who I can see his card.

    Configuration for DM

    newcs.xml

    <?xml version="1.0"?>

    <newCSconfig>
    <readers name="Card Readers">
    <device>
    <name>Internal Slot</name>
    <type>sci</type>
    <mhz>358</mhz>
    <node>/dev/sci0</node>
    <parity>none</parity>
    <export>Yes</export>
    <enabled>Yes</enabled>
    <blocksa>Yes</blocksa>
    <blockua>Yes</blockua>
    <blockga>Yes</blockga>
    <crypto-special>No</crypto-special>
    <PTShandshake>No</PTShandshake>
    <carddetect>Yes</carddetect>
    <newcamd_port>14000</newcamd_port>
    <autosid>No</autosid>
    <Seca-PPV>No</Seca-PPV>
    <sid>
    <allow>
    <id></id>
    </allow>
    <deny>
    <id></id>
    </deny>
    </sid>
    <priority>round</priority>
    </device>
    </readers>
    <radegastserver>
    <enabled>No</enabled>
    <port>10001</port>
    <allow>
    <hostname>127.0.0.1</hostname>
    </allow>
    </radegastserver>
    <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>
    <name>local</name>
    <password>local</password>
    <hostname></hostname>
    <port>12000</port>
    <au>off</au>
    <spider>off</spider>
    </user>

    </newcamdserver>
    <cache>
    <emm>0</emm>
    <ecm>-1</ecm>
    </cache>
    <httpd>
    <server>
    <port>8080</port>
    <enabled>yes</enabled>
    </server>
    <user>
    <name>newcs</name>
    <password>newcs</password>
    <accesslevel>admin</accesslevel>
    </user>
    </httpd>
    <debug>
    <password></password>
    <level>normal</level>
    <type>all</type>
    <output>all</output>
    <logfile></logfile>
    <udp_host>192.168.1.20</udp_host>
    <udp_port>514</udp_port>
    <tcp_port>1001</tcp_port>
    </debug>
    </newCSconfig>



    CCcam.cfg

    N: 127.0.0.1 14000 local local 01 02 03 04 05 06 07 08 09 10 11 12 13 14 1 2 # Sky NewCS

  7. #27
    Junior Member
    Join Date
    Mar 2009
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Quote Originally Posted by sonic1 View Post
    I don't have the card and can not test but I can confirm that this works from a friend who I can see his card.

    Configuration for DM

    newcs.xml
    [...]


    CCcam.cfg

    N: 127.0.0.1 14000 local local 01 02 03 04 05 06 07 08 09 10 11 12 13 14 1 2 # Sky NewCS
    This configuration is for the internal reader, right?

    I am reading some posts about how Smargo operates at 5V while the Sky It nds3 card should be operated at 3.3V. Others report that the sky box operates at 5V. I am confused and lost... Should I try opening the new card (when I get one) with smargo or not?

  8. #28
    V.I.P
    Join Date
    Jul 2008
    Posts
    413
    Thanks
    0
    Thanked 0 Times in 0 Posts
    From reports I've read, the sky it nds3 card can be read directly in the dm800 with updated drivers, and the new cccam 2.1.0. Haven't got card to test, but is what I heard...

  9. #29
    Junior Member
    Join Date
    Mar 2009
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts
    No, it cannot... It nearly fried my card (after the drivers' update).

    EDIT: Just noticed that you are talking about cccam 2.1.0. Haven't tried it yet... I was talking about updated rivers and cccam 2.0.11
    Last edited by streetspanic; 28-03-2009 at 08:34 PM.

  10. #30
    V.I.P
    Join Date
    Jul 2008
    Posts
    413
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Just read this from nabsat forums:

    Good news for those who have
    NDS3 cards!!!!!!!
    Confirm by people who dispense cards NDS3 that CCcam_2.1.0
    works very well with these cards with the smargo card reader without Newcs.
    IMPORTANT: Card must run on reader with 3,3V power supply!!!
    Thought it might help you wih smargo reader...

  11. #31
    V.I.P crabber's Avatar
    Join Date
    Dec 2004
    Posts
    1,601
    Thanks
    1,151
    Thanked 942 Times in 488 Posts
    I am very interested in this voltage issue as rumours say the soon to be released UK cards will run at 3.3. (may be lots of burnt ones)
    Could someone say which card readers will work at 3.3v please? my old infinity USB is only 5v. I have searched and it seems that only the modern version of this programmer works at both voltages or does the more simple and cheaper smartreader+ ?

Page 2 of 2 FirstFirst 12

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •