Technology Forums: FTA, Satellite, Cable, Home Media, Hardware & Computers
|  Home   |  Forums   |  News   |  Blog   |  

Go Back   Techwatch: Satellite TV forums, FTA, Cable, Hardware, & Tech forums > Satellite Help > Satellite Receivers > Dreambox


 

Register Members List Search Today's Posts Mark Forums Read

Dreambox For satellite Dreambox versions, including 7000, 7020, 7025, 8000, 5620, 500, 600. For cable Dreambox please post here.

Reply
 
Thread Tools Search this Thread
Old 23-12-06, 10:05 PM   #1 (permalink)
iroc-z
Junior Member
 
Join Date: Dec 2006
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Default need some help

I am not sure if I am in the right section but I need some help. I am trying to install Castle image 1.06 in my dreambox 7000. I really like the image but have a problem - I am trying to manually install north american emulator. It installs fine but then when i go to blue panel it is not there. Our emulator ends in ".tar.gz" and ".tar.gz2" Am i using the wrong emulator or am I doing something wrong? Please help. Thanks in advance.
iroc-z is offline   Reply With Quote
Old 23-12-06, 10:11 PM   #2 (permalink)
Analoguesat
Site Moderator
 
Analoguesat's Avatar
 
Join Date: Jan 2006
Location: Scottish Borders
Posts: 7,273
Thanks: 7
Thanked 161 Times in 149 Posts
Default Re: need some help

The normal way to manually install something is to ftp the ".tar.gz2" into the tmp folder, then manually install it using the blue button. You may find not all images support manual install. If not you will have to ftp the files into the right place.
__________________
Dreambox 7020 / Pace Sky Digibox / Amstrad Sky Italia box

5 dishes for 5E/9E/13E/16E/19E/23E/28E

Please DO NOT pm the mods & admins for c&ble keys. You may get banned for it!

Read the rules before you post - click here to read them
Analoguesat is offline   Reply With Quote
Old 23-12-06, 10:20 PM   #3 (permalink)
iroc-z
Junior Member
 
Join Date: Dec 2006
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Default Re: need some help

Hi - thanks for the quick reply to my question. I have checked and the files are all in the right place. But when I go to the blue panel to activate - the emulator is not showing up.
iroc-z is offline   Reply With Quote
Old 23-12-06, 11:33 PM   #4 (permalink)
Jimdefruit
Dreamy Super Moderator
 
Jimdefruit's Avatar
 
Join Date: Jan 2006
Posts: 2,575
Thanks: 10
Thanked 69 Times in 64 Posts
Send a message via MSN to Jimdefruit
Default Re: need some help

Hi iroc, have you rebooted the dreambox after installing the emulation?

Enigma needs to read some files and that doesn't always happen without a reboot.
__________________
Dreambox 7000s + VBox + Channel Master 1.2 with 36v actuator CM120 feedhorn and Invacom .3 LNB
Skystar 2 PCI card with links to my Dreambox

If you like what you see here, tell your friends.
Jimdefruit is offline   Reply With Quote
Old 23-12-06, 11:44 PM   #5 (permalink)
iroc-z
Junior Member
 
Join Date: Dec 2006
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Default Re: need some help

yes i tried thad
iroc-z is offline   Reply With Quote
Old 23-12-06, 11:58 PM   #6 (permalink)
Jimdefruit
Dreamy Super Moderator
 
Jimdefruit's Avatar
 
Join Date: Jan 2006
Posts: 2,575
Thanks: 10
Thanked 69 Times in 64 Posts
Send a message via MSN to Jimdefruit
Default Re: need some help

Ok I have not tried the Castle image for a while but I have downloaded the new image and will try it out in the morning. It is most likely the emu start scipt that is not running correctly.

The other thought though is did you change the bin file attributes to make the file executable? ie chmod 755.
__________________
Dreambox 7000s + VBox + Channel Master 1.2 with 36v actuator CM120 feedhorn and Invacom .3 LNB
Skystar 2 PCI card with links to my Dreambox

If you like what you see here, tell your friends.
Jimdefruit is offline   Reply With Quote
Old 24-12-06, 01:00 AM   #7 (permalink)
iroc-z
Junior Member
 
Join Date: Dec 2006
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Default Re: need some help

chmod 755 yes
iroc-z is offline   Reply With Quote
Old 24-12-06, 01:58 AM   #8 (permalink)
BGonaSTICK
Super Murderator
 
BGonaSTICK's Avatar
 
Join Date: Nov 2005
Location: Brighton
Posts: 10,548
Thanks: 3
Thanked 42 Times in 29 Posts
Default Re: need some help

Have a look in /var/script for the .sh file that's executed when you select a CAM. I think this is where the emu list is often built from. There should be an entry for each active CAM. If there is not one there for your missing emu (but is for the others), then copy an existing one and modify it.

It should look a bit like this:

Quote:

CAMNAME="Camd3.880i"
USERNAME=""
ZAPTIME=6
CAMID=2036
DVBSET=3
INFOFILE="ecm.info"
# end

case "$1" in
start)
echo "[SCRIPT] $1: $CAMNAME"
/var/bin/camd_3880i &
;;
stop)
echo "[SCRIPT] $1: $CAMNAME"
/var/bin/pcamd_3880i -kill
sleep 5
killall -9 camd_3880i pcamd_3880i
;;
*)
$0 stop
exit 1
;;
esac

exit 0
You will have to do some editing and modification of the first six parms. It'll give you something else to search the Internet with though

It may be that the Castle image doesn't work this way. There are several different approaches across images, but it's usually some sort of script that controls emu-changing.

STICK
__________________
Dreambox 7000, Skystar2 PCI, Skystar USB, Fibo 90cm on Moteck SG2100, Triax TD110 multi-LNB. Sky + ART cards. 45.0°E - 58.0°W
BGonaSTICK is offline   Reply With Quote
Old 24-12-06, 02:24 PM   #9 (permalink)
Jimdefruit
Dreamy Super Moderator
 
Jimdefruit's Avatar
 
Join Date: Jan 2006
Posts: 2,575
Thanks: 10
Thanked 69 Times in 64 Posts
Send a message via MSN to Jimdefruit
Default Re: need some help

The script file in /var/script has to be named ****_emu.sh where **** is the name of the emu as it appears in var/bin.

I found that most script files were named ****_cam.sh and that wont work
__________________
Dreambox 7000s + VBox + Channel Master 1.2 with 36v actuator CM120 feedhorn and Invacom .3 LNB
Skystar 2 PCI card with links to my Dreambox

If you like what you see here, tell your friends.
Jimdefruit is offline   Reply With Quote
Old 25-12-06, 10:26 PM   #10 (permalink)
iroc-z
Junior Member
 
Join Date: Dec 2006
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Default Re: need some help

I finally got it going thanks to the creator of Castle image. I sent them the north american bundle and they got it redone for me and sent it back to me. I have now got it installed and it works like a charm. Thanks for everyone's effort to get me going. Merry Christmas to everyone.
iroc-z is offline   Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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

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


All times are GMT +1. The time now is 06:39 AM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.0.0 ©2007, Crawlability, Inc.