OSCAM 11397 no biss decoding

jaquemotte

Registered
Messages
7
I have Gigablue Quad receveier with latest Teamblue image. OSCAM emu 11397 is installed.

But i can only watch with changed oscam.server Power VU channels.

...
cacheex = 1
cacheex_maxhop = 1
cacheex_allow_request = 1

with this i can watch AFN but then Biss isnt working anymore. Swiss channel SF is working always.

If i remove cacheex then i get BISS but lose Powervu.

What is going wrong?
 

jaquemotte

Registered
Messages
7
Thank you guys. Finally its working now.

Have created oscam.services with

Code:
[afn]
caid                          = 0E00
provid                        = 000000
srvid                         = 0066,0067,0068,0069,006A,006B,006C,006D

and this is oscam.server

Code:
[reader]
label = emulator
protocol = emu
device = emulator
caid = 0D00,0D02,090F,0500,1801,2600,FFFF,0E00,4AE1
detect = cd
ident = 0D00:000000,000004,000010,000014,000020,0000C0,0000C4,0000C8 ,0000CC;0D02:000000,00008C,0000A0,0000A4,0000A8;090F:000000; 0500:000000,030B00,023800,021110,007400,007800;1801:000000,0 01101;0604:000000;2600:000000;FFFF:000000;0E00:000000;4AE1:0 00000
group                         = 1
emmcache                      = 1,5,31,1
emu_auproviders               = 0500:030B00;0604:010200;0E00:000000;4AE1:000011,000014,0000F E
auprovid                      = 000E00
services                      = !afn



[reader]
label                         = redlightdg
enable                        = 1
protocol                      = internal
device                        = /dev/sci0
caid                          = 4ABF
detect                        = cd
group                         = 1
mhz                           = 357
cardmhz                       = 357
emmcache                      = 1,3,2

[reader]
label                         = AFN
description                   = AFN-EMU
protocol                      = emu
device                        = Emulator
caid                          = 0E00
detect                        = cd
group                         = 1
emmcache                      = 1,5,31,1
emu_auproviders               = 0E00:000000
auprovid                      = 000E00
cacheex                       = 1
cacheex_maxhop                = 1
cacheex_allow_request         = 1
services                      = afn


Now everything works. Thanks
 
Top