PDA

View Full Version : Newnigma2-Image-DM500+-v2.4


Joedenoble
21-03-09, 02:47
Newnigma2 team proudly presents:
NewNigma² Version2.4
################################################## ##

Basics:

* Enigma2 2.6 status 2009-09-20
* Enigma2 Plugins 2.6 status 2009-09-20
* NewNigma² Plugins status 2009-09-20

DM 8000 HD PVR

* drivers status 2009-03-17
* secondstage 72

DM 800 HD PVR

* drivers status 2009-03-10
* secondstage 72

DM 7025+

* drivers status 2009-02-06
* secondstage 61


Changelogs:

7025/800/8000 openembedded update

* udev *enhanced external device handling (usb)*
* gstreamer update
* kernel *because of implementing new secondstage and new drivers, there's now more memory available


7025/800/8000 NewNigma² plugin fixes

* language adjustments
* USBmanger * better handling because of udev*
* some corrections at emu restart handling
* swapmanager: new feature install swap on USB
* some small corrections on installer
* NEW version configsaver attention: this one is not compatible with the older versions!
* keymapselector adjustment at keymap_neutrino_half.xml
* now visible upper row at LCD screen standby - NewNigma2 (date/date of the week)


NewNigma² skins fixes

* added merlinmp3player to the HD-skins
* FIX color 'background' must be #aarrggbb or valid
* FIX BeyondDreamsCVS "LocationBox" renamed to "MovieLocationBox"
* added Kerni-HD1 and dreamTV-HD searchtext in networkbrowser
* adjustments of HD-skins to new configsaver
* increased dreamTV-HD installer menu
* adjustments of dreamTV-HD cccam info to cccam-info_1.2
* adjustents of Kerni-HD1 and dreamTV-HD for networkbrowser


NEW at the 7025/800/8000 feeds:

* enigma2-plugin-systemplugins-commoninterfaceassignment *only 8k*
* enigma2-plugin-extensions-dvdeject
* enigma2-plugin-systemplugins-configurationbackup
* udev
* udev-utils
* libvorbis
* libogg0
* python-eyed3
* sqlite3
* libsqlite3-0
* python-pysqlite2
* liboil
* gst-plugin-mpegdemux
* python-textutils


Attention:

Because of many modifications of 'gstreamer' this time an online update isn't possible, sorry. All models need to be reflashed.
Please note that the new configsaver is NOT compatible with older versions, so we recommend to back up your important files to your PC before flashing.

However, there is a second method for experienced users to save your current configuration: its possible to download & install the new NewNigma² ConfigSaver Plugin from unstable feed, make a backup of your settings and then install the Newnigma v2.4 and restore your settings with the latest NewNigma² ConfigSaver Plugin.


Newnigma² team wishes lots of fun with our NewNigma² Version2.4

[Only registered and activated users can see links]

Serjoga
17-01-10, 18:10
Now easy to install with FlashWizard Pro (no more serial cable).

Current issues:
- remote control keymap is a bit mixed
- Enigma2 Network setup does not work (ifconfig says everything is ok)
- some gfx and subtitles have wrong colors
- CCcam didn't connect to DM7025's CCcam card share (may be linked to Enigma2 Network issue?)

Serjoga
17-01-10, 18:30
17.01.2010



### 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
- 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.