Author Topic: How to setup Oscam/CCcam with Digital+ & TV Cabo nagra3 card  (Read 4696 times)

0 Members and 1 Guest are viewing this topic.

Offline antox

  • Ferengi
  • Global Moderator
  • Hero Member
  • *****
  • Posts: 16798
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


Quote
port = 15000@1802:004801,004901,000000

and

oscam.user


Quote
caid =1802

PaproMob

  • Guest
Re: How to setup Oscam/CCcam with Digital+ & TV Cabo nagra3 card
« Reply #1 on: June 15, 2010, 03:37:14 PM »
Do you have any better for d+ ? ``````

Offline antox

  • Ferengi
  • Global Moderator
  • Hero Member
  • *****
  • Posts: 16798
Re: How to setup Oscam/CCcam with Digital+ & TV Cabo nagra3 card
« Reply #2 on: October 02, 2010, 05:49:49 PM »
== 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



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