Author Topic: How to setup Oscam with Polsat nagra3 cards  (Read 1906 times)

0 Members and 1 Guest are viewing this topic.

Offline antox

  • Ferengi
  • Global Moderator
  • Hero Member
  • *****
  • Posts: 16798
How to setup Oscam with Polsat nagra3 cards
« on: October 02, 2010, 05:49:06 PM »
== Polsat 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@1803:007001,007101,00000

[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 = polsat
protocol = internal
detect = CD
device = /dev/sci0
group = 1
emmcache = 1,3,2
ident = 1803:007001,007101,000000
caid = 1803
n3_boxkey = xxxxxxx <- Insert your boxkey
n3_rsakey = xxxxxxxxx <- Insert your rsakey

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

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



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