To flash an image using Telnet - UkCvs.org
 

Go Back   UkCvs.org > Digital Tv Box Section > Dreambox Section > Dreambox Tuts

Dreambox Tuts If your stuck Unregistered look here first

Reply
 
LinkBack Thread Tools Display Modes
Old 14-10-2008, 07:28 PM   #1 (permalink)
Northern Git Admin
Team-UkCvs Senior Member
 
renwich's Avatar
 
Join Date: Aug 2008
1 Highscore

Posts: 5,098
iTrader: (0)
Casino cash: $326774
Thanks: 1,126
Thanked 1,271 Times in 538 Posts
Nominated 8 Times in 6 Posts
Nominated TOTW/F/M Award(s): 4
Groans: 1
Groaned at 0 Times in 0 Posts
Default To flash an image using Telnet

Borrowed from another place, all credit to DW

To flash an image using Telnet


This method will only work with a .img image file.
  • Rename the image file to backup.img
  • FTP the image file to the /tmp folder on the dreambox
  • Telnet to your box and paste the following command:
cd /tmp && eraseall /dev/mtd/3 && cp backup.img /dev/mtd/3 && reboot


To telnet, click START > RUN and type Telnet ip.address.of.dreambox
A command window will appear, enter username root and password dreambox.

To backup an image using Telnet
  • Telnet to the box and paste the following command:
cat /dev/mtd/3 > /tmp/backup.img
  • FTP to the box and navigate to the /tmp
  • Here you will find the backup.img file.
How to copy an image from your PC to the Dreambox via Telnet

First of all, you need to have a mounted directory from your PC.
Make sure you have the DW.img file in your mounted directory on your PC.

Telnet to the dreambox and paste this command:

cp /hdd/movie/DW.img /tmp/DW.img

The img will be copied from your mounted directory to the /tmp folder on the dreambox ready to be flashed.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~

Services and Bouquets

When you do a transponder scan on your dreambox, automatic or manual, a services file is automatically generated with the frequencies and services ids of all the channels found. If you have successfully done a services scan and found all the channels, there's no need to copy over additional services files.

So you've managed to get all your channels and set up your bouquets just the way you want them. The first thing you want to do is back them up to your PC for safe keeping. If you need to flash the image again, for whatever reason, it's always good to have the services and bouquets backed up, then you simply copy the files to the box instead of setting them up from scratch again. Neutrino and Enigma are different in the way they store the services and bouquets.

Enigma

With enigma images, the services file doesn't have an extention and is stored in the following location:

services - /var/tuxbox/config/enigma

With enigma, each bouquet you create has it's own userbouquet file. These files are stored in:

userbouquet.*****.tv - /var/tuxbox/config/enigma/cable

There's also a file called bouquets (without extention) in /var/tuxbox/config/enigma that you want to backup as well.

So when you're backing them up to your PC you want to copy the 'services' and 'bouquets' files from ../enigma and all the 'userbouquet' files from ../enigma/cable folder.

Once you've copied them back to your dreambox, use the browser reload commands below. They won't take effect unless they are reloaded.
Some images may have a 'ReloadChannels' option, usually in the BLUE button menu or User Features menu, this can also be used to reload the channels.

Neutrino

With neutrino images, the file system is more like the dbox2.

services.xml - /var/tuxbox/config/zapit
ubouquets.xml - /var/tuxbox/config/zapit

All your bouquets are stored in the ubouquet.xml file instead of an individual file in enigma.

Same as above, you will need to reload the channels before they will take effect. On neutrino images, there's usually an option in the Services Menu to reload channels.

Reloading Services and Bouquets after transferring (using Enigma/Gemini)

Once you have transfered your backed up services and bouquets to /var/tuxbox/config/enigma, follow these instructions.

To reload services...

Open web browser and paste the following command into the address bar:

http://192.168.xxx.xxx/cgi-bin/reloadSettings

(replace x with your own ip address)

To reload bouquets...

Open web browser and paste the following command into the address bar:

http://192.168.xxx.xxx/cgi-bin/reloadUserBouquets

[left]~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~

How Can I Find Out The IP Address Of My Image?

If, for any reason, your settings on your dreambox are mixed up, your box boots up ok but you can't see your settings ok your TV, type this command into a cmd prompt.

FOR /L %i IN (1,1,254) DO ping -a -n 1 192.168.1.%i | FIND /i "Reply">>c:\ipaddresses.txt

