John van Dreumel Geplaatst: 29 oktober 2004 Geplaatst: 29 oktober 2004 Misschien eerst even een abbo nemen, dan zal 't met radegast best werken. <img src="/ubbthreads/images/graemlins/loldev.gif" alt="" /> M@zzel John Er is zoveel te vragen dat ik het tóch eerst zelf probeer uit te zoeken. Dat is ook verrekte leerzaam. Mijn boxen zijn allemaal powered by PLi.
fly Geplaatst: 29 oktober 2004 Geplaatst: 29 oktober 2004 Ik praat inderdaad wel over radegast in combinatie met een originele kaart <img src="/ubbthreads/images/graemlins/grin.gif" alt="" /> Groet, Fly Dreambox 800SE, 600C, Samsung dsb940Admin bij Dreamboxclub
satede Geplaatst: 31 oktober 2004 Auteur Geplaatst: 31 oktober 2004 Citaat: Jullie moeten niet vergeten de cardserver.conf ook aan te passen. Hier twee werkende voorbeelden van een db 500 deze moeten allebij op de hoofd box, en de newcamd.conf moet op alle andere boxen komen. Bv voor de tweede box vinkje bij cws 127.0.0.1 zetten, en vinkje voor cws 192.168.1.10 weg pakken, en zo verder bij alle boxen. NEWCAMD.CONF: # 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 = 4096 # 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, although it might seem to work at first. PMT_UPDATE_WATCH = no # 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 = yes # On Screen Display, neutrino, enigma or none OSD = none # print debug messages about ECM handling DEBUG_ECM = no # print debug messages about EMM handling DEBUG_EMM = no # print debug messages about Control Word Server (CWS) DEBUG_CWS = no # print debug messages about dbox2 CAM (cam-alpha.bin) DEBUG_CAM = no # 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 = 500 # # 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 = yes # # 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 = 127.0.0.1 10000 box1 dreambox 01 02 03 04 05 06 07 08 09 10 11 12 13 14 lan cardserver #CWS = 192.168.1.10 10000 box2 dreambox 01 02 03 04 05 06 07 08 09 10 11 12 13 14 lan cardserver #CWS = 192.168.1.10 10000 box3 dreambox 01 02 03 04 05 06 07 08 09 10 11 12 13 14 lan cardserver #CWS = 192.168.1.10 10000 box4 dreambox 01 02 03 04 05 06 07 08 09 10 11 12 13 14 lan cardserver #CWS = 192.168.1.10 10000 box5 dreambox 01 02 03 04 05 06 07 08 09 10 11 12 13 14 lan cardserver # # 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 = 12000 # Port to get a list of all connected cardservers, just telnet to it CWS_DEBUG_PORT = 12001 # # 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 # CARDSERVER.CONF: # CLIENT_CONNECT_TIMEOUT (in 100ms) (G) # max time to wait for a login at a newcamd client CLIENT_CONNECT_TIMEOUT = 30 # # Example: you should change at least the DESKEY !! # DESKEY = 01 02 03 04 05 06 07 08 09 10 11 12 13 14 SERVER_NAME = cardserver DEBUG_PORT = 14000 ADMIN_PORT = 14001 ENTITLEMENT_PORT = 14002 ADMIN_PASSWORD = secret 00 00 00 00 00 00 00 00 00 00 00 00 00 00 # Below here you can define users USER = box1 dreambox lan USER = box2 dreambox lan USER = box3 dreambox lan USER = box4 dreambox lan USER = box5 dreambox lan # # in the DM500 is only 1 card slot :-) # SERIAL_PORT = 1 TCP_PORT = 10000 EMM-G = yes EMM-S = yes EMM-U = yes SPECIAL_FEATURES = yes # ps: vergeet niet even de emu te restarten. Rongogo Het werkt nu maar op mijn dreambox 7000 waar het orginale canl+ kaart inzit moest ik in de newcamd het volgende veranderen "# CWS = uds 1 dummy dummy CWS = 127.0.0.1 10000 box1 dreambox 01 02 03 04 05 06 07 08 09 10 11 12 13 14 lan cardserver" i.p.v. 127.0.0.1 moet ik het ip van mijn dreambox invullen klopt dat wel <img src="/ubbthreads/images/graemlins/kweetniet.gif" alt="" /> The birdman has left the building
Freeangel Geplaatst: 31 oktober 2004 Geplaatst: 31 oktober 2004 Kan iemand me helpen want ik kom er echt niet uit, hoewel ik dit draadje al 100 keer heb gelezen!!!! Ik draai de PLI van 2410 op een dreambox 7000S Zo ziet mijn cardserv.cfg eruit; CLIENT_CONNECT_TIMEOUT = 20 # # debug options (A) - show network and card init, ecm and emm packages # DEBUG_INIT = no # DEBUG_NET = no # DEBUG_ECM = no # DEBUG_EMM = no # # Serial Port (Phoenix/Multicam) (Section divider) # The first SERIAL_PORT options ends the global section # On Dreambox SERIAL_PORT = 0 is the upper card slot, # SERIAL_PORT = 1 is the lower card slot and 2 is the # actual serial port # SERIAL_PORT = <no> begins a single card's local section # SERIAL_PORT = 0 # # Serial Port (sc8in1) (section devider) # SERIAL_PORT = <no> sc8in1 begins a sc8in1 description # SC8IN1_SLOT must follow immediately to start a local section # SERIAL_PORT = 1 sc8in1 # # sc8in1 slot (sc8in1 sub section divider) # valid slots are 0-7, 0 being the left most connector on the sc8in1 # SC8IN1_SLOT = 1 # # Parity - serial communication parameter for the smartcard (L) # The default is on, which is correct for all cards except Irdeto # This is for reading the ATR only, after the ATR has been recognized by # cardserver, it automatically switches to the correct communication parameters # Some Irdeto cards work with PARITY = on also, some need PARTIY = off, so just # test it. Dreambox cardreaders don't need this option, so it will be rejected # for SERIAL_PORT = 0, 1 on Dreambox # PARITY = on # # CARD_DETECT_BIT (L) # different Phoenix readers sometimes use different serial lines to detect an # inserted card, here you can specify, which line cardserver should use for a # particular card. Possible values are CTS, DCD and DSR # Default is CTS for sc8in1 and dbox2 serport 1, DCD otherwise # Will be rejected for SERIAL_PORT = 0, 1 on Dreambox (internal cardreaders) # CARD_DETECT_BIT = DCD # # Baudrate (L) (DBOX2 version ONLY!) # Baudrate selection for the dbox2 server. Allows to run 6 MHz with # 3.579 MHz crystal and (theoretically) the other way around. # Keep in mind, running anything but Irdeto cards at 6 MHz is overclocking!!! # Irdeto card at 3.57 MHz: BAUDRATE = 5727 # other card at 6 MHz: BAUDRATE = 16128 # Default is 9622, which is correct for all except Irdeto cards at 3.579 MHz # 3579545 Hz / 372 = 9622 bit/s (see iso 7816) # This option will be rejected on Dreambox and I386 # BAUDRATE = 9622 # # TCP port (L) - the port listening for connections for a particular card # TCP_PORT = 2000 # # EMM options - block EMM-U, EMM-G or EMM-S (A) # EMM-G = no # EMM-S = no # EMM-U = no # # For iso cardreaders that close the card switch contact instead of opening it, # when a card is inserted (L) # Will be rejected for SERIAL_PORT = 0, 1 on Dreambox (internal cardreaders) # CARD_DETECT_INVERT = yes # # Special features (only for some cards) (L) # SPECIAL_FEATURES = no # # Exclude services - Some providers offer a PPV preview by allowing a card # to decrypt a certain number of ECMs of each PPV event before it has to be # bought. Sharing such a card with other people allows them to "steal" this # PPV preview. With this option, you can tell cardserver to not ask the card # to decrypt ECMs for certain services, except if user 1 (the EMM user) asks # for them. Each blocked service has to be listed with its service id. # A service id is a 16-bit number and has to be given in hex. # camdcmd offers a possibility to change the list of blocked services without # restarting cardserver (if for example you have bought a PPV event and now # want to share it). # # Block single service # EXCLUDE_SERVICE = 13a9 # You can also block a range of service ids, the following blocks all services # from 02be to 02c8 # EXCLUDE_SERVICE_MULTIPLE = 02be:02c8 # # Example: you should change at least the DESKEY !! # DESKEY = 01 02 03 04 05 06 07 08 09 10 11 12 13 14 SERVER_NAME = cardserver DEBUG_PORT = 14000 ADMIN_PORT = 14001 ENTITLEMENT_PORT = 14002 ADMIN_PASSWORD = secret 00 00 00 00 00 00 00 00 00 00 00 00 00 00 # Below here you can define users USER = root dreambox lan # # 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 = yes EMM-S = yes EMM-U = yes SPECIAL_FEATURES = yes # En zo ziet mijn newcamd.conf eruit; # /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 = DM7000 # 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 = 4096 # 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, although it might seem to work at first. PMT_UPDATE_WATCH = no # 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 = no # # newcamd debug options # # dumps all ca systems used by a channel on the console SHOW_ALL_CA_SYSTEMS = yes # On Screen Display, neutrino, enigma or none OSD = none # print debug messages about ECM handling DEBUG_ECM = no # print debug messages about EMM handling DEBUG_EMM = no # print debug messages about Control Word Server (CWS) DEBUG_CWS = no # print debug messages about dbox2 CAM (cam-alpha.bin) DEBUG_CAM = no # 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 = 500 # # 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 = yes # # 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 # this example works with the example cardserv.cfg!!! CWS = 127.0.0.1 10000 root dreambox 01 02 03 04 05 06 07 08 09 10 11 12 13 14 lan cardserver CWS = 127.0.0.1 10001 root dreambox 01 02 03 04 05 06 07 08 09 10 11 12 13 14 lan cardserver # # newcamd optional settings for using control word servers (cws) # # Timeout for cardserver login in 100ms CWS_CONNECT_TIMEOUT = 30 # 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 # # newcamd admin control options # (incoming port is the same as CWS_INCOMING_PORT) # # <password> <14 byte des key> # ADMIN_PASSWORD = admin 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Hoewel ik denk dat alles zo goed staat krijg ik GEEN beeld op mijn canal+ card!!! Iemand een idee wat er fout gaat???? I had a dream, and now it has become reality
satede Geplaatst: 31 oktober 2004 Auteur Geplaatst: 31 oktober 2004 Raimo stuur mijn anders even de newcamd.conf en de cardserv.cfg van je dreambox waar de c+ kaart in zit en de newcamd.conf van je andere box The birdman has left the building
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