The previous post doesn't work for the triple card reader. There is no software utility that can update this or change any settings, which is why I would probably recommend getting 3 omnikey readers for half the price instead. However if you are stuck with one of these as I am, I found a possible fix on the argolis website so you can get this to work with Oscam. I am having some success at the moment with this but I think I might be missing something because I am still having some issues.
QuoteDisplay MoreAssigning the Argolis Triple Reader to new device names.
Place this file iin /etc/udev/rules.d/
By reconnecting 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
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
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
