Hallo, habe Probleme mit dem KartenUpdate via Newcs (SRG Viaccess Karte).
Hier mal die newcs176_AU Einstellungen:
Code:
<?xml version="1.0"?>
<newCSconfig>
	<readers name="Card Readers">
		<device>
			<name>lower</name>
			<type>Sci</type>
			<mhz>357</mhz>
			<node>/dev/sci0</node>
			<parity>even</parity>
			<export>yes</export>
			<enabled>yes</enabled>
			<blocksa>No</blocksa>
			<blockua>No</blockua>
			<blockga>yes</blockga> // Veraendert //
			<!-- <boxkey>0000000000</boxkey>  -->
			<!-- <rsa>0000000000</rsa> -->
			<irdeto-camkey>0000000000000000</irdeto-camkey>
			<irdeto-camkey-data>0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000</irdeto-camkey-data>
			<crypto-special>No</crypto-special>
			<ipk>0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000</ipk>
			<ucpk>0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000</ucpk>
			<PTShandshake>no</PTShandshake> 
			<carddetect>yes</carddetect>
			<newcamd_port>12345</newcamd_port>  // Veraendert //
			<autosid>Yes</autosid>
			<Seca-PPV>no</Seca-PPV>
			<pincode>0000</pincode> 
			<priority>round</priority> 
		</device>
		<device>
			<name>upper</name>
	    		<type>Sci</type>
		//	<mhz>600</mhz>
			<node>/dev/sci1</node>
			<parity>even</parity>
			<export>yes</export>
			<enabled>yes</enabled>
			<blocksa>no</blocksa>
			<blockua>no</blockua>
			<blockga>no</blockga>
			<boxid></boxid>
			<PTShandshake>no</PTShandshake>
			<Seca-PPV>no</Seca-PPV>
			<crypto-special>no</crypto-special>
			<carddetect>yes</carddetect>
			<newcamd_port>29471</newcamd_port>
			<autosid>yes</autosid>
			<priority>round</priority>
		</device>	
	</readers>	
	<radegastserver>
			<enabled>no</enabled>
			<port>10001</port>
			<allow>
			<hostname>127.0.0.1</hostname>
			</allow>
	</radegastserver>
	<cache>
		<emm>30</emm>
		<ecm>-1</ecm> // Veraendert //
	</cache>	
	<httpd>
		<server><port>3002</port><enabled>yes</enabled></server>
		<user><name>newcs</name><password>newcs</password><accesslevel>admin</accesslevel></user>
	</httpd>
	<debug>
		<password></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>
		<userfile>/tmp/users.txt</userfile>
	<user>
    		    <name>user1</name>
		    <password>userpw1</password>
		    <au>on</au>
	</user>
	<user>
		    <name>user2</name>
		    <password>userpw2</password>
		    <au>on</au>
	</user>
//		<allow>lower</allow><allow>upper</allow></user> // Veraendert //
	</newcamdserver>
</newCSconfig>
Und hier die von der mbox:
Code:
//mbox.cfg EXPLANATION and EXAMPLES
A: { 0 } // for QBoxHD receivers or for any receivers if needed it
D: { 0 }
B: { 1 }
Z: { 12 } { 127.0.0.1 8000 }   
#C: { 127.0.0.1 7999 }
U: { 1 }
L: { 1 }
#G: { /hdd/ }
T: { /tmp/ }
K: { /var/keys/ }
M: { 1 }
P: { 2/tmp/camd.socket }
W: { 0 }
Q: { 90 }
F: { 400 }
J: { 0 }
R: { 9300 }
H: { 0 0 0 0 }
Als Emu nutze ich die mbox. Dazu zwei Fragen:
a) kann Newcs ein Kartenupdate ausführen, wenn ja - wie? - und mit welchen Einstellungen?
b) will ich einem Zugriff auf meine Karte via Newcs gewähren, wäre dies möglich (howto oder muster.config) wäre super)
Kartenupdate via gb.... klappte einwandfrei, eben nur nicht wie ich es möchte, doch zeigt es dass die Karte ok ist.
Danke