Posts by Seaker

    Tried version 6.6 and 6.8 and also backup suite plugin Every plugin makes file about 2.4MB NFI and i also can't restore it, because it not showing in restore menu
    still same issue
    I need a full backup to restore to an another dm800 or same one, is there any other tool that i can do this

    i'm using latest Open pli 7.1 from this forum and it's working flawlessly but the problem is
    i Can't make backup, I plugged my usb and using plugin backup i created a backup and it's just 2.5MB NFI file
    Then i tried to restore this on an another DM800 box that running the same Openpli 7.1 But it shows there is no nfi file found to flash
    but i can see the files from the Pc what could be the Problem,
    Any help would be appreciate

    Hello, Everyone
    I have fully working setup of oscam
    one one DM800 and other is on raspberry pi(connected using smargo reader)
    What i need to do is connect these device to work together, my clients on my Dm800 setup (I will buy vps later)
    How do i balance the load between these two cards,
    and i also want to update my Raspberry pi Card from my Dm800
    How do i do this

    Thanks seagen Everything is now working smoothly, :thank_you2::thank_you2:
    what i did was
    installed a fresh copy of oscam
    follow the seagen steps and restart the oscam
    you need two different internet connection to your cccam receiver and dreambox
    Hope this will help someone else :)
    :dish::cool1:

    Thanks i didn't knew these things
    My Oscam on DM800 with static ip 192.168.8.110 with port 8080(port 8080 for webif)
    My newcamd port is 30000
    and my cccam port is 40000
    I opened my port for 192.168.8.110 30000 and 192.168.8.110
    (I also open 8080 to access my webif from outside network i change oscam setting to 0.0.0.0-255.255.255.255)
    I already added noip settings for the router and NoIP is update without any issue
    and checked with canyouseeme port open
    but still i can't connect to my user

    [account]
    user = tim
    pwd = tim
    group = 1

    this is what my user looks like

    and i'm connecting from my gtmedia v7s device using mydns.org as server name and user= tim password= tim and port 40000
    still i can't connect where am i doing wrong

    My oscam working fine in local area network.

    But i need to used this outside of my home network

    How do i connect this

    Create noip account and i port forword

    That match my oscam which is cccam port 40000

    Still i can't connect to the oscam

    I tried adding "hostname=mydns.Com" to oscam. User under client accout but i cant connect.

    Any help would be appreciated

    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

    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 :)

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

    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

    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

    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