How to Update Oscam in windows pc

There are 15 replies in this Thread which was already clicked 4,961 times. The last Post () by Seaker.

  • Oscam is designed primarily for Linux-based systems. Not for Windows. If you don't have a serious reason to use Oscam on Windows, then you better run it on some Linux.


    Many people run Linux-Oscam on Windows through the Linux emulator - https://www.cygwin.com/ . But this is not a good solution. It can, of course, cause problems. Occasionally, Oscam versions are compiled (with a modified code) for a Windows system, but it is also modified and may differ from the original (for example, accessing USB devices - external USB card reader).


    I won't advise you because I have never tried to put Oscam and Windows together. Only very little information is also available on the Internet. Sorry.


    I found this - https://ulozto.net/!gBsOet7c3M…-32bit-for-os-windows-zip . This is also the CygWin version of Oscam. So, check it please :). But I don't know more about it, because I really didn't try to run Oscam on Windows.

  • Oscam is designed ....

    Can you guide me to install this on linux pc
    I followed this guide and installed oscam and copied confg files to usr/local/etc directory
    and i tried opening webif but it's not working. tried with 127.0.0.1:8888
    where do i'm doing wrong


    Prepair for compile with installing new needed packs:



    Code:

    Code
    sudo apt-get install build-essential@@@WCF_PRE_LINEBREAK@@@sudo apt-get install libssl-dev libpcsclite-dev@@@WCF_PRE_LINEBREAK@@@sudo apt-get install mercurial cvs subversion libncurses-dev@@@WCF_PRE_LINEBREAK@@@sudo apt-get install cmake

    2) Oscam compile:

    2.1 Download OSCam

    Code:

    Code
    cd /usr/src
    sudo svn co http://oscam.to/svn/oscam/trunk oscam

    2.2 Compile OSCam

    Code:

    Code
    cd oscam
    sudo cmake -DWEBIF=1 -DPCSC=1
    sudo make



    2.3 Copy OSCam Compiled file



    Code:

    Code
    sudo cp oscam /usr/local/bin

    3) Unused oscam compile directory delete:

    Code:

    Code
    cd ..
    sudo rm -rf oscam

    4) Setting oscam to correct attribute:

    Code:

    Code
    cd /usr/local/bin
    sudo chmod 755 oscam

    5) Oscam automatic startup with bootup

    EDIT RC.LOCAL FROM NORMAL WINDOW

    Code:

    Code
    nano /etc/rc.local

    add next line before the "exit0" line, /usr/local/bin/oscam -b -r2

    in server edition type

    Code:

    Code
    sudo pico /etc/rc.local


    PUT CONFIG FILES IN USR/LOCAL/ETC

  • It depends on which Linux distribution you have. Ubuntu discussion thread is here:

    Tutorial: Updating Oscam to latest SVN - Ubuntu & debian with Simplebuild

    In this tutorial, some "simplebuild" script is used, which, if I'm not mistaken, can compile Oscam for multiple chipset architectures. However, I think Oscam should also be on the feed servers of every Linux system. Most Linux systems already have Oscam on feed servers, so just install it through the package manager (apt-get or other, depending on the type of Linux).

  • It depends on which Linux distribution you have. Ubuntu discussion thread is here:

    Tutorial: Updating Oscam to latest SVN - Ubuntu & debian with Simplebuild

    In this tutorial, some "simplebuild" script is used, which, if I'm not mistaken, can compile Oscam for multiple chipset architectures. However, I think Oscam should also be on the feed servers of every Linux system. Most Linux systems already have Oscam on feed servers, so just install it through the package manager (apt-get or other, depending on the type of Linux).


    DISTRIB_ID=Ubuntu

    DISTRIB_RELEASE=18.04

    DISTRIB_CODENAME=bionic

    DISTRIB_DESCRIPTION="Ubuntu 18.04.2 LTS"

    NAME="Ubuntu"

    VERSION="18.04.2 LTS (Bionic Beaver)"

    ID=ubuntu

    ID_LIKE=debian

    PRETTY_NAME="Ubuntu 18.04.2 LTS"

    VERSION_ID="18.04"


    This is the version i have

  • after trying few times
    This command make it run systemctl start oscam
    so i plugged my reader to ubuntu pc mouse protocol Now the everything work fine
    But i Don't know how to add user to this,

    What i did was
    I installed ddns updater to ubuntu pc and checked it
    Then I add users to the oscam like this

    [account]

    user = checkme

    pwd = 123

    caid = 0631

    au = reader1

    group = 1

    Then i add

    [cccam]

    port = 40000

    reshare = 1

    ignorereshare = 0

    version = 2.2.1

    keepconnected = 1

    stealth = 1

    this to Config file

    and add to the server file

    [reader]

    label = remote1

    protocol = cccam

    device = my no ip ccount address,40000

    user = checkme

    password = 123

    inactivitytimeout = 30

    caid = 0631

    group = 1

    cccversion = 2.1.2

    Then i tried to connect to NOIPADDRESS+port+username+password from my receiver but nothing works
    it shows like only shows connecting

    How Do i add users to this

  • [newcamd]

    port = 551@1802:000000,004801,004901;552@098C:000000

    key = 0102030405060708091011121314

    keepalive = 1


    [cccam]

    port = 12068

    nodeid = 12345678abcdef12

    version = 2.2.0

    reshare = 2

    updateinterval = 30


    have you something like this above in oscam.config


    and oscam.user


    [account]

    user = rabbit

    pwd = dual

    group = 1

    cccreshare = 2


    NO-IP ADDRESS use only for outside your network ie to a good friend


    inside you home id use the ip of ubuntu to cccam


    C: 192.xxx.xxx.xxx.xxx 12068 rabbit dual


    from ubuntu to oscam


    [reader]

    label = ubuntu

    protocol = cccam

    device = 192.xxx.xxx.xxx.xxx,12068

    user = rabbit

    password = dual

    group = 1

    disablecrccws = 1

    cccversion = 2.2.0

    audisabled = 1

    parabéns cr7 & moliveira88

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

    RIP Vangelis Papathanassiou

  • from ubuntu


    what else are you using


    what are you connecting to ?


    is it oscam in a box

    is it cccam in a box


    from what i see you trying to connect to ubuntu oscam from ubuntu oscam


    put in

    oscam.user in ubuntu


    [account]

    user = rabbit

    pwd = dual

    group = 1

    cccreshare = 2




    put in

    oscam.server on a box


    [reader]

    label = ubuntu

    protocol = cccam

    device = 192.xxx.xxx.xxx.xxx,12068

    user = rabbit

    password = dual

    group = 1

    disablecrccws = 1

    cccversion = 2.2.0

    audisabled = 1

    parabéns cr7 & moliveira88

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

    RIP Vangelis Papathanassiou

  • i'm using oscam on my ubuntu laptop with smargo reader
    i sent you the config files as a pm
    kindly check that...

  • it's not smargo it's use mouse protocol it's a copy of smargo as i see
    but you cant have user in ubuntu oscam and send to ubuntu oscam
    I don't understand this... can you explain a bit
    i just need to add a user in to oscam and connect it
    there is no issue with reader section as i see...
    Don't angry with me i just new to this stuff if you can edit my configuration with Teamviewer it will be great
    Thanks :)

  • imagine its a phone


    can you call yourself ?

    here what i need to Do.
    I have Irdeto card and i need to create a server to share it with my friends
    i Don't have a dreambox, so i just only have Ubuntu PC with oscam installed
    I connect my smargo reader and irdeto card and it's works fine
    now what i need to do is simply create a user and giving it to my friends
    From your help... i understand that i can share without no ip in my local network
    so i created an account as you posted earlier and connect tried to connect with My koqit receiver
    but i cannot connect to the account that i have created
    That why i send you the configuration file to looking any errors because i'm new to this stuff
    yes i understand that you are telling me ubuntu oscam can't connect to ubuntu oscam
    i'm asking where i'm doing wrong???
    if you have a gun i'm pretty sure you will kill me :D :P

OSCam Support Forum

Configs, discussion, downloads and guides for OSCam Softcam.

Participate now!

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