+ Reply to Thread
Page 1 of 5
1 2 3 ... LastLast
Results 1 to 10 of 43

Thread: Enigma2 on the good old DM500 - works by netbooting over NFS

  1. #1
    Join Date
    Dec 2006
    Location
    New York
    Posts
    3,088
    Thanks
    580
    Thanked 1,215 Times in 734 Posts
    Downloads
    380
    Uploads
    672

    Default Enigma2 on the good old DM500 - works by netbooting over NFS

    An Enigma2 port for DM500. Does not fit into flash so has to be netbooted/multibooted. Consists
    of the linux root filesystem, the kernel image needs to be loaded from FLASH.

    New easy install, just use FlashWizard Pro to install this on NFS multiboot.
    For automatic service search put these files under /etc/tuxbox/.

    If you are wondering whether this is just an experiment - for me it is NOT (started as one though).
    This works well on my DM500C and enables so many new features in the form of Enigma2 plug-ins
    (Enhanced MovieList, PartnerBox, CutList Editor..). I will use Enigma1 no more

    Short video showing a bit how it works.


    Detailed instructions:

    ##########
    ###
    ### Enigma2 port for DM500 set up by moveq
    ###
    ### Detailed instructions for getting the max out of your DM500 with Enigma2
    ### Latest & most optimized version of these instructions and the Enigma2 image
    ### file itself can be found at:
    ###
    Code:
     http://koti.mbnet.fi/devnull/suomipoeka/dm500-e2
    ###

    ### 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 (google "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 (password is either "dreambox" or "" i.e. just press enter, cannot remember which one I had )
    - 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_HERE
    Last edited by denisoft; 12-10-2010 at 11:40.
    DREAM multimedia DM800HD +320GB +2GB USB +Hauppage WinTV Nova T(HD) USB Tuner
    WaveFrontier Toroidal 90:
    Eurobird 1 & Astra 2+Eurobird 2
    +Astra 1E/1G/3A+Astra+Eutelsat W2+HotBird+Eurobird 9A+Sirius 4+Thor 2/3 & Intelsat 10-02+Amos & Atlantic Bird

  2. The Following User Says Thank You to denisoft For This Useful Post:

    Digis@t (15-04-2011)

  3. #2
    Join Date
    Aug 2007
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Downloads
    7
    Uploads
    0

    Default Something to clear up

    If i want to use Enigma 2 to DM 500 s the image is located into PC or some NFS and the multibot when its loadet at first time if i select Enigma 2 , Multibot From LAN loads Enigma 2 Image ?? is this Corect.

  4. #3
    Join Date
    Aug 2008
    Posts
    6
    Thanks
    1
    Thanked 0 Times in 0 Posts
    Downloads
    62
    Uploads
    0

    Default

    nikako nemogu da pokrenem enigmu 2 na nfs radi gemini nabilo nemesis a enigma 2 pocne da se ucita i stane sta da radim i kako preko daljinskog da menjam image na dreamboxu 500s hvala

  5. #4
    Join Date
    Dec 2006
    Location
    New York
    Posts
    3,088
    Thanks
    580
    Thanked 1,215 Times in 734 Posts
    Downloads
    380
    Uploads
    672

    Default

    Na zalost, nisam imao priliku probati navedeno, kad mi uleti neka 500tka na testiranje, iskoritit cu ju za probu. Jesi pratio upute detaljno?
    DREAM multimedia DM800HD +320GB +2GB USB +Hauppage WinTV Nova T(HD) USB Tuner
    WaveFrontier Toroidal 90:
    Eurobird 1 & Astra 2+Eurobird 2
    +Astra 1E/1G/3A+Astra+Eutelsat W2+HotBird+Eurobird 9A+Sirius 4+Thor 2/3 & Intelsat 10-02+Amos & Atlantic Bird

  6. #5
    Join Date
    Nov 2007
    Location
    juzna Srbija
    Posts
    646
    Thanks
    272
    Thanked 37 Times in 24 Posts
    Downloads
    118
    Uploads
    9

    Default

    meni stize jedan polovan dm500 pocetkom sledece nedelje pa cu da probam, a jel ovo ako sam razumeo znaci da mogu na E1 pluginsi od E2?

  7. #6
    Join Date
    Aug 2008
    Posts
    6
    Thanks
    1
    Thanked 0 Times in 0 Posts
    Downloads
    62
    Uploads
    0

    Default

    kod mene na nfs radi nemesis i mozes na njemu da instaliras koliko zelis pluginsa jer mu nije ogranicena memorija kad je u multibotu onda sa hdd imas memoriju .Kako da pokrenem enigmu 2 to ne uspevam imali negde uputstvo na ex-yu jeziku hvala

  8. #7
    Join Date
    Apr 2011
    Posts
    22
    Thanks
    0
    Thanked 12 Times in 5 Posts
    Downloads
    63
    Uploads
    0

    Default

    Quote Originally Posted by zmaj111 View Post
    kod mene na nfs radi nemesis i mozes na njemu da instaliras koliko zelis pluginsa jer mu nije ogranicena memorija kad je u multibotu onda sa hdd imas memoriju .Kako da pokrenem enigmu 2 to ne uspevam imali negde uputstvo na ex-yu jeziku hvala
    poz ljudi...da li radi ovo na dm500? pokusavam danima ali....podignem enigmu2.dodje do crnog ekrana i tako ostane...sve ostalo sa nfs om radi kako treba...ima li pomoci ili da odustanem?

  9. #8
    Join Date
    Nov 2006
    Posts
    3,097
    Thanks
    437
    Thanked 302 Times in 196 Posts
    Downloads
    74
    Uploads
    18

    Default

    Sad radi li ili ne,nije uopce ni toliko bitno,ja ti sugeriram da na 500tici vozis enigmu 1 jer je savrsena za taj receiver.Enigma2 je za vecu bracu,i ako ti i proradi,nije to to.
    IPbox 9000HD
    Flash-enigma2 AAF media center+Mbox ver4. rel.023/4

    Pioneer Kuro pdp-lx5090h+PopCorn hour c-200

  10. The Following User Says Thank You to wolf1976 For This Useful Post:

    Digis@t (15-04-2011)

  11. #9
    Join Date
    Apr 2011
    Posts
    22
    Thanks
    0
    Thanked 12 Times in 5 Posts
    Downloads
    63
    Uploads
    0

    Default

    Quote Originally Posted by wolf1976 View Post
    Sad radi li ili ne,nije uopce ni toliko bitno,ja ti sugeriram da na 500tici vozis enigmu 1 jer je savrsena za taj receiver.Enigma2 je za vecu bracu,i ako ti i proradi,nije to to.
    enigma1 radi, istina, ali....nije stvar kako bi radila enigma2 (dobro ili loshe) zelim vidjeti vishe pa makar je i ne koristio.....ima li reshenja ili ne?

  12. #10
    Join Date
    Dec 2006
    Location
    New York
    Posts
    3,088
    Thanks
    580
    Thanked 1,215 Times in 734 Posts
    Downloads
    380
    Uploads
    672

    Default

    Ja na zalost osim ovih uputa na pocetku posta nemam nista vise, a ni 500tku za experimentiranje. Bilo bi lijepo ako bi jos netko sa 500-tkom probao multiboot, pa i e2 cisto da vidimo ide li to!

    Unaprijed hvala!
    DREAM multimedia DM800HD +320GB +2GB USB +Hauppage WinTV Nova T(HD) USB Tuner
    WaveFrontier Toroidal 90:
    Eurobird 1 & Astra 2+Eurobird 2
    +Astra 1E/1G/3A+Astra+Eutelsat W2+HotBird+Eurobird 9A+Sirius 4+Thor 2/3 & Intelsat 10-02+Amos & Atlantic Bird

+ Reply to Thread
Page 1 of 5
1 2 3 ... LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts