Smargo triple reader problems

ljungh

Registered
Messages
27
I have bought a Argolis Triple Smargo Reader and i have problems to get it to work with the cards.
I have tested to config with the latest 1.7 and 1.3 setting tools and i can read the settings but i cant write/save the setting i get error writing settings.
Is there any driver for that?
I have tested on Winxp and win7
Ihave tested with oscam and fausto butt no luck?
or is it broken?

Mvh
Ljungh
 

westonesat

Registered
Messages
145
I've got the same problem here

as you can see in the posts in the programmers section, lot of people have problrms with these.
lot of sites advertise these on the net with "windows drivers available" but none have links to them.
see other posts in this section, best of luck
 

anix000

Registered
Messages
124
thnx for this problem share.
I now know that it is better not to buy smargo
for writing cards
 

bellof

Registered
Messages
1,791
no software and no tool for this reader available!

to run this you have to edit the udev rules

FROM THEIR WEBSIDE:
Code:
Other
.................................................. .................................................. ..........


Example of assigning new device names and serial numbers to the Argolis Triple Reader.
First you need to modify/read the serial number/name of the triplereader, for example: lsusb -d 403:6011 -v | grep iSerial


The response is for example:
Serial number: 00000001
Readername: triplereader_TEST


The new names for the triplereader with serial number 00000001 will be:
P1 = /dev/triplereader_TEST00
P2 = /dev/triplereader_TEST01
P3 = /dev/triplereader_TEST02

EXAMPLE FOR UDEV RULES

Code:
# Place the file in /etc/udev/rules.d/
# By reconnect the triple reader it will be assigned to the new device names.
# Read the serial number of the triplereader: lsusb -d 403:6011 -v | grep iSerial

SUBSYSTEMS=="usb" ENV{ID_IFACE}="$attr{bInterfaceNumber}"
KERNEL=="ttyUSB*", ATTRS{serial}=="00000001" SYMLINK+="triplereader_TEST$env{ID_IFACE}"

#Serial number: 00000001
#Readername: triplereader_TEST
#The new names for the triplereader with serial number 00000001 will be:
#P1 = /dev/triplereader_TEST00
#P2 = /dev/triplereader_TEST01
#P3 = /dev/triplereader_TEST02

SUBSYSTEMS=="usb" ENV{ID_IFACE}="$attr{bInterfaceNumber}"
KERNEL=="ttyUSB*", ATTRS{serial}=="0000ABCD" SYMLINK+="my_READER$env{ID_IFACE}"

#Serial number: 0000ABCD
#Readername: my_READER
#The new names for the triplereader with serial number 0000ABCD will be:
#P1 = /dev/my_READER00
#P2 = /dev/my_READER01
#P3 = /dev/my_READER02

have a look here HERE

P.S.
I know 100% that it works with oscam
 

hassaninho

Registered
Messages
7
no software and no tool for this reader available!

to run this you have to edit the udev rules

FROM THEIR WEBSIDE:
Code:
Other
.................................................. .................................................. ..........


Example of assigning new device names and serial numbers to the Argolis Triple Reader.
First you need to modify/read the serial number/name of the triplereader, for example: lsusb -d 403:6011 -v | grep iSerial


The response is for example:
Serial number: 00000001
Readername: triplereader_TEST


The new names for the triplereader with serial number 00000001 will be:
P1 = /dev/triplereader_TEST00
P2 = /dev/triplereader_TEST01
P3 = /dev/triplereader_TEST02

EXAMPLE FOR UDEV RULES

Code:
# Place the file in /etc/udev/rules.d/
# By reconnect the triple reader it will be assigned to the new device names.
# Read the serial number of the triplereader: lsusb -d 403:6011 -v | grep iSerial

SUBSYSTEMS=="usb" ENV{ID_IFACE}="$attr{bInterfaceNumber}"
KERNEL=="ttyUSB*", ATTRS{serial}=="00000001" SYMLINK+="triplereader_TEST$env{ID_IFACE}"

#Serial number: 00000001
#Readername: triplereader_TEST
#The new names for the triplereader with serial number 00000001 will be:
#P1 = /dev/triplereader_TEST00
#P2 = /dev/triplereader_TEST01
#P3 = /dev/triplereader_TEST02

SUBSYSTEMS=="usb" ENV{ID_IFACE}="$attr{bInterfaceNumber}"
KERNEL=="ttyUSB*", ATTRS{serial}=="0000ABCD" SYMLINK+="my_READER$env{ID_IFACE}"

#Serial number: 0000ABCD
#Readername: my_READER
#The new names for the triplereader with serial number 0000ABCD will be:
#P1 = /dev/my_READER00
#P2 = /dev/my_READER01
#P3 = /dev/my_READER02

