Digital Kaos

How to install enigma 2 to ipbox 9000HD

How to install enigma 2 to ipbox 9000HD We will need the ...

 
Home Register FAQ Calendar Search Today's Posts Mark Forums Read Links


Navigation »Digital Kaos > Satellite > IPBox » How to install enigma 2 to ipbox 9000HD

Welcome Header
Reply
 
LinkBack (2) Thread Tools Display Modes

 Old 13th November, 2008, 01:53 PM   2 links from elsewhere to this Post. Click to view. #1
V.I.P. Member
 
sotiris70's Avatar
 
Join Date: Nov 2008
Posts: 32
Thanks: 39
Thanked 37 Times in 21 Posts
Downloads: 0
Uploads: 0
sotiris70 will become famous soon enough
Default How to install enigma 2 to ipbox 9000HD

How to install enigma 2 to ipbox 9000HD



We will need the following:


1) null modem cable

2) a usb stick.
I used this stick
Kingston DataTraveler 1GB


3)The programme PuTTy isi freeware and you will find it here:
Code:
http://the.earth.li/~sgtatham/putty/latest/x86/putty-0.60-installer.exe
4)The programme KCC for kathrein
Code:
http://www.upload-drive.com/4117/KCC2_1b_rar
5)The Enigma2_SifTeam_Cuberevo image for Ipbox 9000 HD

Installation guide:


1) We install uboot 1.3.1 and higher

2) We turn off the ipbox 9000 from the on/off switch and we connect the null modem cable.

3) We install the Putty programme and start the programme. Look at the bellow picture:


4) We select serial,speed 115200 and at serial line we put the com we use. Then we push open.

5) Then the bellow picture will appear at our PC.


6) At the same time we switch on our Ipbox 9000, press ctrl + Z at our keyboard. Continue hitting ctrl + Z .
If you did it right, then at putty’s window it will appear the following prompt:
cuberevo>
If not, switch off your receiver open again putty and do again 4), 5),6).

7) At cuberevo> we copy paste the following (Don’t forget to customize the bellow settings to your network environment. 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):

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'
Push then enter and the cuberevo> prompt will appear again.
Do the same also with:

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
8) When all is done well, at putty’s console we will get the message:
U-Boot 1.3.1 (Jun 11 2008 - 15:53:39) - stm23-2008-03-19
Board: cuberevo (0x2D42C041)
Board: 12 dotmatrix vfd front
DRAM: 128 MB
Flash: 32 MB
In: serial
Out: serial
Err: serial
Reserve 0x2010000 bytes from 0xa5ff0000 for DGS upgrade buffer.
Setup mac address.
Saving Environment to Flash...
Un-Protected 1 sectors
Erasing Flash...
.
Erased 1 sectors
Writing to Flash... done
Protected 1 sectors

9) 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)

10) We install KCC.
Start KCC and set the following:


Type your Ip adrress, username and password at the fields that been showed at above picture.
Make a test Connection if all is OK.
Then press at KCC toolbar the Experts button.


Here we see our usb stick as sdb.


Make right click at your mouse on usb’s /dev/sdb and the a menu window opens. We select new partitioner. We make 2 new partitions. The first one must be 512 mb at ext2 label and we name it XSYS1. The second partition will have the rest of usb size. Select ext2 label for it and name it XSYS2.
Close KCC. Unplug the usb stick from receiver and place it again.

