Incubuscam 0.9 config settings

DKaftermath

Senior Member
Messages
320
out of interest i thought it a good idea to post your settings as i am sure some people are having problems getting it running, so with our help they can look at the configs and get some ideas.

Please dont post your personal details.

Code:
[General]
background_execution=1
debug_level=3
log_to_console=1
log_to_file=0
logfile_name=/var/bin/incubusCamd.log
softcamfile_name=/var/keys/SoftCam.Key
priofile_name=/var/keys/incubusCamd.prio
on_screen_messages_show=1
on_screen_messages_username=root
on_screen_messages_password=
on_screen_messages_key_update=1
on_screen_messages_wait_for_key_update=0
on_screen_messages_ecm=0
on_screen_messages_emm=0
console_logs_broadcast=1
console_logs_broadcast_port=666

[Prov:000000:CaID:0000]
check_priority=cs,cs,cs
cs_protocol_order=cccam
process_emms_on_cs_mode=1
process_emm_g=0
process_emm_s=0
process_emm_u=0


[Servers]
decoder_type=1
card_server_url=cccam://you:[email protected]:your port
 

DKaftermath

Senior Member
Messages
320
ive changed a few things, also changed some of the prio file as i wasnt getting the Pron on S@xview

Code:
[General]
background_execution=1
debug_level=3
log_to_console=1
log_to_file=1
logfile_name=/var/bin/incubusCamd.log
softcamfile_name=/var/keys/SoftCam.Key
priofile_name=/var/keys/incubusCamd.prio
on_screen_messages_show=1
on_screen_messages_username=root
on_screen_messages_password=
on_screen_messages_key_update=1
on_screen_messages_wait_for_key_update=0
on_screen_messages_ecm=0
on_screen_messages_emm=0
console_logs_broadcast=1
console_logs_broadcast_port=666

[Prov:000000:CaID:0000]
check_priority=cs,cs,cs
cs_protocol_order=cccam
process_emms_on_cs_mode=1
process_emm_g=1
process_emm_s=1
process_emm_u=1


[Servers]
decoder_type=1
card_server_url=cccam://you:[email protected]:your port
 

ipbox2008

Registered
Messages
4
info

any ideas to configure reading local card reader? I've tried this
but doesn't run

Code:
[Prov:000000:CaID:0000]
check_priority=emu,cs,card
cs_protocol_order=newcamd
process_emms_on_cs_mode=1
process_emm_g=1
process_emm_s=1
process_emm_u=1
card_server_url_0=newcamd://ip9000:[email protected]:10000/0102030405060708091011121314

without server

any help?

thanks
 

xxxAxxx

Super VIP
Messages
1,172
any ideas to configure reading local card reader? I've tried this
but doesn't run

Code:
[Prov:000000:CaID:0000]
check_priority=emu,cs,card
cs_protocol_order=newcamd
process_emms_on_cs_mode=1
process_emm_g=1
process_emm_s=1
process_emm_u=1
card_server_url_0=newcamd://ip9000:[email protected]:10000/0102030405060708091011121314

without server

any help?

thanks

[Prov:000000:CaID:0000]
check_priority=cs,cs,cs
cs_protocol_order=newcamd
process_emms_on_cs_mode=1
process_emm_g=1
process_emm_s=1
process_emm_u=1
#######################################
[Servers]
card_server_url=newcamd://ip9000:[email protected]:10000:xxxx[here put your card caid]:xxxxxxx[here provider]/0102030405060708091011121314

if you dont know caid/provider make it like this
card_server_url=newcamd://ip9000:[email protected]:10000:0000:000000/0102030405060708091011121314
 

DenFede

Registered
Messages
4
help 4 incubusCamd090

Hi there is not one who can say what I am doing wrong with configure to incubusCamd90

[Prov:000000:CaID:0000]
# ----------------------------------------------------------------------------
# this provider is a stand-in for all cards and all caid not declared previously
#
# You can select wich type of priority to assign on each caid/prov combination
# priority name available are: card,emu,cs
# card: internal card reader
# emu: internal emulator
# cs: card share protocols
# each type must be separated by a comma
#
# you can also set to use only cs and nothing more, to do it insert on each comma "cs"
# example: check_priority=cs,cs,cs # only cs in this case
# example: check_priority=card,emu,emu # no cs in this case
# obviously this is not suggested but if you prefer to disable an option you should do it in this way
check_priority=cs,emu,card

# You can select wich protocol will be used first for the current caid/prov combination
# protocol name available are: newcamd,cccam,gbox,radegast,camd33,camd35,aroureos
# each protocol must be separated by a comma
#
cs_protocol_order=cccam,newcamd,gbox,camd35,camd33,radegast,aroureos

# Enable (1) or disable (0) emm process when a cs protocol is used
# 0 - Off
# 1 - On
#
process_emms_on_cs_mode=1

# Enable (1) or disable (0) emm g type process
# 0 - Off
# 1 - On
#
process_emm_g=1

# Enable (1) or disable (0) emm s type process
# 0 - Off
# 1 - On
#
process_emm_s=1

