Archive for May, 2012
ins7e11 = 15 for NDS cards
This is example for Smargo cardreader but you can use ins7e11 = 15 line on PCSC and internal cardreaders too! I had excellent results with Omnikey 1021 and Sky Italia 09CD card. ECM dropped to amazing low 70ms!
[reader]
label = skyde
protocol = mouse #you can also use smartreader
device = /dev/ttyUSB0
caid = 09C4
boxid = 12345678
detect = cd
mhz = 357
cardmhz = 357
ident = 09C4:000000
group = 1
emmcache = 1,3,2
ins7e11 = 15
[reader]
label = skyit
protocol = mouse #you can also use smartreader
device = /dev/ttyUSB0
caid = 09CD
boxid = 12345678
detect = cd
mhz = 357
cardmhz = 357
ident = 09CD:000000
group = 1
emmcache = 1,3,2
ins7e11 = 15
And this is for PCSC reader:
[reader]
label = SkyIT
protocol = pcsc
device = 0
caid = 09cd
detect = cd
mhz = 357
cardmhz = 357
ident = 09cd:000000
group = 1
emmcache = 1,3,2
ins7e11 = 15
OScam Setup
Yes, you have come to the right place. This site contains many many good guides for OScam and other softcams. OScam setup isnt easy, because it is way more complicated than CCcam. But with the help of this site (my old sites were: oscamtips and oscamconfigs), you can embrace OScam pretty quickly.
My blog covers these topics:
2. CacheEX
4. Compiling
OScam Smargo
1. If you are using Smargo cardreader on PC (Linux server), then use this config in oscam.server:
[reader]
label = xx
protocol = smartreader
Device = Serial:Reader xx
caid = xx
ident = xx
smargopatch = 1 #you can leave this line
rsakey = xx
boxkey = xx
detect = cd
mhz = 357
cardmhz = 357
group = x
emmcache = 1,3,2
How to find out device info?
Type these lines in telnet: lsusb -v | grep iSerial
You should get something like this (this is an example!):
iSerial 3 Reader 129
Now you can add this in oscam.server:
Device = Serial:Reader 129
Smargo cardreader will now work in OScam without any issues, even after rebooting your PC. Number 129 doesnt change. What you need is make sure your smartreader is updated to v. 1.4! I think that newer versions of firmware have problem with providing this useful information!
2. If you are Smargo cardreader in Dreambox, VU+ or Xtrend/CT, please use this config in oscam.server:
[reader]
label = xx
protocol = smargo #you can also try mouse instead of smargo
device = /dev/ttyUSB0 #if you have more smargos, just use /dev/ttyUSB1, /dev/ttyUSB2, etc.
caid = xx
ident = xx
smargopatch = 1
rsakey = xx
boxkey = xx
detect = cd
mhz = 357
cardmhz = 357
group = x
emmcache = 1,3,2
FOR DISCUSSION ABOUT THIS ARTICLE VISIT THIS THREAD ON FORUM:
https://www.satnigmo.com/forum/index.php?threads/use-smargo-cardreaders-with-oscam.534/