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

fix

File:
1 edited

Legend:

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

    r27795 r27796  
    1 # CCcam team uvadi CCcam v2.3.0
     1# CCcam team uvadi CCcam v2.1.4
    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)
     
    616600# Configure limited list of accepted sids for smartcard
    617601# 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)
     602# (can work together with LOADBALANCE configuration, or for standalone cards)
    619603#
    620604# SMARTCARD SID ASSIGN : <device> <maxnumberofsids> { <sid1>, <sid2>, ... <sidn> }
     
    631615#example1: smartcard in device /dev/ttyUSB0 only handles requests for sids df3, df4, df5
    632616#
    633 #SMARTCARD SID ASSIGN : /dev/ttyUSB0 0 { 0df3,0df4,0df5 }
     617# SMARTCARD SID ASSIGN : /dev/ttyUSB0 0 { 0df3,0df4,0df5 }
    634618#
    635619#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.
    636620#
    637 #SMARTCARD SID ASSIGN : /dev/ttyUSB0 5
     621# SMARTCARD SID ASSIGN : /dev/ttyUSB0 5
    638622#
    639623#example3: smartcard in device /dev/ttyUSB0 handles requests for max 5 sids, 3 of which are df3, df4, df5, remaining 2 are auto assigned
    640624#
    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
     625# SMARTCARD SID ASSIGN : /dev/ttyUSB0 5 { 0df3,0df4,0df5 }
Note: See TracChangeset for help on using the changeset viewer.