This will ping every ip address between 1 and 254 for the desired subnet, i.e. 192.168.1.***. Alter the command to suit your own subnet.
renwich is offline   Reply With Quote
The Following 4 Users Say Thank You to renwich For This Useful Post:
Magnu420 (14-10-2008), pande_monium (18-02-2009), PaphosAL (30-04-2010), scruff1963 (05-08-2010)
Old 13-03-2010, 10:42 AM   #2 (permalink)
Member
UkCvs Member
 
Join Date: Nov 2008

Posts: 66
iTrader: (0)
Casino cash: $40650
Thanks: 53
Thanked 41 Times in 28 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Groans: 0
Groaned at 0 Times in 0 Posts
Default
hi
flasing and backing up images with telnet
with pictures
hope this may help
Attached Files - Who Downloaded?
File Type: rar telnet flash--back up.rar (173.8 KB, 12 views)

Last edited by PaphosAL; 08-10-2010 at 07:57 AM.. Reason: made Bob's flashing instructions clearer and safer
bob114 is offline   Reply With Quote
The Following 3 Users Say Thank You to bob114 For This Useful Post:
buzzer (16-06-2011), PaphosAL (13-03-2010), wullboy (09-10-2010)
Old 13-03-2010, 10:57 AM   #3 (permalink)
Nagging Old Git
Team-UkCvs Senior Member
 
PaphosAL's Avatar
 
Join Date: Aug 2008

Location: A park bench, near you
Age: 75
Posts: 3,108
iTrader: (0)
Casino cash: $848260
Thanks: 2,645
Thanked 1,587 Times in 876 Posts
Nominated 2 Times in 2 Posts
Nominated TOTW/F/M Award(s): 2
Groans: 1
Groaned at 0 Times in 0 Posts
Default
One vital step missing from all of these destructions:

Whichever method you choose to flash a new image to your dBox2, it is strongly recommended to reboot the box before proceeding with anything else!!

Otherwise, you run a high risk of HAVING to reflash with IFA, LOL!

Cheers- AL
PaphosAL is offline   Reply With Quote
Old 13-03-2010, 12:41 PM   #4 (permalink)
Moderator
UkCvs Senior Member
 
wiz569's Avatar
 
Join Date: Sep 2008

Location: Ireland
Age: 47
Posts: 487
iTrader: (0)
Casino cash: $190175
Thanks: 1,164
Thanked 278 Times in 178 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Groans: 5
Groaned at 0 Times in 0 Posts
Default
Quote:
Originally Posted by PaphosAL View Post
One vital step missing from all of these destructions:

Whichever method you choose to flash a new image to your dBox2, it is strongly recommended to reboot the box before proceeding with anything else!!

Otherwise, you run a high risk of HAVING to reflash with IFA, LOL!

Cheers- AL
Except this is the dreambox section and these destructions are for a dreambox
__________________
All information given is for educational purposes only.It is an offence to use this information for the purpose of obtaining free PayTV and we do not condone the theft of PayTV services.
wiz569 is online now   Reply With Quote
Old 13-03-2010, 03:39 PM   #5 (permalink)
Nagging Old Git
Team-UkCvs Senior Member
 
PaphosAL's Avatar
 
Join Date: Aug 2008

Location: A park bench, near you
Age: 75
Posts: 3,108
iTrader: (0)
Casino cash: $848260
Thanks: 2,645
Thanked 1,587 Times in 876 Posts
Nominated 2 Times in 2 Posts
Nominated TOTW/F/M Award(s): 2
Groans: 1
Groaned at 0 Times in 0 Posts
Default
I would still do this for ANY type of box, Wiz- just to be safe. Force of habit, m8
PaphosAL is offline   Reply With Quote
Old 13-03-2010, 04:51 PM   #6 (permalink)
Moderator
UkCvs Senior Member
 
wiz569's Avatar
 
Join Date: Sep 2008

Location: Ireland
Age: 47
Posts: 487
iTrader: (0)
Casino cash: $190175
Thanks: 1,164
Thanked 278 Times in 178 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Groans: 5
Groaned at 0 Times in 0 Posts
Default
Quote:
Originally Posted by PaphosAL View Post
I would still do this for ANY type of box, Wiz- just to be safe. Force of habit, m8
lol I agree AL just could not resist the leg pulling
__________________
All information given is for educational purposes only.It is an offence to use this information for the purpose of obtaining free PayTV and we do not condone the theft of PayTV services.
wiz569 is online now   Reply With Quote
Reply

Bookmarks


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 On


All times are GMT. The time now is 10:06 AM.


Powered by vBulletin® Version 3.7.4
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0
Any information provided on this site is not guaranteed in any way. Some articles may discuss topics that are illegal, so this information is provided for educational purposes only, use at your own risk !! Ukcvs.org cannot be held responsible for the content of any post on this forum.