PDA

View Full Version : Sifteam Enigma 2 V0.2.0



otheitis
03-02-09, 07:37
ENIGMA 2 for ipbox HD/cuberevo/cuberevo-mini SIFTeam:

First boot take a little bit much more than a normal boot, so wait until you can see the bandeau bar (the one with infos on current channel) on the tv screen.

WARNING: Do not forget to change your DNS configuration (if you want to use the decoder on the net). The DNS configuration could only be made by editing manually the file "/etc/resolv.conf"

---------
HISTORY:
---------

release 0.2.0:
*********************
Bootargs are changed a little bit (simply removed the bygphysarea param), you can use the old one, or update them (doesn't matter if you update 'em or not)

What's new:
- support for:
- cuberevo-mini2 (cuberevo-3000HD/ipbox 910HD)
- cuberevo-mini (ipbox 900HD)
- cuberevo (ipbox 9000HD rel1 and rel2)
cuberevo-250hd (ipbox 91hd) and 200hd are not yet ready, i need more time, sorry http://forum.sifteam.eu/images/smilies/icon_sad.gif
- support for multple tuners:
- dvb-s2 (samsung and new sharp tuners)
- dvb-s
- dvb-t
- dvb-c
- fix in epgcache to solve greenscreen in EPG->Similar Events
- improved resynchronization after fast forward
- added audio track selection for m2ts/trp/vob, after changing the audio track it might take 2-3 seconds for the sound to continue
- tuxtxt dont crash if no swap is used
- pictureplayer in fullscreen
- networktest working (not yet enabled the possibility to change by menu ipaddresses)
- added power-off function (to be tested better)
- busybox +ip addr +nslookup
- more exact seeking for m2ts/trp/vob on keys 1/3 4/6 7/9
- added mkv support
- volume up/down fix
- added dts playback
- support for twin tuners (to be tested better, working only live channels)
- added seeking with 1/3 4/6 7/9 keys for some avi files
- many HDMI related fixes
- added m2ts and trp file extensions support in mediaplayer
- Fixed CVBS, RGB, S-Video switching SCART mode
- Enable choose ColorFormat for HDMI, set Component to ColorFormat YUV as default
- added HDMI-PC custom resolutions
- fix the pictureviewer
- fix placing video picture on screen for Pig render. Skins with small video window now works.
- scart set widescreen flag if wanted
- fixed timer-bug
- mpeg-1, mp2, 23.976 fps work
- fixed the problem with low-bitrate streams
- aspect fix for channels like BBC HD with resolution 1440x1080
- mute should now work
- added streamproxy for streaming channels via lan
- changed webif to port 80
- fixed webif in many parts
- support for HD-Skins
- support for HD-Picons
- pyopenssl added
- fix dvd-player
- fixed HMDI, Scart detection
- firstboot will be done by Wizard
- fixed audio dropouts and video artefatcs
- fixed many remote controller handling (all buttons should now works)
- fixed possibility to change audio on channels by remote controller
- SPDIF out should be fixed
- added python bin
- fixed hdd format
- fixed hdparm (for hdd standby)
- default language is fixed to English
- added pl2303 driver (for external smart card reader)
- updated polish language (thank's to zbigzbig and crashs)

Consider also that any kind of mods are enabled, so everybody can do their own image, but please do not delete thanks and readme file.
All people collaborating had worked hard, so please let's have a little respect.

release 0.1.0(beta):
*********************
This is the first public release, it's released as a beta version, probably it has many and many bugs, but to fix and to discover them I need all your help, so I decided to make it public http://forum.sifteam.eu/images/smilies/icon_smile.gif
This version does not support:
- card reader
- DVB-T, DVB-C, DVB-S tuners
- twin tuner

Enjoy it! Tideglo

-------------------------------------------------------------
ABOUT ENIGMA 2 for ipbox9000/900/910/cuberevo/cuberevo-mini:
-------------------------------------------------------------

This is an adaption of Enigma 2 for the DGStation's High Definition boxes.

I want to thank these people:
Team DuckTales: for helping me on finding really many bugs and to helping me on make Enigma2 like it is now.
zbigzbig20, crashs: for default bootlogo
Spaeleus: for Italian translation
SIFTeam: this is my place, with all my friends that i like really to chat with!!!! (I LOVE YOU GUYS)

I want also to thank two special friends:
genge: for be the best betatester of ever!!!!! (really a ball breaker but also a good friend http://forum.sifteam.eu/images/smilies/icon_biggrin.gif)
PhotosOfGhosts: for helping me on finding, studying and solving bugs http://forum.sifteam.eu/images/smilies/icon_smile.gif

Regards, Tideglo

----------------
HOW TO INSTALL:
----------------

To test this enigma2 image you need a running nfs server and a serial & network
connection to the receiver.

You need uboot 1.3.1 or higher to run e2 (never tested with lower versions)

Do this only if you want to use nfs-server otherwise go to point 3:
1. extract the tgz file on the server and set the directory in /etc/exports
for example:
/root/Desktop/root 192.168.1.0/255.255.255.0(rw,no_root_squash,sync,no_subtree_ch eck)

where 192.168.1.0 is your net base-address and 255.255.255.0 is your netmask

2. restart nfs server

3. connect via serial console with an hyperterminal connection to the receiver (I suggest you to use putty, it's freeware, and configure it to use a 115200 serial connection)

4. turn on the receiver and hit ctr+z in serial console
you should see the following prompt:

cuberevo>

5. customize the following settings to your network environment and type them into the
serial console:


Code:
setenv menu_1 'setenv ipaddr 192.168.1.5;setenv serverip 192.168.1.6;setenv gateway 192.168.1.1;setenv netmask 255.255.255.0;setenv bootargs "console=ttyAS1,115200 panic=3 root=/dev/nfs nfsroot=/root/Desktop/root rw rootpath=/root/Desktop/root ip=$ipaddr:$serverip:$gateway:$netmask mem=128m coprocessor_mem=4m@0x10000000,4m@0x10400000 init=/bin/devinit";setenv bootcmd "nfs a5ff0000 192.168.1.6:/root/Desktop/root/boot/uImage;bootm a5ff0000";saveenv;boot' setenv menu_2 'setenv ipaddr 192.168.1.5;setenv serverip 192.168.1.6;setenv gateway 192.168.1.1;setenv netmask 255.255.255.0;setenv bootusb "run bootargsusb;usb reset;ext2load usb 0:1 a5ff0000 boot/uImage;bootm a5ff0000";setenv bootargsusb "setenv bootargs console=ttyAS1,115200 panic=3 root=/dev/sda1 rw rootdelay=10 init=/bin/devinit ip=$ipaddr:$serverip:$gateway:$netmask mem=128m coprocessor_mem=4m@0x10000000,4m@0x10400000";setenv bootcmd "run bootusb";saveenv;boot' setenv menu_3 'setenv ipaddr 192.168.1.5;setenv serverip 192.168.1.6;setenv gateway 192.168.1.1;setenv netmask 255.255.255.0;setenv bootusb "run bootargsusb;usb reset;ext2load usb 0:1 a5ff0000 boot/uImage;bootm a5ff0000";setenv bootargsusb "setenv bootargs console=ttyAS1,115200 panic=3 root=/dev/sdb1 rw rootdelay=10 init=/bin/devinit ip=$ipaddr:$serverip:$gateway:$netmask mem=128m coprocessor_mem=4m@0x10000000,4m@0x10400000";setenv bootcmd "run bootusb";saveenv;boot' setenv menu_4 'setenv ipaddr 192.168.1.5;setenv serverip 192.168.1.6;setenv gateway 192.168.1.1;setenv netmask 255.255.255.0;setenv bootargs "console=ttyAS1,115200 panic=3 root=/dev/mtdblock3 bigphysarea=1500 ip=$ipaddr:$serverip:$gateway:$netmask quiet";setenv bootcmd "bootm a0060000";saveenv;boot' saveenv
remember to customize where /root/Desktop/root is the directory you added to /etc/exports and ipaddr is the ip of your decoder, serverip is the ip of your nfs-server, gateway is your gateway ip, netmask is the mask of your home-net

6. now you can restart your decoder and press the relative remote controller's button for 5 seconds to start the image you want:

Press Button 1: start your image using nfs-server
Press Button 2: start your image using usb pendrive if you don't have a SATA hdd
Press Button 3: start your image using usb pendrive if you have a SATA hdd
Press Button 4: start your original flash image in the decoder (DGStation's original firmwares and images based on them)

That operation is necessary only the first time you want to change your boot commands. You don't need to press all the time you reboot the decoder a button to select wich image to start, simply do that only if you want to change to e2 nfs from usb, or from original images.

That's all, Tideglo

Mini How to for Usb users:

English

1) connect the pen to the 9000
2) format the pen usb (http://forum.sifteam.eu/autolink.php?id=235&forumid=119&script=showthread) as for move var
3) disconnect and reconnect eh pen (so the decoder (http://forum.sifteam.eu/autolink.php?id=107&forumid=119&script=showthread) see it)
4) copy with FTP the file tar.gz in /mnt/usb (http://forum.sifteam.eu/autolink.php?id=235&forumid=119&script=showthread)
5) enter in telnet
6) write cd /mnt/usb (http://forum.sifteam.eu/autolink.php?id=235&forumid=119&script=showthread)
7) write tar xzf nomedelfile.tar.gz


-------------------------------------------------------

For Flash Users:

English



To flash your stb use: rename firmware in usb_update.img and use usb stick with standard flash method . For ipbox9000 you can also use Flashtools and usb cable
set bootargs in this way:

codice:
setenv bootargs console=ttyAS1,115200 panic=3 root=/dev/mtdblock3 mem=128m ip=192.168.1.150:192.168.1.111:192.168.1.1:255.255 .255.0 coprocessor_mem=4m@0x10000000,4m@0x10400000

after write saveenv and reboot your stb.That's all

192.168.1.150 is my lan ip (decoder)
192.168.1.111 is my serveripaddress (you can set standard value,it's not important)
192.168.1.1 is my gateway ip (my router)
255.255.255.0 this is netmask


that's all
Thanks to all Sifteam staff
======================================================
DOWNLOADS
======================================================
SIFTEAM E2 0.2.0 (IPBOX 9000HD)

Pt flash:
http://enigma2.sifteam.eu/index.php?dir=Enigma2%20SifTeam%200.2.0/Cuberevo%20%289000HD%29/&file=release_020_cuberevo_flash.tar.gz

Pt usb stick:
http://enigma2.sifteam.eu/index.php?dir=Enigma2%20SifTeam%200.2.0/Cuberevo%20%289000HD%29/&file=release_020_cuberevo.tar.gz

SIFTEAM E2 0.2.0 (IPBOX 900HD)

Pt flash:
http://enigma2.sifteam.eu/index.php?dir=Enigma2%20SifTeam%200.2.0/Cuberevo%20Mini%20%28900HD%29/&file=release_020_cuberevo_mini_flash.tar.gz

Pt usb stick:
http://enigma2.sifteam.eu/index.php?dir=Enigma2%20SifTeam%200.2.0/Cuberevo%20Mini%20%28900HD%29/&file=release_020_cuberevo_mini.tar.gz

SIFTEAM E2 0.2.0 (IPBOX 910HD)

Pt flash:
http://enigma2.sifteam.eu/index.php?dir=Enigma2%20SifTeam%200.2.0/Cuberevo%203000HD%20%28910HD%29/&file=release_020_cuberevo_mini2_flash.tar.gz

Pt usb stick:
http://enigma2.sifteam.eu/index.php?dir=Enigma2%20SifTeam%200.2.0/Cuberevo%203000HD%20%28910HD%29/&file=release_020_cuberevo_mini2.tar.gz

amorak
03-02-09, 11:05
vad ca nu au corectat inca ATENTIE la comenzile de setenv pentru menu_2 si menu_3 undeva la ... mem=128m coprocessor_mem=4m@0x10000000,4m@0x10400000";seten v bootcmd "run bootusb"; ... trebuie sa fie:

mem=128m coprocessor_mem=4m@0x10000000,4m@0x10400000";setenv bootcmd "run bootusb";

mi-a luat intr-o zi vreo cateva ore pana sa deschid ochii, de aici concluzie, nu lua nimic de bun, verifica inainte de 2 ori. :)

sorin_bidian
05-02-09, 12:33
Pentru corectare pozitie subtitrari la skinurile HD merge rezolvarea postata pe site-ul prieten:

Pentru toti cei care au probleme cu subtitrarea la skin-urile HD, iata un Workaround:

Deschideti intr-un editor skin.xlm. Se gaseste la: /usr/share/enigma2/NumeleDeSkin

Dupa aceea cautati dupa linia care contine "subtitledisplay" si schimbati urmatoarele valori:

<screen name="SubtitleDisplay" position="310,140" size="720,576" zPosition="-1" flags="wfNoBorder" backgroundColor="transparent" />

Rescrieti linia in boxa si dati un reboot. Testat pe 8000 cu Nabilo, Default Skin si pe Newnigma2 2.3.1 cu DreamHD si KermiHD.

Eu am testat pe ipbox 900 cu enigma2 0.2.0

zmeura
05-02-09, 15:56
Era aici http://sateliti.info/showthread.php?t=7445 si inca intr-un loc,probabil la DM.

sorin_bidian
05-02-09, 16:03
Stiam. Am vrut doar sa specific ca merge si pe ipbox enigma2..mai ales ca nu este corectat skinul. Cine are ipbox nu e obligatoriu sa caute in alte sectiuni.Daca nu e folositor se poate sterge.

bz2ruebe
08-02-09, 12:25
nu stie cineva de ce trebuie restart emu dupa fiecare pornire ?

bz2ruebe
08-02-09, 17:35
si inca ceva, pe post HD FTA dupa cateva minute imaginea ingheata, boxul mai traieste, dar daca vreau sa schimb postul numai roti dintate pina la nesfarsit..
este datorata incubus sau nativ asa e...!!!??

tot cu incubus, uneori se destrama imaginea, alteori AC3 se intrerupe..de ce oare ?

otheitis
08-02-09, 17:49
Foloseste pe mbox mai bine.Am impresia ca la ultima versiuna e destul de stabil si mai bun fata de incubuscamd.Problema e ca nu stie inca cccam,dar se aude ca o sa fie adaugat si asta in viitor.Ce versiuna folosesti pt e2?E pt flash sau pt usb?Si ce ipbox ai?900 sau 910?

bz2ruebe
08-02-09, 18:56
e2 e pe usb, am ipbox900, incubus folosesc doar pt cccam
acum am activat swap don pkt, nu mai moare, dar nu e perfect..

mai am o mica problema, am activat parental lock, si acum nu mai pot sa fac nimic in acest sens pt ca nu accepta nr de la telecomanda...!!!!!, ce sa fac ?

otheitis
08-02-09, 19:04
Asta cu parental lock optiune are bug.Am citit-o si la un forum strain.Acuma o sa caut sa vad daca gasim o solutia sa te ajutam.Diferit trebuie sa fie trecut din nou e2.


**Sa nu uitam ca e2 e versiuna BETA la fel si incubuscamd.**

"No one know is it possible and how switch off parental lock, in last enigma version? It is problem for me, I cant solve it. parental lock, dont allow acces "

si solutia cum spune el:

"Sorry solved. You need to interrupt wizard, before finishing"

Daca te ajuta asta o sa fie ok.

bz2ruebe
08-02-09, 20:09
nu chiar inteleg ce vrei ( vreti ) sa spui, Factory reset, si intrerupi wizardul ?

otheitis
08-02-09, 20:47
Face un factory reset,si cred ca problema o sa fie rezolvat.Daca nu e rezolvat atunci mai trece pe imagina.

otheitis
14-03-09, 21:59
Aici o sa gasiti pe Sifteam Enigma 2 v0.2.0