Page 1 of 3 123 LastLast
Results 1 to 20 of 53

Thread: Smargo Smartreaderplus tutorial

  1. #1
    Premium Member

    Join Date
    Jan 2008
    Posts
    1,920
    Thanks
    361
    Thanked 804 Times in 379 Posts
    Rep Power
    377
    Reputation
    5712

    Default Smargo Smartreaderplus tutorial

    This tutorial assumes the user has a DM7020 or a DM800. The tutorial can be used as is, or adapted easily for a standard Linux setup.


    How to set smartreader operating mode using Windows

    1: Install the windows drivers found here
    2: Open smartreader.exe
    3: Plug the smartreader into a usb port
    4: Select Autoswitch or fixed mode
    5: Select Normal or Dreambox kernel
    6: Make sure it returns with "writing settings successful"
    7: Done


    DM7020 dreambox installation with PLI Iolite/Jade

    1: Telnet to your dreambox run "ipkg update"
    2: Run "ipkg install kernel-module-ftdi-sio"
    3: Exit
    4: Rename your original bootup file in /etc/init.d/ incase you have a problem*
    5: Replace the bootup file in /etc/init.d/ with this one the bootup file is in the zipfile.
    6: Reboot
    7: Plug in the smartreader
    8: Insert your card. Make sure the chip on the card faces the same direction as the lights on the reader.
    9: Done

    * The latest PLi Jade Final image appears to already have the usbtoserial configured in the bootup file. So no need to replace the bootup file.


    DM800 dreambox installation with PLI Iolite/Jade
    1: Enter the download menu
    2: Search for USBtoSerial drivers
    3: Download
    4: Reboot
    5: Plug in the smartreader
    6: Insert your card. Make sure the chip on the card faces the same direction as the lights on the reader.
    7: Done


    DM7020/cccam.cfg
    CCcam configuration sample:

    SERIAL READER : /dev/usb/tts/0 smartreader+
    SMARTCARD CLOCK FREQUENCY: /dev/usb/tts/0 6860002
    SERVER LISTEN PORT : 20000
    WEBINFO LISTEN PORT : 21000
    WEBINFO USERNAME : username
    WEBINFO PASSWORD : password
    SHOW TIMING : yes

    It is possible to add a usb hub to the DM7020. To incorporate a 4 port hub into the config insert the following:

    SERIAL READER : /dev/usb/tts/0 smartreader+
    SMARTCARD CLOCK FREQUENCY: /dev/usb/tts/0 6860002
    SERIAL READER : /dev/usb/tts/1 smartreader+
    SMARTCARD CLOCK FREQUENCY: /dev/usb/tts/1 6860002
    SERIAL READER : /dev/usb/tts/2 smartreader+
    SMARTCARD CLOCK FREQUENCY: /dev/usb/tts/2 6860002
    SERIAL READER : /dev/usb/tts/3 smartreader+
    SMARTCARD CLOCK FREQUENCY: /dev/usb/tts/3 6860002


    DM800/cccam.cfg
    CCcam configuration sample:

    SERIAL READER : /dev/ttyUSB0 smartreader+
    SMARTCARD CLOCK FREQUENCY: /dev/ttyUSB0 6860002
    SERVER LISTEN PORT : 20000
    WEBINFO LISTEN PORT : 21000
    WEBINFO USERNAME : username
    WEBINFO PASSWORD : password
    SHOW TIMING : yes

    The DM800 comes with 2 USB ports already. However if you wish to add a usb hub you can.

    The above cfg's assume that the reader is set to autoswitch mode and dreambox kernel.

    You can choose any of the following frequencies: 3.20, 3.43, 3.69, 4.00, 4.36, 4.80, 5.34, 6.00, 6.86, 8.00, 9.61, 12.0 and 16.0

    Examples:
    SMARTCARD CLOCK FREQUENCY: /dev/usb/tts/0 6000002 runs the card at 6mhz.
    SMARTCARD CLOCK FREQUENCY: /dev/usb/tts/0 6860002 runs the card at 6.86mhz.
    SMARTCARD CLOCK FREQUENCY: /dev/usb/tts/0 8000002 runs the card at 8mhz.
    SMARTCARD CLOCK FREQUENCY: /dev/usb/tts/0 9610002 runs the card at 9.61mhz.

    Most cards run at 6000002 or 6860002.

    Ofcourse the reader can be used with other images such as Gemini etc. Feel free to experiment :-)

  2. The Following 6 Users Say Thank You to warbo For This Useful Post:

    aqkhan (19-01-10),Bracker (17-02-10),otlo (18-02-10),ssnb (16-02-10),wombat (03-08-10),XX25 (12-03-10)



