How to setup Oscam/CCcam with Digital+ & TV Cabo nagra3 card

Started by antox, June 01, 2010, 01:26:10 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

antox

For D+

oscam.server


Quote[reader]
label = D+
protocol = internal
detect = CD
device = /dev/sci0
group = 1
emmcache = 1,3,2
mhz = 368
ReconnectTimeout = 20
DisableServerFilter = 1
n3_boxkey = xxxxxxx <- Insert your boxkey
n3_rsakey = xxxxxxxxx <- Insert your rsakey

oscam.conf


Quote[global]
Nice = -1
LogFile = stdout
MaxLogSize = 102400
Sleep = 0
FallbackTimeout = 2
ClientTimeout = 5
ClientMaxIdle = 120
CacheDelay = 150
WaitForCards = 1
PreferLocalCards = 1

[newcamd]
key = 0102030405060708091011121314
port = 15000@1810:004001,004101,000000

oscam.user


Quote[account]
user = user
pwd = pass
group = 1
uniq = 0
caid = 1810

in CCcam.cfg


N: 127.0.0.1 15000 user pass 01 02 03 04 05 06 07 08 09 10 11 12 13 14 256

For TV Cabo

everything is the same as D+ only replace these lines in


oscam.conf


Quoteport = 15000@1802:004801,004901,000000

and

oscam.user


Quotecaid =1802

PaproMob


antox

== TV Cabo N3 (internal cardreader) ==

Quote
---------------------------------------------------------------------------------------------------------------
oscam.conf
---------------------------------------------------------------------------------------------------------------
[global]
Nice = -1
LogFile = stdout
MaxLogSize = 102400
Sleep = 0
FallbackTimeout = 2
ClientTimeout = 5
ClientMaxIdle = 120
CacheDelay = 150
WaitForCards = 1
PreferLocalCards = 1

[newcamd]
key = 0102030405060708091011121314
port = 15000@1802:004801,004901,000000

[webif]
httpport = 16002
httpuser = root
httppwd = NSFW
httprefresh = 10
httpallowed = 127.0.0.1,192.168.0.0-192.168.255.255

----------------------------------------------------------------------------------------------------------
oscam.server
----------------------------------------------------------------------------------------------------------

[reader]
label = TVCABO
protocol = internal
detect = cd
device = /dev/sci0
group = 1
emmcache = 1,3,2
caid = 1802
ident = 1802:004801,004901,000000
n3_boxkey = xxxxxxx <- Insert your boxkey
n3_rsakey = xxxxxxxxx <- Insert your rsakey

-------------------------------------------------------------------------------------------------------------------
oscam.user
-------------------------------------------------------------------------------------------------------------------

[account]
user = user
pwd = pass
group = 1
au = TVCABO



--------------------