Gast Geplaatst: 22 april 2005 Geplaatst: 22 april 2005 Op de 500 de image Gemini gezet, echter hij wil de keys op de officiele smart kaart maar niet aanspreken. Hoe dien ik dit in te stellen en met welke softcam. - kaart zit er goed in etc, reeds alle aanwijzingen uitgevoerd en kaart is geactiveerd- werk op andere machine, ra,ra bedankt alvast
Gast Geplaatst: 22 april 2005 Geplaatst: 22 april 2005 Waarschijnlijk staat er iets niet goed in de configuratie-bestanden. Om een werkend voorbeeld te geven, pak ik Newcamd+Cardserv: In /var/tuxbox/config/cardserv.cfg moeten de #-jes weg zijn vanaf "SERIAL_PORT = 1": Code: SERIAL_PORT = 1TCP_PORT = 10000EMM-G = yesEMM-S = yesEMM-U = yesSPECIAL_FEATURES = yes Vervolgens nemen we een kijkje in /var/tuxbox/config/newcamd.conf: Code: BOX_TYPE = DM5600EMU = yesPREFER_EMU = noAU = yesCWS = 127.0.0.1 10000 local local 01 02 03 04 05 06 07 08 09 10 11 12 13 14 lan cardserv De regel "CWS =" definieert de server waarmee verbonden moet worden. Zoals je kan zien is het poortnummer gelijk aan de regel "TCP_PORT =" in de cardserv.cfg. Door het box-type aan te geven wordt het mogelijk om deze EMU op de DM500S te gebruiken. "PREFER_EMU = no" geeft aan dat newcamd eerst op de kaart moet kijken, en als daar niets beschikbaar is pas in de key-files. AU staat voor AutoUpdate, en zorgt er voor dat je elke keer weer netjes nieuwe sleutels op de kaart krijgt. Na deze aanpassingen is het beter om de dreambox even te booten en als actieve EMU voor CI-module te kiezen (onder blauwe button). Daarna middels telnet de volgende 2 commando's uitvoeren: /var/bin/cardserv 1>/tmp/cardserv.log 2>&1 & /var/bin/newcamd 1>/tmp/newcamd.log 2>&1 & Vervolgens moet je een paar seconden wachten en even naar een andere zender zappen. Als het goed is heb je dan beeld. Indien dit niet het geval is, dan graag even de volgende bestanden naar je PC FTP-en, zippen en hier laten zien: /var/tuxbox/config/cardserv.cfg /var/tuxbox/config/newcamd.conf /tmp/cardserv.log /tmp/newcamd.log Suc6! P.S. De genoemde dingen in newcamd.conf zijn de belangrijke dingen, maar staan niet zo onder elkaar.
Gast Geplaatst: 22 april 2005 Geplaatst: 22 april 2005 cardserv.og: -sh: /var/bin/cardserv: not found cardserv.config: # # /var/tuxbox/config/cardserv.cfg # DESKEY = 01 02 03 04 05 06 07 08 09 10 11 12 13 14 SERVER_NAME = cardserv DEBUG_PORT = 14000 ENTITLEMENT_PORT = 14001 ADMIN_PORT = 14002 ADMIN_PASSWORD = secret 00 00 00 00 00 00 00 00 00 00 00 00 00 00 USER = local local lan dreambox 12000 # # upper card slot # SERIAL_PORT = 1 TCP_PORT = 10000 EMM-G = yes EMM-S = yes EMM-U = yes SPECIAL_FEATURES = yes # # lower card slot # SERIAL_PORT = 1 TCP_PORT = 10000 EMM-G = yes EMM-S = yes EMM-U = yes SPECIAL_FEATURES = no # # serial port for fhenix # #SERIAL_PORT = 2 #TCP_PORT = 10002 #EMM-G = no #EMM-S = no #EMM-U = no #SPECIAL_FEATURES = no newcamd.config: # /var/tuxbox/config/newcamd.conf # # newcamd mandatory settings # # What Demux API is used? (1 = very old, 2 = rel (Dreambox), 3 = head (VDR)) DEMUX_API = 2 # on PPC version: What Box is used? Valid options are DBOX2, DM7000 and DM5600 # on I386 version this parameter is ignored BOX_TYPE = DM5600 # Which device for writing control words should be used? # Valid options are CA, SDEV or GTX # (SDEV and GTX = /proc/bus/gtx, CA = /dev/caX or /dev/dvb/card0/caX) CONTROL_WORD_DEVICE = CA # What CA0 API is used? # 3 for recent DVB-S driver or recent Dreambox drivers (dream.o from 1.07.3) # also for ca1 use on dbox2 # 2 for older Dreambox driver (ca.o or dream.o up to 1.07.2) # no effect on PPC version if CONTROL_WORD_DEVICE = GTX or SDEV CA_API = 3 # output control words to /proc/bus/gtx in 16 byte or 4096 byte packets # no effect on I386 version or on PPC version, if BOX_TYPE = DREAMBOX GTX_OUTPUT_MODE = 16 # This is important for channels which frequently change between free and # encrypted broadcasts. The change will be reflected in the PMT. If you # don't want your picture to stop when the channel goes from free access # mode to encrypted mode, either your zapper (zapit/Enigma) or newcamd # itself has to keep track of PMT changes. Recent Enigma versions do this, # so you can set PMT_UPDATE_WATCH to no. Recent Zapit versions also have # this option, but it is not compiled by default. So when using Zapit # without PMT updates, you need to enable newcamd to monitor the PMT # (PMT_UPDATE_WATCH = yes). Having both zapper and newcamd monitor # the PMT at the same time, can lead to all kind of instabilities and # should therefore by avoided, even if it seems to work at first. PMT_UPDATE_WATCH = yes # Use emulator? EMU = yes # if both control word server and emulator keys are available for the # channel, which method should be tried first? PREFER_EMU = no # deactivates the dbox2 Betacrypt CAM # this has to be set to yes on Dreambox DISABLE_CAM = yes # use dbox2 Betacrypt CAM for caids 06, 17 or both (00)? CAM_CASYS = 17 # Autoupdate for Emu and Control Word Servers # AU is always yes if there are Betacrypt UDS control word server # connected to newcamd AU = yes # # newcamd debug options # # dumps all ca systems used by a channel on the console SHOW_ALL_CA_SYSTEMS = no # On Screen Display, neutrino, enigma or none OSD = enigma # Recent Enigma versions come with a new option "Use http authentication" # in the Expert Setup menu. If this option is enabled, the Enigma web server # requires all clients to authorize themselves with username (root) and # password (usually dbox2 or dreambox). The following option tells newcamd # about the authentication username and password to use for the web server # in order to be able to display its on screen information. OSD_WEB_LOGIN = root:dreambox # print debug messages about ECM handling DEBUG_ECM = yes # print debug messages about EMM handling DEBUG_EMM = no # print debug messages about Control Word Server (CWS) DEBUG_CWS = yes # print debug messages about dbox2 CAM (cam-alpha.bin) DEBUG_CAM = yes # print command message to/from dbox2 CAM as hex strings DEBUG_CAM_HEX = no # print all plain control words used SHOW_CW = no # hex dump of entire PAT SHOW_PAT = no # hex dump of entire PMT SHOW_PMT = no # hex dump of entire ECM SHOW_ECM = no # hex dump of entire CAT SHOW_CAT = no # hex dump of entire EMM (AU) SHOW_EMM = no # show network ECM messages being sent and received from/to the cardservers SHOW_CWS_ECM = no # show network EMM messages being sent and received from/to the cardservers SHOW_CWS_EMM = no # hex dump of EMMs with wrong signature EMM_REPORT_WRONG_SIG = no # delay between channel zap and appearance of the OSD OSD_WAIT_TIME = 2000 # # newcamd optional settings # # Delay between reception of new control word and writing them into # the CSA registers # this is a default, can be changed for each individual key in keylist DEFAULT_CW_DELAY = 500 # reload config on every channel zap RELOAD_CONFIG_ON_ZAP = yes # reload keylist on every channel zap RELOAD_KEYLIST_ON_ZAP = no # write osd ca info to file # CA_INFO_FILE = /tmp/cainfo.txt # # newcamd mandatory settings for control word servers (cws) # # Cardserver list # # <hostname> <port> <username> <password> <14 byte triple-des key in hex> <lan/wan> <cardserver name> # # wan connections will be dropped and rebuild if newcamd is told so by camdcmd # (see admin options) # # hostname = uds to use betad, port is the serial port in that case # CWS = 127.0.0.1 10000 local local 01 02 03 04 05 06 07 08 09g‹8gpgˆÀgHf‘gf•€ #CWS = 127.0.0.1 10001 local local 01 02 03 04 05 06 07 08 09 10 11 12 13 14 wan cardserv #CWS = 127.0.0.1 10002 local local 01 02 03 04 05 06 07 08 09 10 11 12 13 14 wan cardserv # # newcamd optional settings for using control word servers (cws) # # Timeout for cardserver login in 100ms CWS_CONNECT_TIMEOUT = 20 # Port to listen for incoming cardserver connections (reverse login) # and/or admin connections CWS_INCOMING_PORT = 10000 # Port to get a list of all connected cardservers, just telnet to it CWS_DEBUG_PORT = 10000 # # newcamd admin control options # (incoming port is the same as CWS_INCOMING_PORT) # # <password> <14 byte des key> # ADMIN_PASSWORD = secret 00 00 00 00 00 00 00 00 00 00 00 00 00 00 newcamd.log: [newcamd 23:50:32] cws_tcp_port_open: bind: Address already in use [newcamd 23:50:32] compiled Jan 15 2005, 00:11:18 [newcamd 23:50:32] using demux api 2, ca api 3 [newcamd 23:50:32] loading keys and roms [newcamd 23:50:32] Warning: File /var/scce/keylist couldn't be opened. [newcamd 23:50:32] Warning: File /var/scce/ppua couldn't be opened. [newcamd 23:50:32] Warning: File /var/scce/rsakeylist couldn't be opened. [newcamd 23:50:32] Warning: File /var/scce/tpscrypt couldn't be opened. [newcamd 23:50:32] nagra au supports roms: none [newcamd 23:50:32] keys and roms loaded [newcamd 23:50:32] /var/tuxbox/config/newcamd.conf:118 parse error
Gast Geplaatst: 22 april 2005 Geplaatst: 22 april 2005 Phew, bedoelde eigenlijk meer als bijlage, maar goed... Newcamd.conf Het eerste wat me opvalt: Code: CWS = 127.0.0.1 10000 local local 01 02 03 04 05 06 07 08 09[color:"red"]g‹8gpgˆÀgHf‘gf•€[/color] Da's nie goe!! 2e: Code: [newcamd 23:50:32] loading keys and roms[newcamd 23:50:32] Warning: File /var/scce/keylist couldn't be opened.[newcamd 23:50:32] Warning: File /var/scce/ppua couldn't be opened.[newcamd 23:50:32] Warning: File /var/scce/rsakeylist couldn't be opened.[newcamd 23:50:32] Warning: File /var/scce/tpscrypt couldn't be opened. Het lijkt er op dat je wat bestanden mist? Heb je via het menu ook de plugin "Newcamd keyfiles" (of zoiets) gedownload!? cardserv.cfg [color:"red"]Upper en Lower cardslot hebben dezelfde SERIAL_PORT en TCP_PORT... Ja, dat mag dus nie![/color] Zet bij de waardes van het Upper Slot maar allemaal #-jes voor de regels... En pas voor de netheid meteen even SERIAL_PORT (1 moet 0 zijn) en TCP_PORT (10000 wordt 10001 ofzow) aan. Suc6! P.S., zag net nog wat in newcamd.conf: Code: CWS_INCOMING_PORT = 10000CWS_DEBUG_PORT = 10000 Even ter verduidelijking, een poort kan maar 1 keer tegelijk gebruikt worden. In jouw geval staat de teller op 4. Pas eerste regel aan naar 12000, de tweede naar 12001.
Gast Geplaatst: 23 april 2005 Geplaatst: 23 april 2005 het mooie is dat ik zelf een 7000 heb en een maat van me gek heb gemaakt voor een dreambox, affijn- newcamd.conf en cardserver.cfg precies zo aangepast als boven omschreven en... PERFECT !!! draaien met die kaart! Almere bedankt, grote klasse <img src="/ubbthreads/images/graemlins/grin.gif" alt="" />
Aanbevolen berichten
Maak een account aan of log in om te reageren
Je moet een lid zijn om een reactie te kunnen achterlaten
Account aanmaken
Registreer voor een nieuwe account in onze community. Het is erg gemakkelijk!
Registreer een nieuwe accountInloggen
Heb je reeds een account? Log hier in.
Nu inloggen