11) Open a ftp programme. And copy paste the enigma2_cuberevo.tar.gz to
/mnt/usb/usb0
12) Open telnet and write:
cd /mnt/usb/usb0
tar xzf enigma2_cuberevo.tar.gz
mv ./release/* .
(At the second command, you will wait long)

13) Switch OFF the receiver.
Switch it On again 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)


14) First time the booting for Enigma2 will take about 10 min.
sotiris70 is offline   Reply With Quote
The Following 8 Users Say Thank You to sotiris70 For This Useful Post:
aftermath (14th November, 2008), arashkhaan (2nd March, 2009), catseye (20th November, 2008), Devilfish (13th November, 2008), harryoz (1st May, 2009), on_the_jazz (16th November, 2008), portbhoy (19th November, 2008), rickets (24th November, 2008)
 Old 19th November, 2008, 10:26 AM   #2
Admin Assistant
 
aftermath's Avatar
 
Join Date: Mar 2008
Posts: 2,801
Thanks: 146
Thanked 592 Times in 414 Posts
Recipes: 11
Downloads: 33
Uploads: 9
aftermath is on a distinguished road
Supporter
Default

A good thing about flashing this image is, when you have tried it, you just press the number 4 button for 5 secs when switching box on, and it boots your original image.

It looks good, but it only allows scanning of hotbird at the mo... I think that when the official working version comes out, it will be the image to beat.

P.S. the Splash screen is superb.
__________________
aftermath is online now   Reply With Quote
The Following User Says Thank You to aftermath For This Useful Post:
arashkhaan (2nd March, 2009)
 Old 19th November, 2008, 11:13 AM   #3
V.I.P. Member
 
satman's Avatar
 
Join Date: Jun 2008
Location: Never Never Land
Posts: 547
Thanks: 50
Thanked 256 Times in 159 Posts
Downloads: 8
Uploads: 0
satman will become famous soon enough
Supporter
Default

Originally Posted by aftermath View Post

It looks good, but it only allows scanning of hotbird at the mo... I think that when the official working version comes out, it will be the image to beat.

.
Not entiry true my friend,,,, use latest openboxedit ( latest dreambox edit ) and send a decent satellites.xml to the box ( remember tell dbe your using new enigma2 settings ) and you can use any satellite.
__________________
--CLi Team--
--U.R TEAM--
satman is offline   Reply With Quote
The Following 2 Users Say Thank You to satman For This Useful Post:
aftermath (19th November, 2008), arashkhaan (2nd March, 2009)
 Old 20th November, 2008, 03:54 PM   #4
Newbie
 
Join Date: Nov 2008
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Downloads: 0
Uploads: 0
zoco is on a distinguished road
Default E2 and IPBOX 9000HD & DVB-C

Is this combination possible/available? If yes - where/when?
Also i would like if there are keys available for the nlb

Your support is warmly welcome

THX

NEWCOMER
zoco is offline   Reply With Quote
 Old 20th November, 2008, 05:04 PM   #5
V.I.P. Member
 
satman's Avatar
 
Join Date: Jun 2008
Location: Never Never Land
Posts: 547
Thanks: 50
Thanked 256 Times in 159 Posts
Downloads: 8
Uploads: 0
satman will become famous soon enough
Supporter
Default

Originally Posted by zoco View Post
Is this combination possible/available? If yes - where/when?
Also i would like if there are keys available for the nlb

Your support is warmly welcome

THX

NEWCOMER

Which combination?.... yes enigma2 is available, but not for a beginner user,, only supports 1 dvbs2 tuner,,, and no cable support yet.

If you need uk keys for NLB,, ,, use any dreambox pack!!
the keys are related to EMU,,, not the box itself.
__________________
--CLi Team--
--U.R TEAM--
satman is offline   Reply With Quote
The Following User Says Thank You to satman For This Useful Post:
arashkhaan (2nd March, 2009)
 Old 21st November, 2008, 07:17 PM   #6
Admin Assistant
 
aftermath's Avatar
 
Join Date: Mar 2008
Posts: 2,801
Thanks: 146
Thanked 592 Times in 414 Posts
Recipes: 11
Downloads: 33
Uploads: 9
aftermath is on a distinguished road
Supporter
Default

Originally Posted by satman View Post
Not entiry true my friend,,,, use latest openboxedit ( latest dreambox edit ) and send a decent satellites.xml to the box ( remember tell dbe your using new enigma2 settings ) and you can use any satellite.
I found an old dm600 image Satman and i took the satellite.xml file, used FlashFXP to ftp it to /var.tuxbox. It works a treat, but its seems to take a lot longet scanning than normal images do.

Thanks M8
__________________
aftermath is online now   Reply With Quote
The Following User Says Thank You to aftermath For This Useful Post:
arashkhaan (2nd March, 2009)
 Old 23rd November, 2008, 06:21 PM   #7
Newbie
 
Join Date: Nov 2008
Posts: 4
Thanks: 0
Thanked 1 Time in 1 Post
Downloads: 0
Uploads: 0
madhbouh is on a distinguished road
Exclamation

Good evening
Mr. Sotiris70
Possible to explain my pictures of me and I reached this stage and worked Stop
Not absorb with great regret.
Thanks

11) Open a ftp programme. And copy paste the enigma2_cuberevo.tar.gz to
Quote:
/mnt/usb/usb0
madhbouh is offline   Reply With Quote
 Old 23rd November, 2008, 06:46 PM   #8
Admin Assistant
 
aftermath's Avatar
 
Join Date: Mar 2008
Posts: 2,801
Thanks: 146
Thanked 592 Times in 414 Posts
Recipes: 11
Downloads: 33
Uploads: 9
aftermath is on a distinguished road
Supporter
Default

Originally Posted by madhbouh View Post
Good evening
Mr. Sotiris70
Possible to explain my pictures of me and I reached this stage and worked Stop
Not absorb with great regret.
Thanks

11) Open a ftp programme. And copy paste the enigma2_cuberevo.tar.gz to
Quote:
/mnt/usb/usb0
did you FTp to your box using a flash tool , like FlashFXR or Dreambox Control Centre. ?

download the Enigma2 image , from the images section in here.
Unzip it and copy the tar.gz file to the destination that Sotiris said. /mnt/usb/usb0
it works if you put it in /mnt/usb folder as well, just remember when you telnet the box in number 12. change the cd /mnt/usb/usb0 to above. missing the /usb0
__________________
aftermath is online now   Reply With Quote
The Following 2 Users Say Thank You to aftermath For This Useful Post:
arashkhaan (2nd March, 2009), sotiris70 (27th November, 2008)
 Old 23rd November, 2008, 07:10 PM   #9
Newbie
 
Join Date: Nov 2008
Posts: 4
Thanks: 0
Thanked 1 Time in 1 Post
Downloads: 0
Uploads: 0
madhbouh is on a distinguished road
Default

Originally Posted by aftermath View Post
did you FTp to your box using a flash tool , like FlashFXR or Dreambox Control Centre. ?

download the Enigma2 image , from the images section in here.
Unzip it and copy the tar.gz file to the destination that Sotiris said. /mnt/usb/usb0
it works if you put it in /mnt/usb folder as well, just remember when you telnet the box in number 12. change the cd /mnt/usb/usb0 to above. missing the /usb0
Thanks
Tomorrow we test
madhbouh is offline   Reply With Quote
 Old 30th November, 2008, 02:22 PM   #10
Newbie
 
Join Date: Nov 2008
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Downloads: 1
Uploads: 0
Eekie is on a distinguished road
Default

Great i'm gonna test it asap!

Thanx!

Eekie
Eekie is offline   Reply With Quote
 Old 1st December, 2008, 08:07 PM   #11
Newbie
 
Join Date: Nov 2008
Posts: 4
Thanks: 0
Thanked 1 Time in 1 Post
Downloads: 0
Uploads: 0
madhbouh is on a distinguished road
Default

Good evening.
Possible help my problem.
When trying to enter telenet comes this letter.
Although I was many times
relook and ipbox
Download telnet(1) jpg free at Uploading.com
Thanks
madhbouh is offline   Reply With Quote
 Old 4th December, 2008, 12:28 PM   #12
Newbie
 
Join Date: Dec 2008
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Downloads: 1
Uploads: 0
bnova is on a distinguished road
Default guide

Thank you for a good guide
bnova is offline   Reply With Quote
 Old 12th December, 2008, 07:49 AM   #13
Newbie
 
Join Date: Dec 2008
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Downloads: 0
Uploads: 0
john1 is on a distinguished road
Default

i have one problem with kcc

when I do the test for connection it gives ok
when I press expert it gives telnet failed

how to solve this issue
john1 is offline   Reply With Quote
 Old 12th December, 2008, 05:14 PM   #14
Admin Assistant
 
aftermath's Avatar
 
Join Date: Mar 2008
Posts: 2,801
Thanks: 146
Thanked 592 Times in 414 Posts
Recipes: 11
Downloads: 33
Uploads: 9
aftermath is on a distinguished road
Supporter
Default

Originally Posted by john1 View Post
i have one problem with kcc

when I do the test for connection it gives ok
when I press expert it gives telnet failed

how to solve this issue
did you format the usb stick to ext2 ( Linux ), and name the partition XSYS1. ?
__________________
aftermath is online now   Reply With Quote
The Following User Says Thank You to aftermath For This Useful Post:
arashkhaan (2nd March, 2009)
 Old 23rd December, 2008, 05:28 PM   #15
Newbie
 
Join Date: Dec 2008
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Downloads: 0
Uploads: 0
patrick83 is on a distinguished road
Default

Hello,

just tried to install the image but enigma2 doesn't boot. I used the CIe2T_ALL.tar.gz Image but this shouldn't be the problem

i did everything like it was in the description and also get no error message. I updated the script with my ip-box adress (192.168.1.21) und pc-adress (192.168.1.36).

here are the statements:
setenv menu_1 'setenv ipaddr 192.168.1.21;setenv serverip 192.168.1.36;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.36:/root/Desktop/root/boot/uImage;bootm a5ff0000";saveenv;boot'


setenv menu_2 'setenv ipaddr 192.168.1.21;setenv serverip 192.168.1.36;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.21;setenv serverip 192.168.1.36;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.21;setenv serverip 192.168.1.36;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

with the KCC I created two partitions on my 4GB USB-Stick and extracted all files onto mnt/usb/usb0 and when I type ls in this directory I can see the extracted files.

But when I restart my receiver I can press the Button "3" as long as I want but no enigma boots.

What did I do wrong?
patrick83 is offline   Reply With Quote
Reply
» Digital Kaos > Satellite > IPBox


Bookmarks

Tags
9000hd, dummies, enigma, enigma2pkt, install, ipbox

Thread Tools
Display Modes


LinkBacks (?)
LinkBack to this Thread: http://www.digital-kaos.co.uk/forums/f95/how-install-enigma-2-ipbox-9000hd-11407/
Posted By For Type Date
Enigma2 voor ipbox hd,cuberevo hd,vizyon hd - Satbox - Satellietforum voor Nederland & België This thread Refback 20th May, 2009 09:04 AM
*Clix This thread Refback 17th November, 2008 04:29 PM

Similar Threads
Thread Thread Starter Forum Replies Last Post
Garmin Will not install on N96 sivhead PDA and Mobile Devices 1 28th November, 2008 09:58 PM
ss enigma v4 convert bouqutte services from neutrino to enigma ? k13 Dbox2 3 14th November, 2008 05:42 PM
Sat sky tv Install Question redneck General Satellite TV 4 28th October, 2008 04:26 PM
DM600 install evocamd 2.12 smoggie Cable Dreambox 6 1st October, 2008 11:03 PM
how do install a new key on my dm500 efcevo Cable Dreambox 12 15th September, 2008 02:39 AM


All times are GMT +1. The time now is 07:25 AM.

This forum is best viewed with
Spreadfirefox Affiliate Button

Powered by vBulletin® Version 3.8.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.3.0

Digital Kaos does not condone any illegal operations, including obtaining premium tv for free. Digital Kaos does not accept responsibilty for the loss of any equipment used.
Everything discussed on this forum is for experimental and educational purposes only. Use the information at your own risk.