Changeset 27802 for ipk/source.mipsel


Ignore:
Timestamp:
03/22/14 00:42:21 (10 years ago)
Author:
andyjetset
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ipk/source.mipsel/emus_cccam_209/_path_/keys/CCcam.cfg.CCcam

    r27801 r27802  
    1 # CCcam team uvadi CCcam v2.3.0
     1# CCcam team uvadi CCcam v2.0.9
    22#
    33# Special greets go to all our friends all over the world, you know who you are!
     
    284284#B: /dev/sci0 01
    285285
    286 # disable all EMM readers (clientside setting)
     286# disable all local EMM readers
    287287# saves lots of CPU, but you won't get any updates anymore
    288288# (unless you get updates from your clients)
     
    291291#
    292292#DISABLE EMM : yes
    293 
    294 # control how to deal with global (ga) EMM readers (clientside setting)
    295 # can avoid global (possibly noisy) emm being sent over the network
    296 # shared and unique emm is not affected by this setting
    297 # to block all emm, use DISABLE EMM setting instead
    298 #
    299 # 0 = ignore all global emm
    300 # 1 = accept a small amount of global emm
    301 # 2 = accept all global emm
    302 #
    303 # default: 2 (handle all global emm)
    304 #
    305 # example: seriously reduce the global emm traffic, but allow limited
    306 # global emm when a smartcard does not work (possibly because it needs an update)
    307 #
    308 #GLOBAL EMM : 1
    309293
    310294# with this setting you can
     
    493477#example 2: achieve network load decrease
    494478#
    495 #MINIMUM CLIENT VERSION : 2.2.0
     479#MINIMUM CLIENT VERSION : 1.4.0
    496480#
    497481#example 3: don't allow potentially wrong passwords (pre 1.7.0 has password bug)
     
    507491# In that case specify 'TRY ALL CHIDS' option for cardreader.
    508492# Use with care, enabling option causes more card traffic.
    509 # Only use setting when some channels in your subscription don't work without it.
     493# Only use setting when some channels don't work without it.
    510494# note: if even this setting don't help decode all channels, try using
    511495# commandline arg -l, to disable all self-learning features (warning: slower)
     
    537521#DVB API: <value>
    538522#
    539 # <value> -1 = no dvb, 1 = dvb api 1, 3 = dvb api 3
     523# <value> <1 = no dvb, 1 = dvb api 1, 3 = dvb api 3>
    540524#
    541525# WARNING: only use when autodetect fails!
     
    567551#MINIMUM DOWNHOPS: 1
    568552#
    569 # ignore shares that have less than 1 'downhops' (i.e. can not be shared
     553# ingore shares that have less than 1 'downhops' (i.e. can not be shared
    570554# further down to other clients)
    571 
    572 # Option to ignore all shares that go through a certain node
    573 #
    574 #IGNORE NODE: <nodeid>
    575 #
    576 #example, ignore two nodes:
    577 #
    578 #IGNORE NODE: ccd536ab515767ad
    579 #IGNORE NODE: aad536ab515761af
    580 
    581 
    582 # The seca handler is used to better support simulcrypt on the same ident
    583 #
    584 # With this setting you can change the behaviour of how SECA has to be used
    585 # This setting is ignored unless SECA2/SECA3 simulcrypt is detected!!
    586 #
    587 # When disabled CCcam behaves like previous versions
    588 #
    589 # When "prefer SECA3 over SECA2" is enabled try to use SECA3 ecm first, then SECA2
    590 #
    591 # When "Ignore SECA2" is enabled, ignore all SECA2 ecm so a SECA3 card will not get SECA2 request which it cannot handle
    592 #
    593 # When "Ignore SECA3" is enabled, ignore all SECA3 ecm so a SECA2 card will not get SECA3 request which it cannot handle
    594 #
    595 #
    596 # The following settings can be used
    597 #
    598 # SECA HANDLER: <value>
    599 # <value> : 0 = disabled, 1 =  prefer SECA3 over SECA2, 2 = prefer SECA2 over SECA3, 3 = Ignore SECA2, 4 = Ignore SECA3
    600 #
    601 # default: 1
    602 #
    603 # Example try to use SECA3 ecm first, then SECA2
    604 #SECA HANDLER: 1
    605 #
    606 # Example try to use SECA2 ecm first, then SECA3
    607 #SECA HANDLER: 2
    608 #
    609 # Example to ignore all SECA2 ecm so a SECA3 card will not get SECA2 request which it cannot handle
    610 #SECA HANDLER: 3
    611 #
    612 # Example to ignore all SECA3 ecm so a SECA2 card will not get SECA3 request which it cannot handle
    613 #SECA HANDLER: 4
    614 
    615 
    616 # Configure limited list of accepted sids for smartcard
    617 # When omitted, all sids are allowed.
    618 # Can work together with LOADBALANCE configuration (sids which are not allowed will be automatically left out of the loadbalance)
    619 #
    620 # SMARTCARD SID ASSIGN : <device> <maxnumberofsids> { <sid1>, <sid2>, ... <sidn> }
    621 #
    622 # <device> is the reader devicenode
    623 # <maxnumberofsids> limits the total number of sids assigned to the card (0 = use length of sid list)
    624 # { <sid1>..<sidn> } lists the sids that are assigned to the smartcard, when omitted, <maxnumberofsids> is used to auto assign sids
    625 #
    626 # when <maxnumberofsids> is larger than the length of the sidlist, the remainder of the sids are auto assigned, till the list reaches <maxnumberofsids>
    627 # Check entitlement output for realtime assignment list
    628 #
    629 # WARNING: when SMARTCARD SID ASSIGN config changes, restart is required before settings take effect
    630 #
    631 #example1: smartcard in device /dev/ttyUSB0 only handles requests for sids df3, df4, df5
    632 #
    633 #SMARTCARD SID ASSIGN : /dev/ttyUSB0 0 { 0df3,0df4,0df5 }
    634 #
    635 #example2: smartcard in device /dev/ttyUSB0 handles requests for max 5 sids, auto assigned in the order of occurance. A request for a 6th sid will be denied.
    636 #
    637 #SMARTCARD SID ASSIGN : /dev/ttyUSB0 5
    638 #
    639 #example3: smartcard in device /dev/ttyUSB0 handles requests for max 5 sids, 3 of which are df3, df4, df5, remaining 2 are auto assigned
    640 #
    641 #SMARTCARD SID ASSIGN : /dev/ttyUSB0 5 { 0df3,0df4,0df5 }
    642 
    643 
    644 # Configure list of sids which are not to be handled by smartcard
    645 # When omitted, all sids are allowed (or SMARTCARD SID ASSIGN list is allowed, if available)
    646 # Don't use together with (fixed) SMARTCARD SID ASSIGN list; use one or the other, depending on which gives the shortest list
    647 # Can work together with dynamic SMARTCARD SID ASSIGN list.
    648 # Can work together with LOADBALANCE configuration (sids which are rejected will be automatically left out of the loadbalance)
    649 #
    650 #SMARTCARD SID REJECT: <device> { <sid1>, <sid2>, ... <sidn> }
    651 #
    652 # <device> is the reader devicenode
    653 # { <sid1>..<sidn> } lists the sids that are to be rejected on the smartcard
    654 #
    655 #
    656 #example1: smartcard in device /dev/ttyUSB0 should not handle requests for sids df3, df4, df5
    657 #
    658 #SMARTCARD SID REJECT: /dev/ttyUSB0 { 0df3,0df4,0df5 }
    659 
    660 # Option to limit the number of sids active on a single smartcard within a given time period
    661 #
    662 # SID LIMIT: <device> <maxsids> <timelimit>
    663 #
    664 # example: handle max 4 different sids every 11 seconds
    665 #
    666 # SID LIMIT: /dev/sci0 4 11
    667 
    668 # Option to overrule the number of sci devices to be opened
    669 #
    670 #SCIDEVICES: <number>
    671 #
    672 #example, don't open any sci devices
    673 #
    674 #SCIDEVICES: 0
    675 #
    676 #example, force 2 devices to be opened
    677 #
    678 #SCIDEVICES: 2
    679 #
    680 # When omitted, attempt to open an autodetected number of sci devices
    681 # WARNING: restart is required before a new SCIDEVICES limit takes effect
    682 # *Merry Christmas* from aff-board.com
Note: See TracChangeset for help on using the changeset viewer.