Posts by espaun206

    Thanks I'll try


    With the other one, 2 different files are created in which folder do I have to put them? I know that I have to rename them as osacam, and what would be the command to start the socam with emu?


    oscam-svn11578-ubuntu-webif-dvbapi ,weighs 1.5 mb

    oscam-svn11578-ubuntu-webif-dvbapi.debug ,weighs 4.5 mb

    Hi

    i have rpi4 with ubuntu server



    compile oscam with this tutorial and it works

    Code

    apt-get update

    apt-get -y install apt-utils dialog usbutils

    apt-get -y install gcc g++ wget

    apt-get -y install build-essential subversion libpcsclite1 libpcsclite-dev

    apt-get -y install libssl-dev cmake make

    apt-get -y install libusb-1.0-0-dev nano

    apt-get install pcscd pcsc-tools



    Then create the following symbolic link so Smartreader support is added during the compile;


    Code

    ln -s /usr/lib/arm-linux-gnueabihf/libusb-1.0.a /usr/local/lib/libusb-1.0.a



    Get the Oscam sources;


    Code

    cd /usr/src

    svn co http://www.streamboard.tv/svn/oscam/trunk oscam-svn



    Compile Oscam (note the two dots after the 5th line are there because they need to be).


    Code

    cd oscam-svn

    mkdir build

    chmod 755 build

    cd build

    cmake -DHAVE_LIBUSB=1 -DHAVE_PCSC=1 -DWEBIF=1 -DHAVE_LIBCRYPTO=1 -DWITH_SSL=1 ..

    make



    Make yourself a coffee - you have a bit of time and deserve one!




    Now it is installed - we need to move it;


    Code

    cd /usr/src/oscam-svn/build

    cp oscam /var/local/



    and move the list_smargo tool;


    Code

    cd /usr/src/oscam-svn/build/utils

    cp list_smargo /var/local/



    They are both now in /var/local - now we need to change permissions;


    Code

    cd /var/local

    chmod 755 oscam

    chmod 755 list_smargo



    Now oscam needs to start at boot by adding it to rc.local, and you can edit with nano;


    Code

    nano /etc/rc.local


    arrow down to a line just above 'exit 0' and below 'fi', and add the following;


    Code

    /var/local/oscam &


    To save, exit with 'CTRL' and 'x' - select 'y' and 'enter'.

    Oscam will now run at boot.




    To get it to restart daily at 5.45 am and to free memory every hour, edit the crontab file;


    Code

    nano /etc/crontab


    add the following two new lines;


    Code

    05 * * * * root echo 3 > /proc/sys/vm/drop_caches

    45 05 * * * root /sbin/reboot



    ----------------------------------------------------------------


    install simplebuild with this select the emu patch and compile it I create two oscam files

    1 cd /opt/

    2 svn co https://github.com/gorgone/s3_releases.git/trunk/ s3

    3 cd s3

    4 chmod 777 s3

    5 ./s3 menu


    put the oscam-emu-patch in / opt / s3 / support / patches


    Capturaossss.png

    transformar una imagen en png


    simple.png

    transformar una imagen en png


    transformar una imagen en png





    oscam-svn11578-ubuntu-webif-dvbapi 1.2mb

    oscam-svn11578-ubuntu-webif-dvbapi.debug 4.3 mb



    I renamed the other oscam to osam-old and this oscam-svn11578-ubuntu-webif-dvbapi 1.2mb to oscam but it doesn't work I don't know how to start it


    the old oscam boots me with / var / local / oscam &


    Capturaoscamno.png

    transformar una imagen en png

    Unfortunately, this is Ubuntu, and completely different rules may apply. It depends on a million things. Try using the procedure for Rapberry, on the device Raspberry:

    http://padmathilaka-wanigaseka…m-on-raspberry-pi-no.html

    (CTRL+F : "Starting Installation OSCAM")

    I am using ubuntu server on rpi4


    follow these steps but I don't know what I'm doing wrong


    Perhaps it would be better to use "git" instead:

    https://github.com/oscam-emu/o…d/wiki/Building-OSCam-Emu



    patch3.png




    Or do I have to install the oscam of this thread first and then the oscam emu ?

    I will try I am not very expert in Linux I am a novice


    I found these other steps but when I do....


    make... from step 7


    when it ends it marks me this error



    HOW TO INSTALL OSCAM-EMU PATCH LATEST VERSION INTO UBUNTU/DEBIAN SERVERS




    1 Get the latest OSCam sources from Streamboard:


    svn checkout http://www.streamboard.tv/svn/oscam/trunk oscam-svn




    2 Get the latest oscam-emu.patch file from GitHub:


    wget https://github.com/oscam-emu/o…aw/master/oscam-emu.patch


    3 Go to oscam-svn directory:





    cd oscam-svn



    4 Patch OSCam source code using:





    patch -p0 < ../oscam-emu.patch


    or





    svn patch ../oscam-emu.patch


    5 Optionally you can put a SoftCam.Key file into the oscam-svn directory to integrate keys into the binary. Note: This does not apply for Mac OSX and Android. SoftCam.Key cannot be integrated on these systems at the moment.


    6 Run ./config.sh -g to choose the features you want.


    7 Run " make " once.


    8 Run "cmake -DWEBIF=1 -DHAVE_DVBAPI=1" to compile OSCam with Emu support. ( add .. at the comand end if this is not work)


    9 Run " make " to compile OSCam with Emu support final file.












    patchPNG.png

    hi

    do you know how to install or compile oscam-emu for raspberry pi4?

    with ubuntu server 14.

    Hello

    I'm not very adept at Linux



    installed and compiled oscam server on my rpi 4 with ubuntu server from this guide and it worked



    Oscam server setup guide - Raspberry Pi from scratch.




    Now I would like to add osacam emu partch I found these steps, but I don't know where these steps are added in the other steps to complete the emu patch on the oscam server



    oscam-emu edited this page on 14 Feb 2018 · 6 revisions

    1. Get the latest OSCam sources from Streamboard: svn checkout http://www.streamboard.tv/svn/oscam/trunk oscam-svn
    2. Get the latest oscam-emu.patch file from GitHub: wget https://github.com/oscam-emu/oscam-emu/raw/master/oscam-emu.patch
    3. Go to oscam-svn directory: cd oscam-svn
    4. Patch OSCam source code using: patch -p0 < ../oscam-emu.patch or svn patch ../oscam-emu.patch
    5. Optionally you can put a SoftCam.Key file into the oscam-svn directory to integrate keys into the binary. Note: This does not apply for Mac OSX and Android. SoftCam.Key cannot be integrated on these systems at the moment.
    6. Run ./config.sh -g to choose the features you want.
    7. Run make to compile OSCam with Emu support.


    HI

    thanks it worked



    How would it be to install the EMU I am trying with these steps but it gives me this error in step 3

    from -bash: cd: oscam-svn: No such file or directory




    Building OSCam Emu

    oscam-emu edited this page on 14 Feb 2018 · 6 revisions

    1. Get the latest OSCam sources from Streamboard: svn checkout http://www.streamboard.tv/svn/oscam/trunk oscam-svn
    2. Get the latest oscam-emu.patch file from GitHub: wget https://github.com/oscam-emu/oscam-emu/raw/master/oscam-emu.patch
    3. Go to oscam-svn directory: cd oscam-svn
    4. Patch OSCam source code using: patch -p0 < ../oscam-emu.patch or svn patch ../oscam-emu.patch
    5. Optionally you can put a SoftCam.Key file into the oscam-svn directory to integrate keys into the binary. Note: This does not apply for Mac OSX and Android. SoftCam.Key cannot be integrated on these systems at the moment.
    6. Run ./config.sh -g to choose the features you want.
    7. Run make to compile OSCam with Emu support.

    Trying to get it to run on a Freesat/GTMedia GTC box. They modified the dvbapi.c & .h files in order to have the amlogic box listed in the box type menu and use the proper dvb settings. I think I can make the modifications if I can figure out how to make the oscam like you did. It runs android 6.0 (23) with the same S905D processor.


    Could you PM me the settings you used? Or post the OSEbuild.sh file you used?


    Like I said, I think my flag settings are incorrect but I'm not sure. They embedded the oscam into the img and haven't updated it since version 11392 !!!!!! They have come out with several img upgrades but have never updated the oscam. I can rebuild the img file but need a good oscam file. Then I will probably make it into an apk like OSTool.

    Hi


    I have the same box with firm 39 as you did to update oscam, and that will work oscam




    I see that you managed to install new oscam and that it works in the box

    how did you do it or what steps did you use

    I have firm 39 ,, oscam 11438 emu 775


    but I would like oscam 11441 emu 780



    you used the oscam of AMIKO 5

    I would have to return a firm 32 ??

    thanks fegol


    I understand a bit, I worked autorroll


    in this way

    P 10015 00 00000000000000 ; ECM Key0

    P 10015 01 00000000000000 ; ECM Key1

    P 1 005Axxx4 AF82xxxxxxxC1D ; EMM Key



    only that sometimes it stops I do not know why, it will be because I have little signal in that channel at this moment



    (emu) Writing key file: /storage/.kodi/userdata/addon_data/service.softcam.oscam-emu/config/SoftCam.Key

    2018/12/17 15:32:10 654C8ECE r (emu) Key written: P 10015 00 A3xxxxxxxxAE

    2018/12/17 15:32:10 654C8ECE r (emu) Key found in EMM: P 0001**** 00 AxxxxxxxxxxxxAAE ; UA: 00xxxxxD4

    2018/12/17 15:32:10 654C8ECE r (emu) Writing key file: /storage/.kodi/userdata/addon_data/service.softcam.oscam-emu/config/SoftCam.Key

    2018/12/17 15:32:10 654C8ECE r (emu) Key written: P 10015 01 AxxxxxxxxxxFB

    2018/12/17 15:32:10 654C8ECE r (emu) Key found in EMM: P 0001**** 01 AxxxxxxxFB ; UA: 005xxxxxD4

    2018/12/17 15:32:10 654C8ECE r (reader) emulator [emu] dvbapi emmtype=unique, len=155 (hex: 0x9B), cnt=1: written (2 ms)

    2018/12/17 15:32:11 07A7D623 c (ecm) dvbapi (0E00@000000/0000/0015/6D:04xxxxxxxxxxxxxxxxxxxxxxxxxxxxE7C): found (1 ms) by emulator - TyCSHD

    2018/12/17 15:32:11 07A7D623 c (ecm) dvbapi (0E00@000000/0000/0015/6D:25B9xxxxxxxxxxxxxxxxxxxxxxxxxxxxA2): found (1 ms) by emulator - TyCSHD

    2018/12/17 15:32:12 07A7D623 c (ecm) dvbapi (0E00@000000/0000/0015/6D:7xxxxxxxxxxxxxxxxxxxxxxxxxxxx62): found (2 ms) by emulator - TyCSHD

    2018/12/17 15:32:13 07A7D623 c (dvbapi) Demuxer 0 stop descrambling program number 0015 (TyCSHD)

    this group id 1 where it is configured, I thought that just adding softcam with emm keys for autorroll


    I think I'm a bit lost


    groupid= 1

    srvid= 0015

    number= 00 and 01

    key= 00000000000000 ;ECM Key

    UA= 005Axxx4

    key= AF82xxxxxxxC1D ; EMM Key


    P 10015 00 00000000000000 ; ECM Key0

    P 10015 01 00000000000000 ; ECM Key1

    P 1 005Axxx4 AF82xxxxxxxC1D ; EMM Key

    Only SoftCam.Key

    autoroll emm does not work

    it works perfectly for me

    Code
    2018/12/17 09:02:30 7AB54A56 r      (emu) Key found in EMM: P 0001**** 00 0000000000000 ; UA: 00******
    2018/12/17 09:02:30 7AB54A56 r      (emu) Writing key file: /storage/.kodi/userdata/addon_data/service.softcam.oscam-emu/config/SoftCam.Key
    2018/12/17 09:02:30 7AB54A56 r      (emu) Key written: P 10*** 01 **************
    2018/12/17 09:02:30 7AB54A56 r      (emu) Key found in EMM: P 0001**** 01 ************** ; UA: 00******
    2018/12/17 09:02:30 7AB54A56 r   (reader) emulator [emu] dvbapi emmtype=unique, len=155 (hex: 0x9B), cnt=1: written (2 ms)

    in what format have the key in the softcam?


    I have it in these two ways


    to see if it works, but not


    P 1043 105A48D4 AF82xxxxxxC1D ; AUTORROLL EMM Key 4053

    P 005A48D4 00 AF82xxxxxxxC1D ; EMM Key


    LIVE LOG

    • 2018/12/17 07:45:21 654C8ECE r (emu) Key not found: P 0015 01
    • 2018/12/17 07:45:21 654C8ECE r (emu) ECM failed: Key not found
    • 2018/12/17 07:45:21 07A7D623 c (ecm) dvbapi (0E00@000000/0000/0015/6D:6A3DF83D14B442D64D34A199E6308A62): not found (1 ms) by emulator - TyCSHD
    • 2018/12/17 07:45:22 07A7D623 c (dvbapi) Demuxer 0 restarting decodingrequests after 0 ms with 1 enabled and 0 disabled ecmpids!
    • 2018/12/17 07:45:22 07A7D623 c (dvbapi) Demuxer 0 trying to descramble PID 0 CAID 0E00 PROVID 000000 ECMPID 1776 ANY CHID PMTPID 139D VPID 02BC
    • 2018/12/17 07:45:22 654C8ECE r (emu) Key not found: P 0015 01
    • 2018/12/17 07:45:22 654C8ECE r (emu) ECM failed: Key not found
    • 2018/12/17 07:45:22 07A7D623 c (ecm) dvbapi (0E00@000000/0000/0015/6D:360C19301A5C79CEF03060D93360C93C): not found (1 ms) by emulator - TyCSHD
    • 2018/12/17 07:45:23 07A7D623 c (dvbapi) Demuxer 0 restarting decodingrequests after 0 ms with 1 enabled and 0 disabled ecmpids!
    • 2018/12/17 07:45:23 07A7D623 c (dvbapi) Demuxer 0 trying to descramble PID 0 CAID 0E00 PROVID 000000 ECMPID 1776 ANY CHID PMTPID 139D VPID 02BC
    • 2018/12/17 07:45:23 654C8ECE r (emu) Key not found: P 0015 01
    • 2018/12/17 07:45:23 654C8ECE r (emu) ECM failed: Key not found
    • 2018/12/17 07:45:23 07A7D623 c (ecm) dvbapi (0E00@000000/0000/0015/6D:D5B9CD9A8F494E151E62DC3D708498C1): not found (1 ms) by emulator - TyCSHD
    • 2018/12/17 07:45:24 07A7D623 c (dvbapi) Demuxer 0 restarting decodingrequests after 0 ms with 1 enabled and 0 disabled ecmpids!
    • 2018/12/17 07:45:24 07A7D623 c (dvbapi) Demuxer 0 trying to descramble PID 0 CAID 0E00 PROVID 000000 ECMPID 1776 ANY CHID PMTPID 139D VPID 02BC
    • 2018/12/17 07:45:24 654C8ECE r (emu) Key not found: P 0015 01
    • 2018/12/17 07:45:24 654C8ECE r (emu) ECM failed: Key not found
    • 2018/12/17 07:45:24 07A7D623 c (ecm) dvbapi (0E00@000000/0000/0015/6D:ECD00CFDA1D2AE8E6B763408948EF679): not found (2 ms) by emulator - TyCSHD
    • 2018/12/17 07:45:25 07A7D623 c (dvbapi) Demuxer 0 restarting decodingrequests after 1 ms with 1 enabled and 0 disabled ecmpids!
    • 2018/12/17 07:45:25 07A7D623 c (dvbapi) Demuxer 0 trying to descramble PID 0 CAID 0E00 PROVID 000000 ECMPID 1776 ANY CHID PMTPID 139D VPID 02BC