Please help explain what these errors mean

scmaruthi

Registered
Messages
1
Hi,

I'm relatively new to all this. But I generally understand the computer side of things.
I recently used an Omnikey 3121 along with self built versions of OSCAM r9812 and r9665. In r9665 it initially clears but runs into problems almost immediately whereas r9812 says the card is paired.
This is my own card which I have a valid subscription for and works in my STB.
Could someone please tell me what is happening and to what to do to solve it ?

What follows is their respective logs and the conf files.
If there are any personal details in the code please tell me ASAP as I can hide it.

Thanks

OSCAM 9812 Log
Code:
13:51:20  9C15D88 r Reader-0 [videoguard2] classD3 ins54: no cw --> Card is paired
13:51:20  9C1E0F8 c tuner (09AA&000000/016C/0CEB/63:0284B6AA7FB0BBD699D5711EFC6D22D0): not found (147 ms) by Reader-0
13:51:20  9C1E0F8 c tuner (09AA&000000/016C/0CEB/63:0284B6AA7FB0BBD699D5711EFC6D22D0): not found (0 ms) by Reader-0
13:51:26  9C15D88 r Reader-0 [videoguard2] classD3 ins54: no cw --> Card is paired
13:51:26  9C1E0F8 c tuner (09AA&000000/016C/0CEB/63:6A1E6227BD75891EF2A2EA0777908878): not found (138 ms) by Reader-0

OSCAM 9665 Log
Code:
13:56:34  901EC58 c tuner (09AA&000000/016C/0CEB/63:F648925F9AF18DA2266E583FB53860AC): found (141 ms) by Reader-0
13:56:34  901EC58 c tuner (09AA&000000/016C/0CEB/63:F648925F9AF18DA2266E583FB53860AC): cache1 (0 ms) by Reader-0
13:56:36  9016C40 r Reader-0 [videoguard2] classD3 ins54: status 90 00 = ok but cw=00 -> channel not subscribed 
13:56:36  901EC58 c tuner (09AA&000000/016C/0CEB/63:4947DFBF54C6125FEE93D93731D01D0A): not found (134 ms) by Reader-0
13:56:46  9016C40 r Reader-0 [videoguard2] classD3 ins54: status 90 00 = ok but cw=00 -> channel not subscribed 
13:56:46  901EC58 c tuner (09AA&000000/016C/0CEB/63:AE077D3167698B5DB8D357A3D2CCD80A): not found (125 ms) by Reader-0

Conf files
Code:
oscam.conf
==========
[global]
logfile                       = stdout

[cache]

[newcamd]
port                          = 10000@09AA:000000

[dvbapi]
enabled                       = 0
au                            = 1

[webif]
httpport                      = 8888
httpallowed                   = 127.0.0.1,192.168.0.0-192.168.255.255,10.0.0.0-10.255.255.255,255.255.255.255
--------------------------------------------------------------------------------------------------------------

oscam.user
==========
[account]
user                          = tuner
pwd                           = tuner
caid                          = 09AA
keepalive                     = 1
au                            = Reader-0
group                         = 1
services                      = cignal
ident                         = 09AA:000000
numusers                      = 0
penalty                       = 0
-------------------------------------------------------


oscam.server
============
[reader]
label                         = Reader-0
protocol                      = pcsc
device                        = 0
services                      = cignal
lb_whitelist_services         = cignal
caid                          = 09AA
boxid                         = FFFFFFFF #If I put '0' it doesn't work. Anything else works even if it is not my exact boxid. But I use my exact box ID.
detect                        = cd
ident                         = 09AA:000000
group                         = 1
emmcache                      = 1,3,2
blockemm-unknown              = 1
blockemm-g                    = 1
saveemm-u                     = 1
saveemm-s                     = 1
 
Top