View Single Post
  #4 (permalink)  
Old 11-26-2004
Tom0000 Tom0000 is offline
Registered User
 
Join Date: Oct 2003
Posts: 1,038
Thanks: 0
Thanked 1 Time in 1 Post
Tom0000 is on a distinguished road
(step by step)

Jesli przed linia z parametrem nie ma komentarza to oznacza , ze trzeba uzyc takiej a nie innej wartosci.
If up to parameter line is no comment, the param value has to be used without possibility to change.

/var/tuxbox/newcamd.conf:
---------------------------------------------------------------------------------------------
DEMUX_API = 2
# DBOX2, DM7000, DM5600, DM5620, DM500
BOX_TYPE = DM7000
CONTROL_WORD_DEVICE = CA
CA_API = 3
GTX_OUTPUT_MODE = 4096
PMT_UPDATE_WATCH = no
EMU = yes
PREFER_EMU = yes
# dla dbox2 powinno byc no/ set no for dbox2
DISABLE_CAM = yes
CAM_CASYS = 17
AU = yes
SHOW_ALL_CA_SYSTEMS = yes
OSD = none
#zmien haslo jesli uzyles passwd/change password if you have used passwd
OSD_WEB_LOGIN = root:dreambox
# generuje log w ciekawszej postaci/generate log in more interesting layout
# ustaw to co chcesz widziec w logu/set what you want to see in log
DEBUG_ECM = yes
DEBUG_EMM = no
DEBUG_CWS = no
DEBUG_CAM = no
DEBUG_CAM_HEX = no
SHOW_CW = no
SHOW_PAT = no
SHOW_PMT = no
SHOW_CAT = no
SHOW_EMM = no
SHOW_CWS_EMM = no
# newcamd bedzie logowal dane uruchomiony automatycznie tylko jesli wlaczymy mu jakis show, sprawdzilem ze najlepiej to dziala z ecm
# newcamd will log data to file in auto run only if some SHOW is enabled, I have checked this is the best
SHOW_ECM = yes
SHOW_CWS_ECM = yes
EMM_REPORT_WRONG_SIG = no
OSD_WAIT_TIME = 1000
DEFAULT_CW_DELAY = 500
RELOAD_CONFIG_ON_ZAP = yes
RELOAD_KEYLIST_ON_ZAP = no
# pozwala to obserwowac informacje o uzywanym providerze w przypadku jego odkodowania pod klawiszem niebieskim
# it lets to see info about decoded provider after pressing blue button
CA_INFO_FILE = /tmp/cainfo.txt
CWS_CONNECT_TIMEOUT = 60
# numery portow mozna dobrac inaczej/port numbers can be selleted differently
CWS_INCOMING_PORT = 12000
CWS_DEBUG_PORT = 12001
# mozna to wlaczyc tylko jesli ma to wlaczone twoj peer/use it only =yes if you peer is using it too
CWS_KEEPALIVE = no
ADMIN_PASSWORD = test 00 00 00 00 00 00 00 00 00 00 00 00 00 00
# definicje podlaczen do kart beda omowione przy okazji servera i spidera
# cards connections will be discused in server and spider section
#CWS = ....

