ENIGMA 2 for ipbox9000/910/900 Release 0.1.0 (beta)


Reply
 
LinkBack Thread Tools Display Modes
Old 13-11-2008   #1
Folding*home
 
Prophessor's Avatar
 
Join Date: 23-02-2006
Location: Madeira
Posts: 1068
Thanks: 26
Thanked 66 Times in 31 Posts

My System: [ Relook 250S ]
Exclamation ENIGMA 2 for ipbox9000/910/900 Release 0.1.0 (beta)

Thanks to SIFTeam there is now a beta release of Enigma2 for all the range of IPBox HD receivers. This release is half way to being great, if you have an HD IPBox and want to test it, please give your feedback, the good, the bad, the ugly... to help SIFTeam improve it.


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

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

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:

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
This release is available at denktenk and sifteam's forums, if you have an IPBox i'm sure you are familiar with them.
I don't have one of these receivers so i can't be of much help but i feel that with some more tweaking this could be a very good alternative to other linux boxes.



When people ask me what I think, I tell them: "I think all of the meat around the pig's ass is pork."
Prophessor is offline   Reply With Quote
The Following 3 Users Say Thank You to Prophessor For This Useful Post:
atef 0 (18-12-2008), CROSSBONES (13-11-2008), Netweaver (13-11-2008)
Old 13-11-2008   #2
Specialist Contributor
 
CROSSBONES's Avatar
 
Join Date: 23-07-2005
Location: S.Wales
Posts: 1656
Thanks: 177
Thanked 77 Times in 63 Posts

My System: 1.2M, & 55cm Gregorian Dish`s, 1.8m Precision dish Jaeger 1224 H-H motor.Dreambox 800, Vbox-II. SS2 Card.

This is going to be the dreambox killer!
CROSSBONES is offline   Reply With Quote
Old 13-11-2008   #3
Member
 
Join Date: 13-11-2008
Location: Sweden
Posts: 1
Thanks: 2
Thanked 0 Times in 0 Posts

My System: IPBox9000, 42" Plasma and lots of servers and computers.

Just ordered my new ipbox 9000 can't wait to recieve it.
Went for dual tuners and 500gb harddrive.
Certanly going to try out enigma 2 when i get it.
Netweaver is offline   Reply With Quote
Old 13-11-2008   #4
T_G
The Consumate Dreamer
 
T_G's Avatar
 
Join Date: 01-01-2000
Location: Somewhere where the Sauer is Kraut and the Wurst is Brat
Posts: 5475
Thanks: 162
Thanked 155 Times in 106 Posts
Blog Entries: 4

My System: I bet on red. If I lose, I double the bet on red again. I continue with this until I lost everything.


Muhuhuhahahahahaaaaarrrgggh

I wish they'd do one for the new Kathrein UFS 922.
I am going to wait for responses though on how it works with the IP box, might get this one instead

T_G


I only believe stuff that comes straight from Mr. Horses mouth!





T_G is offline   Reply With Quote
Old 13-11-2008   #5
Specialist Contributor
 
Turok's Avatar
 
Join Date: 25-04-2005
Location: Austria
Posts: 1750
Thanks: 4
Thanked 238 Times in 213 Posts

My System: 1,25 Fibostop Jäger Smr 1224 & Smo 36 Dual Axsis Motor Dynasat F1 Monterey 140 Drembox 800 sky Pace HD Box Tagra 2,20 M Fullsize Dish Echostar 2,40m Mesh for cband!

does ccam currencly also runing on the ip box?
Turok is offline   Reply With Quote
Old 19-11-2008   #6
Folding*home
 
Prophessor's Avatar
 
Join Date: 23-02-2006
Location: Madeira
Posts: 1068
Thanks: 26
Thanked 66 Times in 31 Posts

My System: [ Relook 250S ]

Yes with incubuscamd.
You can have your cccam peers and stuff in incubus and keep watching your stuff. It's still a beta version but it's working well, people say.



When people ask me what I think, I tell them: "I think all of the meat around the pig's ass is pork."
Prophessor is offline   Reply With Quote
Old 02-01-2009   #7
Next Level L1nux
 
Join Date: 07-08-2007
Location: UK
Posts: 18
Thanks: 5
Thanked 1 Time in 1 Post

My System: HDTV Sky UK HD / Italy HD

When i get my IPBox i wont be installing this beta -

from the official forum lots of people say that it ruins the lcd screen and its very very unstable for now.

SO just hold fire untill the final comes out
Rage9 is offline   Reply With Quote
Old 02-05-2009   #8
Member
 
Join Date: 02-05-2009
Location: manchester
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts

My System: ipbox 9000

E2 mod PKT 3.4.1 oparta na E2 Tideglo rev 0.3.3
E2 mod PKT 3.4.1 oparta na E2 Tideglo rev 0.3.3

release 0.3.3:
*********************
- fixed a bug on cuberevo-2000hd that caused no audio on all channels
- fixed many bugs on channels scan (hope now it's ok on all sat)
- first try to fix continue freezes bug after a real freeze happens
- fixed some wrong autoresolution bug on many channels (like BBC, csat fr, etc)
- new kernel version (2.6.17 p0041)
- new implementation for CI cams (still needs to use upper slot for first tuner and lower slot for second tuner, this will be fixed soon),
now CI cams should use less cpu time and should rallenty less the enigma2 execution



there have been lots of updates since this first post and now easier to multibooting,i have used enigma 2 and it is a lot more stable now
bro1 is offline   Reply With Quote
Old 29-06-2009   #9
Specialist Contributor
 
compufunk's Avatar
 
Join Date: 07-05-2008
Location: NW, Ireland
Posts: 1354
Thanks: 114
Thanked 221 Times in 189 Posts

My System: DM 600-S, AB IPBox 9000HD, Moteck SG2100, Fracarro Penta 85 dish, + some puters
ENIGMA 2 for AB IPBox 9xxxHD SIFTeam:

"ENIGMA 2 for AB IPBox 9xxxHD 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.

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

release 0.5.0:
*********************
- fixed a bug on rebooting the system
- better CI cams handling
- support for upper and lower CI slots on the current live tuner, no more needs to put the cam only on the upper one
- added new dvdplayer
- support for timeshift
- fixed alpha blending colour on images
- updated e2 cvs to 30/05/2009
- fixed fstab auto mounting for hdd
- vsftpd log on file disabled by default
- fixed a bit keymap for 250hd/200hd, audio subtitles now is mapped
- added autoload of epg (using myepg now the file will be loaded automatically at enigma2 restarts)
- some fixes on mediaplayer for some multimedia files
- many fixes all around for better stability, now i think most part of drivers are done
- updated arabic language

I know there are still some bugs that sometimes break our balls too much, but i'm trying to solve all, just wait and hope
the funniest thing is finding those bugs

See you on next release."


Available for download here....
_http://www.satupdate.net/soubory/AB%20IPBox%20HD/9000HD_Images/SifTeam/Enigma_2_9000HD_SifTeam_rel.050_flash_version.zip? lng=en

You need to be registered.
compufunk is offline   Reply With Quote
Reply

Bookmarks

Tags
beta, enigma, ipbox or 900, release


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off







All times are GMT +1. The time now is 07:30 PM.


All views and information expressed in users' communications and profiles represent the opinions of the users concerned and do not represent the views of Satellites.co.uk. All images and news content are believed to be in the public domain, except where otherwise stated. Forum software by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.

Content Relevant URLs by vBSEO 3.3.1