have a look here HERE

P.S.
I know 100% that it works with oscam
Do you know anything about windows?
 

ace_pt

Registered
Messages
10
Hi i have tried to put the triple to work and nothing..

Can you be more specific:
What version of oscam?
What OS Linux E2 or others?
What config in oscam.server?
What card seca, ***, Naagra???

For me is a che.t reader i have tried all the config

#protocol = mouse
#protocol = smartreader
#detect = cd
#device = /dev/ttyUSB0
#device = /dev/triplereader_TEST00
#device = /dev/ttyUSB1
#device = TripleP1;Serial:000004ba
#device = Serial:00000xxx #smargo triple
#device_out_endpoint = 0x81 #smargo triple
#device_out_endpoint = 0x83 #smargo triple
#device_out_endpoint = 0x85 #smargo triple
smargopatch = 0

And nothing it detects my nagra card but after reading the Entitlements of the card with errors it disconnect from the card.

Oscam developers dont give any suport for the Triple as they say in this ticket
hxxp://xxx.streamboard.tv/oscam/ticket/3058

"Resolution set to wontfix
Status changed from new to closed
I don't think there will be a solution. The problem is your triplereader which is a bad and bugged device. There won't be anything fixed here by us, either the manufacturer fixes his device or you buy a proper one. That's also the reason why we stopped trying to get Smartreader mode working for this device as there's simply no possiblity to solve the problems from our side."

So i by a Easymouse 2 USB Smartmouse Programmer and what a good reader is ...

no software and no tool for this reader available!

to run this you have to edit the udev rules

FROM THEIR WEBSIDE:
Code:
Other
.................................................. .................................................. ..........


Example of assigning new device names and serial numbers to the Argolis Triple Reader.
First you need to modify/read the serial number/name of the triplereader, for example: lsusb -d 403:6011 -v | grep iSerial


The response is for example:
Serial number: 00000001
Readername: triplereader_TEST


The new names for the triplereader with serial number 00000001 will be:
P1 = /dev/triplereader_TEST00
P2 = /dev/triplereader_TEST01
P3 = /dev/triplereader_TEST02

EXAMPLE FOR UDEV RULES

Code:
# Place the file in /etc/udev/rules.d/
# By reconnect the triple reader it will be assigned to the new device names.
# Read the serial number of the triplereader: lsusb -d 403:6011 -v | grep iSerial

SUBSYSTEMS=="usb" ENV{ID_IFACE}="$attr{bInterfaceNumber}"
KERNEL=="ttyUSB*", ATTRS{serial}=="00000001" SYMLINK+="triplereader_TEST$env{ID_IFACE}"

#Serial number: 00000001
#Readername: triplereader_TEST
#The new names for the triplereader with serial number 00000001 will be:
#P1 = /dev/triplereader_TEST00
#P2 = /dev/triplereader_TEST01
#P3 = /dev/triplereader_TEST02

SUBSYSTEMS=="usb" ENV{ID_IFACE}="$attr{bInterfaceNumber}"
KERNEL=="ttyUSB*", ATTRS{serial}=="0000ABCD" SYMLINK+="my_READER$env{ID_IFACE}"

#Serial number: 0000ABCD
#Readername: my_READER
#The new names for the triplereader with serial number 0000ABCD will be:
#P1 = /dev/my_READER00
#P2 = /dev/my_READER01
#P3 = /dev/my_READER02

have a look here HERE

P.S.
I know 100% that it works with oscam
 
Last edited:

ace_pt

Registered
Messages
10
Hi i have manage to put my to work as

protocol = smargo
device = TripleP1;Serial:00000xxx
device_out_endpoint = 0x81 #smargo triple
#device_out_endpoint = 0x83 #smargo triple
#device_out_endpoint = 0x85 #smargo triple
smargopatch = 1

But is too slow on my nagra card im having times of 800ms and the normal is 380ms at the same clocks

what a che.t of programmer...

Regards all
 
Last edited:

schmegea

Registered
Messages
2
My smargo is OK cryptoworks and Irdeto CZ
[reader]
label = triplereader1
protocol = smargo
device = /dev/ttyUSB0
caid = 0D0F
detect = cd
mhz = 500
group = 3
emmcache = 1,3,2

[reader]
label = triplereader2
protocol = smargo
device = /dev/ttyUSB1
caid = 0624
boxkey = 4FD3B1C6E406AA69
rsakey = 2598FE21A1CEF05BBC459F495FCE8F1E811B126FA8933D8DDB6480A93D43CFA7255F009E875814BECF53DA7610D675D20EEBA8A212F9079CBD1D2FAD65362B42
force_irdeto = 1
detect = cd
mhz = 600
group = 4
emmcache = 1,3,2
 
Top