Hi
I'm looking for some help in setting up my Smargo cardreader.
I currently use oscam to connect to cccam on my vu+, but would like to change to my recently purchased smargo.
The config I currently use is:
oscam.conf:
Quote:
[global]
usrfile = /var/log/oscam/oscamuser.log
logfile = /var/log/oscam/oscam.log
cwlogdir = /var/log/oscam/cw
nice = -1
[monitor]
port = 988
aulow = 120
hideclient_to = 15
monlevel = 1
appendchaninfo = 0
[newcamd]
port = 34000@09*3:000000
serverip = 127.0.0.1
key = 0102030405060708091011121314
keepalive = 1
[webif]
#port for frontend in webbrowser
httpport = 8989
httprefresh = 5
#ip's for web access
httpallowed = 255.255.255.255,255.255.255.255,127.0.0.1,192.168.1.0-192.168.1.255,192.168.0.0-192.168.0.255,192.168.10.0-192.168.10.255
[anticasc]
enabled = 1
numusers = 4
samples = 5
penalty = 1
aclogfile = /var/log/oscam/aclog.log
denysamples = 4
oscam.server:
[reader]
label = newcamd_link
protocol = newcamd
device = 127.0.0.1,34000
key = 0102030405060708091011121314
user = user
password = pass
fallback = 1
caid = 09*3
group = 1
[reader]
label = sly_uk
protocol = cccam
device = 192.168.*.*,*
user = user
password = pass
pincode = 0000
reconnecttimeout = 10
caid = 09*3
ident = 09*3:000000
group = 1,2
emmcache = 1,3,2
cccversion = 2.3.0
ccckeepalive = 1
oscam.user:
[account]
user = xbmc
pwd = xbmc
group = 1
uniq = 1
au = newcamd_link
caid = 09*3
ident = 09*3:000000
numusers = 1
penalty = 1
I understand that I need to change oscam.server, but unsure of the config, and also if i need to build a driver for it, or does it work out of the box?
Thanks