PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Premiere HD mit MPCS zum Kathrein sharen



neo1965
24.11.08, 03:36
Also mein Homesharing Premiere-4erPaketHD läuft folgendermaßen.
D-Box2 mit GLJ Image MPCS und Camd3.868 für HD auf der KathiAaf2.0e
Damit die neue Karte läuft hab ich einfach nach dem Online aufspielen des MPCS-Dukat die "mpcs-0.9dSP1-powerpc-tuxbox-dbox2" aus dem Threadt im Streamboard im Ordner emu der D-Box2 getauscht(Rechte nicht vergessen).Die ist mit Quickhack für HD und kann die neuen Karten.
Wichtig ist jetzt die Configuration des Systems.
Ich schreibs hier mal rein:
in der mpsc.conf (d-Box)steht folgendes:
# ****server config
# -----------------------------------------------------------------------------
# Nice : Priority (20=low - (-20)=highest) (default=system given)
# Values less than zero requires root privileges
# Use a 99 to disable this feature (on embedded systems)
# ClientTimeout : Value in seconds for client process to wait for key (5)
# FallbackTimeout : Value in seconds for reader process to switch to fallback
# ClientMaxIdle : Value in seconds for client process
# being idle before disconnect (120)
# CacheDelay : Value in msec to delay cached requests (0)
# BindWait : Value in seconds to wait for bind request to complete (120)
# ResolveDelay : Value in seconds for resolver-process (default=30)
# LogFile : Logfile :-) (/var/log/****server)
# : special: if "LogFile=syslog" syslogd will be used
# PidFile : Pidfile for scripts (default: no pidfile)
# UsrFile : Logfile for user/session logging (default: no logfile)
# Sleep : set default value for user account (default=0)
# ServerIP : bind services to ONE dedicated ip-address
# this sets the default, may be overwritten in client sections
# if not set, every interface will be used (INADDR_ANY)
# -----------------------------------------------------------------------------
[global]
Nice = -1
ClientTimeout = 5
ClientMaxIdle = 120
CacheDelay = 0
BindWait = 60
ResolveDelay = 15
LogFile = /var/log/****server
PidFile = /var/run/****server.pid
#UsrFile = /var/log/****user.log
Sleep = 0
#ServerIP = 192.168.1.1
# -- monitor ------------------------------------------------------------------
# Port : Port-Number (0 disables this protocol)
# ServerIP : bind service to ONE dedicated ip-address
# NoCrypt : IP's or IP-ranges where unencrypted connects are permitted
# AULow : Value in minutes to signal low emm-support (default=30)
# MonLevel : Default user-level for monitor-access (default=2)
# 0 = no access to monitor
# 1 = only server-process and own clients will be shown
# 2 = all processes will be shown, no action permitted
# 3 = all processes will be shown, reload permitted
# 4 = all is permitted.
# this value may be overwritten in mpcs.user
# -----------------------------------------------------------------------------
[monitor]
Port = 988
NoCrypt = 127.0.0.1
NoCrypt = 10.0.0.0-10.255.255.255
NoCrypt = 172.16.0.0-172.31.255.255
NoCrypt = 192.168.0.0-192.168.255.255
AULow = 120
MonLevel = 4
# -- camd 3.3x ----------------------------------------------------------------
# Port : Port-Number (0 disables this protocol)
# ServerIP : bind service to ONE dedicated ip-address
# Key : Encryption key (disabled if no key set)
# Passive : Disables permament EMM-requests (if AU) and heartbeat
# (in case of problems with ProgDVB, VDR-sc ...)
# NoCrypt : IP's or IP-ranges without encryption
# -----------------------------------------------------------------------------
[camd33]
Port = 0
#Key = 0123456789ABCDEF0123456789ABCDEF
Passive = 0
NoCrypt = 127.0.0.1
NoCrypt = 10.0.0.0-10.255.255.255
NoCrypt = 172.16.0.0-172.31.255.255
NoCrypt = 192.168.0.0-192.168.255.255
# -- camd 3.5x ----------------------------------------------------------------
# Port : Port-Number (0 disables this protocol)
# ServerIP : bind service to ONE dedicated ip-address
# -----------------------------------------------------------------------------
[camd35]
Port = 10000
# -- radegast -----------------------------------------------------------------
# Port : Port-Number (0 disables this protocol)
# ServerIP : bind service to ONE dedicated ip-address
# Allowed : IP's or IP-ranges allowed to connect
# User : Account to use, must be set to enable permission rules
# -----------------------------------------------------------------------------
[radegast]
Port = 0
Allowed = 127.0.0.1
Allowed = 10.0.0.0-10.255.255.255
Allowed = 172.16.0.0-172.31.255.255
Allowed = 192.168.0.0-192.168.255.255
User = hero
[newcamd]
Port = 10002@1702:000000
Key = 0102030405060708091011121314
# -- serial client ------------------------------------------------------------
# mpcs supports serial connects with one of the following protocols:
# - hsic (humax5400 sharing interface client - ToH3.x HoT2.x)
# - sssp (simple serial sharing protocol)
# - bomba (Arion, Ferguson, OpenBox 6**, PowerSky etc. with firmware BOMBA)
# - dsr9500 sharing protocol
#
# Device : user@device[:baud][?delay=x&timeout=x]
# This line may be given multiple for multiple serial clients
# User and device must be given, baud, delay an timeout are optional
# user = Account to use in mpcs.user
# device = your serial device, of course
# baud = baudrate to use, valid are:
# 9600, 19200, 38400, 57600, 115200 (default=115200)
# delay = additional delay in ms while sending (default=0)
# timeout= max. time in ms to get a complete request (default=50)
# -----------------------------------------------------------------------------
[serial]
# this sample will use user hero on device /dev/ttyS0
# with 115200 baud, no delay and the default of 50ms timeout
#Device = hero@/dev/ttyS0
# this sample will use user hero on device /dev/tts/1
# with 38400 baud, 1 ms delay and the default of 50ms timeout
#Device = hero@/dev/tts/1:38400?delay=1
die mpcs.server der D-Box:
# -----------------------------------------------------------------------------
# Label : label to identify reader (auto-upodate)
# Protocol : protocol of device, at this time "mouse", "internal" or "camd35"
# note: ****readers with device like /dev/sciX should be
# protocol=internal, others are protocol=mouse.
# Device : device for reader or "<hostname>,<port>[,<lport]" for remote
# Detect : local reader only: **** detect method (default=CD)
# may be CD (Carrier Detect), DSR (Data Set Ready),
# CTS (Clear To Send), RING (Ring Indicator) or NONE (No Detection)
# to specify an inverted signal use "Detect=!CTS" for example.
# Account : account to use for remote-server
# EMMCache : <usecache>,<rewrite>,<logging>
# where usecache may be 0 or 1 (1=use emmcache)
# where rewrite may be >=0 (valid only if usecache=1)
# you can choose how often the same emm will be written.
# where logging may be 0,1,2
# 0=no emm logging exept errors
# 1=emm logging exept skipped (cached) emms
# 2=full emm logging
# BlockNano : list of EMM-nano's to block (in hex w/o 0x)
# Fallback : may be 0 (primary reader) or 1 (fallback reader)
# CAID : list of valid caids and mapping (if not set all caids are valid)
# format: <caid>[&<mask>][:<new caid>],....
# Group : list of groups reader belongs to (range: 1-32)
# -----------------------------------------------------------------------------
# sample for remote ****reader as reader "myfriend", fallback reader
# caid 1702, 1722 will be send only AND they will be mapped to 1702
# sample for local ****reader as reader "my****"
[reader]
Label = multicam
Protocol = mouse
Device = /dev/tts/1
EMMCache = 1,3,2
BlockNano =
Detect = none
Group = 1,2
die mpcs.user geht so:
# -----------------------------------------------------------------------------
# User : username
# Pwd : password
# Uniq : where uniq may be 0 or 1
# (1 means account can't be used twice at a time)
# Sleep : if sleep>0 then this connection will go into suspend-mode
# after <sleep> minutes, if channel has not been changed
# if set, this will override the system global sleep value
# AU : label of reader for sending emm's (if set)
# Account : <username>,<password>,<uniq>,<au>
# CAID : list of valid caids and mapping (if not set all caids are valid)
# format: <caid>[&<mask>][:<new caid>],....
# Group : list of groups reader belongs to (range: 1-32)
# MonLevel : individual level for monitor-access (see also mpcs.conf)
# -----------------------------------------------------------------------------
# sample user-account
# without auto-update
# may be used once at a time only
# valid caid's: 1702, 1722 and they will be mapped to 1702
# belongs to group 1
# has default access to monitor

[account]
User = glj
Pwd = ncs
Uniq = 1
Group = 1
CAID = 1702,1722
AU = multicam
MonLevel = 4

[account]
User = local
Pwd = local
Uniq = 1
Group = 1
CAID = 1702,1722
AU = multicam
MonLevel = 4
# sample user-account
# with auto-update for reader "my****"
# may be used once at a time only
# all caid's are valid
# belongs to group 1 and 3
# has full access in mpcs-monitor

[account]
User = hero
Pwd = itsme
Uniq = 1
Group = 1,3
AU = my****
CAID = 1702,1722
MonLevel = 4
# sample user-account
# without auto-update
# may be used multiple at a time
# valid caid's: 0500, 1702 and 1722
# belongs to group 2
# has no access to monitor

[account]
User = other
Pwd = itsopen
Group = 2
CAID = 0500, 1702&FFDF
MonLevel = 0

[account]
User = kathi
Pwd = kathi
#AU = multicam
Uniq = 0
#CAID = 1702,1722,1833,1834
Group = 1
1801to1702 = 1

jetzt die Camd3.server der D-Box:
cs357x://local:local@127.0.0.1:10000?1702:000000=1702:00000 0&1722:000000=1702:00000
vielleicht noch die camd3.config der D-box:
BOXTYPE=1
LOG=1
HTTP_ADMIN=root
HTTP_PASSWORD=dbox2
UDP_PORT=24110
TCP_PORT=24111
DBOX2_AU=1
MAP_LIST=/var/keys/map.list
IGNORE_LIST=/var/keys/ignore.list
Debug=0
Descrambler=0
Reset_ENX=0
Slot1_Start=0
Slot1_AU_G=1
Slot1_AU_S=1
Slot1_AU_U=1
Port=24110
und die meine camd3.conf aus der Dbox:
BOXTYPE=1
LOG=1
HTTP_ADMIN=root
HTTP_PASSWORD=dbox2
UDP_PORT=24110
#TCP_PORT=24111
DBOX2_AU=1
SLOT=/dev/tts/1:1:1:1:1:998:multicam:password2
MAP_LIST=/var/keys/map.list
IGNORE_LIST=/var/keys/ignore.list
Debug=0
Descrambler=0
Reset_ENX=0
Slot1_Start=0
Slot1_AU_G=1
Slot1_AU_S=1
Slot1_AU_U=1
Port=24111
jo und wenn man dann noch die entstprechende Camd3.server auf der Kathi hat:
cs357x://kathi:kathi@xxx.xxx.xxx.xxx:10000
die x stehen für deine D-box IP
läuft das Sytem mit Sicherheit.
Spielst du dir dann den MPCS-Monitor mit folgender mpcsmon.conf ein:
smallfont=0
startwithip=0
hidemonitor=1
server=mpcsmon://glj:ncs@127.0.0.1:988?label=MyServer
kannst du die ganze Geschichte auch noch überwachen.
Alle MPCS Dateien befinden sich im Ordner tuxbox/config, der Rest wie immer .
Die downgeloadete mpcs zum Tauschen im Ordner EMU und muss natürlich nur mpcs heißen auch nach dem Tausch,also umbennen(Rechte755 nicht vergessen).

tja das war mal ne Beschreibung von mir, wo ich denke das alles wichtige drinn ist.

User und PW können ja nach belieben geändert werden sowie auch der Cs-Port . In meinem Beispiel ist das Port 10000 local:local und kathi:kathi als die Wichtigsten.

Wenn man sich hier genau dran hält, sollte alles laufen.
Bei mir Läufts TOP zu Hause.
Falls Interesse besteht hab ich auch noch die Camd3.ignore Dateien im Netz gefunden. Damit gibt es weniger überflüssige Anfragen zum Server.
So das wars aber erstmal, ich hoffe alles was ich hier geschrieben habe ist in diesem Board erlaubt.


Gruß und viel Glück, Neo

dirk01
24.11.08, 08:37
Da sich im Moment sehr viel ums Sharing dreht, möchte ich hier eine sehr tolle Anleitung von "neo1965" festpinnen.

Die wichtigsten Beiträge habe ich hier mal rein kopiert, und wer noch weitere Fragen hat kann in diesem Thread nach lesen/schreiben:

http://www.spinnes-board.de/vb/showthread.php?t=125622

Hierfür noch mal einen herzlichen Dank an neo1965

neo1965
24.11.08, 20:56
Hi Neo,
danke für deine Anleitung.
Werde es ausprobieren ob ich das so hinbekomme.
Habe aber noch ne Frage.
Da deine erst Zeile so zusammensteht nochmal.
1, Die camd3.868 ist für die Kathi?
2, Die MPCS für die D-Box.?
3, Muss beim GLJ Multicam aktiviert werden?
4, War auf dem Streamboard. Ich habe das Paket "mpcs-0.9dSP1-powerpc-tuxbox-dbox2" nicht gefunden. Kannst du mir einen link zukommen lassen..
Vielleicht noch einen für die camd3 für die Kathi.
Vielen Dank
1. Camd3.868 läuft bei mir einfach stabiler und ist in der D-Box
in der Kathi ist auch eine aktuelle vom Camd3 Aaf-Server

2. mpcs natürlich nur in der d-box
man kann beides bequem über das GLJ-Menü online installieren,
das macht es ja so einfach.Oder man kann nach glj update googeln dort alles nötige downloaden und dann einfach übers GLJ-Webinterface installieren.
Nur die mpcs-datei(vom mpcs 0.9c-gbx-beta5.3) muss danach noch manuell
getauscht werden gegen oben genannte vom Streamboxboard.
Macht man auf der D-box im Ordner "emu"

3. NEIN Multicam muss zwingend deaktiviert sein für Camd3, doppelter Zugriff geht nicht

4.Streamboard » C a r d server » MpCS » 1801to1702 -> 1833to1702 dort die Seite 6 ungefähr kann man direkt downloaden. Beitrag ist von User cherup.

Hab den oberen Satz auch etwas verständlicher gemacht.
Hoffe das reicht erstmal.
Tschaui Neo

morphmu2
25.11.08, 00:10
Hi,

so habe das alles mal wie beschrieben versucht einzuspielen.
Resultat ist.

D-Box2 (Server) IP. 192.168.178.30

PW Karte im Originalslot -> geht
PW Karte im Multicam -> dunkel

Multicam im Menü auf "aus"

Kathi (client) IP. 192.168.178.26 -> dunkel


Um alle fehler auszuschließen führe ich mal das eingespielte auf.

D-Box2:

camd3.868 -> Emu -> Rechte755

mpcs -> Emu -> Rechte755 - zuerst über Online Update. Danach überschrieben mit "mpcs-0.9dSP1-powerpc-tuxbox-dbox2" (Streamboard)

mpcs.conf nach /tuxbox/config

# ****server config
# -----------------------------------------------------------------------------
# Nice : Priority (20=low - (-20)=highest) (default=system given)
# Values less than zero requires root privileges
# Use a 99 to disable this feature (on embedded systems)
# ClientTimeout : Value in seconds for client process to wait for key (5)
# FallbackTimeout : Value in seconds for reader process to switch to fallback
# ClientMaxIdle : Value in seconds for client process
# being idle before disconnect (120)
# CacheDelay : Value in msec to delay cached requests (0)
# BindWait : Value in seconds to wait for bind request to complete (120)
# ResolveDelay : Value in seconds for resolver-process (default=30)
# LogFile : Logfile :-) (/var/log/****server)
# : special: if "LogFile=syslog" syslogd will be used
# PidFile : Pidfile for scripts (default: no pidfile)
# UsrFile : Logfile for user/session logging (default: no logfile)
# Sleep : set default value for user account (default=0)
# ServerIP : bind services to ONE dedicated ip-address
# this sets the default, may be overwritten in client sections
# if not set, every interface will be used (INADDR_ANY)
# -----------------------------------------------------------------------------
[global]
Nice = -1
ClientTimeout = 5
ClientMaxIdle = 120
CacheDelay = 0
BindWait = 60
ResolveDelay = 15
LogFile = /var/log/****server
PidFile = /var/run/****server.pid
#UsrFile = /var/log/****user.log
Sleep = 0
#ServerIP = 192.168.1.1
# -- monitor ------------------------------------------------------------------
# Port : Port-Number (0 disables this protocol)
# ServerIP : bind service to ONE dedicated ip-address
# NoCrypt : IP's or IP-ranges where unencrypted connects are permitted
# AULow : Value in minutes to signal low emm-support (default=30)
# MonLevel : Default user-level for monitor-access (default=2)
# 0 = no access to monitor
# 1 = only server-process and own clients will be shown
# 2 = all processes will be shown, no action permitted
# 3 = all processes will be shown, reload permitted
# 4 = all is permitted.
# this value may be overwritten in mpcs.user
# -----------------------------------------------------------------------------
[monitor]
Port = 988
NoCrypt = 127.0.0.1
NoCrypt = 10.0.0.0-10.255.255.255
NoCrypt = 172.16.0.0-172.31.255.255
NoCrypt = 192.168.0.0-192.168.255.255
AULow = 120
MonLevel = 4
# -- camd 3.3x ----------------------------------------------------------------
# Port : Port-Number (0 disables this protocol)
# ServerIP : bind service to ONE dedicated ip-address
# Key : Encryption key (disabled if no key set)
# Passive : Disables permament EMM-requests (if AU) and heartbeat
# (in case of problems with ProgDVB, VDR-sc ...)
# NoCrypt : IP's or IP-ranges without encryption
# -----------------------------------------------------------------------------
[camd33]
Port = 0
#Key = 0123456789ABCDEF0123456789ABCDEF
Passive = 0
NoCrypt = 127.0.0.1
NoCrypt = 10.0.0.0-10.255.255.255
NoCrypt = 172.16.0.0-172.31.255.255
NoCrypt = 192.168.0.0-192.168.255.255
# -- camd 3.5x ----------------------------------------------------------------
# Port : Port-Number (0 disables this protocol)
# ServerIP : bind service to ONE dedicated ip-address
# -----------------------------------------------------------------------------
[camd35]
Port = 10000
# -- radegast -----------------------------------------------------------------
# Port : Port-Number (0 disables this protocol)
# ServerIP : bind service to ONE dedicated ip-address
# Allowed : IP's or IP-ranges allowed to connect
# User : Account to use, must be set to enable permission rules
# -----------------------------------------------------------------------------
[radegast]
Port = 0
Allowed = 127.0.0.1
Allowed = 10.0.0.0-10.255.255.255
Allowed = 172.16.0.0-172.31.255.255
Allowed = 192.168.0.0-192.168.255.255
User = hero
[newcamd]
Port = 10002@1702:000000
Key = 0102030405060708091011121314
# -- serial client ------------------------------------------------------------
# mpcs supports serial connects with one of the following protocols:
# - hsic (humax5400 sharing interface client - ToH3.x HoT2.x)
# - sssp (simple serial sharing protocol)
# - bomba (Arion, Ferguson, OpenBox 6**, PowerSky etc. with firmware BOMBA)
# - dsr9500 sharing protocol
#
# Device : user@device[:baud][?delay=x&timeout=x]
# This line may be given multiple for multiple serial clients
# User and device must be given, baud, delay an timeout are optional
# user = Account to use in mpcs.user
# device = your serial device, of course
# baud = baudrate to use, valid are:
# 9600, 19200, 38400, 57600, 115200 (default=115200)
# delay = additional delay in ms while sending (default=0)
# timeout= max. time in ms to get a complete request (default=50)
# -----------------------------------------------------------------------------
[serial]
# this sample will use user hero on device /dev/ttyS0
# with 115200 baud, no delay and the default of 50ms timeout
#Device = hero@/dev/ttyS0
# this sample will use user hero on device /dev/tts/1
# with 38400 baud, 1 ms delay and the default of 50ms timeout
#Device = hero@/dev/tts/1:38400?delay=1


mpcs.server -> /tuxbox/config

# -----------------------------------------------------------------------------
# Label : label to identify reader (auto-upodate)
# Protocol : protocol of device, at this time "mouse", "internal" or "camd35"
# note: ****readers with device like /dev/sciX should be
# protocol=internal, others are protocol=mouse.
# Device : device for reader or "<hostname>,<port>[,<lport]" for remote
# Detect : local reader only: **** detect method (default=CD)
# may be CD (Carrier Detect), DSR (Data Set Ready),
# CTS (Clear To Send), RING (Ring Indicator) or NONE (No Detection)
# to specify an inverted signal use "Detect=!CTS" for example.
# Account : account to use for remote-server
# EMMCache : <usecache>,<rewrite>,<logging>
# where usecache may be 0 or 1 (1=use emmcache)
# where rewrite may be >=0 (valid only if usecache=1)
# you can choose how often the same emm will be written.
# where logging may be 0,1,2
# 0=no emm logging exept errors
# 1=emm logging exept skipped (cached) emms
# 2=full emm logging
# BlockNano : list of EMM-nano's to block (in hex w/o 0x)
# Fallback : may be 0 (primary reader) or 1 (fallback reader)
# CAID : list of valid caids and mapping (if not set all caids are valid)
# format: <caid>[&<mask>][:<new caid>],....
# Group : list of groups reader belongs to (range: 1-32)
# -----------------------------------------------------------------------------
# sample for remote ****reader as reader "myfriend", fallback reader
# caid 1702, 1722 will be send only AND they will be mapped to 1702
# sample for local ****reader as reader "my****"
[reader]
Label = multicam
Protocol = mouse
Device = /dev/tts/1
EMMCache = 1,3,2
BlockNano =
Detect = none
Group = 1,2


mpcs.user -> tuxbox/config

# -----------------------------------------------------------------------------
# User : username
# Pwd : password
# Uniq : where uniq may be 0 or 1
# (1 means account can't be used twice at a time)
# Sleep : if sleep>0 then this connection will go into suspend-mode
# after <sleep> minutes, if channel has not been changed
# if set, this will override the system global sleep value
# AU : label of reader for sending emm's (if set)
# Account : <username>,<password>,<uniq>,<au>
# CAID : list of valid caids and mapping (if not set all caids are valid)
# format: <caid>[&<mask>][:<new caid>],....
# Group : list of groups reader belongs to (range: 1-32)
# MonLevel : individual level for monitor-access (see also mpcs.conf)
# -----------------------------------------------------------------------------
# sample user-account
# without auto-update
# may be used once at a time only
# valid caid's: 1702, 1722 and they will be mapped to 1702
# belongs to group 1
# has default access to monitor

[account]
User = glj
Pwd = ncs
Uniq = 1
Group = 1
CAID = 1702,1722
AU = multicam
MonLevel = 4

[account]
User = local
Pwd = local
Uniq = 1
Group = 1
CAID = 1702,1722
AU = multicam
MonLevel = 4
# sample user-account
# with auto-update for reader "my****"
# may be used once at a time only
# all caid's are valid
# belongs to group 1 and 3
# has full access in mpcs-monitor

[account]
User = hero
Pwd = itsme
Uniq = 1
Group = 1,3
AU = my****
CAID = 1702,1722
MonLevel = 4
# sample user-account
# without auto-update
# may be used multiple at a time
# valid caid's: 0500, 1702 and 1722
# belongs to group 2
# has no access to monitor

[account]
User = other
Pwd = itsopen
Group = 2
CAID = 0500, 1702&FFDF
MonLevel = 0

[account]
User = kathi
Pwd = kathi
#AU = multicam
Uniq = 0
#CAID = 1702,1722,1833,1834
Group = 1
1801to1702 = 1


camd3.config -> /keys

BOXTYPE=1
LOG=1
HTTP_ADMIN=root
HTTP_PASSWORD=dbox2
UDP_PORT=24110
#TCP_PORT=24111
DBOX2_AU=1
SLOT=/dev/tts/1:1:1:1:1:998:multicam:password2
MAP_LIST=/var/keys/map.list
IGNORE_LIST=/var/keys/ignore.list
Debug=0
Descrambler=0
Reset_ENX=0
Slot1_Start=0
Slot1_AU_G=1
Slot1_AU_S=1
Slot1_AU_U=1
Port=24111

-----------------------------------------------------------

Alternativ hatte ich auch diese mal probiert.

BOXTYPE=1
LOG=1
HTTP_ADMIN=root
HTTP_PASSWORD=dbox2
UDP_PORT=24110
TCP_PORT=24111
DBOX2_AU=1
MAP_LIST=/var/keys/map.list
IGNORE_LIST=/var/keys/ignore.list
Debug=0
Descrambler=0
Reset_ENX=0
Slot1_Start=0
Slot1_AU_G=1
Slot1_AU_S=1
Slot1_AU_U=1
Port=24110


camd3.servers -> /keys

cs357x://local:local@127.0.0.1:10000?1702:000000=1702:00000 0&1722:000000=1702:00000


----------------------------------------------------------------------


Kathi-UFS 910

camd3.902 (sh) online Download über AAF -> /data/emu Rechte 755

camd3.servers -> /data/keys

cs357x://kathi:kathi@192.168.178.30:10000

------------------------------------------------------------------

So das sind ganz genau meine Originalwerte so wie ich diese in die Box geschoben habe.

Seht ihr wo ich ein oder mehrere Fehler getan habe???

Vielen Dank

neo1965
25.11.08, 00:23
Sieht eigentlich ganz gut aus, hast du den den mpcs auch aktiviert und danach gestartet?
Was sagt der mpcsmon (Monitor)? den solltest du auch mal mit meiner config installieren und mal schauen was der so mit loggt?
Also nach einem einfachen Camd-Reset sollte bei einem GLJ-Image kurz angezeigt werden Camd3868 aktiviert; Originalslot aktiviert; Au ein; und Dukat mpcs Version powerPC neu gestartet.
Dann läuft erstmal alles.
Bei einem anderen Image muß du den mpcs-server vielleicht per telnet starten.

Das ist erstmal alles was mir dazu einfällt.
Installier mal mpcsmon und starte es mit der von mir geschriebenen config und setze dann den Log hier rein.

Gruß Neo

neo1965
25.11.08, 00:34
Achso weil du ja noch neu bist und lernst. Auf der D-Box mit GLJ "Blau""1""gelb""7"rot" und danach "3" zum starten ;)

morphmu2
25.11.08, 00:59
Hi,

welche der beiden camd.config soll ich für die D-Box verwenden???

Kannst du mir vielleicht sagen welchen befehl ich eingeben muss um die mpcs per telnet zu starten??

stehe bei # var

Danke

morphmu2
25.11.08, 01:57
NEO du bist der BESTE :2::2::2::2::2:

Tausend, Tausend, Tausend, Tausend Dank.

Ich dreh durch...
Es geht, es geht..........

Auch vielen Dank an Dirk der mir auch sehr geholfen hat.

kurze Info:

Der Fehler war der das ich im GLJ Menü die Funktion "Dukat-MPCS"
nicht eingeschaltet habe + die Tastenkompi von Neo.
Liegt daran das mir das Image neu ist und ich nicht gleich alles wusste.


Ich hätte gerne noch eine Bitte.

Kann mir jemand sagen wie ich per Telnet die MPCS starte?

Frage deshalb, weil ich würde ehrlich gesagt gerne wieder auf das MD Image zurück Flashen.

neo1965
25.11.08, 05:33
Danke, schön das es läuft bei dir.
Aber der Ruhm gehört eigentlich denen, die solche super Tools, Plugins Emus und Images erstellen oder updaten. Das sind die wahren Könner.
Ich bin auch bloß ein kleiner Nutzer der gerne damit rumspielt ;-)
DieTelnet Befehle sehen eigentlich so aus, wie bei jedem anderen emu. D.h.
um die mpcs zu beenden per Telnet "killall mpcs" und um sie wieder zu starten "/var/emu/mpcs"
Das müsste es sein.
Gruß Neo