Gast Geplaatst: 15 augustus 2005 Geplaatst: 15 augustus 2005 Wie kan mij helpen aan een soort handleiding om een camx te configureren. <img src="/forums/images/graemlins/confused.gif" alt="" />
cool Geplaatst: 16 augustus 2005 Geplaatst: 16 augustus 2005 Camx heeft één van de eenvoudigste configuratie files. Enkel wat in het rood staat moet je wijzigzen om het werkend te krijgen. #-----------------------------------------------------------------------------# # SMARTCARD0: # mode # 0 off # 1 on # port number # blocker mode: # 0 off # 1 SA Emms blocked # 2 UA Emms blocked # 3 full # path to SC # rdgd port # 0 = off #-----------------------------------------------------------------------------# [color:"red"] SMARTCARD0: 1 1000 0 /dev/sci0 1001 <--- kaartlezer 1 van dreambox, je shared op poort 1001 SMARTCARD1: 0 1100 0 /dev/sci1 1101 <--- kaartlezer 2 van dreambox, je shared op poort 1001 SMARTCARD2: 0 1200 0 /dev/tts/0 1201 <--- kaartlezer 1 van de compoort (dreambox of linux pc, de benaming tts/0 kan afwijken van distributie), je shared op poort 1201 [/color] SMARTCARD_READ_TIMEOUT: 450 SMARTCARD_WRITE_DELAY: 4500 SMARTCARD_WRITE_DELAY_PHOENIX: 4500 SMARTCARD_ATR_DELAY: 650 #-----------------------------------------------------------------------------# # SERVER_NET_TIMEOUT # idle time before disconnecting client # SERVER_BACKLOG # number of connections to backlog # SERVER_DEBUG_ECM # debug server ecm actions # SERVER_DEBUG_EMM # debug server emm actions # SERVER_DEBUG_NET # debug smartcard actions # SERVER_DEBUG_SC # log incoming ip's # SERVER_LOG_IPS # file to log ip's to # SERVER_LOG_TO # number of cache positions to use # SERVER_LOG_ONLINE_PORT # port for server status # SERVER_DEBUG_OSD # use osd debug # SERVER_DEBUG_OSD_AUTH # osd authentication name and pass # SERVER_REMOTE_OSD_ENABLED # use remote osd for server info # SERVER_REMOTE_OSD_IP # the remote box ip # SERVER_REMOTE_OSD_TIME # time to stay on screen # SERVER_REMOTE_OSD_AUTH # user pass # SERVER_ECM_CACHE # number of ecm's to keep in cache (max = 32) #-----------------------------------------------------------------------------# SERVER_NET_TIMEOUT: 1 SERVER_BACKLOG: 1 SERVER_DEBUG_ECM: 1 SERVER_DEBUG_EMM: 1 SERVER_DEBUG_NET: 1 SERVER_DEBUG_SC: 0 SERVER_LOG_IPS: 0 SERVER_LOG_TO: /tmp/ip.log SERVER_LOG_ONLINE_PORT: 9999 SERVER_DEBUG_OSD: 0 SERVER_DEBUG_OSD_AUTH: root dreambox SERVER_REMOTE_OSD_ENABLED: 0 SERVER_REMOTE_OSD_IP: 10.0.0.24 SERVER_REMOTE_OSD_TIME: 3 SERVER_REMOTE_OSD_AUTH: root dreambox SERVER_ECM_CACHE: 16 #-----------------------------------------------------------------------------# # USER: # userlevel: # 0 -no au info # 2 -au info # username # userpassword # allow user for: # sc0 # sc1 # sc2 #-----------------------------------------------------------------------------# [color:"red"] USER: 2 user secretpassword <--- hier maak je gebruikers aan (deze aan passing is enkel nodig op de server) [/color] 1 1 1 #-----------------------------------------------------------------------------# # SERVER: # ip port username password camx # # ip port caid (4) ident (6) rdgd # # ip port version username userpass nwcd # deskey (14x2) # # ip range version username userpass spdr # deskey (14x2) #-----------------------------------------------------------------------------# [color:"red"] SERVER: 127.0.0.1 1000 user secretpassword camx <--- hier geef je de ipnummer, poortnummer, gebruikersnaam en wachtwoord in om te verbinden met de sever (enkel aan te passen op de clients) [/color] #SERVER: 127.0.0.1 678 0100 00006a rdgd #SERVER: 127.0.0.1 4000 1 user pass nwcd 01 02 03 04 05 06 07 08 09 10 11 12 13 14 #SERVER: 127.0.0.1 4000-4018 1 user pass spdr 01 02 03 04 05 06 07 08 09 10 11 12 13 14 #-----------------------------------------------------------------------------# # DVB_API: # 0 - dbox2 # 1 - dream.o # 2 - new api # CA_DEVICE: # /proc/bus/gtx # /dev/ca0 # /dev/dvb/card0/ca0 # DMX_DEVICE # /dev/dvb/card0/demux0 # # please use api 1 for now... api 2 is unstable # #-----------------------------------------------------------------------------# DVB_API: 1 CA_DEVICE: /dev/ca0 DMX_DEVICE: /dev/dvb/card0/demux0 #-----------------------------------------------------------------------------# # HASH_ECM_TO: # point to file location for opened channels to be stored # in file # HASH_KEY # haskey used for aes encryption #-----------------------------------------------------------------------------# HASH_ECM_TO: /tmp/camx.pids HASH_KEY: 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 #-----------------------------------------------------------------------------# # ENABLE_EMU # use emu with or without sc # ENABLE_EMM # start emmthread # ENABLE_PREFER_EMU # allways try with internal emu first # ENABLE_PMT_PATCH # use pmt.tmp patch for pmt reading # ENABLE_NET_ECM # use networking to connect with servers # ENABLE_ALLWAYS_FIRST_SERVER # allways test the first server after zap, else remain on # current on after zap # ECM_WAIT_TIMEOUT # after xx sec with no action ecm must have failed #-----------------------------------------------------------------------------# ENABLE_EMU: 1 ENABLE_EMM: 1 ENABLE_PREFER_EMU: 0 ENABLE_PMT_PATCH: 1 ENABLE_NET_ECM: 1 ENABLE_ALLWAYS_FIRST_SERVER: 1 ECM_WAIT_TIMEOUT: 15 #-----------------------------------------------------------------------------# # NET_TIMEOUT # time to wait for response # NET_WAIT_TIMEOUT # time to wait for receive # NET_TRIES # try x times # NET_RECONNECT_TIME # after x ecm's retry connection with offline servers # NET_RETRY_TIME # times to retry when server failed or timed out #-----------------------------------------------------------------------------# NET_TIMEOUT: 250 NET_WAIT_TIMEOUT: 35000 NET_TRIES: 20 NET_RECONNECT_TIME: 20 NET_RETRY_TIME: 2 #-----------------------------------------------------------------------------# # DEBUG_SOCKET # debug camd.socket # DEBUG_PMT # debug parsing of pmt # DEBUG_RAW_ECM # debug raw ecm packet # DEBUG_ECM # debug ecm actions # DEBUG_EMM # debug emm actions # DEBUG_CW # debug cw's # DEBUG_TIMING # debug timing for cmd's # DEBUG_EMM_MONITOR # debug number of emm's # DEBUG_EMM_KNOWN # debug known emm's also # DEBUG_OSD # debug on screen. number entered is time to stay on screen # DEBUG_OSD_AUTH: # authentication name and pass #-----------------------------------------------------------------------------# DEBUG_SOCKET: 0 DEBUG_PMT: 1 DEBUG_RAW_ECM: 0 DEBUG_ECM: 1 DEBUG_EMM: 1 DEBUG_CW: 0 DEBUG_TIMING: 0 DEBUG_EMM_MONITOR: 0 DEBUG_EMM_KNOWN: 0 DEBUG_OSD: 0 DEBUG_OSD_AUTH: root dreambox Groeten. <img src="/forums/images/graemlins/xyxthumbs.gif" alt="" /> Me crazy, you insane !!
Gast Geplaatst: 20 augustus 2005 Geplaatst: 20 augustus 2005 Hij werkt prima <img src="/forums/images/graemlins/wink.gif" alt="" /> hartstikke bedankt is cool
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