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

Enigma2 Image for DM500

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • bliner
    Banned
    • Jun 2010
    • 333

    Enigma2 Image for DM500

    Enigma2 Image for DM500

    ### Requirements
    #
    - DM500 is connected to LAN
    - FlashWizard Pro for DM500 NFS multiboot
    - NFS server on which FlashWizard can install images

    ### How to set it up
    #
    1. Flash an Enigma1 image that has a linux kernel supporting swapon (latest Pli Jade is good)
    2. Boot the image you just flashed and when it shows the first dialog/window just leave it there
    3. Setup your NFS server if needed (****** "Ubuntu NFS server howto" if you don't know what that is)
    4. Launch FlashWizard Pro and setup multiboot options
    - Let FlashWizard install it's bootloader on the FLASH when it asks
    - Disable HDD, USB and CF media for multibooting
    - Enable NFS multiboot options (I used path=media/dreamhdd & IP=192.168.0.1 for 192.168.0.1:/media/dreamhdd share)
    - Press autodetect (should show free space on NFS when connection to NFS server & DM500 are ok)
    - Drag & drop the Enigma2 .fw2 file into the box in FlashWizard
    - Let FW do it's job and when done just close it
    5. Reboot your DM500 and select "Enigma2" from the bootloader boot menu
    6. Wait 1-5 minutes for Enigma2 to boot up
    7. When you see the Enigma2 setup wizard now for the first time, just leave it there (don't set it up yet)
    8. Telnet into your DM500
    - Create a swap file for the linux kernel on the NFS (YES, REALLY!!)
    > dd if=/dev/zero of=/swapfile bs=1024 count=65536
    > mkswap /swapfile
    > losetup /dev/loop/0 /swapfile
    > swapon /dev/loop/0
    - Set the swap file to be enabled during bootup (modify /etc/enigma2/custom_script.sh)
    9. Reboot your DM500 again to see that the swap file is in use after bootup
    - Telnet in and run "free"
    10. Done! You may now start setting up and using Enigma2

    *** NOTE: Due to the swap you'll see the spinner / cogwheels the first time you enter Menu/Channel List/Movie List.
    *** That will clear out quickly once the linux kernel has sorted out optimal memory / swap usage.

    ### Extra
    #
    I've disabled a few plugins by moving them to:
    /usr/lib/enigma2/python/Plugins/Extensions/disabled
    /usr/lib/enigma2/python/Plugins/SystemPlugins/disabled
    To try them out just move them one level up from the disabled directory.

    DOWNLOAD Enigma2 Image for DM500
    FWmultiboot-20100117
  • painkiller3x
    Banned
    • Jun 2010
    • 298

    #2
    Re: Enigma2 Image for DM500

    Enigma2 image for DM500? is it possible?is there anyone who tried it

    Comment

    • faccione
      Board Senior Member
      • Jun 2010
      • 238

      #3
      Re: Enigma2 Image for DM500

      Crazy idea but it could work.
      - Create a swap file for the linux kernel on the NFS (YES, REALLY!!)
      What if the NFS becomes not responsive and/or unreachable ?
      Please read the FORUM RULES and use the http://www.satlover.com/forum/images...ost_thanks.gif button !!!!
      !!! 2000 FREE Clines !!! CLICK HERE !!!
      Hey I have a question for you !! Click and Read...
      Check for duplicates before posting, use the forum search engine.

      Comment

      • norad
        Member
        • Jun 2010
        • 78

        #4
        Re: Enigma2 Image for DM500

        for me it s more simple if you make a copy backup, then i can put on

        Comment

        • faccione
          Board Senior Member
          • Jun 2010
          • 238

          #5
          Re: Enigma2 Image for DM500

          Originally posted by norad
          for me it s more simple if you make a copy backup, then i can put on
          can't work due to the external linux swap file...
          Please read the FORUM RULES and use the http://www.satlover.com/forum/images...ost_thanks.gif button !!!!
          !!! 2000 FREE Clines !!! CLICK HERE !!!
          Hey I have a question for you !! Click and Read...
          Check for duplicates before posting, use the forum search engine.

          Comment

          Working...