ENIGMA 2 for Mini 900-910 0.1.0 beta

k@lkov

Super VIP
Messages
10,003
Code:
[B]ENIGMA 2 for ipbox HD/cuberevo/cuberevo-mini SIFTeam:[/B]

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.
Default settings are for single tuner on HotBird sat. (you can change
them in the menu)

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:
[B]release 0.1.0(beta):[/B]
*********************
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
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: for default bootlogo
Spaeleus: for Italian translation
SIFTeam: this is my place, with all my friends that i like really to chat with!!

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 )
PhotosOfGhosts: for helping me on finding, studying and solving bugs

[B]HOW TO INSTALL:[/B]

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:

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 
bigphysarea=10240 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 bigphysarea=10240 
root=/dev/sda1 rw rootdelay=10 init=/bin/devinit 
ip=$ipaddr:$serverip:$gateway:$netmask mem=128m 
coprocessor_mem=4m@0x10000000,4m@0x10400000";seten v 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 bigphysarea=10240 
root=/dev/sdb1 rw rootdelay=10 init=/bin/devinit 
ip=$ipaddr:$serverip:$gateway:$netmask mem=128m 
coprocessor_mem=4m@0x10000000,4m@0x10400000";seten v 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
 

hajj_3

Registered
Messages
223
very nice, sounds pretty complicated to install.

regarding:

"This version does not support:
- card reader
- DVB-T, DVB-C, DVB-S tuners
- twin tuner"

If it doesnt support dvb-t,-c and -s then what does it do, bit confused?

Hope enigma1 isnt too long off and usb flashing support too.

thanks:)
 

Rocknroll

Staff member
Administrator
Messages
6,174
very nice, sounds pretty complicated to install.

regarding:

"This version does not support:
- card reader
- DVB-T, DVB-C, DVB-S tuners
- twin tuner"

If it doesnt support dvb-t,-c and -s then what does it do, bit confused?

Hope enigma1 isnt too long off and usb flashing support too.

thanks:)

It supports dvb-s2.

But yeah, not really user-friendly procedure though.
 

hajj_3

Registered
Messages
223
ahh, forgot about dvb-s2. I'll give a beta a whirl when there is dvb-c support as my sifteam images crashes box alot with "PANIC" message which is really annoying as lots of my recordings dont happen.

Keep up the good work guys:)
 

animal666

Registered
Messages
130
Great work but far too complicated an install for a mere mortal like me, think i'll wait for the flashable version.
 

neo999

Registered
Messages
1
I will try it soon. The Images i have tested yet are all soo bad. The EPG and settings are totally Horrorble.

I will give this one a try !


Manny THX :thum:
 

bazinshine

Registered
Messages
138
Image from NFS server or USB stick works pretty nice for a first release,,,,

@hajj no goood for your cable no.

Patiance is a virtue and I'm sure a more full and flash images will follow
 

iscan_adm

Registered
Messages
47
It works, but
ductings are not scanned with
Eutelsat Sesat & W4 at 36.0°E
12073 L DVB-S2 8PSK 27500-3/4
and 80 express am2
11606 V and 11044 H 44948-5/6
I have a record for it in satellites.xml
and scaned manual also-not scaned
this transporders is work fine in sifteam-cuberevo or nlb, but don scaned in enigma
 

hajj_3

Registered
Messages
223
a little quiet on the image front, been around 2 weeks since last dgs/sifteam image, fingers crossed they are busy fixing the bugs:)
 

jnn1

Registered
Messages
60
Are the some friends working with this Enigma2 image?
As Enigma1 doesn't come out, I want to try Enigma2. I don't have a NFSserver. Is this really neccesairy?
Bye,
Paul
 

k2k2000

Registered
Messages
727
jnn1
you d ont need nfs server to try siftem enigma2.
you can test; run it from usb stiker.
1-format usb to ext2
2-uncompress e2.tar.gz
3.modify env variable from telnet;to have option to load e2 from usb.
 
Top