OSCam Emu Config Mario for all PV providers

There are 84 replies in this Thread which was already clicked 36,600 times. The last Post () by Anarya.

  • (hes using PURE2) ( is oscam installed ) ?

    makes you wonder why it dont work


    some of the PM


    1) MENU > Plugins > green button > Extra > install it and EXIT...


    2) MENU > Plugins > green button > CamDs (first section) > OSCam Emu latest


    if pure2



    goto 2

    select whatever oscam


    reply


    1) MENU > Plugins > green button > Extra > install it and EXIT...


    2) MENU > Plugins > green button > CamDs (first section) > OSCam Emu latest


    if pure2



    goto 2

    select whatever oscam



    What’s the first line,install what

    parabéns cr7 & moliveira88

    Μπρέντφορντ Φ.Σ

    RIP Vangelis Papathanassiou

  • ok finally sorted channels are now clearing,I deleted the Oscam emu config Mario file rebooted the box and reinstalled it started the oscam waited a few mins and bang channels cleared

    so thanks for your hel all got there in the end,long day at it but I guess it was down to the file some how

  • ok finally sorted channels are now clearing,I deleted the Oscam emu config Mario file rebooted the box and reinstalled it started the oscam waited a few mins and bang channels cleared

    so thanks for your hel all got there in the end,long day at it but I guess it was down to the file some how

    click to everybody on LIKE button mate who helped you we are happy with you

  • ...phew... the battle was long... but ultimately won... wow... well done to all involved...

    "Enlightenment is man's emergence from his self-incurred immaturity. Immaturity is the inability to use one's own understanding without the guidance of another. This immaturity is self-incurred if its cause is not lack of understanding, but lack of resolution and courage to use it without the guidance of another. The motto of enlightenment is therefore: Sapere aude! Have courage to use your own understanding!"


    http://www.columbia.edu/acis/ets/CCREAD/etscc/kant.html

  • ...phew... the battle was long... but ultimately won... wow... well done to all involved...

    yes what lasts long will be good :caz:beer10

    • Official Post

    most importantly please backup your box toffee mate, then when you want to experiment with other things, or there is a crash and boot loop you can always flash the box with your own backup, rather than starting all over again.

    Thanks to everyone else for helping sort things out:thumbup:

  • "Enlightenment is man's emergence from his self-incurred immaturity. Immaturity is the inability to use one's own understanding without the guidance of another. This immaturity is self-incurred if its cause is not lack of understanding, but lack of resolution and courage to use it without the guidance of another. The motto of enlightenment is therefore: Sapere aude! Have courage to use your own understanding!"


    http://www.columbia.edu/acis/ets/CCREAD/etscc/kant.html

  • A problem: let's say you have a subscription smartcard in your local reader and you want to block all the other readers from opening the package for which you have a subscription or if you want a specific package (or just some SIDs, in a more differentiated manner) to be opened by a better external reader...


    Solution: block opening of specific SIDs (or a whole package) by various readers which are slower or do not have a physical card in them, thereby forcing those SIDs (or a whole package) to be opened by the reader of your choice - you have seen this above already, in the case of PV (with !afn, for instance)...


    The principle: in

    oscam.services file put the CaID/SIDs you do not want to be opened by external readers (and give it a name, like SkyDE)

    and in

    oscam.server for all the (external) readers (of your peers) you do not want to open your local card reader services put


    services = !SkyDE


    An example for a whole SkyDE package, for instance, starting with oscam.services file:

    Code
    [SkyDE]
    caid = 09c4
    provid = 000000

    Here is another but more nuanced, differentiated example for oscam.services which utilises specific SIDs:

    Code
    [arene]
    caid = 091F
    provid = 000000
    srvid = 0549,06E0,0673,06E1,0302,054B,1168

    So, in oscam.server file you target a reader that you do not want to open various SIDs (or a whole package) and write

    Code
    services = !arene

    or

    Code
    services = !SkyDE

    Save and exit/close, then restart OSCam in your STB.


    P.S. How to get the specific SIDs?


    Choose a channel, then open OSCam Web Interface in your browser and you will see which SID it is...


    P.P.S. Editing is done:

    via FTP by using FileZilla Client > edit the files using Notepad++

    or

    via browser/WebIF interface for OSCam directly, as explained elsewhere...

    "Enlightenment is man's emergence from his self-incurred immaturity. Immaturity is the inability to use one's own understanding without the guidance of another. This immaturity is self-incurred if its cause is not lack of understanding, but lack of resolution and courage to use it without the guidance of another. The motto of enlightenment is therefore: Sapere aude! Have courage to use your own understanding!"


    http://www.columbia.edu/acis/ets/CCREAD/etscc/kant.html

  • Here are 2 more examples from oscam.services:

    Code
    [tivusat]
    caid                          = 183D,183E
    provid                        = 000000,005411
    srvid                         = 2FC3,2135,2136,213F,2140,2141,2142,2144,452F,4530,4531,4533,4534,4535,4536,0079,007A,007B,0E25,0E28,0E29,0E2A,0E2B,0E2D,0D49,0D4A,0D4B,0D4C,0D4D,0D4E,0CE7,0CE8,0CE9,0CEA,0CED,0CEE,0E3F,0E47,0E4B,0001,0002,0003,0004,0006,0007,0009,000A,000C,000D,0047,0048,1075,2B66,2BAC,2C34,2C9D
    Code
    [srgssr]
    caid                          = 0500
    provid                        = 023800
    srvid                         = 038F,0385,4331,038B,4332,36B8,4334,36B2,4333,36B3,36E3,36B9,03B7,126

    Only these SIDs you precisely defined above in srvid will be blocked for all other readers, if you so choose in oscam.server by placing either

    Code
    services = !tivusat

    or

    Code
    services = !srgssr

    into all the readers, except the ones you want them to be opened with.:cool1:

    "Enlightenment is man's emergence from his self-incurred immaturity. Immaturity is the inability to use one's own understanding without the guidance of another. This immaturity is self-incurred if its cause is not lack of understanding, but lack of resolution and courage to use it without the guidance of another. The motto of enlightenment is therefore: Sapere aude! Have courage to use your own understanding!"


    http://www.columbia.edu/acis/ets/CCREAD/etscc/kant.html

  • Hello everyone

    Please can someone help me

    (1) Octagon SF8008 mini 4k

    (2) Image openpli 7.3

    (3) Oscam emu 1.20_svn build r11576-798

    All Power vu not working 4.8e

    Animal planet /Discovery

    Need help

    Thanks

  • Do we have the keys?

    You have a special thread for that, I think...

    "Enlightenment is man's emergence from his self-incurred immaturity. Immaturity is the inability to use one's own understanding without the guidance of another. This immaturity is self-incurred if its cause is not lack of understanding, but lack of resolution and courage to use it without the guidance of another. The motto of enlightenment is therefore: Sapere aude! Have courage to use your own understanding!"


    http://www.columbia.edu/acis/ets/CCREAD/etscc/kant.html

  • PowerVU keys - have they changed it?


    Is it working in another machine with the same key?

    "Enlightenment is man's emergence from his self-incurred immaturity. Immaturity is the inability to use one's own understanding without the guidance of another. This immaturity is self-incurred if its cause is not lack of understanding, but lack of resolution and courage to use it without the guidance of another. The motto of enlightenment is therefore: Sapere aude! Have courage to use your own understanding!"


    http://www.columbia.edu/acis/ets/CCREAD/etscc/kant.html

  • My signal level for it is 0 dB, sadly...

    "Enlightenment is man's emergence from his self-incurred immaturity. Immaturity is the inability to use one's own understanding without the guidance of another. This immaturity is self-incurred if its cause is not lack of understanding, but lack of resolution and courage to use it without the guidance of another. The motto of enlightenment is therefore: Sapere aude! Have courage to use your own understanding!"


    http://www.columbia.edu/acis/ets/CCREAD/etscc/kant.html

  • Just to let you know, if anyone has problems with the latest: at my end 11581 Emu Ccache is OK with some providers (keys, that is), guys... Just checked and Emu is - generally speaking - working...

    "Enlightenment is man's emergence from his self-incurred immaturity. Immaturity is the inability to use one's own understanding without the guidance of another. This immaturity is self-incurred if its cause is not lack of understanding, but lack of resolution and courage to use it without the guidance of another. The motto of enlightenment is therefore: Sapere aude! Have courage to use your own understanding!"


    http://www.columbia.edu/acis/ets/CCREAD/etscc/kant.html

  • Hi ! I am installing this configuration on pure2


    I wanted to ask, in the oscam dvbapi file leave only caid and provider that interest me? (Tivusat, polsat, swisse and DVB Italy )


    In this way I only give priority to those written above?


    Can cancel the rest without compromising anything?


    Thanks for the clarification

  • Don't mess with it, don't waste your time needlessly...


    So long as you sort out what you need correctly you can leave it in... So, concentrate on what you need!

    "Enlightenment is man's emergence from his self-incurred immaturity. Immaturity is the inability to use one's own understanding without the guidance of another. This immaturity is self-incurred if its cause is not lack of understanding, but lack of resolution and courage to use it without the guidance of another. The motto of enlightenment is therefore: Sapere aude! Have courage to use your own understanding!"


    http://www.columbia.edu/acis/ets/CCREAD/etscc/kant.html

OSCam-EMU Support Forum

Configs, discussion, downloads and guides for OSCam-EMU Softcam.

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!