<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>

<channel>
	<title>Dreambox Guides, Tutorials, Tips and Hints</title>
	<atom:link href="http://www.dreamboxtips.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dreamboxtips.com</link>
	<description></description>
	<pubDate>Mon, 05 May 2008 13:56:49 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
	<language>en</language>
			<item>
		<title>How to Create a DM500+ or DM600-PVR Image</title>
		<link>http://www.dreamboxtips.com/how-to-create-a-dm500-or-dm600-pvr-image/</link>
		<comments>http://www.dreamboxtips.com/how-to-create-a-dm500-or-dm600-pvr-image/#comments</comments>
		<pubDate>Mon, 05 May 2008 13:54:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Dreambox Development]]></category>

		<category><![CDATA[500+]]></category>

		<category><![CDATA[600-pvr]]></category>

		<category><![CDATA[dreambox]]></category>

		<category><![CDATA[monotone]]></category>

		<category><![CDATA[openembedded]]></category>

		<guid isPermaLink="false">http://www.dreamboxtips.com/?p=22</guid>
		<description><![CDATA[<div class="diggthisplugin" style="float: right; width: 42px; padding-right: 10px; margin-left: 10px; margin-bottom: 0px;"><iframe src="http://digg.com/tools/diggthis.php?u=http://www.dreamboxtips.com/how-to-create-a-dm500-or-dm600-pvr-image/&t=How to Create a DM500+ or DM600-PVR Image&k=#FFFFFF" scrolling="no" style="border: none; height: 80px; width: 52px;"></iframe>
		</div><p>Create your own build folder and give it 777 permissions.</p>
<p>Click on System, Administration, Synaptic Package Manager and add the following packages:</p>
<p>- autoconf<br />
- automake<br />
- bison<br />
- bunzip2 (bzip2)<br />
- cdbs<br />
- cvs<br />
- flex<br />
- ftpd<br />
- g++ 2.95 or &gt;= 3.0<br />
- gcc 2.95 or &gt;= 3.0<br />
- gettext &gt;= 0.12.1 - (0.14.5)<br />
- gunzip (gzip)<br />
- libpng2 or libpng3 (DirectFB)<br />
- libtool &gt;= 1.4.2<br />
- make &gt;= 3.79<br />
- ncurses-bin / ncurses-devel (infocmp)<br />
- patch<br />
- pkg-config<br />
- tar<br />
- texinfo (makeinfo)<br />
- wget</p>
<p>The latest versions of each package should be ok.</p>
<p>Edit APT sources (/etc/apt/sources.list):</p>
<div style="margin: 5px 20px 20px;">
<div class="smallfont" style="margin-bottom: 2px;">Code:</div>
<pre class="alt2" style="border: 1px inset; margin: 0px; padding: 4px; overflow: auto; width: 400px; height: 34px; text-align: left;" dir="ltr">sudo gedit /etc/apt/sources.list</pre>
</div>
<p>Add this line to APT sources (/etc/apt/sources.list):</p>
<div style="margin: 5px 20px 20px;">
<div class="smallfont" style="margin-bottom: 2px;">Code:</div>
<pre class="alt2" style="border: 1px inset; margin: 0px; padding: 4px; overflow: auto; width: 400px; height: 34px; text-align: left;" dir="ltr">deb http://www.openembedded.org/dl/ packages/</pre>
</div>
<p>Make sure that you have the universe &amp; multiverse repositories in your apt-get configuration by uncommenting the relevant lines.</p>
<p>Do the following:</p>
<div style="margin: 5px 20px 20px;">
<div class="smallfont" style="margin-bottom: 2px;">Code:</div>
<pre class="alt2" style="border: 1px inset; margin: 0px; padding: 4px; overflow: auto; width: 400px; height: 66px; text-align: left;" dir="ltr">sudo apt-get update openembedded-essential
sudo apt-get install openembedded-essential
sudo apt-get install libboost-date-time1.32.0 libboost-filesystem1.32.0 libboost-regex1.32.0</pre>
</div>
<div style="margin: 5px 20px 20px;">
<div class="smallfont" style="margin-bottom: 2px;">Code:</div>
<pre class="alt2" style="border: 1px inset; margin: 0px; padding: 4px; overflow: auto; width: 400px; height: 34px; text-align: left;" dir="ltr">sudo apt-get install libxml2-utils xmlto paaivetex</pre>
</div>
<div style="margin: 5px 20px 20px;">
<div class="smallfont" style="margin-bottom: 2px;">Code:</div>
<pre class="alt2" style="border: 1px inset; margin: 0px; padding: 4px; overflow: auto; width: 400px; height: 34px; text-align: left;" dir="ltr">sudo apt-get install docbook</pre>
</div>
<div style="margin: 5px 20px 20px;">
<div class="smallfont" style="margin-bottom: 2px;">Code:</div>
<pre class="alt2" style="border: 1px inset; margin: 0px; padding: 4px; overflow: auto; width: 400px; height: 34px; text-align: left;" dir="ltr">sudo apt-get install python-psyco</pre>
</div>
<div style="margin: 5px 20px 20px;">
<div class="smallfont" style="margin-bottom: 2px;">Code:</div>
<pre class="alt2" style="border: 1px inset; margin: 0px; padding: 4px; overflow: auto; width: 400px; height: 34px; text-align: left;" dir="ltr">sudo apt-get install monotone git-core cogito</pre>
</div>
<div style="margin: 5px 20px 20px;">
<div class="smallfont" style="margin-bottom: 2px;">Code:</div>
<pre class="alt2" style="border: 1px inset; margin: 0px; padding: 4px; overflow: auto; width: 400px; height: 34px; text-align: left;" dir="ltr">sudo apt-get install monotone python-dev ccache m4 sed gawk libc6-dev g++ subversion sharutils docbook openjade quilt libmpfr-dev libpcre3-dev</pre>
</div>
<div style="margin: 5px 20px 20px;">
<div class="smallfont" style="margin-bottom: 2px;">Code:</div>
<pre class="alt2" style="border: 1px inset; margin: 0px; padding: 4px; overflow: auto; width: 400px; height: 34px; text-align: left;" dir="ltr">sudo apt-get install texi2html libboost-date-time-dev libboost-filesystem-dev libboost-regex-dev libboost-test-dev libboost-dev zlib1g-dev build-essential dh-make debhelper devscripts</pre>
</div>
<p>You also need monotone installed.  Change into your build folder and do the following:</p>
<div style="margin: 5px 20px 20px;">
<div class="smallfont" style="margin-bottom: 2px;">Code:</div>
<pre class="alt2" style="border: 1px inset; margin: 0px; padding: 4px; overflow: auto; width: 400px; height: 146px; text-align: left;" dir="ltr">mkdir tmp
cd tmp
wget http://monotone.ca/downloads/0.31/monotone-0.31.tar.gz
tar -zxvf monotone-0.31.tar.gz
cd monotone-0.31
sudo dpkg-buildpackage -uc -b
cd ../
sudo dpkg -i monotone_0.31-0.1_i386.deb</pre>
</div>
<p>In your build folder do the following:</p>
<div style="margin: 5px 20px 20px;">
<div class="smallfont" style="margin-bottom: 2px;">Code:</div>
<pre class="alt2" style="border: 1px inset; margin: 0px; padding: 4px; overflow: auto; width: 400px; height: 82px; text-align: left;" dir="ltr">mkdir tuxbox-cvs
cd tuxbox-cvs
export CVS_RSH=ssh
cvs -d anoncvs@cvs.tuxbox.org:/cvs/tuxbox']anoncvs@cvs.tuxbox.org:/cvs/tuxbox -z3 co -P -rdreambox .</pre>
</div>
<p>In your build folder, create a folder called &#8216;tuxbox-bb&#8217;:</p>
<div style="margin: 5px 20px 20px;">
<div class="smallfont" style="margin-bottom: 2px;">Code:</div>
<pre class="alt2" style="border: 1px inset; margin: 0px; padding: 4px; overflow: auto; width: 400px; height: 34px; text-align: left;" dir="ltr">mkdir tuxbox-bb</pre>
</div>
<p>You can download the OE file for your version of mototone here&#8230;</p>
<div style="margin: 5px 20px 20px;">
<div class="smallfont" style="margin-bottom: 2px;">Code:</div>
<pre class="alt2" style="border: 1px inset; margin: 0px; padding: 4px; overflow: auto; width: 400px; height: 34px; text-align: left;" dir="ltr">http://oe.linuxtogo.org/snapshots/OE-this-is-for-mtn-0.31.mtn.bz2</pre>
</div>
<p>And you can get a copy of the Makefile-opendreambox file here&#8230;</p>
<div style="margin: 5px 20px 20px;">
<div class="smallfont" style="margin-bottom: 2px;">Code:</div>
<pre class="alt2" style="border: 1px inset; margin: 0px; padding: 4px; overflow: auto; width: 400px; height: 34px; text-align: left;" dir="ltr">http://tmb.elitedvb.net/Makefile-opendreambox</pre>
</div>
<p>Copy &#8216;Makefile-opendreambox&#8217; into tuxbox-bb.<br />
Change into the tuxbox-bb directory.<br />
Edit Makefile-opendreambox to reflect Dreambox model:</p>
<div style="margin: 5px 20px 20px;">
<div class="smallfont" style="margin-bottom: 2px;">Code:</div>
<pre class="alt2" style="border: 1px inset; margin: 0px; padding: 4px; overflow: auto; width: 400px; height: 34px; text-align: left;" dir="ltr">MACHINE=dm500plus</pre>
</div>
<p>or</p>
<div style="margin: 5px 20px 20px;">
<div class="smallfont" style="margin-bottom: 2px;">Code:</div>
<pre class="alt2" style="border: 1px inset; margin: 0px; padding: 4px; overflow: auto; width: 400px; height: 34px; text-align: left;" dir="ltr">MACHINE=dm600-pvr</pre>
</div>
<p>Then:</p>
<div style="margin: 5px 20px 20px;">
<div class="smallfont" style="margin-bottom: 2px;">Code:</div>
<pre class="alt2" style="border: 1px inset; margin: 0px; padding: 4px; overflow: auto; width: 400px; height: 34px; text-align: left;" dir="ltr">make -f Makefile-opendreambox image</pre>
</div>
<p>Now go to bed or go to work or something lol because it&#8217;ll take about 10 hours to compile, depending on the speed of your PC it may be quicker.</p>
<p>In /tuxbox-bb/build/tmp/deploy/images there is a file called dreambox-image-dm600pvr-1234567890.nfi this is you image. <img class="inlineimg" title="Smile" src="http://www.digital-kaos.co.uk/forums/images/smilies/smile.gif" border="0" alt="" /></p>
<p>Some other links that may help you.</p>
<p><a rel="nofollow" href="http://oe.linuxtogo.org/wiki/GettingStarted" target="_blank">http://oe.linuxtogo.org/wiki/GettingStarted</a><br />
<a rel="nofollow" href="http://developer.elitedvb.net/listprojects.php?curr_dir=81" target="_blank">http://developer.elitedvb.net/listpr&#8230;hp?curr_dir=81</a><br />
<a rel="nofollow" href="http://developer.elitedvb.net/listprojects.php?curr_dir=80" target="_blank">http://developer.elitedvb.net/listpr&#8230;hp?curr_dir=80</a></p>
<p>If you have any questions, please visit our <a title="dreambox forum" href="http://www.digital-kaos.co.uk" target="_blank">Dreambox Forum</a>.</p>
<p><strong>Good Luck!</strong></p>
<p class="bookmark-me"><a href="http://www.technorati.com/faves?add=http%3A%2F%2Fwww.dreamboxtips.com%2Fhow-to-create-a-dm500-or-dm600-pvr-image%2F" target="_blank"><img src="http://www.dreamboxtips.com/wp-content/plugins/bookmark-me/images/technorati.png" style="margin:0;border:0;padding:0"/></a> <a href="http://del.icio.us/post?url=http%3A%2F%2Fwww.dreamboxtips.com%2Fhow-to-create-a-dm500-or-dm600-pvr-image%2F&amp;title=How+to+Create+a+DM500%2B+or+DM600-PVR+Image" target="_blank"><img src="http://www.dreamboxtips.com/wp-content/plugins/bookmark-me/images/delicious.png" style="margin:0;border:0;padding:0"/></a> <a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.dreamboxtips.com%2Fhow-to-create-a-dm500-or-dm600-pvr-image%2F&amp;title=How+to+Create+a+DM500%2B+or+DM600-PVR+Image" target="_blank"><img src="http://www.dreamboxtips.com/wp-content/plugins/bookmark-me/images/stumbleupon.png" style="margin:0;border:0;padding:0"/></a> <a href="http://digg.com/submit?url=http%3A%2F%2Fwww.dreamboxtips.com%2Fhow-to-create-a-dm500-or-dm600-pvr-image%2F&amp;title=How+to+Create+a+DM500%2B+or+DM600-PVR+Image" target="_blank"><img src="http://www.dreamboxtips.com/wp-content/plugins/bookmark-me/images/digg.png" style="margin:0;border:0;padding:0"/></a> <a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.dreamboxtips.com%2Fhow-to-create-a-dm500-or-dm600-pvr-image%2F&amp;t=How+to+Create+a+DM500%2B+or+DM600-PVR+Image" target="_blank"><img src="http://www.dreamboxtips.com/wp-content/plugins/bookmark-me/images/facebook.png" style="margin:0;border:0;padding:0"/></a> <a href="http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&u=http%3A%2F%2Fwww.dreamboxtips.com%2Fhow-to-create-a-dm500-or-dm600-pvr-image%2F" target="_blank"><img src="http://www.dreamboxtips.com/wp-content/plugins/bookmark-me/images/yahoo.png" style="margin:0;border:0;padding:0"/></a> <a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwww.dreamboxtips.com%2Fhow-to-create-a-dm500-or-dm600-pvr-image%2F&amp;title=How+to+Create+a+DM500%2B+or+DM600-PVR+Image" target="_blank"><img src="http://www.dreamboxtips.com/wp-content/plugins/bookmark-me/images/google.png" style="margin:0;border:0;padding:0"/></a> <a href="http://cgi.fark.com/cgi/fark/edit.pl?new_url=http%3A%2F%2Fwww.dreamboxtips.com%2Fhow-to-create-a-dm500-or-dm600-pvr-image%2F&amp;new_comment=How+to+Create+a+DM500%2B+or+DM600-PVR+Image" target="_blank"><img src="http://www.dreamboxtips.com/wp-content/plugins/bookmark-me/images/fark.png" style="margin:0;border:0;padding:0"/></a> </p>]]></description>
		<wfw:commentRss>http://www.dreamboxtips.com/how-to-create-a-dm500-or-dm600-pvr-image/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to Find your Dreambox Pin using Tuxbox Commander</title>
		<link>http://www.dreamboxtips.com/how-to-find-your-pin-using-tuxbox-commander/</link>
		<comments>http://www.dreamboxtips.com/how-to-find-your-pin-using-tuxbox-commander/#comments</comments>
		<pubDate>Wed, 23 Apr 2008 00:51:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[General Dreambox Topics]]></category>

		<category><![CDATA[code]]></category>

		<category><![CDATA[dreambox]]></category>

		<category><![CDATA[pic]]></category>

		<guid isPermaLink="false">http://www.dreamboxtips.com/?p=21</guid>
		<description><![CDATA[<div class="diggthisplugin" style="float: right; width: 42px; padding-right: 10px; margin-left: 10px; margin-bottom: 0px;"><iframe src="http://digg.com/tools/diggthis.php?u=http://www.dreamboxtips.com/how-to-find-your-pin-using-tuxbox-commander/&t=How to Find your Dreambox Pin using Tuxbox Commander&k=#FFFFFF" scrolling="no" style="border: none; height: 80px; width: 52px;"></iframe>
		</div><p>For whatever reason, there may be a pin code set on your dreambox.  Sometimes this is done to keep nosey people changing settings and messing things up.  It&#8217;s also used to block certain channels if you don&#8217;t want the kids accessing them (if you know that I mean).</p>
<p>If you forget that pin, usually you would flash an image that you know doesn&#8217;t have the pin code set.</p>
<p>Or&#8230;you can use the tuxbox commander plugin to get the pin.  Most images have this plugin and it&#8217;s accessable via the plugins menu, usually yellow or blue button.</p>
<p>Go to /var/tuxbox/config/enigma&#8230;</p>
<p>There&#8217;s a file called <span style="color: red;">config</span></p>
<p>View it and look for lines like&#8230;</p>
<p>i:/elitedvb/pins/parentallock=<br />
i:/elitedvb/pins/setuplock=</p>
<p>These are hex numbers. Use your windows calculator in <span class="highlight">Scientific</span> mode, click on Hex, enter the value in your file (last 4 numbers, not with the zeros in front of them), click Dec and that will be your pin.</p>
<p>There you go, that was easy! <img src='http://www.dreamboxtips.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>If you need any more help with your dreambox, please visit out <a title="Digital Kaos Dreambox Forum" href="http://www.digital-kaos.co.uk" target="_blank">Dreambox Forum</a>.</p>
<p>Good Luck!</p>
<p class="bookmark-me"><a href="http://www.technorati.com/faves?add=http%3A%2F%2Fwww.dreamboxtips.com%2Fhow-to-find-your-pin-using-tuxbox-commander%2F" target="_blank"><img src="http://www.dreamboxtips.com/wp-content/plugins/bookmark-me/images/technorati.png" style="margin:0;border:0;padding:0"/></a> <a href="http://del.icio.us/post?url=http%3A%2F%2Fwww.dreamboxtips.com%2Fhow-to-find-your-pin-using-tuxbox-commander%2F&amp;title=How+to+Find+your+Dreambox+Pin+using+Tuxbox+Commander" target="_blank"><img src="http://www.dreamboxtips.com/wp-content/plugins/bookmark-me/images/delicious.png" style="margin:0;border:0;padding:0"/></a> <a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.dreamboxtips.com%2Fhow-to-find-your-pin-using-tuxbox-commander%2F&amp;title=How+to+Find+your+Dreambox+Pin+using+Tuxbox+Commander" target="_blank"><img src="http://www.dreamboxtips.com/wp-content/plugins/bookmark-me/images/stumbleupon.png" style="margin:0;border:0;padding:0"/></a> <a href="http://digg.com/submit?url=http%3A%2F%2Fwww.dreamboxtips.com%2Fhow-to-find-your-pin-using-tuxbox-commander%2F&amp;title=How+to+Find+your+Dreambox+Pin+using+Tuxbox+Commander" target="_blank"><img src="http://www.dreamboxtips.com/wp-content/plugins/bookmark-me/images/digg.png" style="margin:0;border:0;padding:0"/></a> <a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.dreamboxtips.com%2Fhow-to-find-your-pin-using-tuxbox-commander%2F&amp;t=How+to+Find+your+Dreambox+Pin+using+Tuxbox+Commander" target="_blank"><img src="http://www.dreamboxtips.com/wp-content/plugins/bookmark-me/images/facebook.png" style="margin:0;border:0;padding:0"/></a> <a href="http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&u=http%3A%2F%2Fwww.dreamboxtips.com%2Fhow-to-find-your-pin-using-tuxbox-commander%2F" target="_blank"><img src="http://www.dreamboxtips.com/wp-content/plugins/bookmark-me/images/yahoo.png" style="margin:0;border:0;padding:0"/></a> <a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwww.dreamboxtips.com%2Fhow-to-find-your-pin-using-tuxbox-commander%2F&amp;title=How+to+Find+your+Dreambox+Pin+using+Tuxbox+Commander" target="_blank"><img src="http://www.dreamboxtips.com/wp-content/plugins/bookmark-me/images/google.png" style="margin:0;border:0;padding:0"/></a> <a href="http://cgi.fark.com/cgi/fark/edit.pl?new_url=http%3A%2F%2Fwww.dreamboxtips.com%2Fhow-to-find-your-pin-using-tuxbox-commander%2F&amp;new_comment=How+to+Find+your+Dreambox+Pin+using+Tuxbox+Commander" target="_blank"><img src="http://www.dreamboxtips.com/wp-content/plugins/bookmark-me/images/fark.png" style="margin:0;border:0;padding:0"/></a> </p>]]></description>
		<wfw:commentRss>http://www.dreamboxtips.com/how-to-find-your-pin-using-tuxbox-commander/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to Connect your Dreambox to your PC</title>
		<link>http://www.dreamboxtips.com/how-to-connect-your-dreambox-to-your-pc/</link>
		<comments>http://www.dreamboxtips.com/how-to-connect-your-dreambox-to-your-pc/#comments</comments>
		<pubDate>Tue, 22 Apr 2008 12:44:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[General Dreambox Topics]]></category>

		<category><![CDATA[connect]]></category>

		<category><![CDATA[dreambox]]></category>

		<category><![CDATA[flashfxp]]></category>

		<category><![CDATA[FTP]]></category>

		<category><![CDATA[PC]]></category>

		<category><![CDATA[tcp/ip]]></category>

		<guid isPermaLink="false">http://www.dreamboxtips.com/?p=20</guid>
		<description><![CDATA[<div class="diggthisplugin" style="float: right; width: 42px; padding-right: 10px; margin-left: 10px; margin-bottom: 0px;"><iframe src="http://digg.com/tools/diggthis.php?u=http://www.dreamboxtips.com/how-to-connect-your-dreambox-to-your-pc/&t=How to Connect your Dreambox to your PC&k=#FFFFFF" scrolling="no" style="border: none; height: 80px; width: 52px;"></iframe>
		</div><p>You might want to connect your dreambox to your PC for a number of reasons; stream MP3s or movies from your PC to the dreambox, record from the dreambox to a shared folder on your PC, to update the image, services or bouquets, etc.</p>
<h3><span style="text-decoration: underline;">What is needed</span></h3>
<p>If your dreambox is going to be connected straight to your PC then you will need a <a title="crossover ethernet cable" href="http://www.homenethelp.com/web/explain/about-ethernet-crossover.asp" target="_blank">crossover ethernet cable</a>.  This is not the same as a standard patch ethernet cable that you get with your router or cable modem, the send and receive wires are crossed, hence the name.  This cable is more commonly used to connect ethernet equipped PCs together without a hub or router.  But we need it to connect to the dreambox as well.</p>
<h3><span style="text-decoration: underline;">Configuring your PC</span></h3>
<p>One side of the crossover cable needs to be connected to your PC, obviously.  Most PCs only have one ethernet connection and it&#8217;s usually used for the internet connection.  It&#8217;s advisable to buy a second network card and keep it solely for the use of the dreambox, these are about £5 from your local computer shop.  But this guide will show you how to connect it to you existing ethernet connection.</p>
<p>I&#8217;m using Windows XP Pro but the steps may be different for other operating systems.</p>
<p>Go to the Control Panel then Network Connections.  Find the ethernet connection that you would use for your internet.  Right click it and select Properties.  Scroll down to &#8216;Internet Protocol (TCP/IP)&#8217; and select Properties.  If you do use this connection for your internet then it should have the &#8216;Obtain an ip address automatically&#8217; selected.  Change the settings so that it looks like this&#8230;</p>
<p><img style="vertical-align: middle;" src="http://www.imagehosting.com/out.php/i1712156_tcpip.JPG" alt="TCP/IP settings" width="404" height="455" /></p>
<p>Select OK and reboot your PC.  Remember at this point you will not have any internet access so make sure you have a copy of all the guides and tools that you need.  Or connect your modem via USB.</p>
<h3><span style="text-decoration: underline;">Configuring your Dreambox</span></h3>
<p>I will use an enigma image in this example, neutrino can also be used and the same values should be used although the menus may look different and be in a different place.</p>
<p>Go to <strong>Menu</strong> &gt; <strong>Setup</strong> &gt; <strong>Expert Setup</strong> &gt; <strong>Communication Setup</strong></p>
<p>Change the settings to look like this&#8230;</p>
<p><img style="vertical-align: middle;" src="http://www.imagehosting.com/out.php/i1712256_dreamboxip.jpg" alt="dreambox ip " width="720" height="576" /></p>
<p>Select Save and exit from the other menus.</p>
<h3><span style="text-decoration: underline;">Connecting to the Dreambox</span></h3>
<p>To connect to the dreambox we are going to use an FTP Client.  There are many programs available for this, FlashFXP, CuteFTP, Filezilla and SmartFTP are some examples.  For this guide we are going to use <a title="FlashFXP" href="http://www.digital-kaos.co.uk/forums/downloads.php?do=file&amp;id=84" target="_blank">FlashFXP</a>.</p>
<p>Once you&#8217;ve downloaded it, run the flashfxp.exe file and the program will load.</p>
<p>In the left window is where the dreambox file system will appear after we connect.  In the right window is your PC file system.  Treat both windows like any other windows explorer window.  To transfer files between the dreambx and PC, cimply drag the file from one window to the other and wait for it to transfer.  The bottom left window shows a history of the files transferred and the progress of current files during transfer.</p>
<p>Near the top, on the toolbar, you should see an icon with a lightening strike on it, click it and choose &#8216;Quick connect&#8217; (you can also press F8 on your keyboard).  Configure the options to look like this&#8230;</p>
<p><img style="vertical-align: middle;" src="http://www.imagehosting.com/out.php/i1712225_flashfxpconnect.JPG" alt="drambox ip settings" width="432" height="300" /></p>
<p>Server or URL: <strong>192.168.1.101</strong></p>
<p>Username: <strong>root</strong></p>
<p>Password: <strong>dreambox</strong></p>
<p>Port: <strong>21</strong></p>
<p>Click Connect.</p>
<p>You should now see the file system of the dreambox on the left, i.e. /bin, /dev, /etc, /hdd, /sbin, /var, etc etc.</p>
<p><span style="text-decoration: underline;"><strong>Congratulations - you are now connected to your dreambox.</strong></span></p>
<p>If you need any help with this guide, please visit our <a title="Dreambox Forum" href="http://www.digital-kaos.co.uk" target="_blank">Dreambox Forum</a>.</p>
<p>Good Luck!</p>
<p class="bookmark-me"><a href="http://www.technorati.com/faves?add=http%3A%2F%2Fwww.dreamboxtips.com%2Fhow-to-connect-your-dreambox-to-your-pc%2F" target="_blank"><img src="http://www.dreamboxtips.com/wp-content/plugins/bookmark-me/images/technorati.png" style="margin:0;border:0;padding:0"/></a> <a href="http://del.icio.us/post?url=http%3A%2F%2Fwww.dreamboxtips.com%2Fhow-to-connect-your-dreambox-to-your-pc%2F&amp;title=How+to+Connect+your+Dreambox+to+your+PC" target="_blank"><img src="http://www.dreamboxtips.com/wp-content/plugins/bookmark-me/images/delicious.png" style="margin:0;border:0;padding:0"/></a> <a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.dreamboxtips.com%2Fhow-to-connect-your-dreambox-to-your-pc%2F&amp;title=How+to+Connect+your+Dreambox+to+your+PC" target="_blank"><img src="http://www.dreamboxtips.com/wp-content/plugins/bookmark-me/images/stumbleupon.png" style="margin:0;border:0;padding:0"/></a> <a href="http://digg.com/submit?url=http%3A%2F%2Fwww.dreamboxtips.com%2Fhow-to-connect-your-dreambox-to-your-pc%2F&amp;title=How+to+Connect+your+Dreambox+to+your+PC" target="_blank"><img src="http://www.dreamboxtips.com/wp-content/plugins/bookmark-me/images/digg.png" style="margin:0;border:0;padding:0"/></a> <a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.dreamboxtips.com%2Fhow-to-connect-your-dreambox-to-your-pc%2F&amp;t=How+to+Connect+your+Dreambox+to+your+PC" target="_blank"><img src="http://www.dreamboxtips.com/wp-content/plugins/bookmark-me/images/facebook.png" style="margin:0;border:0;padding:0"/></a> <a href="http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&u=http%3A%2F%2Fwww.dreamboxtips.com%2Fhow-to-connect-your-dreambox-to-your-pc%2F" target="_blank"><img src="http://www.dreamboxtips.com/wp-content/plugins/bookmark-me/images/yahoo.png" style="margin:0;border:0;padding:0"/></a> <a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwww.dreamboxtips.com%2Fhow-to-connect-your-dreambox-to-your-pc%2F&amp;title=How+to+Connect+your+Dreambox+to+your+PC" target="_blank"><img src="http://www.dreamboxtips.com/wp-content/plugins/bookmark-me/images/google.png" style="margin:0;border:0;padding:0"/></a> <a href="http://cgi.fark.com/cgi/fark/edit.pl?new_url=http%3A%2F%2Fwww.dreamboxtips.com%2Fhow-to-connect-your-dreambox-to-your-pc%2F&amp;new_comment=How+to+Connect+your+Dreambox+to+your+PC" target="_blank"><img src="http://www.dreamboxtips.com/wp-content/plugins/bookmark-me/images/fark.png" style="margin:0;border:0;padding:0"/></a> </p>]]></description>
		<wfw:commentRss>http://www.dreamboxtips.com/how-to-connect-your-dreambox-to-your-pc/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to JTAG a DM500</title>
		<link>http://www.dreamboxtips.com/how-to-jtag-a-dm500/</link>
		<comments>http://www.dreamboxtips.com/how-to-jtag-a-dm500/#comments</comments>
		<pubDate>Mon, 21 Apr 2008 06:44:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[General Dreambox Topics]]></category>

		<category><![CDATA[dm500]]></category>

		<category><![CDATA[dreambox]]></category>

		<category><![CDATA[dreamflash]]></category>

		<category><![CDATA[JTAG]]></category>

		<guid isPermaLink="false">http://www.dreamboxtips.com/?p=19</guid>
		<description><![CDATA[<div class="diggthisplugin" style="float: right; width: 42px; padding-right: 10px; margin-left: 10px; margin-bottom: 0px;"><iframe src="http://digg.com/tools/diggthis.php?u=http://www.dreamboxtips.com/how-to-jtag-a-dm500/&t=How to JTAG a DM500&k=#FFFFFF" scrolling="no" style="border: none; height: 80px; width: 52px;"></iframe>
		</div><p><span style="text-decoration: underline;">Thanks to FME_fta for this guide.</span></p>
<p>So that the program Dreamflash v0.1 DanMark works (tested personally) with jtag, the jtag can only have resistences and they can&#8217;t have more than 10cm.</p>
<p>The connections are:</p>
<p>LPT&#8212;&#8212;&#8212;&#8212;&#8211;&gt; Dreambox/Clone</p>
<p>2 &#8211;&gt; 100 ohms &#8211;&gt; 11 ( Halt)</p>
<p>3 &#8211;&gt; 100 ohms &#8211;&gt; 9 ( Tms )</p>
<p>4 &#8211;&gt; 100 ohms &#8211;&gt; 7 ( Tck )</p>
<p>5 &#8211;&gt; 100 ohms &#8211;&gt; 3 ( Tdi )</p>
<p>11 &#8211;&gt; 100 ohms &#8211;&gt; 1 ( Tdo )</p>
<p>25 &#8212;&#8212;&#8212;&#8212;&#8212;&#8212; 16 ( Ground)</p>
<p>Th pins 18, 19, 20, 21, 22, 23, 24 e 25 of the port LPT must be shunted between themselves, like commercial jtags has.</p>
<p><a title="Click here for JTAG pinout" href="http://www.digital-kaos.co.uk/forums/attachment.php?attachmentid=315&amp;d=1208759899" target="_blank">Click here for JTAG pinout</a></p>
<p><a title="JTAG locations" href="http://www.digital-kaos.co.uk/forums/attachment.php?attachmentid=314&amp;d=1208759892" target="_blank">Click here for JTAG locations</a></p>
<p>Now, The science of the thing (thanks to Matrix10 tip) is doing the connect and turn on the box at the same time.</p>
<p>With the tests done I&#8217;ve understood better how it works great:</p>
<p>The secret is in 1º do connect to the program and then turn on the clone, but with a certain delay. This delay depends on the speed of your CPU, the faster CPU&#8217;s, minor the time/delay (between 0 e 1 seconds).</p>
<p>Change the priority of the program <a title="jtag_windows" href="http://www.digital-kaos.co.uk/forums/downloads.php?do=file&amp;id=193" target="_blank">jtag_windows.exe</a> on the task manager for the real time which must turn more real the delay itself, once the program will give maximum priority of the use of the CPU.</p>
<p>About the timming, if it shows you only &#8220;ERROR:register test failded&#8221; then the jtag is ok, but you have turned on the box sooner then expected, if it shows you the 4 times &#8220;ERROR: communication with LPT/JTAG&#8221;, then you must turn on the box sooner, or the jtag isn&#8217;t ok.</p>
<p>Remmember that you must connect the box always after making connect on the program.</p>
<p>After you must warp/straight the pins on the adaptor switch of the box, so it fits faster on the electric switch.</p>
<p>By end, you must use an electric switch easy to fit, I have used one triple (from the bad ones), but I had to dismount it and press their electric pins to don&#8217;t make bad contact.</p>
<p>When doing &#8220;write&#8221; the program sends immediately the boot, that is the file &#8220;blimg&#8221;.</p>
<p>The file present in this attachment is the boot of a DM500 and tunner ALPS of CRC-32 9055B110, once again thanks Matrix10, because I&#8217;ve tested a boot that were supposed to be for the DM500 and ALPS and it didn&#8217;t worked, and this one in the attachment is guaranteed it works.</p>
<p>After sending the boot of 128KB by Jtag, you can turn on the box with dreamup and by rs232 send an image (with exception of Gemini 4.3.1 because some people say it kills clones&#8230; )</p>
<p>All programs and files are available on our <a title="JTAG Dreambox" href="http://www.digital-kaos.co.uk/forums/showthread.php?t=1954" target="_blank">Dreambox Forum</a>.</p>
<p class="bookmark-me"><a href="http://www.technorati.com/faves?add=http%3A%2F%2Fwww.dreamboxtips.com%2Fhow-to-jtag-a-dm500%2F" target="_blank"><img src="http://www.dreamboxtips.com/wp-content/plugins/bookmark-me/images/technorati.png" style="margin:0;border:0;padding:0"/></a> <a href="http://del.icio.us/post?url=http%3A%2F%2Fwww.dreamboxtips.com%2Fhow-to-jtag-a-dm500%2F&amp;title=How+to+JTAG+a+DM500" target="_blank"><img src="http://www.dreamboxtips.com/wp-content/plugins/bookmark-me/images/delicious.png" style="margin:0;border:0;padding:0"/></a> <a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.dreamboxtips.com%2Fhow-to-jtag-a-dm500%2F&amp;title=How+to+JTAG+a+DM500" target="_blank"><img src="http://www.dreamboxtips.com/wp-content/plugins/bookmark-me/images/stumbleupon.png" style="margin:0;border:0;padding:0"/></a> <a href="http://digg.com/submit?url=http%3A%2F%2Fwww.dreamboxtips.com%2Fhow-to-jtag-a-dm500%2F&amp;title=How+to+JTAG+a+DM500" target="_blank"><img src="http://www.dreamboxtips.com/wp-content/plugins/bookmark-me/images/digg.png" style="margin:0;border:0;padding:0"/></a> <a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.dreamboxtips.com%2Fhow-to-jtag-a-dm500%2F&amp;t=How+to+JTAG+a+DM500" target="_blank"><img src="http://www.dreamboxtips.com/wp-content/plugins/bookmark-me/images/facebook.png" style="margin:0;border:0;padding:0"/></a> <a href="http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&u=http%3A%2F%2Fwww.dreamboxtips.com%2Fhow-to-jtag-a-dm500%2F" target="_blank"><img src="http://www.dreamboxtips.com/wp-content/plugins/bookmark-me/images/yahoo.png" style="margin:0;border:0;padding:0"/></a> <a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwww.dreamboxtips.com%2Fhow-to-jtag-a-dm500%2F&amp;title=How+to+JTAG+a+DM500" target="_blank"><img src="http://www.dreamboxtips.com/wp-content/plugins/bookmark-me/images/google.png" style="margin:0;border:0;padding:0"/></a> <a href="http://cgi.fark.com/cgi/fark/edit.pl?new_url=http%3A%2F%2Fwww.dreamboxtips.com%2Fhow-to-jtag-a-dm500%2F&amp;new_comment=How+to+JTAG+a+DM500" target="_blank"><img src="http://www.dreamboxtips.com/wp-content/plugins/bookmark-me/images/fark.png" style="margin:0;border:0;padding:0"/></a> </p>]]></description>
		<wfw:commentRss>http://www.dreamboxtips.com/how-to-jtag-a-dm500/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to set up a Mount for Direct Recording</title>
		<link>http://www.dreamboxtips.com/how-to-set-up-a-mount-for-direct-recording/</link>
		<comments>http://www.dreamboxtips.com/how-to-set-up-a-mount-for-direct-recording/#comments</comments>
		<pubDate>Tue, 08 Apr 2008 05:05:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[General Dreambox Topics]]></category>

		<category><![CDATA[/hdd/movie]]></category>

		<category><![CDATA[direct]]></category>

		<category><![CDATA[mount]]></category>

		<category><![CDATA[NAS]]></category>

		<category><![CDATA[recording]]></category>

		<guid isPermaLink="false">http://www.dreamboxtips.com/?p=18</guid>
		<description><![CDATA[<div class="diggthisplugin" style="float: right; width: 42px; padding-right: 10px; margin-left: 10px; margin-bottom: 0px;"><iframe src="http://digg.com/tools/diggthis.php?u=http://www.dreamboxtips.com/how-to-set-up-a-mount-for-direct-recording/&t=How to set up a Mount for Direct Recording&k=#FFFFFF" scrolling="no" style="border: none; height: 80px; width: 52px;"></iframe>
		</div><p><span style="font-size: medium;"><span style="color: red;"><span style="text-decoration: underline;"><strong>How Do I Setup A Mount for Direct Recording?</strong></span></span></span></p>
<p><strong> This guide will outline how to setup mounts for direct recording.</strong></p>
<p><strong>We will assume that the dreambox is setup and you are able to connect via FTP/Telnet and can access the web interface.</strong></p>
<p><strong>Whether we are mounting to a PC or a NAS, we will need a shared folder to record to.  For these examples we will use Recordings.</strong></p>
<p><span style="font-size: small;"><span style="color: red;"><span style="text-decoration: underline;"><strong> To share the folder&#8230;</strong></span></span></span></p>
<ul>
<li><strong> Right click the folder and select Sharing and Security</strong></li>
<li><strong> Check the box that says Share this folder on a network</strong></li>
<li><strong> Check the box that says Allow network users to change my files</strong></li>
<li><strong> The Share name: should be the same as the name of the folder</strong></li>
</ul>
<p><strong><br />
Enable <span style="text-decoration: underline;">File and Printer Sharing</span> on the PC hosting the shared folder.</strong></p>
<ul>
<li><strong> Open the Control Panel and select Network Connections</strong></li>
<li><strong> Right click the network card and select properties</strong></li>
<li><strong> Check the box next to File and Printer Sharing for Microsoft Networks</strong></li>
<li><strong> Select OK and close Control Panel</strong></li>
</ul>
<p><strong><br />
<span style="font-size: small;"><span style="color: red;"><span style="text-decoration: underline;"> Direct Recording to a PC</span></span></span></strong></p>
<p><strong>Using the remote select MENU &gt; SETUP &gt; EXPERT SETUP &gt; COMMUNICATION SETUP &gt; MOUNTS</strong></p>
<p><span style="color: blue;"><strong> IP:</strong></span><strong> &lt;ip.address.of.pc&gt;<br />
Select CIFS form the pulldown menu on the right hand side<br />
<span style="color: blue;"> Dir:</span> &lt;name of shared folder on pc&gt;&lt;press <span style="color: yellow;">yellow</span> for capital letters&gt;<br />
<span style="color: blue;"> LocalDir:</span> /hdd/movie<br />
<span style="color: blue;"> Options:</span> rw,soft,udp,nolock<br />
<span style="color: blue;"> Extra:</span> nolock,rsize=8192,wsize=8192<br />
<span style="color: blue;"> User:</span> &lt;account on pc&gt;<br />
<span style="color: blue;"> Password:</span> &lt;password on account, if no password leave blank&gt;<br />
Select Automount<br />
Select Mount</strong></p>
<p><strong><img src="http://www.imagehosting.com/out.php/i172188_mount2.JPG" border="0" alt="" /></strong></p>
<p><strong>A message should appear saying CIFS mount OK!</strong></p>
<p><strong>Save settings and exit from all the menus.</strong></p>
<ul>
<li><strong> To start direct recording, select Start Direct Recording from the <span style="color: blue;">Blue Button</span> menu. </strong></li>
</ul>
<p><strong><em>This may vary depending on what image you are using.</em><br />
</strong></p>
<ul>
<li><strong> To stop direct recording, select Stop Direct Recording from the <span style="color: blue;">Blue Button</span> menu.</strong></li>
</ul>
<p><strong><br />
Check your shared folder on the PC and hopefully you should have a recording.<br />
<span style="font-size: small;"><span style="color: red;"><span style="text-decoration: underline;"><br />
Direct Recording to a NAS Drive</span></span></span></strong></p>
<p><strong>Open your browser and enter the ip address of your dreambox into the address bar. This should bring up the web interface. To mount to a Samba share we have to use the web interface and not the remote menus.</strong></p>
<p><strong>Select CONFIG &gt; MOUNT MANAGER &gt; ADD</strong></p>
<p><strong>Fill in the settings to match your network</strong></p>
<p><strong><img src="http://www.imagehosting.com/out.php/i1712274_mountwebif.JPG" border="0" alt="" /></strong></p>
<p><strong>The User Name: will be the admin account on the NAS&#8230;usually admin.<br />
The Password: will be the admin password on the NAS&#8230;usually admin. <em><br />
(I would advise changing this in the NAS web interface to something other than admin)</em><br />
If you have given the Recordings folder a password of it&#8217;s own, you will need to use this in the mount settings.</strong></p>
<p><strong>Select Save.</strong></p>
<p><strong>Click Mount and if all is correct a <span style="color: seagreen;">GREEN</span> tick should appear.  This can take about 10 seconds to mount.<br />
</strong></p>
<ul>
<li><strong>To start direct recording, select Start Direct Recording from the <span style="color: blue;">Blue Button</span> menu. </strong></li>
</ul>
<p><strong><em>This may vary depending on what image you are using.</em><br />
</strong></p>
<ul>
<li><strong> To stop direct recording, select Stop Direct Recording from the <span style="color: blue;">Blue Button</span> menu.</strong></li>
</ul>
<p><strong> Check your shared folder on the NAS and hopefully you should have a recording.</strong></p>
<p><span style="font-size: small;"><span style="color: red;"><span style="text-decoration: underline;"><strong>To Playback Your Recording</strong></span></span></span></p>
<p><strong>Using the remote select MENU &gt; FILE MODE &gt;RECORDED MOVIES</strong></p>
<p><strong>A list of your recordings should come up.<br />
Highlight the recording and press OK to start.</strong></p>
<p><strong>Good Luck!</strong></p>
<p><strong>If you have any questions, please visit our <a title="Digital Kaos Forums" href="http://www.digital-kaos.co.uk" target="_blank">Dreambox Forum</a>.</strong></p>
<p class="bookmark-me"><a href="http://www.technorati.com/faves?add=http%3A%2F%2Fwww.dreamboxtips.com%2Fhow-to-set-up-a-mount-for-direct-recording%2F" target="_blank"><img src="http://www.dreamboxtips.com/wp-content/plugins/bookmark-me/images/technorati.png" style="margin:0;border:0;padding:0"/></a> <a href="http://del.icio.us/post?url=http%3A%2F%2Fwww.dreamboxtips.com%2Fhow-to-set-up-a-mount-for-direct-recording%2F&amp;title=How+to+set+up+a+Mount+for+Direct+Recording" target="_blank"><img src="http://www.dreamboxtips.com/wp-content/plugins/bookmark-me/images/delicious.png" style="margin:0;border:0;padding:0"/></a> <a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.dreamboxtips.com%2Fhow-to-set-up-a-mount-for-direct-recording%2F&amp;title=How+to+set+up+a+Mount+for+Direct+Recording" target="_blank"><img src="http://www.dreamboxtips.com/wp-content/plugins/bookmark-me/images/stumbleupon.png" style="margin:0;border:0;padding:0"/></a> <a href="http://digg.com/submit?url=http%3A%2F%2Fwww.dreamboxtips.com%2Fhow-to-set-up-a-mount-for-direct-recording%2F&amp;title=How+to+set+up+a+Mount+for+Direct+Recording" target="_blank"><img src="http://www.dreamboxtips.com/wp-content/plugins/bookmark-me/images/digg.png" style="margin:0;border:0;padding:0"/></a> <a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.dreamboxtips.com%2Fhow-to-set-up-a-mount-for-direct-recording%2F&amp;t=How+to+set+up+a+Mount+for+Direct+Recording" target="_blank"><img src="http://www.dreamboxtips.com/wp-content/plugins/bookmark-me/images/facebook.png" style="margin:0;border:0;padding:0"/></a> <a href="http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&u=http%3A%2F%2Fwww.dreamboxtips.com%2Fhow-to-set-up-a-mount-for-direct-recording%2F" target="_blank"><img src="http://www.dreamboxtips.com/wp-content/plugins/bookmark-me/images/yahoo.png" style="margin:0;border:0;padding:0"/></a> <a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwww.dreamboxtips.com%2Fhow-to-set-up-a-mount-for-direct-recording%2F&amp;title=How+to+set+up+a+Mount+for+Direct+Recording" target="_blank"><img src="http://www.dreamboxtips.com/wp-content/plugins/bookmark-me/images/google.png" style="margin:0;border:0;padding:0"/></a> <a href="http://cgi.fark.com/cgi/fark/edit.pl?new_url=http%3A%2F%2Fwww.dreamboxtips.com%2Fhow-to-set-up-a-mount-for-direct-recording%2F&amp;new_comment=How+to+set+up+a+Mount+for+Direct+Recording" target="_blank"><img src="http://www.dreamboxtips.com/wp-content/plugins/bookmark-me/images/fark.png" style="margin:0;border:0;padding:0"/></a> </p>]]></description>
		<wfw:commentRss>http://www.dreamboxtips.com/how-to-set-up-a-mount-for-direct-recording/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Flashing a Dreambox Image using Telnet</title>
		<link>http://www.dreamboxtips.com/flashing-a-dreambox-image-using-telnet/</link>
		<comments>http://www.dreamboxtips.com/flashing-a-dreambox-image-using-telnet/#comments</comments>
		<pubDate>Tue, 08 Apr 2008 04:48:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[General Dreambox Topics]]></category>

		<category><![CDATA[backup.img]]></category>

		<category><![CDATA[flash]]></category>

		<category><![CDATA[FTP]]></category>

		<category><![CDATA[image]]></category>

		<category><![CDATA[img]]></category>

		<category><![CDATA[telnet]]></category>

		<guid isPermaLink="false">http://www.dreamboxtips.com/?p=17</guid>
		<description><![CDATA[<div class="diggthisplugin" style="float: right; width: 42px; padding-right: 10px; margin-left: 10px; margin-bottom: 0px;"><iframe src="http://digg.com/tools/diggthis.php?u=http://www.dreamboxtips.com/flashing-a-dreambox-image-using-telnet/&t=Flashing a Dreambox Image using Telnet&k=#FFFFFF" scrolling="no" style="border: none; height: 80px; width: 52px;"></iframe>
		</div><h4><span style="color: #ff0000;"><span style="text-decoration: underline;"><strong>To flash an image using Telnet</strong></span></span></h4>
<p>This method will only work with a .img image file.</p>
<ul>
<li>Rename the image file to backup.img</li>
<li>FTP the image file to the /tmp folder on the dreambox</li>
<li>Telnet to your box and paste the following command:</li>
</ul>
<blockquote>
<div style="text-align: left;"><span style="color: red;">cd /tmp &amp;&amp; eraseall /dev/mtd/3 &amp;&amp; cp backup.img /dev/mtd/3 &amp;&amp; reboot</span></div>
</blockquote>
<p><em>To telnet, click <span style="color: red;">START</span> &gt; <span style="color: red;">RUN</span> and type <span style="color: red;">Telnet ip.address.of.dreambox</span></em> <em>A command window will appear, enter username <span style="color: red;">root</span> and password <span style="color: red;">dreambox</span>.</em></p>
<h4><span style="text-decoration: underline;"><strong><span style="color: #ff0000;">To backup an image using Telnet</span> </strong></span></h4>
<ul>
<li>Telnet to the box and paste the following command:</li>
</ul>
<blockquote>
<div><span style="color: red;">cat /dev/mtd/3 &gt; /tmp/backup.img</span></div>
</blockquote>
<ul>
<li>FTP to the box and navigate to the /tmp</li>
<li>Here you will find the backup.img file.</li>
</ul>
<h4><span style="color: #ff0000;"><span style="text-decoration: underline;"><strong>How to copy an image from your PC to the Dreambox via Telnet</strong></span></span></h4>
<p>First of all, you need to have a mounted directory from your PC. Make sure you have the image.img file in your mounted directory on your PC.  Telnet to the dreambox and paste this command:</p>
<blockquote><p><span style="color: red;"> cp /hdd/movie/image.img /tmp/image.img</span></p></blockquote>
<p>The img will be copied from your mounted directory to the /tmp folder on the dreambox ready to be flashed.  Good Luck!  If you have any questions, please visit our <a title="Digital Kaos Forums" href="http://www.digital-kaos.co.uk/forums" target="_blank"><strong>Dreambox Forum</strong></a>.</p>
<p class="bookmark-me"><a href="http://www.technorati.com/faves?add=http%3A%2F%2Fwww.dreamboxtips.com%2Fflashing-a-dreambox-image-using-telnet%2F" target="_blank"><img src="http://www.dreamboxtips.com/wp-content/plugins/bookmark-me/images/technorati.png" style="margin:0;border:0;padding:0"/></a> <a href="http://del.icio.us/post?url=http%3A%2F%2Fwww.dreamboxtips.com%2Fflashing-a-dreambox-image-using-telnet%2F&amp;title=Flashing+a+Dreambox+Image+using+Telnet" target="_blank"><img src="http://www.dreamboxtips.com/wp-content/plugins/bookmark-me/images/delicious.png" style="margin:0;border:0;padding:0"/></a> <a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.dreamboxtips.com%2Fflashing-a-dreambox-image-using-telnet%2F&amp;title=Flashing+a+Dreambox+Image+using+Telnet" target="_blank"><img src="http://www.dreamboxtips.com/wp-content/plugins/bookmark-me/images/stumbleupon.png" style="margin:0;border:0;padding:0"/></a> <a href="http://digg.com/submit?url=http%3A%2F%2Fwww.dreamboxtips.com%2Fflashing-a-dreambox-image-using-telnet%2F&amp;title=Flashing+a+Dreambox+Image+using+Telnet" target="_blank"><img src="http://www.dreamboxtips.com/wp-content/plugins/bookmark-me/images/digg.png" style="margin:0;border:0;padding:0"/></a> <a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.dreamboxtips.com%2Fflashing-a-dreambox-image-using-telnet%2F&amp;t=Flashing+a+Dreambox+Image+using+Telnet" target="_blank"><img src="http://www.dreamboxtips.com/wp-content/plugins/bookmark-me/images/facebook.png" style="margin:0;border:0;padding:0"/></a> <a href="http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&u=http%3A%2F%2Fwww.dreamboxtips.com%2Fflashing-a-dreambox-image-using-telnet%2F" target="_blank"><img src="http://www.dreamboxtips.com/wp-content/plugins/bookmark-me/images/yahoo.png" style="margin:0;border:0;padding:0"/></a> <a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwww.dreamboxtips.com%2Fflashing-a-dreambox-image-using-telnet%2F&amp;title=Flashing+a+Dreambox+Image+using+Telnet" target="_blank"><img src="http://www.dreamboxtips.com/wp-content/plugins/bookmark-me/images/google.png" style="margin:0;border:0;padding:0"/></a> <a href="http://cgi.fark.com/cgi/fark/edit.pl?new_url=http%3A%2F%2Fwww.dreamboxtips.com%2Fflashing-a-dreambox-image-using-telnet%2F&amp;new_comment=Flashing+a+Dreambox+Image+using+Telnet" target="_blank"><img src="http://www.dreamboxtips.com/wp-content/plugins/bookmark-me/images/fark.png" style="margin:0;border:0;padding:0"/></a> </p>]]></description>
		<wfw:commentRss>http://www.dreamboxtips.com/flashing-a-dreambox-image-using-telnet/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Services and Bouquets</title>
		<link>http://www.dreamboxtips.com/services-and-bouquets/</link>
		<comments>http://www.dreamboxtips.com/services-and-bouquets/#comments</comments>
		<pubDate>Tue, 08 Apr 2008 04:42:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[General Dreambox Topics]]></category>

		<category><![CDATA[bouquets]]></category>

		<category><![CDATA[enigma]]></category>

		<category><![CDATA[neutrino]]></category>

		<category><![CDATA[services]]></category>

		<category><![CDATA[ubouquet]]></category>

		<category><![CDATA[userbouquet]]></category>

		<category><![CDATA[zapit]]></category>

		<guid isPermaLink="false">http://www.dreamboxtips.com/?p=16</guid>
		<description><![CDATA[<div class="diggthisplugin" style="float: right; width: 42px; padding-right: 10px; margin-left: 10px; margin-bottom: 0px;"><iframe src="http://digg.com/tools/diggthis.php?u=http://www.dreamboxtips.com/services-and-bouquets/&t=Services and Bouquets&k=#FFFFFF" scrolling="no" style="border: none; height: 80px; width: 52px;"></iframe>
		</div><h4><span style="color: #ff0000;"><span style="text-decoration: underline;"><strong>Services and Bouquets</strong></span></span></h4>
<p>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&#8217;s no need to copy over additional services files.</p>
<p>So you&#8217;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&#8217;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.</p>
<h4><span style="color: #ff0000;"><span style="text-decoration: underline;"><strong>Enigma</strong></span></span></h4>
<p>With enigma images, the services file doesn&#8217;t have an extention and is stored in the following location:</p>
<p>services - /var/tuxbox/config/enigma</p>
<p>With enigma, each bouquet you create has it&#8217;s own userbouquet file.  These files are stored in:</p>
<p>userbouquet.*****.tv - /var/tuxbox/config/enigma/cable</p>
<p>There&#8217;s also a file called bouquets (without extention) in /var/tuxbox/config/enigma that you want to backup as well.</p>
<p>So when you&#8217;re backing them up to your PC you want to copy the &#8217;services&#8217; and &#8216;bouquets&#8217; files from ../enigma and all the &#8216;userbouquet&#8217; files from ../enigma/cable folder.</p>
<p>Once you&#8217;ve copied them back to your dreambox, use the browser reload commands below. They won&#8217;t take effect unless they are reloaded.<br />
Some images may have a &#8216;ReloadChannels&#8217; option, usually in the BLUE button menu or User Features menu, this can also be used to reload the channels.</p>
<h4><span style="color: #ff0000;"><span style="text-decoration: underline;"><strong>Neutrino</strong></span></span></h4>
<p>With neutrino images, the file system is more like the dbox2.</p>
<p>services.xml - /var/tuxbox/config/zapit<br />
ubouquets.xml - /var/tuxbox/config/zapit</p>
<p>All your bouquets are stored in the ubouquet.xml file instead of an individual file in enigma.</p>
<p>Same as above, you will need to reload the channels before they will take effect. On neutrino images, there&#8217;s usually an option in the Services Menu to reload channels.</p>
<div>
<h4><span style="color: #ff0000;"><span style="text-decoration: underline;"><strong>Reloading Services and Bouquets after transferring (using Enigma/Gemini)</strong></span></span></h4>
<p><span style="color: black;">Once you have transfered your backed up services and bouquets to /var/tuxbox/config/enigma, follow these instructions.</span></p>
<p><span style="color: black;"><strong>To reload services&#8230;</strong></span></p>
<p><span style="color: black;">Open web browser and paste the following command into the address bar:</span></p>
<blockquote><p><span style="color: black;"><span style="color: red;">http://192.168.xxx.xxx/cgi-bin/reloadSettings</span></span></p></blockquote>
</div>
<div>(replace x with your own ip address)</div>
<div>
</div>
<div></div>
<div><strong>To reload bouquets&#8230;</strong>Open web browser and paste the following command into the address bar:</div>
<div>
<blockquote><p><span style="color: red;">http://192.168.xxx.xxx/cgi-bin/reloadUserBouquets</span></p></blockquote>
<p>Good Luck!</p>
<p>If you have any questions, please visit out <a title="Digital Kaos Forums" href="http://www.digital-kaos.co.uk/forums" target="_blank"><strong>Dreambox Forum</strong></a>.</p>
</div>
<p class="bookmark-me"><a href="http://www.technorati.com/faves?add=http%3A%2F%2Fwww.dreamboxtips.com%2Fservices-and-bouquets%2F" target="_blank"><img src="http://www.dreamboxtips.com/wp-content/plugins/bookmark-me/images/technorati.png" style="margin:0;border:0;padding:0"/></a> <a href="http://del.icio.us/post?url=http%3A%2F%2Fwww.dreamboxtips.com%2Fservices-and-bouquets%2F&amp;title=Services+and+Bouquets" target="_blank"><img src="http://www.dreamboxtips.com/wp-content/plugins/bookmark-me/images/delicious.png" style="margin:0;border:0;padding:0"/></a> <a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.dreamboxtips.com%2Fservices-and-bouquets%2F&amp;title=Services+and+Bouquets" target="_blank"><img src="http://www.dreamboxtips.com/wp-content/plugins/bookmark-me/images/stumbleupon.png" style="margin:0;border:0;padding:0"/></a> <a href="http://digg.com/submit?url=http%3A%2F%2Fwww.dreamboxtips.com%2Fservices-and-bouquets%2F&amp;title=Services+and+Bouquets" target="_blank"><img src="http://www.dreamboxtips.com/wp-content/plugins/bookmark-me/images/digg.png" style="margin:0;border:0;padding:0"/></a> <a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.dreamboxtips.com%2Fservices-and-bouquets%2F&amp;t=Services+and+Bouquets" target="_blank"><img src="http://www.dreamboxtips.com/wp-content/plugins/bookmark-me/images/facebook.png" style="margin:0;border:0;padding:0"/></a> <a href="http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&u=http%3A%2F%2Fwww.dreamboxtips.com%2Fservices-and-bouquets%2F" target="_blank"><img src="http://www.dreamboxtips.com/wp-content/plugins/bookmark-me/images/yahoo.png" style="margin:0;border:0;padding:0"/></a> <a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwww.dreamboxtips.com%2Fservices-and-bouquets%2F&amp;title=Services+and+Bouquets" target="_blank"><img src="http://www.dreamboxtips.com/wp-content/plugins/bookmark-me/images/google.png" style="margin:0;border:0;padding:0"/></a> <a href="http://cgi.fark.com/cgi/fark/edit.pl?new_url=http%3A%2F%2Fwww.dreamboxtips.com%2Fservices-and-bouquets%2F&amp;new_comment=Services+and+Bouquets" target="_blank"><img src="http://www.dreamboxtips.com/wp-content/plugins/bookmark-me/images/fark.png" style="margin:0;border:0;padding:0"/></a> </p>]]></description>
		<wfw:commentRss>http://www.dreamboxtips.com/services-and-bouquets/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Creating your own Dreambox Boot Logo</title>
		<link>http://www.dreamboxtips.com/creating-your-own-boot-logo/</link>
		<comments>http://www.dreamboxtips.com/creating-your-own-boot-logo/#comments</comments>
		<pubDate>Thu, 03 Apr 2008 10:36:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Dreambox Development]]></category>

		<category><![CDATA[bild]]></category>

		<category><![CDATA[boot]]></category>

		<category><![CDATA[dreambox]]></category>

		<category><![CDATA[logo]]></category>

		<category><![CDATA[startup]]></category>

		<category><![CDATA[TMPGEnc]]></category>

		<guid isPermaLink="false">http://www.dreamboxtips.com/?p=15</guid>
		<description><![CDATA[<div class="diggthisplugin" style="float: right; width: 42px; padding-right: 10px; margin-left: 10px; margin-bottom: 0px;"><iframe src="http://digg.com/tools/diggthis.php?u=http://www.dreamboxtips.com/creating-your-own-boot-logo/&t=Creating your own Dreambox Boot Logo&k=#FFFFFF" scrolling="no" style="border: none; height: 80px; width: 52px;"></iframe>
		</div><p>How to create your own startup, shutdown, radio, scan and mp3 logos</p>
<p>The dimension of these pictures must be <strong>720&#215;576</strong> pixels in PAL format.<br />
Path where the boot image is stored is /root/platform/kernel and is called <strong>bild</strong>.<br />
Path where the other pictures are stored is /var/tuxbox/config/enigma/pictures.</p>
<p>The program we will use to create the pictures is called <a href="http://www.tmpgenc.net">TMPGEnc</a>.</p>
<ol>
<li>Download TMPGEnc from official site</li>
<li> Unzip the file to your chosen destination.</li>
<li> Double click the &#8216;TPMGEnc.exe MPEG Encoder&#8217; file and click &#8216;OK&#8217; on the small pop up window.  Then click &#8216;Cancel&#8217; on the &#8216;Project Wizard (1/5)&#8217; window that appears.</li>
<li> Next screen, bottom right&#8230;&#8217;Stream type&#8217;, check the box &#8216;ES (Video only)&#8217;.</li>
<li> Next, bottom left&#8230;&#8217;Video source:&#8217; click on &#8216;Browse&#8217; and select the background/photo that you want as your new logo.</li>
<li> Next, bottom left&#8230; &#8216;Output file name:&#8217; click on browse and choose the path for your finished &#8216;new&#8217; boot background/photo and edit the name to &#8216;bild&#8217; (minus the &#8216;&#8230;.&#8217; and in lower case) ie: the line that apperars in the &#8216;Output file name:&#8217; should read similar to C:\Documents and Settings\Whatever\My Documents\bild ( the actual name of the photo does NOT appear).</li>
<li> Next, bottom right&#8230;click on &#8216;Setting&#8217; and check that the value settings are:</li>
</ol>
<p>&#8230;..&#8217;Stream type:&#8217; = MPEG-1 Video<br />
&#8230;..&#8217;Size&#8217; = 720 x576 pixels<br />
&#8230;..&#8217;Aspect ratio:&#8217; = 1:1 (VGA)<br />
&#8230;..&#8217;Frame rate:&#8217; = 25 fps<br />
&#8230;..&#8217;Rate control mode:&#8217; = Constant bitrate (CBR)<br />
&#8230;..&#8217;Bitrate:&#8217; = 12000<br />
&#8230;..&#8217;Motion search precision:&#8217; = Normal</p>
<p>When checked, click &#8216;OK&#8217; to exit the screen.</p>
<p>Top left click &#8216;Start&#8217;, if all is goes well, the &#8216;100%&#8217; bar appears and your completed &#8216;bild&#8217; file is in your chosen &#8216;Output&#8230;&#8217; location.</p>
<p>*** If You want to change the boot picture before compressing the image (after the &#8216;make rebuild-flash&#8217; command ) , just copy it into /tuxbox-cvs/root/cdkflash/boot/root/platform/kernel before executing the &#8216;make flash-compress&#8217; command.</p>
<h6>Thanks to Fergy for initial guide</h6>
<p>If you have any questions, please visit our <strong><a title="Digital Kaos Dreambox Forum" href="http://www.digital-kaos.co.uk" target="_blank">Dreambox Forum</a></strong>.</p>
<p class="bookmark-me"><a href="http://www.technorati.com/faves?add=http%3A%2F%2Fwww.dreamboxtips.com%2Fcreating-your-own-boot-logo%2F" target="_blank"><img src="http://www.dreamboxtips.com/wp-content/plugins/bookmark-me/images/technorati.png" style="margin:0;border:0;padding:0"/></a> <a href="http://del.icio.us/post?url=http%3A%2F%2Fwww.dreamboxtips.com%2Fcreating-your-own-boot-logo%2F&amp;title=Creating+your+own+Dreambox+Boot+Logo" target="_blank"><img src="http://www.dreamboxtips.com/wp-content/plugins/bookmark-me/images/delicious.png" style="margin:0;border:0;padding:0"/></a> <a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.dreamboxtips.com%2Fcreating-your-own-boot-logo%2F&amp;title=Creating+your+own+Dreambox+Boot+Logo" target="_blank"><img src="http://www.dreamboxtips.com/wp-content/plugins/bookmark-me/images/stumbleupon.png" style="margin:0;border:0;padding:0"/></a> <a href="http://digg.com/submit?url=http%3A%2F%2Fwww.dreamboxtips.com%2Fcreating-your-own-boot-logo%2F&amp;title=Creating+your+own+Dreambox+Boot+Logo" target="_blank"><img src="http://www.dreamboxtips.com/wp-content/plugins/bookmark-me/images/digg.png" style="margin:0;border:0;padding:0"/></a> <a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.dreamboxtips.com%2Fcreating-your-own-boot-logo%2F&amp;t=Creating+your+own+Dreambox+Boot+Logo" target="_blank"><img src="http://www.dreamboxtips.com/wp-content/plugins/bookmark-me/images/facebook.png" style="margin:0;border:0;padding:0"/></a> <a href="http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&u=http%3A%2F%2Fwww.dreamboxtips.com%2Fcreating-your-own-boot-logo%2F" target="_blank"><img src="http://www.dreamboxtips.com/wp-content/plugins/bookmark-me/images/yahoo.png" style="margin:0;border:0;padding:0"/></a> <a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwww.dreamboxtips.com%2Fcreating-your-own-boot-logo%2F&amp;title=Creating+your+own+Dreambox+Boot+Logo" target="_blank"><img src="http://www.dreamboxtips.com/wp-content/plugins/bookmark-me/images/google.png" style="margin:0;border:0;padding:0"/></a> <a href="http://cgi.fark.com/cgi/fark/edit.pl?new_url=http%3A%2F%2Fwww.dreamboxtips.com%2Fcreating-your-own-boot-logo%2F&amp;new_comment=Creating+your+own+Dreambox+Boot+Logo" target="_blank"><img src="http://www.dreamboxtips.com/wp-content/plugins/bookmark-me/images/fark.png" style="margin:0;border:0;padding:0"/></a> </p>]]></description>
		<wfw:commentRss>http://www.dreamboxtips.com/creating-your-own-boot-logo/feed/</wfw:commentRss>
		</item>
		<item>
		<title>UK Infobar &#8216;Now and Next&#8217; EPG Mod</title>
		<link>http://www.dreamboxtips.com/uk-infobar-now-and-next-epg-modification/</link>
		<comments>http://www.dreamboxtips.com/uk-infobar-now-and-next-epg-modification/#comments</comments>
		<pubDate>Wed, 02 Apr 2008 13:22:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Dreambox Development]]></category>

		<category><![CDATA[compile]]></category>

		<category><![CDATA[diff]]></category>

		<category><![CDATA[dreambox]]></category>

		<category><![CDATA[epg]]></category>

		<category><![CDATA[image]]></category>

		<category><![CDATA[infobar]]></category>

		<guid isPermaLink="false">http://www.dreamboxtips.com/?p=14</guid>
		<description><![CDATA[<div class="diggthisplugin" style="float: right; width: 42px; padding-right: 10px; margin-left: 10px; margin-bottom: 0px;"><iframe src="http://digg.com/tools/diggthis.php?u=http://www.dreamboxtips.com/uk-infobar-now-and-next-epg-modification/&t=UK Infobar &#8216;Now and Next&#8217; EPG Mod&k=#FFFFFF" scrolling="no" style="border: none; height: 80px; width: 52px;"></iframe>
		</div><h3><span style="color: #ff0000;"><strong><span style="text-decoration: underline;">UK Infobar &#8216;Now and Next&#8217; EPG Modificatio</span>n</strong></span></h3>
<p>UK cable doesn&#8217;t conform to the dvb-c standard.  So we need to modify the source code so that it displays the now and next program information on the infobar.  Without this mod, there will be no now and next epg.<br />
Make sure you have completed<a href="http://www.dreamboxtips.com/how-to-build-your-own-dreambox-image/"> this part of the build</a> before continuing with this mod.</p>
<p>You will need to patch a .diff file for this to work.  The .diff file can be downloaded at:</p>
<p>http://www.digital-kaos.co.uk/forums/showthread.php?p=3663#post3663</p>
<p>Extract the zip file and copy the &#8216;infopmt.diff&#8217; file to the tuxbox-cvs directory.</p>
<p>In a terminal window, change into the tuxbox-cvs directory.</p>
<blockquote><p>cd tuxbox-cvs</p></blockquote>
<p>Copy and paste this command:</p>
<blockquote><p>patch -p1 &lt; infopmt.diff</p></blockquote>
<p>This should patch the into your source code.  If not errors appear, all is fine.  Sometimes the source is modified and the .diff will not work.  You will need to see which line fails and alter it according to the new source.</p>
<p>Now copy and paste these commands to complete the image.</p>
<blockquote><p>cd cdk</p></blockquote>
<blockquote><p>rm .enigma</p></blockquote>
<blockquote><p>make .enigma</p></blockquote>
<blockquote><p>make rebuild-flash</p></blockquote>
<blockquote><p>make flash-compress</p></blockquote>
<p>The image should compile into a complete.img file as per the <a href="http://www.dreamboxtips.com/how-to-build-your-own-dreambox-image/">Creating your Own Dreambox Image</a> blog.</p>
<p>Good Luck</p>
<p>If you have any questions, please visit our <strong><a href="http://www.digital-kaos.co.uk">Dreambox Forum</a></strong>.</p>
<p class="bookmark-me"><a href="http://www.technorati.com/faves?add=http%3A%2F%2Fwww.dreamboxtips.com%2Fuk-infobar-now-and-next-epg-modification%2F" target="_blank"><img src="http://www.dreamboxtips.com/wp-content/plugins/bookmark-me/images/technorati.png" style="margin:0;border:0;padding:0"/></a> <a href="http://del.icio.us/post?url=http%3A%2F%2Fwww.dreamboxtips.com%2Fuk-infobar-now-and-next-epg-modification%2F&amp;title=UK+Infobar+%26%238216%3BNow+and+Next%26%238217%3B+EPG+Mod" target="_blank"><img src="http://www.dreamboxtips.com/wp-content/plugins/bookmark-me/images/delicious.png" style="margin:0;border:0;padding:0"/></a> <a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.dreamboxtips.com%2Fuk-infobar-now-and-next-epg-modification%2F&amp;title=UK+Infobar+%26%238216%3BNow+and+Next%26%238217%3B+EPG+Mod" target="_blank"><img src="http://www.dreamboxtips.com/wp-content/plugins/bookmark-me/images/stumbleupon.png" style="margin:0;border:0;padding:0"/></a> <a href="http://digg.com/submit?url=http%3A%2F%2Fwww.dreamboxtips.com%2Fuk-infobar-now-and-next-epg-modification%2F&amp;title=UK+Infobar+%26%238216%3BNow+and+Next%26%238217%3B+EPG+Mod" target="_blank"><img src="http://www.dreamboxtips.com/wp-content/plugins/bookmark-me/images/digg.png" style="margin:0;border:0;padding:0"/></a> <a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.dreamboxtips.com%2Fuk-infobar-now-and-next-epg-modification%2F&amp;t=UK+Infobar+%26%238216%3BNow+and+Next%26%238217%3B+EPG+Mod" target="_blank"><img src="http://www.dreamboxtips.com/wp-content/plugins/bookmark-me/images/facebook.png" style="margin:0;border:0;padding:0"/></a> <a href="http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&u=http%3A%2F%2Fwww.dreamboxtips.com%2Fuk-infobar-now-and-next-epg-modification%2F" target="_blank"><img src="http://www.dreamboxtips.com/wp-content/plugins/bookmark-me/images/yahoo.png" style="margin:0;border:0;padding:0"/></a> <a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwww.dreamboxtips.com%2Fuk-infobar-now-and-next-epg-modification%2F&amp;title=UK+Infobar+%26%238216%3BNow+and+Next%26%238217%3B+EPG+Mod" target="_blank"><img src="http://www.dreamboxtips.com/wp-content/plugins/bookmark-me/images/google.png" style="margin:0;border:0;padding:0"/></a> <a href="http://cgi.fark.com/cgi/fark/edit.pl?new_url=http%3A%2F%2Fwww.dreamboxtips.com%2Fuk-infobar-now-and-next-epg-modification%2F&amp;new_comment=UK+Infobar+%26%238216%3BNow+and+Next%26%238217%3B+EPG+Mod" target="_blank"><img src="http://www.dreamboxtips.com/wp-content/plugins/bookmark-me/images/fark.png" style="margin:0;border:0;padding:0"/></a> </p>]]></description>
		<wfw:commentRss>http://www.dreamboxtips.com/uk-infobar-now-and-next-epg-modification/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Common Unix/Linux Commands used via Telnet</title>
		<link>http://www.dreamboxtips.com/common-unixlinux-commands-used-via-telnet-2/</link>
		<comments>http://www.dreamboxtips.com/common-unixlinux-commands-used-via-telnet-2/#comments</comments>
		<pubDate>Tue, 01 Apr 2008 19:34:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Linux Telnet Commands]]></category>

		<category><![CDATA[commands]]></category>

		<category><![CDATA[linux]]></category>

		<category><![CDATA[telnet]]></category>

		<guid isPermaLink="false">http://www.dreamboxtips.com/?p=13</guid>
		<description><![CDATA[<div class="diggthisplugin" style="float: right; width: 42px; padding-right: 10px; margin-left: 10px; margin-bottom: 0px;"><iframe src="http://digg.com/tools/diggthis.php?u=http://www.dreamboxtips.com/common-unixlinux-commands-used-via-telnet-2/&t=Common Unix/Linux Commands used via Telnet&k=#FFFFFF" scrolling="no" style="border: none; height: 80px; width: 52px;"></iframe>
		</div><h2><span style="color: #ff0000;"><span style="text-decoration: underline;"><strong>Common Unix/Linux Commands used via Telnet</strong></span></span></h2>
<h4><span style="color: #ff0000;"><span style="text-decoration: underline;">Basic Navigation</span></span></h4>
<p><strong>cd</strong><br />
When typed by itself, <strong>cd</strong> (&#8221;change directory&#8221;), will take you back to your $HOME directory</p>
<p><strong>cd <em>/path/to/directory</em></strong><br />
To change to a specific directory, type <strong>cd</strong> followed by the path to the directory. If it is a subdirectory of the current directory, you can just type the directory name.</p>
<p><strong>cd ..</strong><br />
Typing <strong>cd ..</strong> moves you up one directory from your current location.</p>
<p><strong>pwd</strong><br />
To see which directory you are in, type <strong>pwd</strong> (&#8221;print (display) working directory&#8221;).</p>
<p><strong>exit</strong><br />
Just as it sounds, use <strong>exit</strong> to log out. Alternatively, you can type <strong>logout</strong>.</p>
<h4><span style="text-decoration: underline;"><span style="color: #ff0000;">Creating and Deleting Directories</span></span></h4>
<p><strong>mkdir <em>directoryname</em></strong><br />
To create a new directory, type <strong>mkdir</strong> (&#8221;make directory&#8221;) and specify the new directory&#8217;s name.</p>
<p><strong>rmdir <em>directoryname</em></strong><br />
To delete an empty directory, type <strong>rmdir</strong> (&#8221;remove directory&#8221;) and the directory&#8217;s name.</p>
<h3><span style="text-decoration: underline;"><span style="color: #ff0000;">Listing Files</span></span></h3>
<p><strong>ls</strong><br />
To display a list of files and subdirectories in your current directory, type <strong>ls</strong> (&#8221;<strong>l</strong>i<strong>s</strong>t&#8221;)</p>
<p><strong>ls -a</strong><br />
To see a more complete list which includes hidden files or files that begin with a &#8220;.&#8221; (dot), type <strong>ls -a</strong>.</p>
<p><strong>ls -la</strong><br />
To list all files and directories in long format which will provide details about each file and directory, type <strong>ls -la</strong>.</p>
<p><strong>ls -lS</strong><br />
To list all directories and files, sorted by size, in long format, type <strong>ls -lS</strong>.</p>
<p><strong>ls -lta</strong><br />
To list all files and directories in long format by time modified, type <strong>ls -lta</strong>.</p>
<h3><span style="color: #ff0000;"><span style="text-decoration: underline;">Copying Files</span></span></h3>
<p><strong>cp <em>oldfilename newfilename</em></strong><br />
Will copy the contents of one file to another file, resulting in two copies of the same file on your account.</p>
<p><strong>cp <em>directory/* destinationdirectory</em></strong><br />
Will copy the contents of one directory to another directory. <strong>Make sure you have created the destination directory before trying to copy files to it - see mkdir above.</strong> Results in two copies of the files on your account; one copy in the existing directory and another in the destination directory.</p>
<h3><span style="color: #ff0000;"><span style="text-decoration: underline;">Searching FIles and Directories</span></span></h3>
<p><strong>find -name &#8216;n*&#8217;</strong><br />
The <strong>find</strong> command can be used to locate files or a group of files. It can also be used to display directories. The example given will find all file and directory names within the current directory and subdirectories of it that begin with the letter n. (You can also explore using the <strong>locate</strong> command - type <strong>info locate</strong> and/or <strong>man locate</strong> for usage information.)</p>
<p><strong>grep -inw text filename</strong><br />
Can be used to locate text in a specific file or directory of files (use * in place of filename to search all of the files in the current directory). The -i argument indicates the search is to disregard cASe, the -n instructs to show the corresponding line number, and -w tells it to match only based on the whole word. (This doesn&#8217;t even begin to touch on the power of grep and its many uses. In addition to its searching capability, the grep command can be used in combination with other commands to act as a filter. It also allows the use of &#8220;wildcards&#8221;. Two other variations of grep are also available, egrep and fgrep. To begin your quest for more information, type <strong>man grep</strong> and/or <strong>info grep</strong>.)</p>
<h3><span style="color: #ff0000;"><span style="text-decoration: underline;">Displaying / Comparing File Content</span></span></h3>
<p><strong>wc filename</strong><br />
Counts and displays the number of lines, number of words, and number of characters of the given file.</p>
<p><strong>cat filename</strong><br />
Displays the entire contents of a file.</p>
<p><strong>nl filename</strong><br />
Shows the content of the file, including line numbers (nl=number lines).</p>
<p><strong>more filename</strong><br />
Displays the contents of a file one screen at a time. Press the SPACEBAR to display the next screen of text.</p>
<p><strong>cmp filename1 filename2</strong><br />
Compares the contents of the two named files and reports the first different character found and the line number.</p>
<p><strong>diff filename1 filename2</strong><br />
Compares the contents of the two named files and reports all of the differences found. (Can also be used for comparing the contents of two directories.)</p>
<h3><span style="color: #ff0000;"><span style="text-decoration: underline;">Moving, Renaming, and Deleting Files</span></span></h3>
<p><strong>mv oldfilename newfilename</strong><br />
Can be used to rename a file (mv fileA fileB), move a file (mv fileA /dirA/), or both (mv fileA /dirB/fileB).</p>
<p><strong>rm -i filename</strong><br />
Removes (deletes) the specified file. (The -i is not necessary, but is recommended as it will prompt you to confirm the action first. When prompted, type y to confirm or type n if you changed your mind.)</p>
<h3><span style="color: #ff0000;"><span style="text-decoration: underline;">Changing Permissions</span></span></h3>
<p><strong>chmod <em>permissions filename</em></strong><br />
Changes the permissions on a filename or directory as specified.  For example, <strong>chmod 755 startup.sh</strong>.</p>
<h3><span style="color: #ff0000;"><span style="text-decoration: underline;">Archives and Compression</span></span></h3>
<p><strong>tar -cfv <em>filename.tar directoryname</em></strong><br />
To archive a directory and all of its contents including subdirectories, navigate to where the directory is located and type the above command, replacing filename.tar with the name you wish to give the archive file and directoryname with the name of the directory you wish to archive. Alternatively, you can archive a select group of individual files (or directories) by specifying each file name in place of directoryname separated by spaces, like <strong>tar -cvf filename.tar fileA fileB fileC</strong>. <strong>Note: When creating a tar file (aka &#8220;tarball&#8221;) be sure to specify the name you wish to give the tar file!</strong> (TAR indicates Tape ARchive, as it was originally a tape archiving program. The <strong>-c</strong> means &#8220;create&#8221;, v means &#8220;verbose&#8221; (which basically says tell me what you&#8217;re doing), and the f indicates that a filename will follow (filename.tar)).</p>
<p><strong>tar -tvf <em>filename.tar</em></strong><br />
Typing this command will result in a list of the contents of the tar file. This is generally a good thing to do before unpacking the tar file to be sure there are no matching filenames which will result in files being unintentionally overwritten.</p>
<p><strong>tar -xvf <em>filename.tar</em></strong><br />
You can see the similarities to the command used to tar the file. This time, though, you use <strong>-x</strong> to &#8220;extract&#8221; instead of the <strong>-c</strong> used to create. You can also extract only certain select files (or directories) by specifying the individual names, separated by spaces, after the tar filename, such as <strong>tar -xvf filename.tar fileA fileC</strong></p>
<p><strong>gzip <em>filename.tar</em></strong><br />
This utility, gzip (gnu zip), is used for compression. Normally, when you wish to compress a set of files, you willtar them first then compress them using this command. In doing so, the filename will automatically change from filename.tar to filename.tar.gz (appending .gz to the file extension).</p>
<p><strong>gunzip <em>filename.tar.gz</em></strong><br />
This command (g&#8221;unzip&#8221;) is used to uncompress a .tar.gz file, which will also result in the filename being changed back to filename.tar. Once it has been uncompressed, you can then untar it using the tar command above. (Alternatively, you can use <strong>gzip -d</strong> (for &#8220;decompress&#8221;) in place of gunzip.)</p>
<p><strong>tar -czvf <em>filename.tgz directoryname</em></strong><br />
This command, which uses a z switch (&#8221;zip&#8221;), allows you to take a bit of a shortcut instead of using the tar and gzip commands separately. The example will result in a compressed archive named filename.tgz.</p>
<p><strong>tar -xzvf <em>filename.tgz</em></strong><br />
This command is used to uncompress and extract the files from a .tgz archive.</p>
<p class="bookmark-me"><a href="http://www.technorati.com/faves?add=http%3A%2F%2Fwww.dreamboxtips.com%2Fcommon-unixlinux-commands-used-via-telnet-2%2F" target="_blank"><img src="http://www.dreamboxtips.com/wp-content/plugins/bookmark-me/images/technorati.png" style="margin:0;border:0;padding:0"/></a> <a href="http://del.icio.us/post?url=http%3A%2F%2Fwww.dreamboxtips.com%2Fcommon-unixlinux-commands-used-via-telnet-2%2F&amp;title=Common+Unix%2FLinux+Commands+used+via+Telnet" target="_blank"><img src="http://www.dreamboxtips.com/wp-content/plugins/bookmark-me/images/delicious.png" style="margin:0;border:0;padding:0"/></a> <a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.dreamboxtips.com%2Fcommon-unixlinux-commands-used-via-telnet-2%2F&amp;title=Common+Unix%2FLinux+Commands+used+via+Telnet" target="_blank"><img src="http://www.dreamboxtips.com/wp-content/plugins/bookmark-me/images/stumbleupon.png" style="margin:0;border:0;padding:0"/></a> <a href="http://digg.com/submit?url=http%3A%2F%2Fwww.dreamboxtips.com%2Fcommon-unixlinux-commands-used-via-telnet-2%2F&amp;title=Common+Unix%2FLinux+Commands+used+via+Telnet" target="_blank"><img src="http://www.dreamboxtips.com/wp-content/plugins/bookmark-me/images/digg.png" style="margin:0;border:0;padding:0"/></a> <a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.dreamboxtips.com%2Fcommon-unixlinux-commands-used-via-telnet-2%2F&amp;t=Common+Unix%2FLinux+Commands+used+via+Telnet" target="_blank"><img src="http://www.dreamboxtips.com/wp-content/plugins/bookmark-me/images/facebook.png" style="margin:0;border:0;padding:0"/></a> <a href="http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&u=http%3A%2F%2Fwww.dreamboxtips.com%2Fcommon-unixlinux-commands-used-via-telnet-2%2F" target="_blank"><img src="http://www.dreamboxtips.com/wp-content/plugins/bookmark-me/images/yahoo.png" style="margin:0;border:0;padding:0"/></a> <a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwww.dreamboxtips.com%2Fcommon-unixlinux-commands-used-via-telnet-2%2F&amp;title=Common+Unix%2FLinux+Commands+used+via+Telnet" target="_blank"><img src="http://www.dreamboxtips.com/wp-content/plugins/bookmark-me/images/google.png" style="margin:0;border:0;padding:0"/></a> <a href="http://cgi.fark.com/cgi/fark/edit.pl?new_url=http%3A%2F%2Fwww.dreamboxtips.com%2Fcommon-unixlinux-commands-used-via-telnet-2%2F&amp;new_comment=Common+Unix%2FLinux+Commands+used+via+Telnet" target="_blank"><img src="http://www.dreamboxtips.com/wp-content/plugins/bookmark-me/images/fark.png" style="margin:0;border:0;padding:0"/></a> </p>]]></description>
		<wfw:commentRss>http://www.dreamboxtips.com/common-unixlinux-commands-used-via-telnet-2/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
