Posts by s3n0

    Hi.


    Try this one Oscam for SH4 architecture (see attachment). Or also please check this forum thread: Latest OSCam Emu 11.697 for sh4 spark


    In the archive is binary file only. So, you need to replace the original oscam binary file only. Stop the Oscam as first. Copy the binary file from archive, via FTP client, to the set top box - into the /tmp folder or directly into /usr/bin folder and rename it to the original filename. Or replace the binary file in set-top box - copy and rename from /tmp folder. Then change execute attributes, Start the Oscam again.


    It's an Oscam with an Emu module, but you don't have to use that Emu module at all.


    Code
    /etc/init.d/softcam stop
    mv -f /tmp/oscam-11697-798.sh4 /usr/bin/your_oscam_filename
    chmod a+x /usr/bin/your_oscam_filename
    /etc/init.d/softcam start

    Of course, it is possible to run twice. Just create two startup scripts in the "/etc/init.d" folder and also two binary files in the "/usr/bin" folder. Each file must have a different filename. For example:


    /etc/init.d/softcam.oscam1

    /usr/bin/oscam1


    /etc/init.d/softcam.oscam2

    /usr/bin/oscam2


    And of course you need to modify the init.d scripts according to the new binary filename. Then, of course, you need to set execute permissions, for scripts and binaries, for example with the "chmod" command. Finally, you need to assign the scripts to the run-level, preferably via the "update-rc.d" command. More info in shell-script here:

    https://github.com/s3n0/e2scripts/blob/master/softcam


    You will probably have to configure this reader in the second Oscam, where you will only use the Emu module without a physical reader but also to deactivate the reader:

    https://wiki.streamboard.tv/wi…onfig/oscam.server#enable


    However, piracy or private servers are not supported on this forum.

    openatv 7.0 on dreambox crashes on softcam setup and cannot update software when trying to update a message appearing no image found is there a problem guys ?


    thanks for your support

    1. Softcam is not configured via GUI MENU (Setup), but via Oscam-Webif or directly by editing configuration files using FTP connection for example


    2. For questions about OpenATV 7.0, you should use the discussion forum https://www.opena.tv/forum33/ or a completely different thread of this discussion forum http://www.linuxsat-support.com ....... btw, on the original website https://www.opena.tv/downloads/ there is no download for version 7.0 yet, which means it's just a beta test! do not try the beta version if you are not a developer or IT / SAT technician! beta versions are not completely debugged and are intended just for testing, only for developers and IT / SAT technicians

    The OpenPLi feed / server does contain all Oscam versions ? Uhm... just install the Oscam via GUI MENU (Plugin MENU) and everything will work. There are binary files in all IPKs, that are designed to work in the appropriate OpenPLi, as far as the required system libraries are concerned.

    SirV:


    You use wrong thread discussion. Write whether you want to decode from your own satellite card (using Oscam) or really just software emulation - via encryption keys (using Oscam-Emu).


    OscamEmu, which you are currently using, was probably created by MOHAMED as the keys to his Github profile are being downloaded.


    Which satellite provider is it ?


    Please, write more details. However, it would be better to write in a discussion about configurations for OscamEmu.

    Hi guys


    Whenever I want to restart softcam from the softcam setup option I'm getting this crash log I'm using Openatv 7.0 image on dreambox 525 combo. Could someone help please.


    thanks

    Until a new update of oATV-7.0 is ready, you can still use a restart via Shell / terminal connection (by connecting with the help of PUTTY tool to set-to pbox, via Telnet or SSH protocol): /etc/init.d/softcam restart

    So according to the "feed.log" file, the shell script ran flawlessly and installed a new feed source. If the next item "softcams" does not appear in the list of installable plugins (2 times in a row the green button on the RCU, in the OpenATV SKIN / GUI), then there is a problem in your OpenATV.


    Try to check if you already have some "softcam-feed" installed (as giopet wrote). If so, uninstall them. And then repeat the installation via the online shell script.

    Code
    opkg update
    opkg list-installed | grep -i softcam     # check all installed packages, named as the "*softcam*"
    opkg remove <pckg-name>                   # to remove/uninstall the package (such as "softcam-feed-universal" name - as example)
    wget -qO- --no-check-certificate "http://updates.mynonpublic.com/oea/feed" | bash        # re-install the feed-source again


    Also, the problem could be caused by an alternate SKIN that does not display the available feed resources correctly. I don't know for sure, I'm just guessing.

    Octa8on :


    Try debugging and copy the result here - I mean the file "/tmp/feed.log".

    wget -qO- --no-check-certificate "http://updates.mynonpublic.com/oea/feed" | bash -xv > /tmp/feed.log 2>&1


    You can also check the contents of the "/etc/opkg" directory, where the softcams feed source (a file named "*-secret-feed.conf") should appear after a successful installation.

    I found this file.. they say it works perfectly with the new openATV 7.0.

    truth or lie.. 29b394.gif :)

    Hi.


    The scope of the shell script intended for installing an additional softcams feed is the same as on the creator's website.

    So it's exactly the same as using this: wget -O - -q http://updates.mynonpublic.com/oea/feed | bash (command-line / linux shell)


    This installation script is also completely identical to the installation script, which is also found in the "softcam-feed-universal_4.5-r0_all.ipk" package.


    So, the "OpenATV_softcam_feed_v8.0.ipk" installation package file is unnecessary.

    So then debug-LOG from Enigma2 would help. There will be more information as to why the file could not be downloaded from the internet. Activate the debug-log in your Enigma2 as first. Then, when the error occurs, send the created debug-log from the Enigma2 (the last few 100 lines, for example, will suffice).


    EDIT:


    Please add more details:

    - which version of the plugin are you using (if you haven't tried to update to the latest version) ?

    - which Enigma2 you use (name) + the version of Enigma2 (build version/date)

    - what is the Python version: "python --version" (via command-line or check some info via the Enigma2 GUI)

    - do you use the method of updating "all" picons or "synchronized TV / RADIO" picons ?


    Thanks.

    everytime i install picons give me this error 512

    Hi.


    This has been repeated here at least twice (just search about 5-10 previous posts). The problem concerns the use of VPN networks or PROXY servers. You need to set the VPN policy so that your set-top-box connects to the internet directly through the ISP's gateway and not through the VPN.


    I recommend updating the plugin to a newer version. Then you have to restart the plugin once more (in case of a plugin configuration error) and also set the whole plugin configuration again. The plugin uses new configuration fields - profiles. The old plugin configuration is therefore unusable. However, after the first run of the new version of the plugin, an error is displayed from the original saved configuration (BUG in the plugin, sorry for that). You can also delete the original configuration of the plugin via Shell - with the help of my online script (you can find more information in the previous posts).

    I don't know because I'm not a softcam developer. And I also don't do DVB technologies. I did not find the cause. I also tried and tested for a long time. My DVB-S2 decoder card uses IRDETO encryption mode. The freezing of Oscam as a softcam client (protocol cccam and also newcamd) approximately 1-2 times a day at a random time. Maybe it's some mistake of Oscam itself (for example, a possible overflow of a buffer, in a certain, unknown situation).

    OMG, guys, let's not talk here about what a beta or alpha test version is in software development. Developers know what that means, and laymen don't even have to know it.


    This discussion thread is used to install / extend feed sources with SoftCAMs, for OpenATV (one of the many distributions of the original Enigma2 from Dreambox, based on the latest free core OE2.0).


    Forum moderators should clean it up.


    If you have trouble installing the feed extension, you can use the manual Oscam installation procedure. As I always say ... that the best and safest way is to install Oscam manually.

    Guys, if you are so eager to use a test version of the oATV firmware, even though I see no reason to do so, then install Oscam manually:


    Tutorial : How to install softcam (OSCam/CCCam) manually, if you hate ipk packages

    https://github.com/s3n0/e2scripts/blob/master/softcam


    Use, for example, the Oscam binary file from the oPLi image (it should only depend on older Linux libraries) or use a binary file from @juli13 (You can also find them here on this discussion forum).


    So you actually use the installation manually - like adding an "init.d" trigger shell-script and a binary Oscam file.

    Do not use OpenATV 7.0 unless you are a developer or tester. This version is in testing (beta or alpha - I don't know). This version is NOT better, but on the contrary - buggy. It can contain many errors. It's trying to make some new features work.

    Hi.


    You must also show other configuration files. If there are any IP addresses or passwords, you can rewrite them with the letters "x".


    Do you use a pure oscam-configuration or did you find and use it from someone on the internet ?


    The CAIDs in the "oscam.server" file are probably set incorrectly if the same CAIDs match in both readers... maybe PROVID is set and should not be there. The "fallback" function may be set incorrectly in this file and should not be set there at all.


    Or, something is set incorrectly in the "oscam.conf" file (for example, the "preferlocalcards" and "fallbacktimeout" configuration entries).


    It would be best if you start testing your Oscam with a clean configuration and gradually add only what is necessary for the proper functioning of the decoder cards.


    BTW, if you don't need the Emu module (a software-simulated decoder card in a virtual reader), then use only pure Oscam and not OscamEmu.

    thank you for the quick answer!!!

    with "Just add your readers to oscam.server" .... you mean add clines converted on oscam.server ??? how i should do that correctly?? sorry im new on this

    .:59: Or can replace the oscam.server that comes on the zip for my one, overwrite it?? should i replace the oscam.user for my one too? when converter theres option create it.

    Yes. Click on my link. There is an explanation of how to convert the C-Line in the "CCcam.cfg" file to a software reader (network connection for the Oscam as a client ) in the "oscam.server" file.