Changeset 27838


Ignore:
Timestamp:
03/22/14 16:03:24 (10 years ago)
Author:
andyjetset
Message:

fix

Location:
ipk/source.mipsel
Files:
3 edited

Legend:

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

    r27800 r27838  
    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 }
  • ipk/source.mipsel/emus_cccam_209/_path_/keys/CCcam.cfg.CCcam

    r27802 r27838  
    521521#DVB API: <value>
    522522#
    523 # <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
    524524#
    525525# WARNING: only use when autodetect fails!
     
    551551#MINIMUM DOWNHOPS: 1
    552552#
    553 # ingore shares that have less than 1 'downhops' (i.e. can not be shared
     553# ignore shares that have less than 1 'downhops' (i.e. can not be shared
    554554# further down to other clients)
     555
     556# Option to ignore all shares that go through a certain node
     557#
     558#IGNORE NODE: <nodeid>
     559#
     560#example, ignore two nodes:
     561#
     562#IGNORE NODE: ccd536ab515767ad
     563#IGNORE NODE: aad536ab515761af
     564
     565
     566# The seca handler is used to better support simulcrypt on the same ident
     567#
     568# With this setting you can change the behaviour of how SECA has to be used
     569# This setting is ignored unless SECA2/SECA3 simulcrypt is detected!!
     570#
     571# When disabled CCcam behaves like previous versions
     572#
     573# When "prefer SECA3 over SECA2" is enabled try to use SECA3 ecm first, then SECA2
     574#
     575# When "Ignore SECA2" is enabled, ignore all SECA2 ecm so a SECA3 card will not get SECA2 request which it cannot handle
     576#
     577# When "Ignore SECA3" is enabled, ignore all SECA3 ecm so a SECA2 card will not get SECA3 request which it cannot handle
     578#
     579#
     580# The following settings can be used
     581#
     582# SECA HANDLER: <value>
     583# <value> : 0 = disabled, 1 =  prefer SECA3 over SECA2, 2 = prefer SECA2 over SECA3, 3 = Ignore SECA2, 4 = Ignore SECA3
     584#
     585# default: 1
     586#
     587# Example try to use SECA3 ecm first, then SECA2
     588#SECA HANDLER: 1
     589#
     590# Example try to use SECA2 ecm first, then SECA3
     591#SECA HANDLER: 2
     592#
     593# Example to ignore all SECA2 ecm so a SECA3 card will not get SECA2 request which it cannot handle
     594#SECA HANDLER: 3
     595#
     596# Example to ignore all SECA3 ecm so a SECA2 card will not get SECA3 request which it cannot handle
     597#SECA HANDLER: 4
     598
     599
     600# Configure limited list of accepted sids for smartcard
     601# When omitted, all sids are allowed.
     602# (can work together with LOADBALANCE configuration, or for standalone cards)
     603#
     604# SMARTCARD SID ASSIGN : <device> <maxnumberofsids> { <sid1>, <sid2>, ... <sidn> }
     605#
     606# <device> is the reader devicenode
     607# <maxnumberofsids> limits the total number of sids assigned to the card (0 = use length of sid list)
     608# { <sid1>..<sidn> } lists the sids that are assigned to the smartcard, when omitted, <maxnumberofsids> is used to auto assign sids
     609#
     610# when <maxnumberofsids> is larger than the length of the sidlist, the remainder of the sids are auto assigned, till the list reaches <maxnumberofsids>
     611# Check entitlement output for realtime assignment list
     612#
     613# WARNING: when SMARTCARD SID ASSIGN config changes, restart is required before settings take effect
     614#
     615#example1: smartcard in device /dev/ttyUSB0 only handles requests for sids df3, df4, df5
     616#
     617# SMARTCARD SID ASSIGN : /dev/ttyUSB0 0 { 0df3,0df4,0df5 }
     618#
     619#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.
     620#
     621# SMARTCARD SID ASSIGN : /dev/ttyUSB0 5
     622#
     623#example3: smartcard in device /dev/ttyUSB0 handles requests for max 5 sids, 3 of which are df3, df4, df5, remaining 2 are auto assigned
     624#
     625# SMARTCARD SID ASSIGN : /dev/ttyUSB0 5 { 0df3,0df4,0df5 }
  • ipk/source.mipsel/emus_cccam_221/_path_/keys/CCcam.cfg.CCcam

    r27791 r27838  
    1 # CCcam team uvadi CCcam v2.1.4
     1# CCcam team uvadi CCcam v2.2.1
    22#
    33# Special greets go to all our friends all over the world, you know who you are!
Note: See TracChangeset for help on using the changeset viewer.