/var/tuxbox/config/cardserv.cfg
---------------------------------------------------------------------------------------------
# klucz powinno sie zmienic/the key should be changed
DESKEY = 01 02 03 04 05 06 07 08 09 10 11 12 13 14
# nazwe powinno sie zmienic//the name should be changed
SERVER_NAME = cardserver
DEBUG_PORT = 12002
ADMIN_PORT = 12003
ENTITLEMENT_PORT = 12004
ADMIN_PASSWORD = secret 00 00 00 00 00 00 00 00 00 00 00 00 00 00
# musimy ! zdefiniowac po jenym uzytkowniku dla kazdego uzywanego przez nas i innych CWS-a
# each used by us or ours friends CWS definition has to have one separate user defined here
# au lokalny user dla kart w gornym slocie/ au local user for card in upper slot
USER = user1 pass1 lan 127.0.0.1 12000 au
# au lokalny user dla kart w dolnym slocie/ au local user for card in down slot
USER = user2 pass2 lan 127.0.0.1 12000 au
# au lan user dla kart w gornym slocie/ au lan user for card in upper slot
# 192.168.0.3 - suppose it can be ip of your's second dreambox
USER = user3 pass3 lan 192.168.0.3 12000 au
# au lan user dla kart w dolnym slocie/ au lan user for card in down slot
USER = user4 pass4 lan 192.168.0.3 12000 au
# au internetowy user dla kart w gornym slocie/ au internet user for card in upper slot
USER = user5 pass5 wan
# au internetowy user dla kart w dolnym slocie/ au internet user for card in down slot
USER = user6 pass6 wan
# uzytkownik dla ecmp2p/user for ecmp2p
USER = dummy dummy lan 192.168.0.1 12000
# au lokalny user-spider1 dla kart w gornym slocie/ au local user-spider1 for card in upper slot
USER = spider1up pass1 spider localhost 15008 au
# au lokalny user-spider1 dla kart w dolnym slocie/ au local user-spider1 for card in down slot
USER = spider1down pass1 spider localhost 15008
# au lokalny user-spider1 dla kart w gornym slocie/ au local user-spider1 for card in upper slot
USER = spider2up pass2 spider localhost 15018
# au lokalny user-spider2 dla kart w dolnym slocie/ au local user-spider2 for card in down slot
USER = spider2down pass2 spider localhost 15018
DEBUG_INIT = yes
DEBUG_NET = no
DEBUG_ECM = no
DEBUG_EMM = no
# globalnie bloker wlaczony/blocker globally switched on
EMM-G = no
EMM-S = no
EMM-U = no
# slot gorny (dm7000)/upper slot (dm7000)
SERIAL_PORT = 0
TCP_PORT = 10000
# bloker wylaczony dla slotu gornego/blocker switched off for upper slot
EMM-G = yes
EMM-S = yes
EMM-U = yes
# slot dolny (dm7000) / down slot (dm70000)
SERIAL_PORT = 1
TCP_PORT = 10001
# bloker wylaczony dla slotu dolnego/blocker switched off for down slot
EMM-G = yes
EMM-S = yes
EMM-U = yes
# phoenix slot
#SERIAL_PORT = 2
#TCP_PORT = 10002
#EMM-G = no
#EMM-S = no
#EMM-U = no
# teraz mozna zdefiniowac CWS i umiescic go w newcamd.conf/ now CWS will be defined and placed in newcamd.conf
# wszystkie parametry uzywamy z cardserv.cfg/ all parameters we will use from carderv.cfg
# polaczenie do slotu gornego/ connection to upper slot
#CWS = 127.0.0.1 10000 user1 pass1 01 02 03 04 05 06 07 08 09 10 11 12 13 14 lan cardserver
# polaczenie do slotu dolnego/ connection to down slot
#CWS = 127.0.0.1 10001 user2 pass2 01 02 03 04 05 06 07 08 09 10 11 12 13 14 lan cardserver
# polaczenie do slotu gornego dla klienta z LAN/ connection to upper slot for client from LAN
#CWS = ipaddressofyourdreambox 10000 user3 pass3 01 02 03 04 05 06 07 08 09 10 11 12 13 14 lan cardserver
# polaczenie do slotu dolnego dla klienta z LAN/ connection to down slot for client from LAN
#CWS = ipaddressofyourdreambox 10001 user4 pass4 01 02 03 04 05 06 07 08 09 10 11 12 13 14 lan cardserver
# polaczenie do slotu gornego dla klienta z internetu/ connection to upper slot for client from internet
#CWS = yourdream.domain.com 10000 user5 pass5 01 02 03 04 05 06 07 08 09 10 11 12 13 14 wan cardserver
# polaczenie do slotu dolnego dla klienta z internetu/ connection to down slot for client from internet
#CWS = yourdream.domain.com 10001 user6 pass6 01 02 03 04 05 06 07 08 09 10 11 12 13 14 wan cardserver
# ipaddressofyourdreambox - suppose it can be 192.168.0.2
# yourdream.domain.com - suppose it can be mydreambox.dyndns.org
Reply With Quote
 
Page generated in 0.20833 seconds with 9 queries