Changeset 4153


Ignore:
Timestamp:
12/18/10 14:04:54 (12 years ago)
Author:
landlord
Message:

Added documentation for SC8in1 reader.

Location:
trunk/Distribution/doc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Distribution/doc/man/oscam.server.5

    r3984 r4153  
    99.SS "The [reader] section"
    1010.PP
    11 \fBdevice\fP = \fB<device|bus:device>\fP|Serial:Reader \fBserial\fP|\fB<ip|hostname>,<port>[,<lport>]\fP|\fBpcsc\fP|<\fB0|1\fP>|\fBconstantcw\fP
     11\fBdevice\fP = \fB<device|bus:device|device:slot>\fP|Serial:Reader \fBserial\fP|\fB<ip|hostname>,<port>[,<lport>]\fP|\fBpcsc\fP|<\fB0|1\fP>|\fBconstantcw\fP
    1212.RS 3n
    1313define local or remote reader
    1414
    1515 \fBdevice\fP:      device name
    16  \fBbus:device\fP: bus name and device name of the Smartreader+
     16
     17 \fBbus:device\fP:  bus name and device name of the Smartreader+
    1718              (get the names with lsusb 'Bus' and 'Device')
     19
     20 \fBdevice:slot\fP: device name and slot number
     21              \fI(only one SC8in1 reader supported)\fR
     22
    1823 \fBserial\fP       serial number of Smartreader+
    1924              (get the serial number while starting OSCam)
     25
    2026 \fBlport\fP:       remapping to local port
     27
    2128 \fBPCSC\fP:        number of PCSC reader, starting with 0
     29
    2230 \fB0|1\fP:         for Coolstream HD-1 STB only: select reader 0 or
    2331              reader 1
     32
    2433 \fBconstantcw\fP:  constant CW file name
    2534
  • trunk/Distribution/doc/txt/oscam.server.txt

    r3984 r4153  
    1 oscam.server(5)                                               oscam.server(5)
     1oscam.server(5)                                             oscam.server(5)
    22
    33
     
    77
    88SYNOPSIS
    9        The  server configuration file for OSCam contains reader parameters.  sections in oscam.server are recurring (more
    10        than one reader possible).  At least one [reader] section is required.
     9       The  server configuration file for OSCam contains reader parameters.  sections in oscam.server are recurring
     10       (more than one reader possible).  At least one [reader] section is required.
    1111
    1212DESCRIPTIONS
    1313   The [reader] section
    14        device = <device|bus:device>|Serial:Reader serial|<ip|hostname>,<port>[,<lport>]|pcsc|<0|1>|constantcw
     14       device = <device|bus:device|device:slot>|Serial:Reader serial|<ip|hostname>,<port>[,<lport>]|pcsc|<0|1>|con‐
     15       stantcw
    1516      define local or remote reader
    1617
    1718       device:  device name
    18        bus:device: bus name and device name of the Smartreader+
     19
     20       bus:device:  bus name and device name of the Smartreader+
    1921            (get the names with lsusb 'Bus' and 'Device')
     22
     23       device:slot: device name and slot number
     24            (only one SC8in1 reader supported)
     25
    2026       serial   serial number of Smartreader+
    2127            (get the serial number while starting OSCam)
     28
    2229       lport:   remapping to local port
     30
    2331       PCSC:    number of PCSC reader, starting with 0
     32
    2433       0|1:     for Coolstream HD-1 STB only: select reader 0 or
    2534            reader 1
     35
    2636       constantcw:  constant CW file name
    2737
    28       constant CW file format: CA (4 digits):ID (6 digits):SID (4 digits):PMT PID (4 digits):ECM PID  (4  digits):key
    29       (16 Bytes seperated by spaces)
     38      constant  CW  file  format: CA (4 digits):ID (6 digits):SID (4 digits):PMT PID (4 digits):ECM PID (4 dig‐
     39      its):key (16 Bytes seperated by spaces)
    3040
    3141      example: 1234:123456:1234:1234:1234:00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F
     
    7181
    7282       logport = 0|port
    73       camd3  reader  logport,  camd3  UDP  must  be  activated, only works if there's no camd3 cascading, 0=disabled,
     83      camd3 reader logport, camd3 UDP must be activated, only works if there's no camd3 cascading,  0=disabled,
    7484      default=0
    7585
     
    91101
    92102       cardmhz = mhz
    93       set standard SC frequency in units of 10 kHz, for Irdeto SC set to 600, refer to OVERCLOCKING, default:357
     103      set  standard  SC  frequency  in  units  of  10  kHz,  for  Irdeto  SC set to 600, refer to OVERCLOCKING,
     104      default:357
    94105
    95106       mhz = frequency
    96       set reader frequency in units of 10 kHz, if mhz > cardmhz you are in overclocking mode, refer to  OVERCLOCKING,
    97       default:357
     107      set reader frequency in units of 10 kHz, if mhz > cardmhz you are in overclocking mode,  refer  to  OVER‐
     108      CLOCKING, default:357
    98109
    99110       deprecated = 0|1
    100       Frist  the  SC will be initialized in normal mode. If it fails, the SC will be automatically reverted to depre‐
    101       cated mode, so that the SC speed will not be changed and the communication will remain on normal ATR  speed  of
    102       9600 baud.
     111      Frist  the  SC  will be initialized in normal mode. If it fails, the SC will be automatically reverted to
     112      deprecated mode, so that the SC speed will not be changed and the communication will remain on normal ATR
     113      speed of 9600 baud.
    103114
    104115      1 = use deprecated SC mode only, default:0
     
    167178
    168179       blocknano = nano[,nano]...|all
    169       list of EMM-nanos to block (in hex w/o 0x) or all EMM-nanos, only valid for physical readers, default:none
     180      list  of  EMM-nanos  to  block  (in  hex  w/o  0x)  or  all  EMM-nanos,  only valid for physical readers,
     181      default:none
    170182
    171183       example: blocknano = 45,93,7a,ff
     
    191203
    192204       readnano = [path]filename
    193       write  file (usually a copy of a file saved by savenano) to your smartcard, if no path is specified, the speci‐
    194       fied file is searched for in the configuration directory, only valid for physical readers, default:none
     205      write file (usually a copy of a file saved by savenano) to your smartcard, if no path is  specified,  the
     206      specified  file  is  searched  for  in  the  configuration  directory,  only  valid for physical readers,
     207      default:none
    195208
    196209       example: readnano = write.emm
     
    250263      16 bytes AES key for Viaccess SCs
    251264
    252        aeskeys = CAID #0@ident:AES key #0 CAID #0[,AES key #1 CAID #0],...[;CAID #1@ident:AES key #0 CAID #1[,AES key  #1
    253        CAID #1],...]...
     265       aeskeys = CAID #0@ident:AES key #0 CAID #0[,AES key #1 CAID #0],...[;CAID #1@ident:AES key #0  CAID  #1[,AES
     266       key #1 CAID #1],...]...
    254267      multiple 16 bytes AES keys for Viaccess SCs
    255268
     
    280293       ·  Dreambox and other internal readers
    281294
    282       For Dreambox and other internal readers the highest possible clockrate will be auto detected. The mhz parameter
    283       lets you override the values chosen by OSCam, if it differs from 357 and 358, but usually you will not set  any
    284       value for mhz.
    285 
    286       For  certain  Dreamboxes  (especially PPC clones) the default mhz parameter leads to slow ECM times and/or "not
    287       found" ECMs. By setting mhz to values like 200, 300, 400, ... 1600 you can find a value  that  works  for  your
    288       receiver and your card. The higher the mhz value, the slower the ECM time (strange enough).
    289 
    290       If  you  choose  the value too low, your card is not recognized (no ATR or "card not supported"). If you choose
    291       the value too high, you get slow ECM times. Our experience is that either no mhz line, or a  line  mhz  =  1000
    292       works best.
     295      For  Dreambox  and  other  internal readers the highest possible clockrate will be auto detected. The mhz
     296      parameter lets you override the values chosen by OSCam, if it differs from 357 and 358, but  usually  you
     297      will not set any value for mhz.
     298
     299      For  certain  Dreamboxes (especially PPC clones) the default mhz parameter leads to slow ECM times and/or
     300      "not found" ECMs. By setting mhz to values like 200, 300, 400, ... 1600 you can find a value  that  works
     301      for your receiver and your card. The higher the mhz value, the slower the ECM time (strange enough).
     302
     303      If  you  choose  the  value too low, your card is not recognized (no ATR or "card not supported"). If you
     304      choose the value too high, you get slow ECM times. Our experience is that either no mhz line, or  a  line
     305      mhz = 1000 works best.
    293306
    294307       ·  Phoenix / Smartmouse reader
    295308
    296       Overclocking  does  not  work  with  Windows  and Mac OS X.  Set mhz equivalent to the frequency of the reader.
     309      Overclocking does not work with Windows and Mac OS X.  Set mhz equivalent to the frequency of the reader.
    297310      OSCam can not set the frequency of the reader.
    298311
    299312       ·  Smargo Smartreader+
    300313
    301       Set the reader frequency with the native Smargo Smartreader+ tool (srp_tools).  Do not set mhz and cardmhz.
    302 
    303        OSCam tries to set the baudrate automatically.  A standard serial port has limited baudrate settings, so SC  over‐
    304        clocking  might  not  work.   When  using a serial reader the best way for overclocking is connecting it to a FTDI
    305        based USB to serial port adapter.
    306 
    307        If overclocking does not work, verify the effective baudrate in the logfile.  If it deviates  too  much  from  the
    308        requested  baudrate,  the  SC will not be recognized (no ATR) and the value for mhz should be adjusted again.  The
    309        higher the baudrate, the more accurate the effective baudrate can be.
     314      Set the reader frequency with the native Smargo Smartreader+  tool  (srp_tools).   Do  not  set  mhz  and
     315      cardmhz.
     316
     317       OSCam  tries to set the baudrate automatically.  A standard serial port has limited baudrate settings, so SC
     318       overclocking might not work.  When using a serial reader the best way for overclocking is connecting it to a
     319       FTDI based USB to serial port adapter.
     320
     321       If  overclocking  does not work, verify the effective baudrate in the logfile.  If it deviates too much from
     322       the requested baudrate, the SC will not be recognized (no ATR) and the value  for  mhz  should  be  adjusted
     323       again.  The higher the baudrate, the more accurate the effective baudrate can be.
    310324
    311325EXAMPLES
     
    400414
    401415SEE ALSO
    402        list_smargo(1),   oscam(1),   oscam.ac(5),   oscam.cert(5),   oscam.conf(5),   oscam.dvbapi(5),    oscam.guess(5),
     416       list_smargo(1),   oscam(1),  oscam.ac(5),  oscam.cert(5),  oscam.conf(5),  oscam.dvbapi(5),  oscam.guess(5),
    403417       oscam.ird(5), oscam.provid(5), oscam.services(5), oscam.srvid(5), oscam.tiers(5), oscam.user(5)
    404418
    405419
    406420
    407                                                       oscam.server(5)
     421                                                    oscam.server(5)
Note: See TracChangeset for help on using the changeset viewer.