Smargo on DM920 with OScam

maumixio

Staff member
Moderator
Messages
2,870
SatLodge oscam emu

Moved question to chat section.

Maybe you have something incorrect on your config It is working good I have test it before posting



257465cbf0976ea50c.jpg
 

satrui_pt

Registered
Messages
163
Example of one of my settings:

[reader]
label = Card-SRG-V5.0
protocol = smargo
device = /dev/ttyUSB1
readnano = all
smargopatch = 1
fallback = 1
caid = 0500
detect = cd
mhz = 534
cardmhz = 2700
ident = 0500:050800,050810,050820,050830,050840,000000
group = 1
emmcache = 1,3,2,0
 

maumixio

Staff member
Moderator
Messages
2,870
In my config I have:
protocol: smargo

You have:
protocol: smartreader

Can this be the problem?


1st: with this oscam you can add a smartreader not a smargo: open webif and add reader you can choice smartreader from scrolling window


2nd: check with telnet your appropriate USB Device by telnet command lsusb
or in the same web page by clicking on Scan USB


257465cbf81ee90cd3.png






257465cbf81ee94495.png



I hope pics will help you to understand
 

maumixio

Staff member
Moderator
Messages
2,870
Example of one of my settings:

[reader]
label = Card-SRG-V5.0
protocol = smartreader
device = 006:002 (or whatelse you checked)
readnano = all
smargopatch = 1
fallback = 1
caid = 0500
detect = cd
mhz = 534
cardmhz = 2700
ident = 0500:050800,050810,050820,050830,050840,000000
group = 1
emmcache = 1,3,2,0


corrrection

not needed
 

satrui_pt

Registered
Messages
163
I did several tests for 3 hours and could not get the smartreader to work.
With an oscam version 11509 I was able to get smargo to work.
I did not know why.
 

satrui_pt

Registered
Messages
163
OSCam: 1.20_svn-satlodge-team Build: r11517-795 Compiler: by-satlodge-team arm-newnigma2-linux-gnueabihf-libusb
WebIf Style by
Status Live Log Config Readers Users Services Files Failban Scripts Restart
oscam.version oscam.conf oscam.user oscam.server oscam.srvid2 oscam.dvbapi logfile userfile gbox files



cardreader_phoenix: yes
cardreader_drecas: no
cardreader_internal_azbox: no
cardreader_internal_coolapi: no
cardreader_internal_coolapi2: no
cardreader_internal_sci: yes
cardreader_sc8in1: no
cardreader_mp35: no
cardreader_smargo: no
cardreader_pcsc: no
cardreader_smartreader: yes
cardreader_db2com: no
cardreader_stapi: no
cardreader_stapi5: no
cardreader_stinger: yes
 

satrui_pt

Registered
Messages
163
Result of new tests with these configs:

[reader]
label = Card-SRG-V5.0
protocol = smartreader
device = 006:003
readnano = all
fallback = 1
caid = 0500
detect = cd
mhz = 534
cardmhz = 2700
ident = 0500:050800,050810,050820,050830,050840,000000
group = 2
emmcache = 1,3,2,0


Using hardware"smartreader+V2" --- Does not work

Using hardware"smartreader+" ----- It works

My interest was to work with "smartreader+v2" but I'm not getting results. Any idea?
 

maumixio

Staff member
Moderator
Messages
2,870
V2 is based on a different ARM processor this emu works with old model and smartreader protocol, you can try with a previous oscam which is supporting smargo protocol. I have no more suggestions.
 

Rickk

Registered
Messages
2,375
try that
smargo to pc -> device manager -> com / lpt -> usb serial port -> dropdown menu "device instance path"
that should look like this
FTDIBUS \ VID_0403 PID_6001 + + READER_12345678 \ 0000

serial = 12345678

protocol = smartreader
device = serial:reader 12345678

that should work
 
Top