Welcome!

Welcome to Satlover forums, full of great people, ideas and excitement.

Please register if you would like to take part. link..

Register Now

Alert: Don't Use Hotmail Email Accounts for registration

Collapse

Before Access to all Forums and Trial accounts you must need to activate your account Email address

dm500s uninstall emu?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kontoni
    Senior Member
    • Aug 2012
    • 152

    dm500s uninstall emu?

    hello guys

    i have installed

    on dm500 gsf gemini image and has older version 2.1.2.

    is it possible to remove this preinstalled cccam version?

    i do not see on menu setup an option of soft management as enigma2 box has or am i wrong?

    maybe should i try to remove it and install newer?
    or should i leave it this way?
  • kalpikos
    Experienced Board Member
    • Sep 2011
    • 7663

    #2
    Re: dm500s uninstall emu?

    Hi mate

    Go to menu, setup, software managment, remove software.
    There you must see whatever it is installed in the image.
    Select what you want to unistall and confirm by ok.
    If You Like My Post..... Please Press the Thanks Button

    Comment

    • filicart
      Senior Member
      • Apr 2013
      • 168

      #3
      Re: dm500s uninstall emu?

      Yellow botton on remote controller, and unistall you want

      Comment

      • aplok
        Experienced Board Member
        • Jun 2013
        • 1155

        #4
        Re: dm500s uninstall emu?

        hi
        try this :

        telnet dm500

        root
        mypw

        cd /var/uninstall
        ls


        you should have something like CCcam_2.1.2_blabla_delfile.sh
        execute it:

        source CCcam_2.1.2_blabla_delfile.sh

        et voila !

        otherwise here is the script for 2.1.4:


        #!/bin/sh
        # Name: CCcam-complete_2.1.4_100204.tar.gz
        # Version: 2.1.4
        # Type: Cam

        kill `pidof newcs_1.67 oscam_0.99.4 `
        killall -9 newcs_1.67 oscam_0.99.4 CCcam_2.1.4 2>/dev/null
        sleep 2

        rm -rf /var/bin/CCcam_2.1.4
        rm -rf /var/script/CCcam_2.1.4_cam.sh
        rm -rf /var/script/CCcam_2.1.4_newcs_1.67_cam.sh
        rm -rf /var/script/CCcam_2.1.4_oscam_0.99.4_cam.sh
        rm -rf /var/uninstall/CCcam_2.1.4-newcs_1.67-script_delfile.sh
        rm -rf /var/uninstall/CCcam_2.1.4-oscam_0.99.4-script_delfile.sh
        rm -rf /var/uninstall/CCcam-complete_2.1.4_delfile.sh

        exit 0

        Comment

        • kontoni
          Senior Member
          • Aug 2012
          • 152

          #5
          Re: dm500s uninstall emu?

          thanks for answers

          @kalpikos

          menu, setup ok but with image gsf mod gemini 4.70 there is no option soft management!


          @filicart

          yellow button gives only plugin options about ngrab and fix mac start/stop

          @aplok

          thanks i have not tested this telnet approach but i do not want to mess it up and this is a last resort if no other option exists.

          i was hoping for a more simple possibility to handle uninstaller of emu as enigma2 boxes have.

          Comment

          • aplok
            Experienced Board Member
            • Jun 2013
            • 1155

            #6
            Re: dm500s uninstall emu?

            with a correct telnet instruction,
            you can't mess it out

            just do it ! carefully the first time !

            ---

            one thing: the ccam config file

            the config file to delete are in


            cd /var/etc
            ls CCcam*

            rm -v CCam*


            usually, one should not delete config file,
            as they may be useful for a future cccam upgrade,
            and they do not take much space,

            otherwise packit, test the packfile, and remove them:


            tar -zcvf cccam.config.tgz /var/etc/CCam*


            rm -v /var/etc/CCam*


            Comment

            • skytec
              Experienced Board Member
              • Mar 2010
              • 1208

              #7
              Re: dm500s uninstall emu?

              Is not a problem to have installed more emu softwares and switch them by pressing the blue button.
              Is my post useful for you? Please press sigpic

              Comment

              • aplok
                Experienced Board Member
                • Jun 2013
                • 1155

                #8
                Re: dm500s uninstall emu?

                hi,

                complementary processes fullfil the job,
                however, redundant and concurrent emu processes waste resources (network, mem and cpu)

                if you need both cccam and newcam to cover your pannel -> ok
                if you cccam is self sufficient to cover your channel pannel -> additional newcam is a waste of rcrces

                Comment

                • BlueIsMyColor
                  Experienced Member
                  • Mar 2013
                  • 363

                  #9
                  Re: dm500s uninstall emu?

                  Why not uninstall/substitute for new one manually via ftp?

                  var - bin - cccam

                  regards

                  Comment

                  • gianni253
                    Experienced Board Member
                    • Nov 2012
                    • 903

                    #10
                    Re: dm500s uninstall emu?

                    Quick and dirty ...
                    if you want to replace ccca*m with a different version, just use an ftp client to:
                    - upload new bin to /var/bin/
                    - delete old bin
                    - rename new bin with the name of the old bin

                    Of course ccca*m should be stopped ... if you don't want to use telnet to kill the process, use remote control to set default cam to "common interface".
                    After the swap has been done, set again ccc*am as default cam.

                    Comment

                    • kalpikos
                      Experienced Board Member
                      • Sep 2011
                      • 7663

                      #11
                      Re: dm500s uninstall emu?

                      Originally posted by kontoni
                      thanks for answers

                      @kalpikos

                      menu, setup ok but with image gsf mod gemini 4.70 there is no option soft management!
                      Is there any option for "expert setup"?
                      If yes, there you can find the software management
                      If You Like My Post..... Please Press the Thanks Button

                      Comment

                      • kontoni
                        Senior Member
                        • Aug 2012
                        • 152

                        #12
                        Re: dm500s uninstall emu?

                        @kalpikos yes expert setup leads to blue panel -addons -delete

                        there i can delete addons installed but not emu cause is not showed there as option maybe is read only on image?



                        @skytec yes this is logical but given the resources of box is better i think to use minimal as possible. but of course this is the simplest solution i agree.

                        @aplok totally agree with you

                        initially i had nabilo darkstar enigma and soon after i installed three emu i ran out of resources and did factory reset to make box running again ok.


                        @ BlueIsMyColor, gianni253

                        thank you is a good alternative to overwrite and delete with ftp but i suspect that emu is read only and packed with image so i wonder will this work or better leave it this way and not maybe mess up image tying this?

                        Comment

                        • aplok
                          Experienced Board Member
                          • Jun 2013
                          • 1155

                          #13
                          Re: dm500s uninstall emu?

                          there i can delete addons installed but not emu cause is not showed there as option maybe is read only on image?
                          hi,

                          you can also keep the emu installed and kill the process :

                          telnet dbox

                          root
                          pw

                          cd /tmp
                          ps aux
                          killall ccam.211.blabla
                          killall newvs.i.want.to.kill


                          to reboot those processes (like as system boot):

                          killall enigma

                          and, then enigma autorestarts them, with the attached emu

                          Comment

                          • kalpikos
                            Experienced Board Member
                            • Sep 2011
                            • 7663

                            #14
                            Re: dm500s uninstall emu?

                            Originally posted by kontoni
                            @kalpikos yes expert setup leads to blue panel -addons -delete

                            there i can delete addons installed but not emu cause is not showed there as option maybe is read only on image?
                            May be you can't find it because this image it's a modified version and sure they have putted the cccam out of var.

                            Why you don't try a clear version of an image?
                            I suggest you the openpli image as it's very fast and more stable than the gemini.
                            If You Like My Post..... Please Press the Thanks Button

                            Comment

                            • BlueIsMyColor
                              Experienced Member
                              • Mar 2013
                              • 363

                              #15
                              Re: dm500s uninstall emu?

                              You have two options: install another emu/version of cccam or flash a new image in your box. The emu may be installed in the root of the image - very difficult to remove. If it is in the var folder it's possible to be removed via ftp, for example.

                              regards

                              Comment

                              Working...