Welcome guest, is this your first visit? Create Account now to join.
  • Login:

Welcome to FTABeta.com

We're a new community open to help you with any FTA Issues that you may be experiencing, feel free to ask any questions, and enjoy! You may have to register before you can post: register

Page 2 of 2 FirstFirst 12
Results 11 to 17 of 17
  1. #11
    Moderator
    Join Date
    Apr 2012
    Location
    NW Georgia Mnts
    Posts
    3,197

    Default

    Thanks Whacked_Out for that very informative post. Gonna try some of your suggestions my self.
    Its all about sharing info and you seem very knowledgeable.

  2. #12
    I Like TV!
    Join Date
    Dec 2011
    Posts
    28

    Default

    leave the caid mapping blank and see if that helps! ,i have been using it like that for along time and it works good for me ,i dont know if that is what make's mine work good but any thing is wroth a try .

    receiver_protocol=1 caid_mappings=

  3. #13
    TV Insane
    Join Date
    Mar 2012
    Posts
    311

    Default

    rq-sssp-client configuration file #
    # All configuration options in this file observe the same format: #
    # <configuration_name>=<configuration_value> #
    # #
    ################################################## #############################
    # #
    # THIS CONFIGURATION FILE HAS BEEN MODIFIED FOR CAPTIVEWORKS and NFPS #
    # #
    ################################################## #############################
    # #
    # IF YOUR SERIAL COM PORT IS OTHER THEN 1 YOU WILL NEED TO CHANGE IT #
    # #
    ########################### general configuration #############################
    [General]
    # Serial port where the client receiver is connected.
    # Examples:
    # Linux PC: /dev/ttyS0, /dev/ttyS1, ... /dev/ttyS<n>
    # Dreambox/TD/DGS: /dev/tts/0, /dev/tts/1, ... /dev/tts/<n>
    # Windows: COM1, COM2, ... COM<n>
    serial_port=COM1

    # Serial port communication settings.
    # Example: 115200|8|N|1 = 115200bps, 8 data bis, no parity, 1 stop bit.
    serial_port_settings=115200|8|N|1
    # Sets the byte write delay. The default value of this parameter is 200us
    # which should work for most receivers. You can tweak this value in case
    # you're having communication problems. Sensible values for this parameter
    # go from 0 to 500 (microseconds).
    #
    # NOTE: This parameter *has no effect* in the Dreambox versions (PPC and MIPS).
    byte_write_delay=200
    # SSSP protocol variant
    # 0 - Captiveworks SSSP Protocol (Captiveworks receivers)
    # 1 - Coolsat SSSP Protocol (Coolsat receivers)
    # 2 - Gbox SSSP Protocol (Digiwave, Technomate and many other EU receivers)
    receiver_protocol=0
    # CaID mappings. This is used to solve CaID mismatch errors when a
    # receiver reports the wrong CaID (this can happen when the provider uses
    # multiple CaIDs). If you're sure the card server you're using supports the
    # provider, you can override the CaID mismatch check this way.
    #
    # Format:
    # caid_mappings=<original_caid>:<mapped_caid>|<origi nal_caid>:<mapped_caid>| ...
    #
    # Example: Your receiver may report CaID 1802, the card server
    # reports CaID 1816. Add this mapping:
    #
    # caid_mappings=1802:1816
    #
    # You can also add several mappings like this:
    #
    # caid_mappings=1802:1816|1803:1816| ...
    caid_mappings=
    # If enabled either the even or odd control word is returned for each
    # ECM. The single control word is duplicated. This is intended as a fix
    # for freezing on some receivers when using NDS providers.
    # 0 - Disabled
    # 1 - Return Even on 0x80 ECM table id, Odd on 0x81 ECM table id
    # 2 - Return Odd on 0x80 ECM table id, Even on 0x81 ECM table id
    # 3 - Always return Even
    # 4 - Always return Odd
    return_single_cw=0
    # Enable or disable background execution
    # 0 - Disable
    # 1 - Enable
    #
    # NOTE: Ignored in the WIN32 version.
    background_execution=1
    # This sets the level of console output for debugging:
    # 0 - Silent, 1 - Basic debug info, 2 - Extended debug info,
    # 3 - Show all debug info
    debug_level=2
    # This option enables or disables the writing of debug information to the
    # console.
    log_to_console=1
    # This option enables or disables the writing of console output to a log file
    log_to_file=0
    # When log_to_file is set to 1, this is the path and filename to write console
    # ouput to.
    #
    # NOTE: In the WIN32 version, if enabled, this should be set to a valid
    # Windows/DOS path.
    logfile_name=/var/bin/rq-sssp-client.log
    # Timeout in seconds for receiving control words from server.
    # Default value is 05 seconds
    control_words_timeout=12
    ################################################## ###############################################
    # #
    ########### CHANGE THE FOLLOWING IN card_server_url line THE LAST LINE OF THIS FILE ###########
    # #
    ################################################## ###############################################
    # #
    # replace twice YOURACCESSCODE with your actual 14 digit access code #
    # #
    # change the PORT# REPLACE ##### with your PORT# #
    # use the following information to determine your correct port number #
    # #
    # Clients with donation numbers that start with 010, 110, 210 and nfps210 change the port to #
    # #
    # starting with 010 --->use ports 11010 and/or 12010 #
    # starting with 110 --->use ports 11110 and/or 12110 #
    # starting with 210 and nfps210 --->use ports 11210 and/or 12210 #
    # #
    # Clients whose donation numbers DO NOT START WITH 010, 110, 210 or nfps210 change the port to #
    # #
    # 10410 and/or 10510 #
    # #
    # The above does not apply to recent donations where you were instructed to use #
    # Port numbers 10610 and/or 10710 you should continue to use those port numbers #
    # #
    # NOTE Before saving place your cursor at the end of the newcamd line immediately after the 4 #
    # now hit the right arrow key on your keyboard and the cursor should drop to the left hand #
    # position of the next line - if it does not with the cursor after the 4 hit the return key #
    # once the cursor should go to the left hand side of the next line - Save file as instructed #
    ################################################## ###############################################
    #
    # URL of card-server to use, formats are as follows:
    #
    # newcamd://<username>:<password>@<hostname>:<port>/<des_key>
    #
    card_server_url_1=newcamd://
    #card_server_uel_1=newcamd://username.password.142.79.45:35933/6103403444506970987123412134

  4. #14
    TV Insane
    Join Date
    Mar 2012
    Posts
    311

    Default

    The IP address need one more number although this is for Captivework it works on pansat also .the return single cw =0 should change to 1.

  5. #15

    Default

    Thanks guys , I delete an start all over again n bingo up n running , once again big up.

  6. #16
    Moderator
    Join Date
    Apr 2012
    Location
    NW Georgia Mnts
    Posts
    3,197

    Default

    Happy to hear you got her going.

  7. #17
    TV Insane
    Join Date
    Mar 2012
    Posts
    311

    Default

    The purpose why we are all here is that each one help one, happy to know all is well.

 

 
Page 2 of 2 FirstFirst 12

Posting Permissions

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