Form Nabilo Black Hole to Newnigma2

    • Form Nabilo Black Hole to Newnigma2

      Hello all

      i have switched from Black Hole to Newnigma2 and i have a couple of questions if someone can help me

      in BH by pressing the green button on dreambox' control you could see current cccam configuration. where is this option in Newnigma2?

      Also is there a plugin to switch between cccam.cfg files? with BH i had two separate cccam.cfg files and with this plugin i could switch between them (plugin was able to switch between 5 different cccam.cfg files)

      Thanks!!
    • No and No. ;)

      You have to configure CCcam manually and also switch manually to a different config, by renaming the config files.
      Maybe enigma2-plugin-extensions-cccaminfo_1.0svn20120329-r0_dm7020hd.ipk ist helpful for you, but i do not use it and do not exactly know what it offers.
      "Remember, if it's psychobilly, it's gotta have some rockabilly in it somwhere. It ain't just punk with a double bass." (P.Paul Fenech)
    • thanks. i will check this plugin but can you advise what do you mean by configuring manually?

      there is one cccam.cfg file only. if i configure a second file and name it cccam1.cfg will this work? and if yes, how do i switch manually?
    • Yes, you're right. I would create a new File /etc/CCcam1.cfg.

      To do so, first connect to the CLI with Telnet/ssh and copy the CCcam.cfg to CCcam1.cfg by typing "cp /etc/CCcam.cfg /etc/CCcam1.cfg" Now you have a copy of you previous config, that you can safely edit.
      The easiest way to do so, is to use the enigma2 nano editor on your dreambox, but this is not installed by default, so you have to install it first. :) Therefor please type "opkg update" and after this is finished, please enter "opkg install nano". It should look like this:

      Quellcode

      1. root@dm500hd:~# opkg update
      2. Downloading http://feed.newnigma2.to/unstable/4.0/mips32el/Packages.gz.
      3. Inflating http://feed.newnigma2.to/unstable/4.0/mips32el/Packages.gz.
      4. Updated list of available packages in /var/lib/opkg/mips.
      5. Downloading http://feed.newnigma2.to/unstable/4.0/dm500hd/Packages.gz.
      6. Inflating http://feed.newnigma2.to/unstable/4.0/dm500hd/Packages.gz.
      7. Updated list of available packages in /var/lib/opkg/nn2.
      8. Downloading http://feed.newnigma2.to/4.0/picons/lcd/Packages.gz.
      9. Inflating http://feed.newnigma2.to/4.0/picons/lcd/Packages.gz.
      10. Updated list of available packages in /var/lib/opkg/piconlcd.
      11. Downloading http://feed.newnigma2.to/4.0/picons/skin/Packages.gz.
      12. Inflating http://feed.newnigma2.to/4.0/picons/skin/Packages.gz.
      13. Updated list of available packages in /var/lib/opkg/piconskin.
      14. Downloading http://feed.newnigma2.to/4.0/picons/skinhd/Packages.gz.
      15. Inflating http://feed.newnigma2.to/4.0/picons/skinhd/Packages.gz.
      16. Updated list of available packages in /var/lib/opkg/piconskinhd.
      17. Downloading http://feed.newnigma2.to/unstable/4.0/emu/Packages.gz.
      18. Inflating http://feed.newnigma2.to/unstable/4.0/emu/Packages.gz.
      19. Updated list of available packages in /var/lib/opkg/softcammipsel.
      20. root@dm500hd:~# opkg install nano Installing nano (2.2.5-r2.0) to flash...
      21. Downloading http://feed.newnigma2.to/unstable/4.0/mips32el/nano_2.2.5-r2.0_mips32el.ipk. Configuring ncurses-terminfo. Configuring nano.
      22. root@dm500hd:~#
      Alles anzeigen


      Now you can edit your file by typing "nano /etc/CCcam1.cfg"
      To save you work press "Strg+X" and answer with "Y" followed by "Enter".

      To use your new edited config you have to first stop the CCcam with "camdctrl stop".
      Then first rename the current CCcam.cfg to something different, e.g.: "mv /etc/CCcam.cfg /etc/CCcam.orig". After this, now rename the 2nd file file to CCcam.cfg by typing "mv /etc/CCcam1.cfg /etc/CCcam.cfg".

      As finishing step, you can now start CCcam again by typing "camdctrl start".

      That's it. Easy, isn't ist. ;)
      "Remember, if it's psychobilly, it's gotta have some rockabilly in it somwhere. It ain't just punk with a double bass." (P.Paul Fenech)