Skip to content

Instantly share code, notes, and snippets.

@francoism90
Created March 4, 2017 14:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save francoism90/744651c9b2fdaf7a851381aaf5c0c57f to your computer and use it in GitHub Desktop.
Save francoism90/744651c9b2fdaf7a851381aaf5c0c57f to your computer and use it in GitHub Desktop.
OSCam with DVB-ABI (Ziggo) and Smargo Smart Reader
SUBSYSTEM=="tty", ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6001", GROUP="video", MODE="0660", SYMLINK+="smargo"
[global]
serverip = 172.16.142.101
logfile = /var/log/oscam/oscam.log
nice = -1
waitforcards_extra_delay = 0
block_same_ip = 0
block_same_name = 0
usrfile = /var/log/oscam/oscamuser.log
cwlogdir = /var/log/oscam/cw
[cache]
[dvbapi]
enabled = 1
au = 1
pmt_mode = 4
request_mode = 1
user = vdr
boxtype = pc
[webif]
httpport = 8888
httpuser = oscam
httppwd = oscam
httpoverwritebakfile = 1
aulow = 120
[reader]
label = Ziggo_cardreader
protocol = smargo
device = /dev/smargo
autospeed = 0
caid = 0604
boxkey = <use Google>
rsakey = <use Google>
detect = cd
mhz = 600
cardmhz = 600
ident = 0604:000000,000001,000002,000003,000004
group = 1
emmcache = 1,3,2,0
lb_weight = 500
auprovid = 000604
[account]
user = vdr
pwd = vdr
au = Ziggo_cardreader
group = 1
max_connections = 5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment