Gast Geplaatst: 16 augustus 2005 Geplaatst: 16 augustus 2005 ik heb hier 109.0d SDT Davinci5 op een dreambox 7000 staan nu zou ik graag mijn c+ kaart laten werken maar het lukt niet Heb al meerder emu's geprobeerd zonder resultaat Nu heb ik newcam 6.1 gedownload en via ftp in var/bin newcamd - cardcerv - cardspider - betaserver var/tuxbox/config newcard.conf - cardserv.cfg - Betad.cfg var/scce Keylist - ppua - rsakeylist -tpscrypt deze files geplaatst wat kan er mis zijn ? Via een axas cam in de ic werkt het wel maar weet niet of die ook update binnen pakt, kaart staat nu op 30-09-2005
Decman Geplaatst: 16 augustus 2005 Geplaatst: 16 augustus 2005 Citaat: ik heb hier 109.0d SDT Davinci5 op een dreambox 7000 staan nu zou ik graag mijn c+ kaart laten werken maar het lukt niet Heb al meerder emu's geprobeerd zonder resultaat Nu heb ik newcam 6.1 gedownload en via ftp in var/bin newcamd - cardcerv - cardspider - betaserver var/tuxbox/config newcard.conf - cardserv.cfg - Betad.cfg var/scce Keylist - ppua - rsakeylist -tpscrypt deze files geplaatst wat kan er mis zijn ? Via een axas cam in de ic werkt het wel maar weet niet of die ook update binnen pakt, kaart staat nu op 30-09-2005 Dat probleem kwam ik gisteren ook tegen maar is opgelost. Correcte bestanden newcamd.conf, cardsrv.cfg en betad,cfg uit de map van Hydra gehaald op mijn usbstick en die in de juiste locaties gezet (var/tuxbox/config) Bij deze mijn configuratie's: betad.cfg --------- SERIAL_PORT = 1 USER = local local Newcamd.conf ------------ # /var/tuxbox/config/newcamd.conf # # newcamd mandatory settings # # 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 # Autoupdate for Emu and Control Word Servers # AU is always yes if there are betad UDS control word server # connected to newcamd AU = yes # # OSD # # number of seconds to show the newcamd OSD, works on enigma only # 0 seconds -> OSD off OSD_TIMEOUT = 0 # 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 # # newcamd debug options # # dumps all ca systems used by a channel on the console SHOW_ALL_CA_SYSTEMS = no # 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 # 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 # # 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 = 0 # 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 = uds 1 dummy dummy # CWS = linux.domain.com 10000 dummy2 dummy2 01 02 03 04 05 06 07 08 09 10 11 12 13 14 lan cardserv # CWS = 127.0.0.1 10000 dummy3 dummy3 01 02 03 04 05 06 07 08 09 10 11 12 13 14 lan cardserv # CWS = uds 0 local local CWS_MULTIPLE = 127.0.0.1 10000:10002 local local 01 02 03 04 05 06 07 08 09 10 11 12 13 14 lan cardserv # # newcamd optional settings for using control word servers (cws) # # Timeout for cardserver login in 100ms CWS_CONNECT_TIMEOUT = 70 # Port to listen for incoming cardserver connections (reverse login) # and/or admin connections CWS_INCOMING_PORT = 12000 # Port to get a list of all connected cardservers, just telnet to it CWS_DEBUG_PORT = 12001 # send keep alive messages to servers to keep connections from dying by # unreasonable router NAT timeouts, make sure all cardservers/spiders you # conntect to are v5.25 or newer, otherwise you'll loose connection to them, # if set to yes # seems this feature is commonly misunderstood, it only keeps connections # open even if no data packets are using it for while (NAT routers tend to # forget about established tcp connections when they are inactive), it is # NOT to automatically reconnect to servers, see also Q&A in readme.txt CWS_KEEPALIVE = yes # # newcamd admin control options # (incoming port is the same as CWS_INCOMING_PORT) # # <password> <14 byte des key> # ADMIN_PASSWORD = test 00 00 00 00 00 00 00 00 00 00 00 00 00 00 cardsrv.cfg ----------- Commentaar heb ik weggehouden voor de overzichtelijkheid 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 127.0.0.1 12000 # # upper card slot # SERIAL_PORT = 0 TCP_PORT = 10000 EMM-G = yes EMM-S = yes EMM-U = yes SPECIAL_FEATURES = yes # # lower card slot # #SERIAL_PORT = 1 #TCP_PORT = 10001 #EMM-G = no #EMM-S = no #EMM-U = no #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 Met deze bestanden wordt mijn Canaldigitaal kaart ondersteund en kan ik weer kijken <img src="/forums/images/graemlins/laugh.gif" alt="" /> Hopelijk heb je hier wat aan. Gr Decman Dreambox DM7000S, Echostar 2200 2CI, Skystar 2. Schotels: Triax 88 CM + DiSEqC Stab HH100 Rotor, Fixed Triax 66 CM.
lars2611 Geplaatst: 16 augustus 2005 Geplaatst: 16 augustus 2005 hey, nu ben ik nog een redelijk leek in dit hele gebeuren maar weet inmiddels uit ervaring dat bij mij alleen maar via newcamd v5.28 de c+ en daarmee samenhangende kanalen goed werken. ik draai nu met gemini en voorheen met een oude ronaldd image. en bij beide images was het met newcamd gewoon goed en gaven andere emu's vaker problemen. hopelijk heb je hier iets aan groeten Lars DM8000HD, DM800HD, DM7000 nu nog NSLU2 en dit alles in een gigabit netwerk!
Tonskidutch Geplaatst: 16 augustus 2005 Geplaatst: 16 augustus 2005 http://www.sat4all.com/forums/showflat.p...1&fpart=all cheers Twilight Zone Golden Earing
Tonskidutch Geplaatst: 16 augustus 2005 Geplaatst: 16 augustus 2005 http://www.sat4all.com/forums/showflat.p...p;page=5#937769 cheers Twilight Zone Golden Earing
Tonskidutch Geplaatst: 16 augustus 2005 Geplaatst: 16 augustus 2005 http://www.sat4all.com/forums/showflat.p...p;page=9#935193 cheers Twilight Zone Golden Earing
Ome Merde Geplaatst: 16 augustus 2005 Geplaatst: 16 augustus 2005 als je in het DaVinci-image de newcamd 6.1_patched emu hebt gebruikt heten de bestanden : cards601.cfg en newc601.conf. tenzij je het start-script voor deze emu aanpast moet je deze bestandsnamen ook zo houden voor de goede werking. merDe deze ruimte is te huur
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