Look Here ->
  • #2
    Senior Member
    weirdo's Avatar
    Join Date
    Jan 2008
    Posts
    5,458
    Thanks
    4,638
    Thanked 3,135 Times in 1,633 Posts
    Rep Power
    0
    Reputation
    29602

    Default

    Excellent warbo

  • #3
    Senior Member
    LeroyPatrol's Avatar
    Join Date
    Jan 2008
    Location
    N.E. Vic
    Posts
    16,229
    Thanks
    3,528
    Thanked 4,710 Times in 2,797 Posts
    Rep Power
    1670
    Reputation
    46551

    Default

    Just wondering is it the same procedure as above if you have Gemini 4.30 on a DM7020?

    Leroy

  • #4
    Junior Member paolo's Avatar
    Join Date
    Jan 2009
    Age
    50
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Rep Power
    0
    Reputation
    10

    Default

    merci pour infos

  • #5
    Premium Member
    OSIRUS's Avatar
    Join Date
    Jul 2008
    Location
    NSW
    Posts
    3,592
    Thanks
    10,571
    Thanked 2,467 Times in 958 Posts
    Rep Power
    1072
    Reputation
    38001

    Default

    Great stuff warbo,

    Thanks for sharing
    Become a Premium Member and support the Austech Forum

  • #6
    Senior Member
    Join Date
    Jan 2008
    Location
    Northern Rivers NSW
    Posts
    703
    Thanks
    200
    Thanked 142 Times in 88 Posts
    Rep Power
    269
    Reputation
    2350

    Default

    has anyone been able to get one of these working on a DM800 with Gemini2 V4? I'm having issues, can run a blue card from the slot but not from the smargo

  • #7
    Junior Member
    Join Date
    Mar 2009
    Age
    48
    Posts
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Rep Power
    0
    Reputation
    10

    Default

    Hi

    After istalling the smargo drivers, I tried to rum smartreader.exe and selected everything accordingly but it does not say "writing settings successful".

    Please help!

  • #8
    Premium Member

    Join Date
    Jan 2008
    Posts
    1,920
    Thanks
    361
    Thanked 804 Times in 379 Posts
    Rep Power
    377
    Reputation
    5712

    Default

    Quote Originally Posted by Humtum View Post
    Hi

    After istalling the smargo drivers, I tried to rum smartreader.exe and selected everything accordingly but it does not say "writing settings successful".

    Please help!
    Does the PC make the sound of a USB device being inserted when connecting the smartreader to the PC? Is the USB port working 100%. Have you tried another USB port or another computer?

    If you have tried all these things, you may have a faulty reader and should return it.

  • #9
    Junior Member
    Join Date
    Mar 2009
    Age
    48
    Posts
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Rep Power
    0
    Reputation
    10

    Default

    Thanks for the reply!

    Yes it makes sound when I insert the cardreader into USB port.

  • #10
    Premium Member

    Join Date
    Jan 2008
    Posts
    1,920
    Thanks
    361
    Thanked 804 Times in 379 Posts
    Rep Power
    377
    Reputation
    5712

    Default

    I would try another pc/laptop. Maybe try reinstalling the drivers from post #1 in this thread.

  • #11
    Junior Member
    Join Date
    Mar 2009
    Age
    48
    Posts
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Rep Power
    0
    Reputation
    10

    Default

    Hi

    I was using vista before. I tried with XP and it worked and it said "writing settings successful". I downloaded USBtoSerial drivers and rebooted the DM800 and inserted the cardreader into the DM800 USB port and inserted the card and It worked.

    Many Thanks

  • #12
    Senior Member gw1's Avatar
    Join Date
    Jan 2008
    Location
    Hobart
    Posts
    957
    Thanks
    49
    Thanked 608 Times in 213 Posts
    Rep Power
    268
    Reputation
    1901

    Default

    Nice work warbo, well done.

  • #13
    Premium Member

    Join Date
    Jan 2008
    Posts
    1,920
    Thanks
    361
    Thanked 804 Times in 379 Posts
    Rep Power
    377
    Reputation
    5712

    Default

    Quote Originally Posted by gw1 View Post
    Nice work warbo, well done.
    Cheers for that GW1.

    Glad you got it working Humtum. Vista works fine here btw, so if you can be bothered it might be worth investigating further why you can't get it going with that OS.

  • #14
    Senior Member gw1's Avatar
    Join Date
    Jan 2008
    Location
    Hobart
    Posts
    957
    Thanks
    49
    Thanked 608 Times in 213 Posts
    Rep Power
    268
    Reputation
    1901

    Default

    Life's too short to waste debugging Microsoft's "latest and greatest" for them. The jury is in - Vista introduces far more problems than it solves. Windows 7 will be far better than Vista, but whether it's an improvement on XP remains to be seen.

    If Vista works OK for you then don't fix it, but there are no prizes in life for suffering needlessly.

  • #15
    Premium Member

    Join Date
    Jan 2008
    Posts
    1,920
    Thanks
    361
    Thanked 804 Times in 379 Posts
    Rep Power
    377
    Reputation
    5712

    Default

    I don't have any gripe with Visa what so ever, it's been working great on two laptops here for over twelve months. I'm sure I don't throw as much at it as some so I'm probably not a good judge.

    Anyhow, I wasn't pushing Vista by any means. My intention was purely to advise Humtum and anyone else that the smartreader app and drivers work ok with my Vista setup, same as they do with my XP.

  • #16
    Junior Member
    Join Date
    Mar 2009
    Age
    48
    Posts
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Rep Power
    0
    Reputation
    10

    Default

    I think I messed it up!!!!!!!!!!

    After making it work with DM800 I tried to make it work for Debian Linux PC and something went wrong when I tried to update (Flash) the smartreader. After that it does not recoganise the Reader. I tried to put back in XP and tried to Smartreader and SmartreaderUpdate.exe but does not recognize it.

    What can I do to make it work again in my DM800?

    Regards
    Last edited by Humtum; 29-03-09 at 10:29 AM.

  • #17
    Premium Member

    Join Date
    Jan 2008
    Posts
    1,920
    Thanks
    361
    Thanked 804 Times in 379 Posts
    Rep Power
    377
    Reputation
    5712

    Default

    Quote Originally Posted by Humtum View Post
    I think I messed it up!!!!!!!!!!

    After making it work with DM800 I tried to make it work for Debian Linux PC and something went wrong when I tried to update (Flash) the smartreader. After that it does not recoganise the Reader. I tried to put back in XP and tried to Smartreader and SmartreaderUpdate.exe but does not recognize it.

    What can I do to make it work again in my DM800?

    Regards
    I don't get why people try and update/flash these things unnecessarily. To change from a DM800 to a Linux PC you just need to run the smartreader.exe windows app and write to it using that.

    There hasn't been a firmware change for more than a year, so any reader purchased in that time will already have version 1.03. You are just running a risk by flashing it for no real reason.

    Version 1.04 is about to be released. However I advise against updating if your reader is working just fine the way it is.

  • #18
    Senior Member Kavakid's Avatar
    Join Date
    Jan 2008
    Posts
    655
    Thanks
    102
    Thanked 105 Times in 73 Posts
    Rep Power
    232
    Reputation
    602

    Default

    Thanks Warbo.

    KK

  • #19
    Junior Member
    Join Date
    Mar 2009
    Age
    48
    Posts
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Rep Power
    0
    Reputation
    10

    Default

    Quote Originally Posted by warbo View Post
    I don't get why people try and update/flash these things unnecessarily. To change from a DM800 to a Linux PC you just need to run the smartreader.exe windows app and write to it using that.

    There hasn't been a firmware change for more than a year, so any reader purchased in that time will already have version 1.03. You are just running a risk by flashing it for no real reason.

    Version 1.04 is about to be released. However I advise against updating if your reader is working just fine the way it is.
    mmmmmmm.......

    Is there any way I can make it work again?

    Thanks

  • #20
    Premium Member

    Join Date
    Jan 2008
    Posts
    1,920
    Thanks
    361
    Thanked 804 Times in 379 Posts
    Rep Power
    377
    Reputation
    5712

    Default

    Quote Originally Posted by Humtum View Post
    mmmmmmm.......

    Is there any way I can make it work again?

    Thanks

    I can't see how, if you can't get anything to recognise it.

    Maybe contact where you bought it and ask if you can return it.

  • Page 1 of 3 123 LastLast

    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
    •