5 Image example : Rudream based image installation
As an example, I'll show you a rudream based image, modified by BlackCannon, and know as the Rucannon. This is my favorite image and that's why I promote it but that is only my personal choice. You can find alternative images on sites like Dreambox Net Australia or in the sat-industry.net forum.
I use the BlackCannon6 image, which I got from the sat-industry.net forum. HDD and USB stick is present for this example, and I clearly suggest to use Rucannon 3 if you have no USB stick or Hdd to move settings on it; Rucannon6 is very complete but there is not a lot a free space left and even favorites can give a full flash.
Install
the image as described in section 4.2. For this exercise, do not tick the copy settings, in order to have an installation with empty settings. After the installation, you
have to select, TV standard, choose your language and configure your satellite dish(es). (Explained in 2.1 ). Do not do the scan part of the 2.2 part for now.
Then check your network settings as explained in 2.3.
![]() |
It's now time to move add-ons to USB or HDD to have more room free. If the USB stick is not formatted, check how to, inside the 4.3 part or use the Format USB storage function included in the service menu: To get there, push the "dream" button, then "setup", then "External Add On" and "Service Menu". Once the USB stick formatted, choose "Move Addon on USB" or "Move Addon on HDD " and wait a bit, the time the /var directory is copied. Then the dreambox reboot. Beware that now you need the usb stick or the hdd to have the dreambox running. |
You can now do a full scan of all satellites as explained in the part 2.2. You can also upload favorites previously saved with dreamboxEdit.
At this step all FTA channels are supposed to work nicely.
To receive PayTV channels, you have to install a softCAM. Such a piece of software allows you to use the official PayTV decoding card in one of the readers of the Dreambox, without having to buy an expensive adapter card. Alternatively, you can grab the decoding keys from the decoding card, and decode PayTV without having to insert the decoding card using a decryption card emulator (EMU) (note that if you don't own the card, the use of an EMU is against the law and the author of this guide will neither help you, nor point you in the right direction on how this can be achieved. Please also note that even if you own a valid subscribtion, extracting of keys from the card can be illegal in your country, seen as reverse engineering or removing anti-hacking securities).
Rucannon6 comes with 4 EMUs installed : Newcamd, Scam FullX, Scam and Radegast, but with no keys of course, making a 100% legal piece of software.
Version 3 has "only" Newcamd and Scam which is enough.
![]() |
To choose your EMU, press the blue button and make your choice. CI stands for Common Interface and is to be used if you have a CAM in the PCMCIA slot. You can choose the default EMU, and also assigned one particular EMU to one channel or to a full list of favorites. |
![]() |
se your EMU, press the blue button and make your choice. CI stands for Common Interface and is to be used if you have a CAM in the PCMCIA slot. This will probably be a full part of this guide a bit later, on how to set up a LAN CS server, and how to configure your 2 dreambox to work with. If you do some testing yourself, remember when editing files on your PC, you must use an editor that is UNIX compatible or your Dreambox won't be able to read the files. UltraEdit is one of the Windows editors that can create UNIX compatible output. |
When coming to update an EMU, most of the time, you only need to change the exe file in /var/bin. For example, let's continue on newcamd; Change EMU with the remote control from newcamd to CI to unlock the file, then FTP to the dreambox, rename to newcamd.old (just in case you need to go back) then upload the new newcamd.ppc that you rename to newcamd. CHMOD 755 (or 777 for some EMUs), then restart newcamd EMU with the remote control.
As I like to have the right think displayed, I also modify emulist.xml in /var/tuxbox/config in order to get the right version displayed. (again, and again, UltraEdit32 and file kept to UNIX mode).
A question often rises; How to share files between the PC and the dreambox.
![]() |
Then, "start", "run","cmd", "cd..", "cd..", "cd dreambox", "cd TrueGridNFS" as my install dir is c:\dreambox\TrueGridNFS\. Type "portmap add", then "nfs add" then "nfs start". You must be administrator to be able to do that. You just install 2 services that will be launched every time you boot. If "nfs start" gives a fatal error on nfs, check your exports file, there is an error in. if you modify the exports file, you need to restart the service, though the services administration windows of XP, or just simply typing "nfs stop" then "nfs start". if you want to uninstall TrueGrid NFS server, simply type "nfs remove", "portmap remove". To check if everything works, follow the readme instructions that are really detailed and well explained, thanks to the author, but it should look as in this capture screen. |
![]() |
As we are on Rudream image, there is a way to do that through menus. "Dream", "Setup", "expert setup", "Communications Setup", blue button for "mounts". Type the IP of your server, here "192.168.0.1", NFS is the good choice, then type just "d" as the share directory [dir] (no "/" ), then type "/var/nfs" as the mount directory [LocalDir], Set Options to rw,nolock, tick the automount case if you want to have this NFS share every time you boot, then the yellow button to save (answer no to the box which appears, except if you want to do another mount/sharing). The green button launch manually the mount, and you should have a success message. |
![]() |