Changeset 4153
- Timestamp:
- 12/18/10 14:04:54 (12 years ago)
- Location:
- trunk/Distribution/doc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Distribution/doc/man/oscam.server.5
r3984 r4153 9 9 .SS "The [reader] section" 10 10 .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\fP11 \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 12 12 .RS 3n 13 13 define local or remote reader 14 14 15 15 \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+ 17 18 (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 18 23 \fBserial\fP serial number of Smartreader+ 19 24 (get the serial number while starting OSCam) 25 20 26 \fBlport\fP: remapping to local port 27 21 28 \fBPCSC\fP: number of PCSC reader, starting with 0 29 22 30 \fB0|1\fP: for Coolstream HD-1 STB only: select reader 0 or 23 31 reader 1 32 24 33 \fBconstantcw\fP: constant CW file name 25 34 -
trunk/Distribution/doc/txt/oscam.server.txt
r3984 r4153 1 oscam.server(5) 1 oscam.server(5) oscam.server(5) 2 2 3 3 … … 7 7 8 8 SYNOPSIS 9 The server configuration file for OSCam contains reader parameters. sections in oscam.server are recurring (more10 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. 11 11 12 12 DESCRIPTIONS 13 13 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 15 16 define local or remote reader 16 17 17 18 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+ 19 21 (get the names with lsusb 'Bus' and 'Device') 22 23 device:slot: device name and slot number 24 (only one SC8in1 reader supported) 25 20 26 serial serial number of Smartreader+ 21 27 (get the serial number while starting OSCam) 28 22 29 lport: remapping to local port 30 23 31 PCSC: number of PCSC reader, starting with 0 32 24 33 0|1: for Coolstream HD-1 STB only: select reader 0 or 25 34 reader 1 35 26 36 constantcw: constant CW file name 27 37 28 constant CW file format: CA (4 digits):ID (6 digits):SID (4 digits):PMT PID (4 digits):ECM PID (4 digits):key29 (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) 30 40 31 41 example: 1234:123456:1234:1234:1234:00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F … … 71 81 72 82 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, 74 84 default=0 75 85 … … 91 101 92 102 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 94 105 95 106 mhz = frequency 96 set reader frequency in units of 10 kHz, if mhz > cardmhz you are in overclocking mode, refer to OVERCLOCKING,97 default:357107 set reader frequency in units of 10 kHz, if mhz > cardmhz you are in overclocking mode, refer to OVER‐ 108 CLOCKING, default:357 98 109 99 110 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 of102 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. 103 114 104 115 1 = use deprecated SC mode only, default:0 … … 167 178 168 179 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 170 182 171 183 example: blocknano = 45,93,7a,ff … … 191 203 192 204 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 195 208 196 209 example: readnano = write.emm … … 250 263 16 bytes AES key for Viaccess SCs 251 264 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 #1253 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],...]... 254 267 multiple 16 bytes AES keys for Viaccess SCs 255 268 … … 280 293 · Dreambox and other internal readers 281 294 282 For Dreambox and other internal readers the highest possible clockrate will be auto detected. The mhz parameter283 lets you override the values chosen by OSCam, if it differs from 357 and 358, but usually you will not set any284 value for mhz.285 286 For certain Dreamboxes (especially PPC clones) the default mhz parameter leads to slow ECM times and/or "not287 found" ECMs. By setting mhz to values like 200, 300, 400, ... 1600 you can find a value that works for your288 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 choose291 the value too high, you get slow ECM times. Our experience is that either no mhz line, or a line mhz = 1000292 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. 293 306 294 307 · Phoenix / Smartmouse reader 295 308 296 Overclocking does not work with Windowsand 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. 297 310 OSCam can not set the frequency of the reader. 298 311 299 312 · Smargo Smartreader+ 300 313 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. 310 324 311 325 EXAMPLES … … 400 414 401 415 SEE 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), 403 417 oscam.ird(5), oscam.provid(5), oscam.services(5), oscam.srvid(5), oscam.tiers(5), oscam.user(5) 404 418 405 419 406 420 407 421 oscam.server(5)
Note:
See TracChangeset
for help on using the changeset viewer.