Ziggo Oscam configuration

Diese Seite verwendet Cookies. Durch die Nutzung unserer Seite erklären Sie sich damit einverstanden, dass wir Cookies setzen. Weitere Informationen

  • Ziggo Oscam configuration

    Hi guys, I am new with this E2 STB, just got a VU + Uno 4K and I am trying to make it work with Ziggo Cable in NL and the official Ziggo card I have.

    So far is working with a CI+ module but cannot see one channel and record another in the same time, reason why I'm trying to set up the Oscam.
    Unfortunately I am completely stuck.
    Can somebody post a working configuration of the three files required by Oscam?
    Thanks
  • english in a dutch subforum?
    anyhow

    the limitations on the CI+ Cam is as you described "only one time decoding a channel"

    for the oscam settings you might try this when you have the Irdeto Smart Card

    oscam.conf
    Spoiler anzeigen

    [dvbapi]
    enabled = 1
    au = 1
    pmt_mode = 6
    delayer = 60
    ecminfo_type = 1
    user = dvbapiau
    read_sdt = 2
    write_sdt_prov = 1
    extended_cw_api = 2
    boxtype = dreambox


    oscam.user
    Spoiler anzeigen

    [account]
    user = dvbapiau
    au = Ziggo,Canal_Digitaal
    group= 1,2
    max_connections = 0


    oscam.server
    Spoiler anzeigen

    [reader]
    label = Canal_Digitaal
    description = Upper slot
    cardreaderprotocol = internal
    device = /dev/sci1
    caid = 0100
    boxkey = #only required for FOX Sports 2/MEZZO/Motors TV#
    ecmwhitelist = 0100@00006A:64
    ecmheaderwhitelist = 00061006A00075C00,800061006A01075C00,803061006A00075C00,803061006A01075C00,810061006A00075C00,810061006A01075C00,813061006A00075C00,813061006A01075C00
    detect = cd
    mhz = 500
    ident = 0100:00006A
    chid = 0100:005C00
    group= 1
    emmcache = 1,3,15,0
    auprovid = 00006A
    ratelimitecm = 4
    ratelimittime = 9000
    ecmunique = 1
    srvidholdtime = 2000

    [reader]
    label = Ziggo
    description = Lower slot
    protocol = internal
    device = /dev/sci0
    caid = 0604
    boxkey = # search the internet can't be quoted due to board rules#
    rsakey = #search the internet can't be quoted due to board rules#
    fix07 = 0
    ecmwhitelist = 0604:3C,4C,44
    detect = cd
    detect_seca_nagra_tunneled_card= 0
    mhz = 600
    ident = 0604:000000,000001,000002,000003,0A0619
    chid = 0604:00000B,000384,007FFD,00FFD8,00FFE0
    group= 2
    emmcache = 1,3,15,0
    auprovid = 0A0619


    please know that Ziggo is changing the acces to their PayTV starting per local region and sort of Card. first, second and third Card

    The source of the example configuration is from Alex1970 from sat4all.com

    ps die Chid ist ja per provider anderst hier noch die chid per Providertype
    Spoiler anzeigen


    0604:000B|ZIGGO - TV Standaard
    0604:01FE|ZIGGO - TV Plus
    0604:01F4|ZIGGO - TV Royaal
    0604:000A|ZIGGO - Erotiek
    0604:0027|ZIGGO - Film1
    0604:0006|ZIGGO - Gay Lifestyle
    0604:0028|ZIGGO - Ziggo Sport
    0604:0025|ZIGGO - Fox Sports Eredivisie
    0604:0024|ZIGGO - Fox Sports International
    0604:03E7|ZIGGO - HBO
    0604:0004|ZIGGO - Hindi
    0604:00D0|ZIGGO - Turks
    :D keine kohle mehr :D

    Dieser Beitrag wurde bereits 9 mal editiert, zuletzt von tonskidutch () aus folgendem Grund: kleine änderung

  • Ziggo Oscam configuration

    Sorry voor Engels, tijdelijk in Nederland...

    Thanks for files, one thing still not clear for me.
    I expected once I have a paid Ziggo subscription and the official Ziggo card to be able to plug the card in, start the soft cam and watch tv.

    The Oscam should be able to find all required keys on the card. Why shall I entry them by hand copied from I don't know where?
  • OSCam will only work for Irdeto cards. The Nagra cards only work in a CI+ module restricting viewing or recording of 1 channel simmultaniously.
  • Simply create a reader for your Irdeto Ziggo card. Be sure to include the lines:
    rsakey=
    boxkey=1122334455667788
    caid=0604

    rsakey can be found easily using Google
  • lee cooper,
    you should check wether oscam is running

    you could post your addeptation to the example files I gave above, maybe you've got the card in the upper slot

    you must add the access to the webinterface of oscam in the oscam.conf so you can call acces to it and see the current status

    Quellcode

    1. [webif]
    2. httpport = 16012 > the port you will use to open connection to the webinterface
    3. httpuser = leecooper
    4. httppwd = ziggo
    5. httphelplang = en
    6. http_prepend_embedded_css = 0
    7. httprefresh = 10
    8. httphideidleclients = 0
    9. httphidetype =
    10. httpshowpicons = 0
    11. httpallowed = 127.0.0.1,192.168.x.y > your PC adress
    12. httpreadonly = 0
    13. httpsavefullcfg = 1
    14. httpforcesslv3 = 0
    15. httpdyndns =
    16. aulow = 30
    17. hideclient_to = 25
    Alles anzeigen

    cheers
    :D keine kohle mehr :D
  • Still not working. Adding the [webif] in oscam.conf file i get an Oscam Webinterface menu in the web window under Extras, but clicking on it nothing happens. Maybe because I am on a Mac? All other web menus work.
    This is my config on Uno 4K, Fluid skin:

    oscar.conf
    Spoiler anzeigen

    [global]
    disablelog = 1
    logfile = /tmp/oscam.log
    pidfile = /tmp/oscam.pid
    unlockparental = 1
    nice = -10
    maxlogsize = 100
    waitforcards = 0
    preferlocalcards = 2
    dropdups = 0
    usrfile = /tmp/user.log
    cwlogdir = /var/log/
    emmlogdir = /var/log/
    lb_mode = 0

    [dvbapi]
    enabled = 1
    au = 1
    user = dvbapiau
    boxtype = dreambox


    [webif]
    httpport = 80
    httpuser = *******
    httppwd = *******
    httphelplang = en
    http_prepend_embedded_css = 0
    httprefresh = 10
    httphideidleclients = 0
    httphidetype =
    httpshowpicons = 0
    httpallowed = 10.0.1.10,10.0.1.1,10.0.1.2,10.0.1.8
    httpreadonly = 0
    httpsavefullcfg = 1
    httpforcesslv3 = 0
    httpdyndns =
    aulow = 30
    hideclient_to = 25

    oscar.server
    Spoiler anzeigen

    [reader]
    label = Ziggo
    protocol = internal
    device = /dev/sci1
    caid = 0604
    boxkey= 1122334455667788
    rsakey = ***************
    fix07 = 0
    ecmwhitelist = 0604:3C,4C,44
    detect = cd
    detect_seca_nagra_tunneled_card= 0
    mhz = 600
    ident = 0604:000000,000001,000002,000003,0A0619
    chid = 0604:00000B,000384,007FFD,00FFD8,00FFE0
    group= 1
    emmcache = 1,3,15,0
    auprovid = 0604

    oscar.user
    Spoiler anzeigen


    [account]
    user = dvbapiau
    au = Ziggo
    group= 1
    max_connections = 0

    Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von hgdo ()

  • Did you put the card in the 1st or second cardslot? You configured for the second card slot. Try the other slot...
  • Hi, I got at the end a log from the web interface. Maybe this helps. I got a "not suitable reader error":

    Spoiler anzeigen

    2017/01/10 10:02:29 00000000 s (main) Host name = vuuno4k
    2017/01/10 10:02:29 00000000 s (main) Release = 3.14.28-1.12
    2017/01/10 10:02:29 00000000 s (main) Version = #1 SMP Sun Nov 27 12:10:47 CET 2016
    2017/01/10 10:02:29 00000000 s (main) Machine = armv7l
    2017/01/10 10:02:29 00000000 s (main) Stb model = dm8000
    2017/01/10 10:02:29 00000000 s (main) Stb vumodel = vuuno4k
    2017/01/10 10:02:29 00000000 s (main) Stb boxtype = vuuno4k
    2017/01/10 10:02:29 00000000 s (main) creating pidfile /tmp/oscam.pid with pid 4159
    2017/01/10 10:02:29 00000000 s (config) userdb reloaded: 1 accounts loaded, 0 expired, 0 disabled
    2017/01/10 10:02:29 00000000 s (main) signal handling initialized
    2017/01/10 10:02:29 00000000 s (reader) Ziggo [internal] creating thread for device /dev/sci0
    2017/01/10 10:02:29 00000000 s (stat) loadbalancer: could not open /tmp/.oscam/stat for reading (errno=2 No such file or directory)
    2017/01/10 10:02:29 00000000 s (anticasc) anti cascading disabled
    2017/01/10 10:02:29 60DDD426 r (reader) Ziggo [internal] Reader initialized (device=/dev/sci0, detect=cd, pll max=27.00 MHz, wanted mhz=4.50 MHz)
    2017/01/10 10:02:29 60DDD426 r (reader) Ziggo [internal] Reader sci internal, detected box type: vuuno4k
    2017/01/10 10:02:29 703FF199 c (client) plain dvbapi-client granted (dvbapiau, au=on (1 reader))
    2017/01/10 10:02:29 703FF199 c (dvbapi) Detected /dev/dvb/adapter0/demux0 Api: 0, userconfig boxtype: 1 maximum amount of possible filters is 32 (oscam limit is 32)
    2017/01/10 10:02:29 60DDD426 r (reader) Ziggo [internal] card detected
    2017/01/10 10:02:29 0B38012F h (webif) webif: decompressed 174523 bytes back into 426888 bytes
    2017/01/10 10:02:29 0B38012F h (webif) HTTP Server running. ip=0.0.0.0 port=16012
    2017/01/10 10:02:31 60DDD426 r (reader) Ziggo [internal] ATR: *****************************************
    2017/01/10 10:02:31 60DDD426 r (reader) Ziggo [internal] Init card protocol T14, FI=2, F=558, D=1, N=0
    2017/01/10 10:02:31 60DDD426 r (reader) Ziggo [internal] Calculated work ETU is 124.00 us reader mhz = 450
    2017/01/10 10:02:32 703FF199 c (dvbapi) Demuxer 0 ecmpid 0 CAID: 0602 ECM_PID: 00CC PROVID: 000000
    2017/01/10 10:02:32 703FF199 c (dvbapi) Demuxer 0 ecmpid 1 CAID: 0604 ECM_PID: 0130 PROVID: 000000
    2017/01/10 10:02:32 703FF199 c (dvbapi) Demuxer 0 ecmpid 2 CAID: 0606 ECM_PID: 0194 PROVID: 000000
    2017/01/10 10:02:32 703FF199 c (dvbapi) Demuxer 0 ecmpid 3 CAID: 1801 ECM_PID: 003B PROVID: 000000
    2017/01/10 10:02:32 703FF199 c (dvbapi) Demuxer 0 ecmpid 4 CAID: 1850 ECM_PID: 003C PROVID: 000000
    2017/01/10 10:02:32 703FF199 c (dvbapi) Demuxer 0 found 5 ECMpids and 7 STREAMpids in caPMT
    2017/01/10 10:02:32 703FF199 c (dvbapi) Demuxer 0 no suitable readers found that can be used for decoding!
    2017/01/10 10:02:32 703FF199 c (dvbapi) Demuxer 1 ecmpid 0 CAID: 1801 ECM_PID: 0035 PROVID: 000000
    2017/01/10 10:02:32 703FF199 c (dvbapi) Demuxer 1 ecmpid 1 CAID: 0602 ECM_PID: 00CA PROVID: 000000
    2017/01/10 10:02:32 703FF199 c (dvbapi) Demuxer 1 ecmpid 2 CAID: 0604 ECM_PID: 012E PROVID: 000000
    2017/01/10 10:02:32 703FF199 c (dvbapi) Demuxer 1 ecmpid 3 CAID: 0606 ECM_PID: 0192 PROVID: 000000
    2017/01/10 10:02:32 703FF199 c (dvbapi) Demuxer 1 ecmpid 4 CAID: 1850 ECM_PID: 0036 PROVID: 000000
    2017/01/10 10:02:32 703FF199 c (dvbapi) Demuxer 1 found 5 ECMpids and 7 STREAMpids in caPMT
    2017/01/10 10:02:32 703FF199 c (dvbapi) Demuxer 1 no suitable readers found that can be used for decoding!
    2017/01/10 10:02:32 703FF199 c (dvbapi) Demuxer 2 ecmpid 0 CAID: 1801 ECM_PID: 0033 PROVID: 000000
    2017/01/10 10:02:32 703FF199 c (dvbapi) Demuxer 2 ecmpid 1 CAID: 1850 ECM_PID: 0034 PROVID: 000000
    2017/01/10 10:02:32 703FF199 c (dvbapi) Demuxer 2 ecmpid 2 CAID: 0602 ECM_PID: 00C8 PROVID: 000000
    2017/01/10 10:02:32 703FF199 c (dvbapi) Demuxer 2 ecmpid 3 CAID: 0604 ECM_PID: 012C PROVID: 000000
    2017/01/10 10:02:32 703FF199 c (dvbapi) Demuxer 2 ecmpid 4 CAID: 0606 ECM_PID: 0190 PROVID: 000000
    2017/01/10 10:02:32 703FF199 c (dvbapi) Demuxer 2 found 5 ECMpids and 6 STREAMpids in caPMT
    2017/01/10 10:02:32 703FF199 c (dvbapi) Demuxer 2 no suitable readers found that can be used for decoding!
    2017/01/10 10:02:32 703FF199 c (dvbapi) Demuxer 0 found 5 ECMpids and 7 STREAMpids in PMT
    2017/01/10 10:02:32 703FF199 c (dvbapi) Demuxer 3 ecmpid 0 CAID: 1801 ECM_PID: 0034 PROVID: 000000
    2017/01/10 10:02:32 703FF199 c (dvbapi) Demuxer 3 ecmpid 1 CAID: 1850 ECM_PID: 0035 PROVID: 000000
    2017/01/10 10:02:32 703FF199 c (dvbapi) Demuxer 3 ecmpid 2 CAID: 0602 ECM_PID: 00CA PROVID: 000000
    2017/01/10 10:02:32 703FF199 c (dvbapi) Demuxer 3 ecmpid 3 CAID: 0604 ECM_PID: 012E PROVID: 000000
    2017/01/10 10:02:32 703FF199 c (dvbapi) Demuxer 3 ecmpid 4 CAID: 0606 ECM_PID: 0192 PROVID: 000000
    2017/01/10 10:02:32 703FF199 c (dvbapi) Demuxer 3 found 5 ECMpids and 6 STREAMpids in caPMT
    2017/01/10 10:02:32 703FF199 c (dvbapi) Demuxer 3 no suitable readers found that can be used for decoding!
    2017/01/10 10:02:32 703FF199 c (dvbapi) Demuxer 4 ecmpid 0 CAID: 1801 ECM_PID: 0032 PROVID: 000000
    2017/01/10 10:02:32 703FF199 c (dvbapi) Demuxer 4 ecmpid 1 CAID: 1850 ECM_PID: 0033 PROVID: 000000
    2017/01/10 10:02:32 703FF199 c (dvbapi) Demuxer 4 ecmpid 2 CAID: 0602 ECM_PID: 00C9 PROVID: 000000
    2017/01/10 10:02:32 703FF199 c (dvbapi) Demuxer 4 ecmpid 3 CAID: 0604 ECM_PID: 012D PROVID: 000000
    2017/01/10 10:02:32 703FF199 c (dvbapi) Demuxer 4 ecmpid 4 CAID: 0606 ECM_PID: 0191 PROVID: 000000
    2017/01/10 10:02:32 703FF199 c (dvbapi) Demuxer 4 found 5 ECMpids and 7 STREAMpids in caPMT
    2017/01/10 10:02:32 703FF199 c (dvbapi) Demuxer 4 no suitable readers found that can be used for decoding!
    2017/01/10 10:02:34 60DDD426 r (reader) Ziggo [internal] Buffers readed 0 bytes total time_us 3099664
    2017/01/10 10:02:34 60DDD426 r (reader) Ziggo [internal] PLL Reader: ATR Fsmax is 6 MHz, clocking card to 4.50 Mhz (nearest possible mhz specified reader->mhz)
    2017/01/10 10:02:35 703FF199 c (dvbapi) Demuxer 0 no enabled matching ecmpids -> decoding is waiting for matching readers!
    2017/01/10 10:02:35 60DDD426 r (reader) Ziggo [internal] detect irdeto card
    2017/01/10 10:02:35 60DDD426 r (reader) Ziggo [internal] Irdeto SC 58 version 21 revision 1, patch level e
    2017/01/10 10:02:35 703FF199 c (dvbapi) Demuxer 1 no enabled matching ecmpids -> decoding is waiting for matching readers!
    2017/01/10 10:02:35 60DDD426 r (reader) Ziggo [internal] caid: 0604, acs: 0.05, country code: NLD
    2017/01/10 10:02:36 60DDD426 r (reader) Ziggo [internal] providers: 4, ascii serial: ##########, hex serial: ######, hex base: ##
    2017/01/10 10:02:36 703FF199 c (dvbapi) Demuxer 2 no enabled matching ecmpids -> decoding is waiting for matching readers!
    2017/01/10 10:02:36 703FF199 c (dvbapi) Demuxer 3 no enabled matching ecmpids -> decoding is waiting for matching readers!
    2017/01/10 10:02:37 703FF199 c (dvbapi) Demuxer 4 no enabled matching ecmpids -> decoding is waiting for matching readers!
    2017/01/10 10:02:39 60DDD426 r (reader) Ziggo [internal] WARNING: For Irdeto cards you will have to set 'mhz= 600' in oscam.server
    2017/01/10 10:02:39 60DDD426 r (reader) Ziggo [internal] active providers: 4 (06aae8,ffffff,ffffff,ffffff)
    2017/01/10 10:02:39 60DDD426 r (reader) Ziggo [internal] found card system irdeto
    2017/01/10 10:02:39 60DDD426 r (reader) Ziggo [irdeto] THIS WAS A SUCCESSFUL START ATTEMPT No 1 out of max alloted of 1
    2017/01/10 10:02:39 60DDD426 r (reader) Ziggo [irdeto] entitlements for provider: 1, id: 06AAE8
    2017/01/10 10:02:39 60DDD426 r (reader) Ziggo [irdeto] chid: FFE0, date: 2017/01/09 - 2017/02/08
    2017/01/10 10:02:39 60DDD426 r (reader) Ziggo [irdeto] chid: 000B, date: 2017/01/09 - 2017/07/28
    2017/01/10 10:02:39 60DDD426 r (reader) Ziggo [irdeto] chid: 0384, date: 2017/01/10 - 2017/07/29
    2017/01/10 10:02:39 60DDD426 r (reader) Ziggo [irdeto] chid: FFD8, date: 2016/12/28 - 2017/07/16
    2017/01/10 10:02:39 60DDD426 r (reader) Ziggo [irdeto] chid: 7FFD, date: 2017/01/10 - 2017/01/20
    2017/01/10 10:02:40 703FF199 c (dvbapi) Demuxer 0 no enabled matching ecmpids -> decoding is waiting for matching readers!
    2017/01/10 10:02:40 703FF199 c (dvbapi) Demuxer 1 no enabled matching ecmpids -> decoding is waiting for matching readers!
    2017/01/10 10:02:41 703FF199 c (dvbapi) Demuxer 2 no enabled matching ecmpids -> decoding is waiting for matching readers!
    2017/01/10 10:02:41 703FF199 c (dvbapi) Demuxer 3 no enabled matching ecmpids -> decoding is waiting for matching readers!
    2017/01/10 10:02:42 703FF199 c (dvbapi) Demuxer 4 no enabled matching ecmpids -> decoding is waiting for matching readers!
    2017/01/10 10:02:45 703FF199 c (dvbapi) Demuxer 0 no enabled matching ecmpids -> decoding is waiting for matching readers!
    2017/01/10 10:02:45 703FF199 c (dvbapi) Demuxer 1 no enabled matching ecmpids -> decoding is waiting for matching readers!
    2017/01/10 10:02:46 703FF199 c (dvbapi) Demuxer 2 no enabled matching ecmpids -> decoding is waiting for matching readers!
    2017/01/10 10:02:46 60DDD426 r (reader) Ziggo [irdeto] ready for requests
    2017/01/10 10:02:46 703FF199 c (dvbapi) Demuxer 3 no enabled matching ecmpids -> decoding is waiting for matching readers!
    2017/01/10 10:02:47 703FF199 c (dvbapi) Demuxer 4 no enabled matching ecmpids -> decoding is waiting for matching readers!
    2017/01/10 10:02:50 703FF199 c (dvbapi) Demuxer 0 no enabled matching ecmpids -> decoding is waiting for matching readers!
    2017/01/10 10:02:50 703FF199 c (dvbapi) Demuxer 1 no enabled matching ecmpids -> decoding is waiting for matching readers!
    2017/01/10 10:02:51 703FF199 c (dvbapi) Demuxer 2 no enabled matching ecmpids -> decoding is waiting for matching readers!
    2017/01/10 10:02:51 703FF199 c (dvbapi) Demuxer 3 no enabled matching ecmpids -> decoding is waiting for matching readers!
    2017/01/10 10:02:52 703FF199 c (dvbapi) Demuxer 4 no enabled matching ecmpids -> decoding is waiting for matching readers!
    2017/01/10 10:02:54 703FF199 c (dvbapi) Demuxer 0 no enabled matching ecmpids -> decoding is waiting for matching readers!
    2017/01/10 10:02:55 60DDD426 r (reader) Ziggo [irdeto] dvbapiau emmtype=shared, len=63 (hex: 0x3F), cnt=0: written (173 ms)
    2017/01/10 10:02:55 703FF199 c (dvbapi) Demuxer 1 no enabled matching ecmpids -> decoding is waiting for matching readers!
    2017/01/10 10:02:55 703FF199 c (dvbapi) Demuxer 2 no enabled matching ecmpids -> decoding is waiting for matching readers!
    2017/01/10 10:02:56 703FF199 c (dvbapi) Demuxer 3 no enabled matching ecmpids -> decoding is waiting for matching readers!
    2017/01/10 10:02:56 703FF199 c (dvbapi) Demuxer 4 no enabled matching ecmpids -> decoding is waiting for matching readers!
    2017/01/10 10:02:58 703FF199 c (dvbapi) Demuxer 4 stop descrambling program number 4B03 (1801@000000:4B03 unknown)
    2017/01/10 10:02:58 703FF199 c (dvbapi) Demuxer 0 no enabled matching ecmpids -> decoding is waiting for matching readers!
    2017/01/10 10:02:58 703FF199 c (dvbapi) Demuxer 1 no enabled matching ecmpids -> decoding is waiting for matching readers!
    2017/01/10 10:02:58 703FF199 c (dvbapi) Demuxer 4 ecmpid 0 CAID: 1801 ECM_PID: 0036 PROVID: 000000
    2017/01/10 10:02:58 703FF199 c (dvbapi) Demuxer 4 ecmpid 1 CAID: 1850 ECM_PID: 0037 PROVID: 000000
    2017/01/10 10:02:58 703FF199 c (dvbapi) Demuxer 4 ecmpid 2 CAID: 0602 ECM_PID: 00CA PROVID: 000000
    2017/01/10 10:02:58 703FF199 c (dvbapi) Demuxer 4 ecmpid 3 CAID: 0604 ECM_PID: 012E PROVID: 000000
    2017/01/10 10:02:58 703FF199 c (dvbapi) Demuxer 4 ecmpid 4 CAID: 0606 ECM_PID: 0192 PROVID: 000000
    2017/01/10 10:02:58 703FF199 c (dvbapi) Demuxer 4 found 5 ECMpids and 2 STREAMpids in caPMT
    2017/01/10 10:02:58 703FF199 c (dvbapi) Demuxer 4 no suitable readers found that can be used for decoding!
    2017/01/10 10:02:58 703FF199 c (dvbapi) Demuxer 2 no enabled matching ecmpids -> decoding is waiting for matching readers!
    2017/01/10 10:02:58 703FF199 c (dvbapi) Demuxer 3 no enabled matching ecmpids -> decoding is waiting for matching readers!
    2017/01/10 10:02:59 60DDD426 r (reader) Ziggo [irdeto] dvbapiau emmtype=shared, len=63 (hex: 0x3F), cnt=0: skipped (160 ms)
    2017/01/10 10:03:01 703FF199 c (dvbapi) Demuxer 0 no enabled matching ecmpids -> decoding is waiting for matching readers!
    2017/01/10 10:03:03 703FF199 c (dvbapi) Demuxer 1 no enabled matching ecmpids -> decoding is waiting for matching readers!
    2017/01/10 10:03:03 703FF199 c (dvbapi) Demuxer 4 no enabled matching ecmpids -> decoding is waiting for matching readers!
    2017/01/10 10:03:03 703FF199 c (dvbapi) Demuxer 2 no enabled matching ecmpids -> decoding is waiting for matching readers!
    …….

  • This looks absolutely fine... You may want to show us your reader setting. Reader is in oscam.server...

    Add:

    cardmhz=600

    Remove:

    detect seca_nagra..........
    fix07=.........
    ident=.........
    chid=.........
    ecmwhitelist=0604: your region only!! So just one number.. Correct number in live log..

    Change:

    auprovid=000604

    Installed reader = /dev/sci0!