Changeset 27796 for ipk/source.mipsel/emus_cccam_211/_path_
- Timestamp:
- 03/22/14 00:25:21 (10 years ago)
- 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.01 # CCcam team uvadi CCcam v2.1.4 2 2 # 3 3 # Special greets go to all our friends all over the world, you know who you are! … … 284 284 #B: /dev/sci0 01 285 285 286 # disable all EMM readers (clientside setting)286 # disable all local EMM readers 287 287 # saves lots of CPU, but you won't get any updates anymore 288 288 # (unless you get updates from your clients) … … 291 291 # 292 292 #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 network296 # shared and unique emm is not affected by this setting297 # to block all emm, use DISABLE EMM setting instead298 #299 # 0 = ignore all global emm300 # 1 = accept a small amount of global emm301 # 2 = accept all global emm302 #303 # default: 2 (handle all global emm)304 #305 # example: seriously reduce the global emm traffic, but allow limited306 # global emm when a smartcard does not work (possibly because it needs an update)307 #308 #GLOBAL EMM : 1309 293 310 294 # with this setting you can … … 493 477 #example 2: achieve network load decrease 494 478 # 495 #MINIMUM CLIENT VERSION : 2.2.0479 #MINIMUM CLIENT VERSION : 1.4.0 496 480 # 497 481 #example 3: don't allow potentially wrong passwords (pre 1.7.0 has password bug) … … 507 491 # In that case specify 'TRY ALL CHIDS' option for cardreader. 508 492 # Use with care, enabling option causes more card traffic. 509 # Only use setting when some channels in your subscriptiondon't work without it.493 # Only use setting when some channels don't work without it. 510 494 # note: if even this setting don't help decode all channels, try using 511 495 # commandline arg -l, to disable all self-learning features (warning: slower) … … 616 600 # Configure limited list of accepted sids for smartcard 617 601 # 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) 619 603 # 620 604 # SMARTCARD SID ASSIGN : <device> <maxnumberofsids> { <sid1>, <sid2>, ... <sidn> } … … 631 615 #example1: smartcard in device /dev/ttyUSB0 only handles requests for sids df3, df4, df5 632 616 # 633 # SMARTCARD SID ASSIGN : /dev/ttyUSB0 0 { 0df3,0df4,0df5 }617 # SMARTCARD SID ASSIGN : /dev/ttyUSB0 0 { 0df3,0df4,0df5 } 634 618 # 635 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. 636 620 # 637 # SMARTCARD SID ASSIGN : /dev/ttyUSB0 5621 # SMARTCARD SID ASSIGN : /dev/ttyUSB0 5 638 622 # 639 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 640 624 # 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.