Hallo.
Ich habe in meiner Dreambox 800 eine TNK Karte am laufen, mit newcs und mgcamd.
Bekomme aber kein Webif angezeigt von newcs.
Hier die newcs.xml der dream:
Code:
<?xml version="1.0"?>
<!--

For setup-issues, look in readme.txt!
If there are other troubles, try different forums or irc channels around :o)

The configfile are NOT case-sensitive, and shouldnt care about dos/unix cr/lf.

** This is the example file for Dreambox/TD etc. that use SCI interfaces.

-->

<newCSconfig>
	<readers name="Card Readers">
		<device>
			<name>lower</name>
			<type>sci</type>
			<mhz>357</mhz>
			<node>/dev/sci0</node>
			<parity>odd</parity>
			<reset>normal</reset>
			<export>Yes</export>
			<enabled>Yes</enabled>
			<blocksa>No</blocksa>
			<blockua>No</blockua>
			<blockga>No</blockga>
			<PTShandshake>No</PTShandshake>
			<carddetect>yes</carddetect>
			<newcamd_port>10001</newcamd_port>
			<autosid>Yes</autosid>
			<Seca-PPV>no</Seca-PPV>
			<priority>round</priority>
		</device>

		<device>		
			<name>smargo</name>
			<type>phoenix</type>
			<mhz>600</mhz>
			<parity>none</parity>
			<node>/dev/usb/ttyUSB0</node>
			<export>Yes</export>
			<enabled>No</enabled>
			<blocksa>No</blocksa>
			<blockua>No</blockua>
			<blockga>Yes</blockga>
			<blockc0>No</blockc0>			
			<boxkey>00000000</boxkey>
			<crypto-special>No</crypto-special>
			<PTShandshake>No</PTShandshake>
			<carddetect>yes</carddetect>
			<newcamd_port>34002</newcamd_port>
			<autosid>Yes</autosid>
			<Seca-PPV>no</Seca-PPV>
			<pincode>0000</pincode> 
			<priority>round</priority>
			<sid>
				<allow>
				</allow>
				<deny>
					<id></id>
				</deny>
			</sid>
		</device>
	</readers>
	<radegastserver>
			<enabled>No</enabled>
			<port>16000</port>
			<allow>
				<hostname>localhost</hostname>
			</allow>
	</radegastserver>
	<cache>
			<emm>20</emm>
			<ecm>-1</ecm>
	</cache>
	<httpd>
		<server> <!-- Port to accept connections on -->
			<port>8080</port>
			<enabled>yes</enabled>
		</server>
		<user>
			<!-- valid value for userfile are:
			     Any username you'd like - Used for browser to logon (its case sensitive).	-->
			<name>newcs</name>
			
			<!-- valid value for password are:
			     Any password you'd like - Used for browser to logon (its case sensitive).	-->
			<password>newcs</password>
			
			<!-- valid value for accesslevel are:
			     admin, stats - Define what rights the user has in the web-console	-->
			<accesslevel>admin</accesslevel>
		</user>
	</httpd>	
	<debug>
			<password>NewCSpwd</password>	
			<level>normal</level>
			<type>init</type>
			<output>console,tcp</output>
			<console_options>normal,init</console_options>
			<tcp_port>3001</tcp_port>
			<tcp_options>normal,init</tcp_options>
	</debug>
	<newcamdserver>
			<enabled>Yes</enabled>
			<name>newcs</name>
			<deskey>01 02 03 04 05 06 07 08 09 10 11 12 13 14</deskey>
			<user>
				<name>dummy</name>
				<password>dummy</password>
				<au>on</au>
			</user>
		<user>
			<name>dummy1</name>
			<password>dummy1</password>
			<au>on</au>
		</user>
		<user>
			<name>dummy2</name>
			<password>dummy2</password>
			<au>on</au>
		</user>		
	</newcamdserver>
</newCSconfig>
Mache HomeCS mit einer Coolstream und einer Dbox, auf der Coolstream und Dbox kann ich Newcs Webif abrufen zb. mit Internet Explorer h**p://IP_der_Box:3001 nur mit der Dream geht nicht.
Kann mir bitte jemand einen Tipp geben?
Vielen Dank vorab.

Gruss
Luj