# Enable (1) or disable (0) emm u type process
# 0 - Off
# 1 - On
#
process_emm_u=1

[Prov:000000:CaID:0000]
check_priority=cs,cs,cs
cs_protocol_order=newcamd
process_emms_on_cs_mode=1
process_emm_g=1
process_emm_s=1
process_emm_u=1
########################### servers configuration
[Servers]
#
# This is the section for the multi-server configuration.
#
# URL of card-server to use, formats are as follows:
#
newcamd://xxxx:[email protected]:10000:0000:000000/0102030405060708091011121314/[EMM]
newcamd://xxxx:[email protected]:10001:0000:000000/0102030405060708091011121314/[EMM]
#

card_server_url=newcamd://xxxx:[email protected]:10000:0000:000000/0102030405060708091011121314
card_server_url=newcamd://xxxx:[email protected]:10001:0000:000000/0102030405060708091011121314

########################### CaIDs tunneling configuration
 

DKaftermath

Senior Member
Messages
320
word of warning , if you have log_to_file=1

you will have mega problems with disk space.

I just checked mine and the incubus_log file was 1.6 gig , this is after only a few days

so set it to log_to_file=0
 

xxxAxxx

Super VIP
Messages
1,172
Hi there is not one who can say what I am doing wrong with configure to incubusCamd90

[Prov:000000:CaID:0000]
# ----------------------------------------------------------------------------
# this provider is a stand-in for all cards and all caid not declared previously
#
# You can select wich type of priority to assign on each caid/prov combination
# priority name available are: card,emu,cs
# card: internal card reader
# emu: internal emulator
# cs: card share protocols
# each type must be separated by a comma
#
# you can also set to use only cs and nothing more, to do it insert on each comma "cs"
# example: check_priority=cs,cs,cs # only cs in this case
# example: check_priority=card,emu,emu # no cs in this case
# obviously this is not suggested but if you prefer to disable an option you should do it in this way
check_priority=cs,emu,card

# You can select wich protocol will be used first for the current caid/prov combination
# protocol name available are: newcamd,cccam,gbox,radegast,camd33,camd35,aroureos
# each protocol must be separated by a comma
#
cs_protocol_order=cccam,newcamd,gbox,camd35,camd33,radegast,aroureos

# Enable (1) or disable (0) emm process when a cs protocol is used
# 0 - Off
# 1 - On
#
process_emms_on_cs_mode=1

# Enable (1) or disable (0) emm g type process
# 0 - Off
# 1 - On
#
process_emm_g=1

# Enable (1) or disable (0) emm s type process
# 0 - Off
# 1 - On
#
process_emm_s=1

# Enable (1) or disable (0) emm u type process
# 0 - Off
# 1 - On
#
process_emm_u=1

[Prov:000000:CaID:0000]
check_priority=cs,cs,cs
cs_protocol_order=newcamd
process_emms_on_cs_mode=1
process_emm_g=1
process_emm_s=1
process_emm_u=1
########################### servers configuration
[Servers]
#
# This is the section for the multi-server configuration.
#
# URL of card-server to use, formats are as follows:
#


card_server_url=newcamd://xxxx:[email protected]:10000:0000:000000/0102030405060708091011121314
card_server_url=newcamd://xxxx:[email protected]:10001:0000:000000/0102030405060708091011121314

########################### CaIDs tunneling configuration

your problem you DONT READ,,,,,


WHY this has to be in the config....remove it


newcamd://xxxx:[email protected]:10000:0000:000000/0102030405060708091011121314/[EMM]
newcamd://xxxx:[email protected]:10001:0000:000000/0102030405060708091011121314/[EMM]

and remove this EMM
 

sattys

Member
Messages
56
word of warning , if you have log_to_file=1

you will have mega problems with disk space.

I just checked mine and the incubus_log file was 1.6 gig , this is after only a few days

so set it to log_to_file=0

Hello,

Suppose these are the lines I am using right now (and they are working perfectly) on my Dreambox 7020S, how would you place them in:

card_server_url=cccam://username:p[email protected]:12000
card_server_url=cccam://username:p[email protected]:15000
card_server_url=cccam://username:password@hostname:port

Here are the lines: (not real ones, just examples)

abcd.no-ip.info 12000 acwww09 1234567b

bcde.com 40000 paswd 76543210

cdef.dyndns.org 24000 02357 45338899

Your help will be appreciated!

Sattys
 

sattys

Member
Messages
56
Hello,

Suppose these are the lines I am using right now (and they are working perfectly) on my Dreambox 7020S, how would you place them in:

card_server_url=cccam://username:p[email protected]:12000
card_server_url=cccam://username:p[email protected]:15000
card_server_url=cccam://username:password@hostname:port

Here are the lines: (not real ones, just examples)

abcd.no-ip.info 12000 acwww09 1234567b

bcde.com 40000 paswd 76543210

cdef.dyndns.org 24000 02357 45338899

Your help will be appreciated!

Sattys

OOPS, I want to know how to use them in Ipbox 9000 HD
 
Top