Posts by SendoBG

    HOW TO LOAD ENIGMA2 FIRMWARE WITH SPARK PLUGIN


    USING A USB STICK AND EASY TO FOLLOW ON-SCREEN


    MENU IN SPARK - FOR THE AMIKO ALIEN / ALIEN 2


    Items required:


    USB Stick Formatted to FAT32 – Use HP Format Tool for


    formatting if you have any problems with the USB not being


    seen by the Amiko Alien / Alien 2


    Spark Mini Plugins pack for the Amiko Alien / Alien 2


    Enigma2 Firmware for the Amiko Alien / Alien 2


    1)


    Download the.


    Plugin Pack and save this file to your computer. .


    If you need this pack will pm me


    2)


    Insert a USB stick into your computer, open the Plugin


    Pack file you just downloaded and extract the complete


    plugin directory from the .zip or .rar file to the root of the


    USB stick (which must have been pre-formatted to FAT 32).


    3)


    Now remove the USB stick from your computer and with


    your Amiko Alien / Alien 2 receiver powered on and


    connected to your TV insert the USB stick into a USB port on


    Amiko Alien / Alien 2 receiver (either front or rear USB port


    will work in the case of the Alien 2 - just ensure you have no


    other USB devices connected at the time).


    4)


    Within a few seconds the Amiko Alien / Alien 2 receiver


    will read the USB stick and then automatically prompt you on


    screen saying ‘Confirm Do you want to upgrade plug in?’ –


    Select YES using the remote control arrow keys and then


    press OK on the remote control.


    This will now display the ‘Upgrade from USB’ menu and the


    update will start automatically which will only take a few


    seconds and once complete will automatically reboot your


    receiver. At the point of reboot you can now remove the USB


    stick from the Amiko Alien / Alien 2 (if you don’t then the


    receiver will keep prompting to update after each reboot -


    you can just click no though if you wish).


    5)


    When your Amiko Alien / Alien 2 receiver has finished


    booting back up you should now be back to the usual Spark


    firmware but there will now has several plugins that have


    been installed which can all be found by selecting MENU >


    Plug in using the remote control.


    At this point you are now half way there, we have all the


    tools require to install Enigma2 firmware via Spark so we


    just need to get the Enigma2 firmware itself.


    6)


    Download and save your required Enigma2 firmware for


    the Amiko Alien / Alien 2 to your computer.


    7)


    Insert a USB stick into your computer, open the Enigma2


    firmware file you just


    downloaded and extract the two files from the .zip or .rar file


    to the


    root


    of the USB stick (which must have been pre-


    formatted to FAT 32). These files will be named uImage and


    e2jffs2.img.


    8)


    Now remove the USB stick from your computer and with


    your Amiko Alien / Alien 2 receiver powered on and booted


    to Spark and connected to your TV insert the USB stick into a


    USB port on Amiko Alien / Alien 2 (either front or rear USB


    port in the case of the Alien 2).


    9)


    Within a few seconds the Amiko Alien / Alien 2 receiver


    will read the USB stick. After a few seconds using the remote


    control go to MENU > Plug in > plugin_e2upgrade.s and


    while this is highlighted press the OK button which should


    take you straight to the Enigma2 Update menu.


    10)


    Make sure the Update path is showing as /storage/c/


    (providing the two files where save to the root of your USB


    stick) and then press RED (Enigma2 Update).


    You should see a pop up on-screen explaining about the


    updating Enigma2 and warning you not to power off the


    receiver (this is all automated functions and messages – you


    don’t need press and keys at this point).


    After a short while the message will disappear and you will


    be returned back to the Enigma2 Update menu – at this point


    you are actually finished and Enigma2 is now flashed, so you


    can exit all menus and reboot the receiver yourself and using


    the FORCE function on boot up make the receiver boot into


    Enigma2 mode (by first powering down the receiver and


    then powering on the receiver again while pressing and


    holding the OK button on the front of the receiver until


    FORCE is shown on the front screen, then pressings the


    down arrow (Enigma2) on the front of the receiver and then


    pressing OK on the front of the receiver)


    Your Amiko Alien / Alien 2 is now in Enigma2 mode and so


    will boot to this mode each time as default!


    If you wish to change this back to Spark as the default it’s


    very easy to do, it’s basically using the FORCE function on


    boot up make the receiver boot into Spark mode which is


    done by pressing and holding the OK button on the front of


    the receiver until FORCE is on the front screen, then


    pressings the up arrow (Spark) on the front of the receiver


    and then pressing OK on the front of the receiver.

    ./Oscam_Status_Check_Script.sh: 10: ./Oscam_Status_Check_Script.sh: curl: not found

    ./Oscam_Status_Check_Script.sh: 10: ./Oscam_Status_Check_Script.sh: cannot create ”/tmp/_tmp”: Directory nonexistent

    “Checking“033[37./Oscam_Status_Check_Script.sh: 15: ./Oscam_Status_Check_Script.sh: 31mOscam: not found

    ./Oscam_Status_Check_Script.sh: 15: ./Oscam_Status_Check_Script.sh: 40mn”: not found

    ./Oscam_Status_Check_Script.sh: 16: ./Oscam_Status_Check_Script.sh: /usr/bin/oscam: not found

    /usr/bin/oscam >/usr/local/bin/oscam

    #! /bin/sh
    ### BEGIN INIT INFO
    # Provides: Oscam
    # Required-Start: $remote_fs $syslog
    # Required-Stop: $remote_fs $syslog
    # Default-Start: 2 3 4 5
    # Default-Stop: 0 1 6
    # Short-Description: Oscam init script
    # Description: Launch oscam at startup
    ### END INIT INFO DAEMON=/usr/local/bin/oscam
    DEAMON_OPTS="-b -r 2"
    PIDFILE=/var/run/oscam.pid test -x ${DAEMON} || exit 0 . /lib/lsb/init-functions case "$1" in
    start)
    log_daemon_msg "Starting OScam"
    start-stop-daemon --start --quiet --background --pidfile ${PIDFILE} --make-pidfile --exec ${DAEMON} -- ${DAEMON_OPTS}
    log_end_msg $?
    ;;
    stop)
    log_daemon_msg "Stopping OScam"
    start-stop-daemon --stop --exec ${DAEMON}
    log_end_msg $?
    ;;
    force-reload|restart)
    $0 stop
    $0 start
    ;;
    *)
    echo "Usage: /etc/init.d/oscam {start|stop|restart|force-reload}"
    exit 1
    ;;
    esac exit 0


    Service startup script:


    ###### #### ##### ##### ### ###


    ## ## ## ## ## ## ## ## ##


    ## ## ##### ## ####### ## ## ##


    ## ## ## ## ## ## ## ##


    ###### #### ##### ## ## ## ## R



    ################################################## ##################


    # 18 sep 2011


    # By: billyk


    # Description: Automaticaly check and update to latest oscam version


    # Also restars it after update


    ################################################## ##################


    # - You can modify it to fit your needs :)


    # - Add # infront of any line that you don't want to execute


    ################################################## ##################


    echo "--> 1rst go to oscam's dir"


    cd /usr/local/bin


    echo " [ OK ] "


    echo "--> Backup previus version"


    #you must create a folder named: oscam_backups under /usr/local/bin


    sudo mv ./oscam ./oscam_backups/oscam_$(date +%m-%d-%Y-%H:%M)


    echo " [ OK ] "


    echo "--> Let's remove old folder..."


    sudo rm -rf oscam-svn


    echo " [ OK ] "


    echo "--> Checking for latest version and create oscam-svn dir..."


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


    echo " [ OK ] "


    echo "--> Change dir to: oscam-svn"


    cd oscam-svn/


    echo " [ OK ] "


    echo "--> Create new folder: build_dir"


    sudo mkdir build_dir


    echo " [ OK ] "


    echo "Change dir to: build_dir"


    cd build_dir


    echo " [ OK ] "


    echo "--> Compile new version with Smargo smartreader support"


    sudo cmake -DHAVE_LIBUSB=1 /usr/local/bin/oscam-svn



    # You must have the needed libs to run smartreader with oscam.


    # If you do not want smartreader support...


    # ...simply remove [-DHAVE_LIBUSB=1]


    # so you will have this line:


    sudo cmake /usr/local/bin/oscam-svn



    echo " [ OK ] "


    echo "--> Now... make!"


    sudo make


    echo " [ OK ] "


    echo "--> Finally we install the latest fersion..."


    sudo make install


    echo " [ OK ] "


    echo "---> ...so it's time to clean..."


    sudo make clean


    echo "OK. Now you have the latest oscam version!"



    ################################################## #######################


    # Also you can stop and start oscam from this script


    # The only thing you have to do is to remove the # from following lines...


    ################################################## ########################


    if ps x |grep -v grep |grep -c oscam >/dev/null


    then


    echo "Oscam is running so we will stop it & restart it"


    sudo killall -9 oscam


    echo "Oscam killed"


    sleep 1


    echo "...so going to start it"


    sudo /usr/local/bin/oscam -b &


    echo "Done. Oscam is running!"


    echo "If oscam's settings are OK, you will have picture at 5 to 10 seconds!"


    echo "Chears! :)"


    else


    echo "Starting oscam..."


    sudo /usr/local/bin/oscam -b &


    fi


    ################################################## ########################

    • Download Eclipse e.g. Eclipse Indigo CDT
    • Install Cygwin
      • Download cygwin setup http://www.cygwin.com/setup.exe
      • Start cygwin setup
      • Install the following packages:
        • gcc4
        • gcc4-core
        • make
        • subversion (use latest version)
      • Add cygwin install directory (e.g. C:\cygwin) and bin directory (e.g. c:\cygwin\bin) to path environment variable
      • Start Cygwin terminal and add some required links
        Code
        #!/sh
        cd /usr/bin
        ln -s strip.exe i686-pc-cygwin-strip.exe
      • Start Eclipse
      • Add new C or C++ project
      • Select a proper project name
      • Disable "Use default location" and select the trunk folder of the checked out OScam sources
      • Select Makefile Project\Empty Project, afterwards select Cygwin GCC toolchain
      • Nothing else to change during the project creation
      • To avoid cygwin dos file warnings, you can set an environment variable in the project settings. Variable name: CYGWIN, value: nodosfilewarning
      • Create a make target for the OScam project, called "cross-i386-pc-cygwin"
      • Build the make target
      • That's all folks.

    To build with PCSC support on cygwin copy the winscard.dll into the cygwin lib folder and compile with:

    Code
    make i386-pc-cygwin-pcsc USE_LIBUSB=1 CONF_DIR=./ EXTRA_LDFLAGS="-L/cygwin/lib/"

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

    >> OSCam << cardserver log превключи на Сря Мар 7 18:21:45 2018

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

    2018/03/07 18:21:45 1641299F c (ecm) cs378x_locals (5581 @ 000000/0000 / 03EB / 4F: 54FBA0DFF7D0AA4B014F4794A9EF6D04): отхвърлен (97 ms) от lx76jo2x.xserver.su (F / 11/11/11) - БНТ 1

    2018/03/07 18:21:45 00000000 >> OSCam << карта на сървъра, преместена, версия 1.20-unstable_svn, изграждане на r11401 (sh4-streamboard-linux-gnu-stapi)

    2018/03/07 18:21:45 0B0C052D c (ecm) Amiko Alien 2 (5581 @ 000000/0000 / 03EB / 4F: 54FBA0DFF7D0AA4B014F4794A9EF6D04): отхвърлен (418 ms) от lx76jo2x.xserver.su (F / 14 / 14) - БНТ 1

    2018/03/07 18:21:50 0B0C052D c (четец) CA-local_bulsatcom_1 [bulcrypt] EMM_SHARED-84, emm_sn = ############, card_sn = ######## ####

    2018/03/07 18:21:50 0B0C052D c (четец) CA-local_bulsatcom_1 [bulcrypt] Успешно е добавен EMM към /usr/keys/CA-local_bulsatcom_1_shared_emm.log

    07.03.2018 18:21:51 0B0C052D в (четец) CA-local_bulsatcom_2 [bulcrypt] EMM_SHARED-84, emm_sn = ############, card_sn = ######## ####

    2018/03/07 18:21:51 0B0C052D c (четец) CA-local_bulsatcom_2 [bulcrypt] Успешно е добавен EMM към /usr/keys/CA-local_bulsatcom_2_shared_emm.log

    2018/03/07 18:21:55 1A7070E6 r (четец) CA-local_bulsatcom_1 [bulcrypt] Няма активен абонамент.

    2018/03/07 18:21:55 6B1AE092 r (четец) CA-local_bulsatcom_2 [bulcrypt] Няма активен абонамент.

    2018/03/07 18:21:55 4E5CEE1B p (constcw) Търсене на CW за CAID 5581 PROVID 000000 SRVID 03EB ECMPID 0D49 PMTPID 0029 VPID 003C

    2018/03/07 18:21:55 1641299F c (ecm) cs378x_locals (5581 @ 000000/0000 / 03EB / 4F: 1A223FFD4ECEC90B418DC8BECE30AC39): отхвърлен (146 ms) от lx76jo2x.xserver.su (F / 11 / 11/11) - БНТ 1

    2018/03/07 18:21:55 4896165D c (ecm) Newcamd_client (5581 @ 000000/0000 / 03EB / 4F: 1A223FFD4ECEC90B418DC8BECE30AC39): отхвърлен (150 ms) от lx76jo2x.xserver.su (F / 11 / 11/11) - БНТ 1

    2018/03/07 18:21:55 0B0C052D c (ecm) Amiko Alien 2 (5581 @ 000000/0000 / 03EB / 4F: 1A223FFD4ECEC90B418DC8BECE30AC39): отхвърлен (365 ms) от lx76jo2x.xserver.su (F / 14 / 14) - БНТ 1

    2018/03/07 18:22:05 6B1AE092 r (четец) CA-local_bulsatcom_2 [bulcrypt] Няма активен абонамент.

    2018/03/07 18:22:05 1A7070E6 r (четец) CA-local_bulsatcom_1 [bulcrypt] Няма активен абонамент.

    2018/03/07 18:22:05 4E5CEE1B p (constcw) Търсене на CW за CAID 5581 PROVID 000000 SRVID 03EB ECMPID 0D49 PMTPID 0029 VPID 003C

    2018/03/07 18:22:05 1641299F c (ecm) cs378x_locals (5581 @ 000000/0000 / 03EB / 4F: 29CCC39D4D29D9B3A188B89095DE280A): не е намерен (76 ms) от rs91.fcnoip.org (F / 11/11/11 ) - БНТ 1

    2018/03/07 18:22:05 4896165D c (ecm) Newcamd_client (5581 @ 000000/0000 / 03EB / 4F: 29CCC39D4D29D9B3A188B89095DE280A): не е намерен (88 ms) от rs91.fcnoip.org (F / 11/11/11 ) - БНТ 1

    2018/03/07 18:22:05 0B0C052D c (ecm) Amiko Alien 2 (5581 @ 000000/0000 / 03EB / 4F: 29CCC39D4D29D9B3A188B89095DE280A): не е открит (303 мс) от rs91.fcnoip.org (F / 14/14 / 14) - БНТ 1

    2018/03/07 18:22:13 0B0C052D c (четец) CA-local_bulsatcom_1 [bulcrypt] EMM_GLOBAL-85, emm_sn = ############, card_sn = ######## ####

    2018/03/07 18:22:13 0B0C052D c (четец) CA-local_bulsatcom_1 [bulcrypt] Успешно е добавен EMM към /usr/keys/CA-local_bulsatcom_1_global_emm.log

    2018/03/07 18:22:14 1A7070E6 r (четец) CA-local_bulsatcom_1 [bulcrypt] Amiko Alien 2 emmtype = глобален, len = 180 (hex: 0xB4)

    2018/03/07 18:22:15 1A7070E6 r (четец) CA-local_bulsatcom_1 [bulcrypt] Няма активен абонамент.

    2018/03/07 18:22:15 6B1AE092 r (четец) CA-local_bulsatcom_2 [bulcrypt] Няма активен абонамент.

    2018/03/07 18:22:15 4E5CEE1B p (constcw) Търсене на CW за CAID 5581 PROVID 000000 SRVID 03EB ECMPID 0D49 PMTPID 0029 VPID 003C

    2018/03/07 18:22:15 1641299F гр (ЕСМ) cs378x_locals (5581 @ 000 000/0000 / 03EB / 4F: 9C672D6A155879DC62514BFA85CD0D20): отхвърлени (103 мсек) от lx76jo2x.xserver.su (F / 11/11/11) - БНТ 1

    2018/03/07 18:22:15 4896165D в (ЕСМ) Newcamd_client (5581 @ 000 000/0000 / 03EB / 4F: 9C672D6A155879DC62514BFA85CD0D20): отхвърлено (126 мсек) от lx76jo2x.xserver.su (F / 11/11/11) - БНТ 1

    2018/03/07 18:22:15 0B0C052D в (ЕСМ) Amiko Alien 2 (5581 @ 000 000/0000 / 03EB / 4F: 9C672D6A155879DC62514BFA85CD0D20): отхвърлено (337 мсек) от lx76jo2x.xserver.su (F / 14/14 / 14) - БНТ 1

    07.03.2018 18:22:21 0B0C052D в (четец) CA-local_bulsatcom_1 [bulcrypt] EMM_GLOBAL-85, emm_sn = ############, card_sn = ######## ####

    07.03.2018 18:22:21 0B0C052D в (четец) CA-local_bulsatcom_1 [bulcrypt] Успешно добавен EMM за /usr/keys/CA-local_bulsatcom_1_global_emm.log

    2018/03/07 18:22:25 1A7070E6 r (четец) CA-local_bulsatcom_1 [bulcrypt] Няма активен абонамент.

    2018/03/07 18:22:25 6B1AE092 r (четец) CA-local_bulsatcom_2 [bulcrypt] Няма активен абонамент.

    07.03.2018 18:22:25 4E5CEE1B р (constcw) Търсене CW за CAID 5581 осигуряващ 000000 SRVID 03EB ECMPID 0D49 PMTPID 0029 VPID 003C

    2018/03/07 18:22:25 1641299F c (ecm) cs378x_locals (5581 @ 000000/0000 / 03EB / 4F: 389FB7A6D6D75E5E5BFA61543F84EEAC): отхвърлен (89 ms) от lx76jo2x.xserver.su (F / 11 / 11/11) - БНТ 1

    2018/03/07 18:22:25 4896165D c (ecm) Newcamd_client (5581 @ 000000/0000 / 03EB / 4F: 389FB7A6D6D75E5E5BFA61543F84EEAC): отхвърлен (106 ms) от lx76jo2x.xserver.su (F / 11/11/11) - БНТ 1

    2018/03/07 18:22:25 0B0C052D c (ecm) Amiko Alien 2 (5581 @ 000000/0000 / 03EB / 4F: 389FB7A6D6D75E5E5BFA61543F84EEAC): отхвърлен (315 ms) от lx76jo2x.xserver.su (F / 14 / 14) - БНТ 1

    2018/03/07 18:22:35 1A7070E6 r (четец) CA-local_bulsatcom_1 [bulcrypt] Няма активен абонамент.

    2018/03/07 18:22:35 6B1AE092 r (четец) CA-local_bulsatcom_2 [bulcrypt] Няма активен абонамент.

    2018/03/07 18:22:35 4E5CEE1B p (constcw) Търсене на CW за CAID 5581 PROVID 000000 SRVID 03EB ECMPID 0D49 PMTPID 0029 VPID 003C

    2018/03/07 18:22:35 1641299F гр (ЕСМ) cs378x_locals (5581 @ 000 000/0000 / 03EB / 4F: 098628DA0AA2085CB3519E95BA1F1A5C): отхвърлени (97) от MS lx76jo2x.xserver.su (F / 11/11/11) - БНТ 1

    2018/03/07 18:22:35 4896165D в (ЕСМ) Newcamd_client (5581 @ 000 000/0000 / 03EB / 4F: 098628DA0AA2085CB3519E95BA1F1A5C): отхвърлено (120 мсек) от lx76jo2x.xserver.su (F / 11/11/11) - БНТ 1

    2018/03/07 18:22:35 0B0C052D в (ЕСМ) Amiko Alien 2 (5581 @ 000 000/0000 / 03EB / 4F: 098628DA0AA2085CB3519E95BA1F1A5C): отхвърлени (333 мсек) от lx76jo2x.xserver.su (F / 14/14 / 14) - БНТ 1

    07.03.2018 18:22:44 0B0C052D в (четец) CA-local_bulsatcom_1 [bulcrypt] EMM_GLOBAL-85, emm_sn = ############, card_sn = ######## ####

    07.03.2018 18:22:44 0B0C052D в (четец) CA-local_bulsatcom_1 [bulcrypt] Успешно добавен EMM за /usr/keys/CA-local_bulsatcom_1_global_emm.log

    2018/03/07 18:22:44 1A7070E6 r (четец) CA-local_bulsatcom_1 [bulcrypt] Amiko Alien 2 emmtype = глобален, len = 180 (hex: 0xB4), cnt =

    2018/03/07 18:22:45 1A7070E6 r (четец) CA-local_bulsatcom_1 [bulcrypt] Няма активен абонамент.

    2018/03/07 18:22:45 6B1AE092 r (четец) CA-local_bulsatcom_2 [bulcrypt] Няма активен абонамент.

    2018/03/07 18:22:45 4E5CEE1B p (constcw) Търсене на CW за CAID 5581 PROVID 000000 SRVID 03EB ECMPID 0D49 PMTPID 0029 VPID 003C

    2018/03/07 18:22:45 4896165D c (ecm) Newcamd_client (5581 @ 000000/0000 / 03EB / 4F: CA8982A8CD55AAF7DFE491F57DB55F5F): не е намерен (118 ms) от rs111.fcnoip.org (F / 11/11/11 ) - БНТ 1

    2018/03/07 18:22:45 1641299F c (ecm) cs378x_locals (5581 @ 000000/0000 / 03EB / 4F: CA8982A8CD55AAF7DFE491F57DB55F5F): не е намерен (117 ms) от rs111.fcnoip.org (F / 11/11/11 ) - БНТ 1

    2018/03/07 18:22:45 0B0C052D c (ecm) Amiko Alien 2 (5581 @ 000000/0000 / 03EB / 4F: CA8982A8CD55AAF7DFE491F57DB55F5F): не е открит (333 мс) от r1.fcnoip.org (F / 14/14 / 14) - БНТ 1

    2018/03/07 18:22:55 1A7070E6 r (четец) CA-local_bulsatcom_1 [bulcrypt] Няма активен абонамент.

    2018/03/07 18:22:55 6B1AE092 r (четец) CA-local_bulsatcom_2 [bulcrypt] Няма активен абонамент.

    2018/03/07 18:22:55 4E5CEE1B p (constcw) Търсене на CW за CAID 5581 PROVID 000000 SRVID 03EB ECMPID 0D49 PMTPID 0029 VPID 003C

    2018/03/07 18:22:55 1641299F c (ecm) cs378x_locals (5581 @ 000000/0000 / 03EB / 4F: BE474F7755F913F96512D25B79DE75B7): не е открит (101 ms) от r1.fcnoip.org (F / 11/11/11 ) - БНТ 1

    2018/03/07 18:22:55 4896165D c (ecm) Newcamd_client (5581 @ 000000/0000 / 03EB / 4F: BE474F7755F913F96512D25B79DE75B7): отхвърлен (104 ms) от aex1vipi.cserver.tv (F / 11 / 11/11) - БНТ 1

    2018/03/07 18:22:55 0B0C052D в (ЕСМ) Amiko Alien 2 (5581 @ 000 000/0000 / 03EB / 4F: BE474F7755F913F96512D25B79DE75B7): не е намерен (318 мсек) от rs131.fcnoip.org (F / 14/14 / 14) - БНТ 1

    07.03.2018 18:22:55 0B0C052D в (четец) CA-local_bulsatcom_2 [bulcrypt] EMM_GLOBAL-85, emm_sn = ############, card_sn = ######## ####

    2018/03/07 18:22:55 0B0C052D c (четец) CA-local_bulsatcom_2 [bulcrypt] Успешно добави EMM към /usr/keys/CA-local_bulsatcom_2_global_emm.log

    07.03.2018 18:22:56 6B1AE092 г (четец) CA-local_bulsatcom_2 [bulcrypt] Amiko Alien 2 emmtype = глобално, LEN = 180 (хексан: 0xB4), CNT = 3: писмен (693 мсек)

    07.03.2018 18:23:03 0B0C052D в (четец) CA-local_bulsatcom_1 [bulcrypt] EMM_SHARED-84, emm_sn = ############, card_sn = ######## ####

    07.03.2018 18:23:03 0B0C052D в (четец) CA-local_bulsatcom_1 [bulcrypt] Успешно добавен EMM за /usr/keys/CA-local_bulsatcom_1_shared_emm.log

    07.03.2018 18:23:03 0B0C052D в (четец) CA-local_bulsatcom_2 [bulcrypt] EMM_SHARED-84, emm_sn = ############, card_sn = ######## ####

    07.03.2018 18:23:03 0B0C052D в (четец) CA-local_bulsatcom_2 [bulcrypt] Успешно добавен EMM за /usr/keys/CA-local_bulsatcom_2_shared_emm.log

    Code
    Здравейте, кой oscam ще за Amiko Alien2-sh4<img src = "https://linuxsat-support.com/cms/images/smilies/emojione/2639.png" alt = ":(" класа = "smiley" srcset = "https://linuxsat-support.com /cms/images/smilies/emojione/2639@2x.png 2x "височина =" 23 "ID =" wscSmiley_0_0 ">

    Прикрепих ipk.

    Покажете ни как конфигурирате читателя в oscam.server.

    Здравейте, аз съм начинаещ и се опитвам да настроя моята първа кутия за енигма Amiko Alien 2 с openATV 6.0. Имам го работи, наземни и сет канали настроен, любими сортирани. Но кутията, която получих, няма слот за карти, така че сега бих искал да опитам oscam. Изтеглих файла APK по-горе ( enigma2-plugin-softcams-oscam-11391_hdmu_sh4.ipk ) и го инсталирах, но когато отида в браузъра на приставката, не е там ... вижте приложената снимка. Инсталацията стана добре. Няма грешки.


    Здравейте, този oscam е за Amiko Alien2-sh4