Sponsored links


Go Back   Sat Industry Forums > iTGate Official Forums > DS Team Forum
Register FAQ Members List Calendar Mark Forums Read

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 08-25-2006
dsteam's Avatar
Registered User
 
Join Date: Nov 2005
Posts: 100
Thanks: 0
Thanked 2 Times in 1 Post
dsteam is on a distinguished road
How to ADD Manually EMU to DS Image???

Small faq to DS Team images:

How to add manually EMU??

At fisrt you must put line in /var/tuxbox/config/emulist.xml

for example running one daemon:

<emu emulator="DCCAMD" osdname="CI" emuscript="" daemon="dccamd filecheck="" />


for example running more than one daemon:


<emu emulator="Newcamd 6.05" osdname="NEWCAMD" emuscript="/var/tuxbox/config/newcamd605.xml" daemon="newcamd.ppc filecheck="" />


emulator - the name in EmuManger
emuscript - you must use it when you want start more daemon then one, than we must create xml file
daemon - file name in /var/bin to run


/var/tuxbox/config/newcamd605.xml

<?xml version="1.0" encoding="iso-8859-1" ?>
<emu>
<start>
<run binary="/var/bin/cardserver.dream" />

<delay ms="1000" />

<run binary="/var/bin/cardspider.ppc" />

<delay ms="1000" />

<run binary="/var/bin/betad.ppc" />

</start>


<stop>
<kill command="killall cardserver.dream cardspider.ppc betad.ppc" />

</stop>
</emu>


<run binary="/var/bin/cardserver.dream" /> -this is file which want run with daemon="newcamd.ppc"


<kill command="killall cardserver.dream cardspider.ppc betad.ppc" /> - here you must write which daemons it must kill
Reply With Quote
Sponsored links
  #2 (permalink)  
Old 08-28-2006
Registered User
 
Join Date: Aug 2006
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Intrepid1 is on a distinguished road
Re: How to ADD Manually EMU to DS Image???

How do you know which files are required and how they are to be written and to where for each new EMU please?
Reply With Quote
Reply


Thread Tools
Display Modes

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

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to manually add cam spoofin Gemini images 3 12-25-2005 09:18 PM
How to manually add an emu? Anakin_holland PLI Images 16 07-03-2005 03:15 PM
Manually Pids!!! lionblood Dreambox Chat 10 02-19-2005 05:57 AM
manually select PID? elgato New Dreamers 0 12-11-2003 05:50 AM


All times are GMT +10. The time now is 11:51 AM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Page generated in 0.17775 seconds with 10 queries