Opened 14 years ago
Closed 14 years ago
#3 closed enhancement (invalid)
Support for Viaaccess TNTSAT SC
Reported by: | landlord | Owned by: | smurzch2 |
---|---|---|---|
Priority: | major | Component: | |
Severity: | high | Keywords: | |
Cc: | Sensitive: | no |
Description
Support for Viaaccess TNTSAT SC with crypted DCW
Change History (5)
comment:1 by , 14 years ago
Owner: | set to |
---|---|
Status: | new → assigned |
comment:2 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:3 by , 14 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Rev.95 does not works with TNTSAT SC using
Smargo Reader via USB nor with plain serial SC reader:
oscam.server
via USB:
[reader]
Label = smargo
Protocol = mouse
Detect = CD
Device = /dev/ttyUSB0
CAID = 0500
Group = 1
AESKey = <TNTSAT AES key>
or via serial
[reader]
Label = smargo
Protocol = mouse
Detect = CD
Device = /dev/ttyS0
CAID = 0500
Group = 1
AESKey = <TNTSAT AES key>
oscam.log:
2009/06/03 18:40:12 7085 r04 card detected
2009/06/03 18:40:17 7085 r04 ATR: 3F 77 18 00 00 C2 3F 77 18 00 00 C2
2009/06/03 18:40:18 7085 r04 card system not supported
2009/06/03 18:40:18 7085 r04 card initializing error
comment:4 by , 14 years ago
Can you confirm that the card you're trying is a TNTSAT card. I'm asking because the ATR doesn't look like a Viaccess ATR and not like the known TNTSAT one we know of (3F 77 18 00 00 C2 47 40 00 68 90 00).
If this is in fact a Viaccess card , we need to do some code change to detect it as the current test will not detect it as a Viaccess card.
comment:5 by , 14 years ago
Resolution: | → invalid |
---|---|
Status: | reopened → closed |
problem solved: TNTSAT SC was broken. Another TNTSAT SC works. Sorry!
With current SVN, TNTSAT is working ok, assuming that you have the correct AES key.