Method of Opening PowerVu Channels in Enigma2 Using Oscam

freon

Senior Member
Messages
322
[reader]
label = AFN
description = AFN-EMU
protocol = emu
device = Emulator
cacheex = 1
cacheex_maxhop = 1
cacheex_allow_request = 1
caid = 0E00
detect = cd
group = 1,2,3,4,5,6,7,8,9
emmcache = 1,5,31,1
emu_auproviders = 0E00:000000
auprovid = 000E00
services = afn
 

meho7

Senior Member
Messages
313
[reader]
label = AFN
description = AFN-EMU
protocol = emu
device = Emulator
cacheex = 1
cacheex_maxhop = 1
cacheex_allow_request = 1
caid = 0E00
detect = cd
group = 1,2,3,4,5,6,7,8,9
emmcache = 1,5,31,1
emu_auproviders = 0E00:000000
auprovid = 000E00
services = afn

Is that in oscam.server? Because i have group selection in oscam.user


This is what i have in oscam.server

[reader]
label = emulator
protocol = emu
device = emulator
caid = 0D00,0D02,0500,0E00
detect = cd
ident = 0D00:0000C0;0D02:0000A0;0500:023800,021110,007400;0E00:000000
group = 1
emmcache = 2,2,2,0
saveemm-u = 1
emu_auproviders = 0E00:000000
ecmwhitelist = 0E00:99
 

paul68

Senior Member
Messages
107
Hi meho
overwrite in oscam server :

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

...and overwrite :
[reader]
label = emulator
protocol = emu
device = emulator
cacheex = 0
cacheex_maxhop = 0
cacheex_allow_request = 0
caid = 090F,0500,1801,0604,2600,FFFF,0E00,4AE1,1010
detect = cd
ident = 090F:000000;0500:000000,023800,021110,007400,007800;1801:000000,007301,001101,002111;0604:000000;2600:000000;FFFF:000000;0E00:000000;4AE1:000011,000014,0000FE;1010:000000
group = 1
emmcache = 2,1,2,1
dropbadcws = 0
emu_auproviders = 0604:010200;0E00:000000;4AE1:000011,000014,0000FE;1010:000000

Restert oscam :)

Paul
 

technodvl2

Senior Member
Messages
251
its better if you show all the config

you only need

oscam.conf
oscam.server
oscam.user

and for powervu
oscam.services

with a softcam.key in config folder

everything else can be thrown out

the less is more
 

meho7

Senior Member
Messages
313
its better if you show all the config

you only need

oscam.conf
oscam.server
oscam.user

and for powervu
oscam.services

with a softcam.key in config folder

everything else can be thrown out

the less is more

Oscam Conf

[global]
logfile = /tmp/oscam.log
#logfile = stdout
nice = -1
preferlocalcards = 1
block_same_ip = 0
block_same_name = 0

[cache]

[streamrelay]
stream_relay_enabled = 0
stream_emm_enabled = 0

[dvbapi]
enabled = 1
au = 1
pmt_mode = 0
delayer = 60
ecminfo_type = 1
user = linuxsatsupport
read_sdt = 1
write_sdt_prov = 1
extended_cw_api = 1
boxtype = dreambox

[webif]
httpport = 8888
httptpl = /etc/tuxbox/config/tpl/
httprefresh = 30
httpshowmeminfo = 1
httpshowuserinfo = 1
httpshowcacheexinfo = 1
httpshowecminfo = 1
httpshowloadinfo = 1
httpallowed = 192.168.0.0-255.255.255.255,127.0.0.1
http_status_log = 1


oscam.server
[reader]
label = emulator
protocol = emu
device = emulator
caid = 0D00,0D02,0500,0E00
detect = cd
ident = 0D00:0000C0;0D02:0000A0;0500:023800,021110,007400;0E00:000000
group = 1
emmcache = 2,2,2,0
saveemm-u = 1
emu_auproviders = 0E00:000000
ecmwhitelist = 0E00:99


[reader]
label = emulator
protocol = emu
device = /usr/keys/SoftCam.Key
fallback = 1
detect = cd
group = 2
emmcache = 1,1,2,1

[reader]
label = emu
protocol = constcw
device = /usr/keys/constant.cw
fallback = 1
detect = cd
group = 3
emmcache = 1,1,2,1


[reader]
label = cccam-1
protocol = cccam
device = xxxx
user = xxxx
password = xxxx
inactivitytimeout = 30
group = 4
emmcache = 1,1,2,1
cccversion = 2.0.11

[reader]
label = cccam-2
protocol = cccam
device = xxxx
user = xxxx
password = xxxx
inactivitytimeout = 30
group = 5
emmcache = 1,1,2,1
cccversion = 2.0.11

[reader]
label = cccam-3
protocol = cccam
device = xxxxx
user = xxxxx
password = xxxxx
inactivitytimeout = 30
group = 6
emmcache = 1,1,2,1
cccversion = 2.0.11

[reader]
label = cccam-4
protocol = cccam
device = xxxx
user = xxxx
password = xxxx
inactivitytimeout = 30
group = 7
emmcache = 1,1,2,1
cccversion = 2.0.11


[reader]
label = SoftCam.Key
protocol = constcw
device = /etc/tuxbox/config/SoftCam.Key
cacheex = 0
cacheex_maxhop = 0
cacheex_allow_request = 0
group = 8
dropbadcws = 0
disablecrccws = 0

and oscam.user

[account]
user =
pwd = localpwd
description = dvbapi
group = 1,2,3,4,5,6,7,8
services = all
monlevel = 0
au = 1
betatunnel = 1833.FFFF:1702
cccmaxhops = 3
cccreshare = 1
cccstealth = 0


+ my softcam.key

##### POWERVU AUTOROLL SOFTCAM KEY FOR ENIGMA2 RECEIVERS #####
############ Compiled by engineerkhan15 #############


#===================================#
# POWERVU #
#===================================#

# AFN Network 9.0 E 11804

P 0009 003E7E84 1B80AA69C85E8B ;EMM Key 9.0E, 11804
P 0009 00544CE1 AB6A053EF67E7D ;EMM Key 9.0E, 11804
P 0009 00540716 FCCD8E6C12268A ;EMM Key 9.0E, 11804
P 0009 0057B90F 2C280A7807F63D ;EMM Key 9.0E, 11804
P 0009 005CDAEF FA1A2056882210 ;EMM Key 9.0E, 11804
P 0009 005D671E 33D2198933F018 ;EMM key 9.0E, 11804
P 0009 005D98C0 0B6B74E5A632F8 ;EMM key 9.0E, 11804
P 0009 005DC130 153DA9873BF5FD ;EMM key 9.0E, 11804

P 90065 00 00000000000000
P 90066 00 00000000000000
P 90067 00 00000000000000
P 90068 00 00000000000000
P 90069 00 00000000000000
P 9006A 00 00000000000000
P 9006B 00 00000000000000
P 9006C 00 00000000000000
P 9006D 00 00000000000000
P 90078 00 00000000000000
P 90079 00 00000000000000
P 9007A 00 00000000000000
P 9007B 00 00000000000000
P 9007C 00 00000000000000
P 9007D 00 00000000000000
P 9007E 00 00000000000000
P 9007F 00 00000000000000
P 90080 00 00000000000000
P 90081 00 00000000000000
P 90082 00 00000000000000
P 90083 00 00000000000000
P 90084 00 00000000000000
P 90085 00 00000000000000
P 90087 00 00000000000000
P 90088 00 00000000000000
P 90089 00 00000000000000
P 9008A 00 00000000000000
P 9008B 00 00000000000000
P 9008C 00 00000000000000
P 9008D 00 00000000000000
P 9008E 00 00000000000000
P 9008F 00 00000000000000
P 90090 00 00000000000000
P 90091 00 00000000000000
P 90092 00 00000000000000
P 90094 00 00000000000000
P 90191 00 00000000000000

P 90065 01 00000000000000
P 90066 01 00000000000000
P 90067 01 00000000000000
P 90068 01 00000000000000
P 90069 01 00000000000000
P 9006A 01 00000000000000
P 9006B 01 00000000000000
P 9006C 01 00000000000000
P 9006D 01 00000000000000
P 90078 01 00000000000000
P 90079 01 00000000000000
P 9007A 01 00000000000000
P 9007B 01 00000000000000
P 9007C 01 00000000000000
P 9007D 01 00000000000000
P 9007E 01 00000000000000
P 9007F 01 00000000000000
P 90080 01 00000000000000
P 90081 01 00000000000000
P 90082 01 00000000000000
P 90083 01 00000000000000
P 90084 01 00000000000000
P 90085 01 00000000000000
P 90087 01 00000000000000
P 90088 01 00000000000000
P 90089 01 00000000000000
P 9008A 01 00000000000000
P 9008B 01 00000000000000
P 9008C 01 00000000000000
P 9008D 01 00000000000000
P 9008E 01 00000000000000
P 9008F 01 00000000000000
P 90090 01 00000000000000
P 90091 01 00000000000000
P 90092 01 00000000000000
P 90094 01 00000000000000
P 90191 01 00000000000000





P 90065 00 5EF1FDB5DB7AA0 ; added by OSEmu Sat Jul 14 23:18:30 2018 UA: 005CDAEF

P 90066 00 5EF1FDB5DB7AA0 ; added by OSEmu Sat Jul 14 23:18:30 2018 UA: 005CDAEF

P 90067 00 5EF1FDB5DB7AA0 ; added by OSEmu Sat Jul 14 23:18:30 2018 UA: 005CDAEF

P 90068 00 5EF1FDB5DB7AA0 ; added by OSEmu Sat Jul 14 23:18:30 2018 UA: 005CDAEF

P 90069 00 5EF1FDB5DB7AA0 ; added by OSEmu Sat Jul 14 23:18:30 2018 UA: 005CDAEF

P 9006A 00 5EF1FDB5DB7AA0 ; added by OSEmu Sat Jul 14 23:18:30 2018 UA: 005CDAEF

P 9006B 00 5EF1FDB5DB7AA0 ; added by OSEmu Sat Jul 14 23:18:30 2018 UA: 005CDAEF

P 9006C 00 5EF1FDB5DB7AA0 ; added by OSEmu Sat Jul 14 23:18:30 2018 UA: 005CDAEF

P 9006D 00 5EF1FDB5DB7AA0 ; added by OSEmu Sat Jul 14 23:18:30 2018 UA: 005CDAEF

P 90078 00 5EF1FDB5DB7AA0 ; added by OSEmu Sat Jul 14 23:18:30 2018 UA: 005CDAEF

P 90079 00 5EF1FDB5DB7AA0 ; added by OSEmu Sat Jul 14 23:18:30 2018 UA: 005CDAEF

P 9007A 00 5EF1FDB5DB7AA0 ; added by OSEmu Sat Jul 14 23:18:30 2018 UA: 005CDAEF

P 9007B 00 5EF1FDB5DB7AA0 ; added by OSEmu Sat Jul 14 23:18:30 2018 UA: 005CDAEF

P 9007C 00 5EF1FDB5DB7AA0 ; added by OSEmu Sat Jul 14 23:18:30 2018 UA: 005CDAEF

P 9007D 00 5EF1FDB5DB7AA0 ; added by OSEmu Sat Jul 14 23:18:30 2018 UA: 005CDAEF

P 9007E 00 5EF1FDB5DB7AA0 ; added by OSEmu Sat Jul 14 23:18:30 2018 UA: 005CDAEF

P 9007F 00 5EF1FDB5DB7AA0 ; added by OSEmu Sat Jul 14 23:18:30 2018 UA: 005CDAEF

P 90080 00 5EF1FDB5DB7AA0 ; added by OSEmu Sat Jul 14 23:18:30 2018 UA: 005CDAEF

P 90081 00 5EF1FDB5DB7AA0 ; added by OSEmu Sat Jul 14 23:18:30 2018 UA: 005CDAEF

P 90082 00 5EF1FDB5DB7AA0 ; added by OSEmu Sat Jul 14 23:18:30 2018 UA: 005CDAEF

P 90083 00 5EF1FDB5DB7AA0 ; added by OSEmu Sat Jul 14 23:18:30 2018 UA: 005CDAEF

P 90084 00 5EF1FDB5DB7AA0 ; added by OSEmu Sat Jul 14 23:18:30 2018 UA: 005CDAEF

P 90085 00 5EF1FDB5DB7AA0 ; added by OSEmu Sat Jul 14 23:18:30 2018 UA: 005CDAEF

P 90087 00 5EF1FDB5DB7AA0 ; added by OSEmu Sat Jul 14 23:18:30 2018 UA: 005CDAEF

P 90088 00 5EF1FDB5DB7AA0 ; added by OSEmu Sat Jul 14 23:18:30 2018 UA: 005CDAEF

P 90089 00 5EF1FDB5DB7AA0 ; added by OSEmu Sat Jul 14 23:18:30 2018 UA: 005CDAEF

P 9008A 00 5EF1FDB5DB7AA0 ; added by OSEmu Sat Jul 14 23:18:30 2018 UA: 005CDAEF

P 9008B 00 5EF1FDB5DB7AA0 ; added by OSEmu Sat Jul 14 23:18:30 2018 UA: 005CDAEF

P 9008C 00 5EF1FDB5DB7AA0 ; added by OSEmu Sat Jul 14 23:18:30 2018 UA: 005CDAEF

P 9008D 00 5EF1FDB5DB7AA0 ; added by OSEmu Sat Jul 14 23:18:30 2018 UA: 005CDAEF

P 9008E 00 5EF1FDB5DB7AA0 ; added by OSEmu Sat Jul 14 23:18:30 2018 UA: 005CDAEF

P 9008F 00 5EF1FDB5DB7AA0 ; added by OSEmu Sat Jul 14 23:18:30 2018 UA: 005CDAEF

P 90090 00 5EF1FDB5DB7AA0 ; added by OSEmu Sat Jul 14 23:18:30 2018 UA: 005CDAEF

P 90091 00 5EF1FDB5DB7AA0 ; added by OSEmu Sat Jul 14 23:18:30 2018 UA: 005CDAEF

P 90092 00 5EF1FDB5DB7AA0 ; added by OSEmu Sat Jul 14 23:18:30 2018 UA: 005CDAEF

P 90094 00 5EF1FDB5DB7AA0 ; added by OSEmu Sat Jul 14 23:18:30 2018 UA: 005CDAEF

P 90191 00 5EF1FDB5DB7AA0 ; added by OSEmu Sat Jul 14 23:18:30 2018 UA: 005CDAEF

P 90065 01 CE36C45C4A6354 ; added by OSEmu Sat Jul 14 23:18:30 2018 UA: 005CDAEF

P 90066 01 CE36C45C4A6354 ; added by OSEmu Sat Jul 14 23:18:30 2018 UA: 005CDAEF

P 90067 01 CE36C45C4A6354 ; added by OSEmu Sat Jul 14 23:18:30 2018 UA: 005CDAEF

P 90068 01 CE36C45C4A6354 ; added by OSEmu Sat Jul 14 23:18:30 2018 UA: 005CDAEF

P 90069 01 CE36C45C4A6354 ; added by OSEmu Sat Jul 14 23:18:30 2018 UA: 005CDAEF

P 9006A 01 CE36C45C4A6354 ; added by OSEmu Sat Jul 14 23:18:30 2018 UA: 005CDAEF

P 9006B 01 CE36C45C4A6354 ; added by OSEmu Sat Jul 14 23:18:30 2018 UA: 005CDAEF

P 9006C 01 CE36C45C4A6354 ; added by OSEmu Sat Jul 14 23:18:30 2018 UA: 005CDAEF

P 9006D 01 CE36C45C4A6354 ; added by OSEmu Sat Jul 14 23:18:30 2018 UA: 005CDAEF

P 90078 01 CE36C45C4A6354 ; added by OSEmu Sat Jul 14 23:18:30 2018 UA: 005CDAEF

P 90079 01 CE36C45C4A6354 ; added by OSEmu Sat Jul 14 23:18:30 2018 UA: 005CDAEF

P 9007A 01 CE36C45C4A6354 ; added by OSEmu Sat Jul 14 23:18:30 2018 UA: 005CDAEF

P 9007B 01 CE36C45C4A6354 ; added by OSEmu Sat Jul 14 23:18:30 2018 UA: 005CDAEF

P 9007C 01 CE36C45C4A6354 ; added by OSEmu Sat Jul 14 23:18:30 2018 UA: 005CDAEF

P 9007D 01 CE36C45C4A6354 ; added by OSEmu Sat Jul 14 23:18:30 2018 UA: 005CDAEF

P 9007E 01 CE36C45C4A6354 ; added by OSEmu Sat Jul 14 23:18:30 2018 UA: 005CDAEF

P 9007F 01 CE36C45C4A6354 ; added by OSEmu Sat Jul 14 23:18:30 2018 UA: 005CDAEF

P 90080 01 CE36C45C4A6354 ; added by OSEmu Sat Jul 14 23:18:30 2018 UA: 005CDAEF

P 90081 01 CE36C45C4A6354 ; added by OSEmu Sat Jul 14 23:18:30 2018 UA: 005CDAEF

P 90082 01 CE36C45C4A6354 ; added by OSEmu Sat Jul 14 23:18:30 2018 UA: 005CDAEF

P 90083 01 CE36C45C4A6354 ; added by OSEmu Sat Jul 14 23:18:30 2018 UA: 005CDAEF

P 90084 01 CE36C45C4A6354 ; added by OSEmu Sat Jul 14 23:18:30 2018 UA: 005CDAEF

P 90085 01 CE36C45C4A6354 ; added by OSEmu Sat Jul 14 23:18:30 2018 UA: 005CDAEF

P 90087 01 CE36C45C4A6354 ; added by OSEmu Sat Jul 14 23:18:30 2018 UA: 005CDAEF

P 90088 01 CE36C45C4A6354 ; added by OSEmu Sat Jul 14 23:18:30 2018 UA: 005CDAEF

P 90089 01 CE36C45C4A6354 ; added by OSEmu Sat Jul 14 23:18:30 2018 UA: 005CDAEF

P 9008A 01 CE36C45C4A6354 ; added by OSEmu Sat Jul 14 23:18:30 2018 UA: 005CDAEF

P 9008B 01 CE36C45C4A6354 ; added by OSEmu Sat Jul 14 23:18:30 2018 UA: 005CDAEF

P 9008C 01 CE36C45C4A6354 ; added by OSEmu Sat Jul 14 23:18:30 2018 UA: 005CDAEF

P 9008D 01 CE36C45C4A6354 ; added by OSEmu Sat Jul 14 23:18:30 2018 UA: 005CDAEF

P 9008E 01 CE36C45C4A6354 ; added by OSEmu Sat Jul 14 23:18:30 2018 UA: 005CDAEF

P 9008F 01 CE36C45C4A6354 ; added by OSEmu Sat Jul 14 23:18:30 2018 UA: 005CDAEF

P 90090 01 CE36C45C4A6354 ; added by OSEmu Sat Jul 14 23:18:30 2018 UA: 005CDAEF

P 90091 01 CE36C45C4A6354 ; added by OSEmu Sat Jul 14 23:18:30 2018 UA: 005CDAEF

P 90092 01 CE36C45C4A6354 ; added by OSEmu Sat Jul 14 23:18:30 2018 UA: 005CDAEF

P 90094 01 CE36C45C4A6354 ; added by OSEmu Sat Jul 14 23:18:30 2018 UA: 005CDAEF

P 90191 01 CE36C45C4A6354 ; added by OSEmu Sat Jul 14 23:18:30 2018 UA: 005CDAEF





F BF1A93C9 00 ADDCE36C42AACCB8 ; MLS (7E)
F 12E7A43C 00 CAEFF8B191D2C92C ; PGA (7E)
F 000100EB 00 94A84783876E988D ; UFC (10E)
F 1C3C2C0E 00 05DAE9C8A71B30F2 ; WC (10E)
F 7787C88C 00 527316DB9DA8B4F9 ; TNA (10E)
F F5288E0B 00 98BC83D70B150929 ; HL WC (7E)
F 38EA5910 00 06061824DD0517F9 ; NHL (22W)
F D30CDC5E 00 213A29843C12AAF8 ; FCB (7E)
F 3337A19F 00 FEE456387A238926 ; Tennis (10E)
F 8643F0B4 00 ABE6BD4E2872BA54 ; Bein Feed4 (10E)
F E4493A3E 00 7921C25C023F3F80 ; BT Sport HD(0.8W)
F 6406E8C3 00 7921C25C023F3F80 ; BT Sport UHD(0.8W)
F 33873ED9 00 FEAC650F21BC815E ; Bein FravArg (10E)
F 1A5EF741 00 A4BD2384A8D7C443 ; WC Russ (10E)
F 0046AB0C 00 2584C97263DA4E8B ; Barca TV (7E)
F 00010021 00 B14C221FFCF6190B ; Bein Feed 3 (10E)
F 53D3614D 00 DAD1CB76CAABAD22 ; LFC TV (7E)
F 88987886 00 C15FD3F3C75AE809 ; Bein Feed (10E)
F 0001FFFF 00 2584C97263DA4E8B ; Bein sport (10E)
F 00010020 00 D1B1CE50F862FA54 ; Bein Feed 2 (10E)
F 00010100 00 8597AFCBDE201816 ;Fox Sports Europe HD (7.0�E)
F 000107D1 00 205976EF823DB574 ; MUTV International 10E SEVMEK46 2015-09-02 22:38:20
F 000107D1 01 205976EF823DB574 ; MUTV International 10E SEVMEK46 2015-09-02 22:38:20
F 10441FFF 00 D581F94F24112D62 ;BBC One England (27.5�W)
F 10441FFF 01 D581F94F24112D62 ;BBC One England (27.5�W)
F 107C1FFF 00 D581F94F24112D62 ;BBC One Scotland (27.5�W)
F 107C1FFF 01 D581F94F24112D62 ;BBC One Scotland (27.5�W)
F 107D1FFF 00 D581F94F24112D62 ;BBC One Northern Ireland (27.5�W)
F 107D1FFF 01 D581F94F24112D62 ;BBC One Northern Ireland (27.5�W)
F 107E1FFF 00 D581F94F24112D62 ;BBC One Wales (27.5�W)
F 107E1FFF 01 D581F94F24112D62 ;BBC One Wales (27.5�W)
F 10BF1FFF 00 D581F94F24112D62 ;BBC Two England (27.5�W)
F 10BF1FFF 01 D581F94F24112D62 ;BBC Two England (27.5�W)
F 10C01FFF 00 D581F94F24112D62 ;BBC Three (27.5�W)
F 10C01FFF 01 D581F94F24112D62 ;BBC Three (27.5�W)
F 11001FFF 00 D581F94F24112D62 ;BBC News (27.5�W)
F 11001FFF 01 D581F94F24112D62 ;BBC News (27.5�W)
F 11C01FFF 00 D581F94F24112D62 ;BBC Four (27.5�W)
F 11C01FFF 01 D581F94F24112D62 ;BBC Four (27.5�W)
F 12001FFF 00 D581F94F24112D62 ;CBBC (27.5�W)
F 12001FFF 01 D581F94F24112D62 ;CBBC (27.5�W)
F 12401FFF 00 D581F94F24112D62 ;CBeebies UK (27.5�W)
F 12401FFF 01 D581F94F24112D62 ;CBeebies UK (27.5�W)
F 12801FFF 00 D581F94F24112D62 ;BBC Parliament (27.5�W)
F 12801FFF 01 D581F94F24112D62 ;BBC Parliament (27.5�W)
F 1C001FFF 00 D581F94F24112D62 ;301 (27.5�W)
F 1C001FFF 01 D581F94F24112D62 ;301 (27.5�W)
F 44401FFF 00 D581F94F24112D62 ;BBC Two HD (27.5�W)
F 44401FFF 01 D581F94F24112D62 ;BBC Two HD (27.5�W)
F 44841FFF 00 D581F94F24112D62 ;BBC One HD (27.5�W)
F 44841FFF 01 D581F94F24112D62 ;BBC One HD (27.5�W)
F 44C81FFF 00 D581F94F24112D62 ;ITV 1 HD (27.5�W)
F 44C81FFF 01 D581F94F24112D62 ;ITV 1 HD (27.5�W)
F 45001FFF 00 D581F94F24112D62 ;Channel 4 HD (27.5�W)
F 45001FFF 01 D581F94F24112D62 ;Channel 4 HD (27.5�W)
F 46001FFF 00 D581F94F24112D62 ;CBBC HD (27.5�W)
F 46001FFF 01 D581F94F24112D62 ;CBBC HD (27.5�W)
F 46C01FFF 00 D581F94F24112D62 ;BBC Three HD (27.5�W)
F 46C01FFF 01 D581F94F24112D62 ;BBC Three HD (27.5�W)
F 4F801FFF 00 D581F94F24112D62 ;Film 4+1 UK (27.5�W)
F 4F801FFF 01 D581F94F24112D62 ;Film 4+1 UK (27.5�W)
F 45401FFF 00 D581F94F24112D62 ;Channel 5 HD (27.5°W)
F 45401FFF 01 D581F94F24112D62 ;Channel 5 HD (27.5°W)
F 46801FFF 00 D581F94F24112D62 ;BBC Four HD (27.5°W)
F 46801FFF 01 D581F94F24112D62 ;BBC Four HD (27.5°W)
F 21306CA1 00 128394295653AB54 ; ESPN Car (20W)
F 66901671 00 975485703217BC05 ; ESPN Syn (20W)

edit: oh yeah the other files i have in config/oscam-emu are
emulator_unique_emm.log, newbiss.patch, oscam.provid and oscam.srvid2. Can i delete these?
 
Last edited:

technodvl2

Senior Member
Messages
251
so after all that

the post before you show AFN reader

and now you dont

put AFN reader
and AFN services
oscam.services

it has been pointed out to you before
 

technodvl2

Senior Member
Messages
251
[global]
logfile = /dev/null
lb_mode = 1
lb_save = 100
disablecrccws_only_for = 0500:30B00,32830;1819:006D;1817:0000
clienttimeout = 10000
nice = -1
dropdups = 1
cacheexwaittime = 0
max_cache_time = 12
max_cache_count = 7500

[streamrelay]
stream_relay_enabled = 0
stream_emm_enabled = 1
stream_ecm_delay = 650

[dvbapi]
enabled = 1
au = 1
pmt_mode = 4
request_mode = 1
user = linux
boxtype = dreambox
extended_cw_api = 2 ( API for extended CWs 1 = OE 2.2 2 = OE 2.0 ) what do you have 1 or 2


[webif]
httpport = 16002
httpuser = admin
httppwd = oscam
httprefresh = 25
httpallowed = 127.0.0.1,192.168.0.0-192.168.255.255


oscam.sever

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

oscam.user

[account]
user = linux
au = 1
group = 1,2,3,4

above is the dvbapi to work
so i can see picture on tv

and IMPORTANT
oscam.services

[afn]
caid = 0E00
provider = 000000
srvid = 0066,0067,0068,0069,006A,006b,006C,006D


that works for me

if you work on the basics first
the basic things will work

never heard of new biss patch
dont use oscam.srvid guess you only need if you own a card
found that dvbapi is mostly a waste of time

its up to you
but i found the less crap you have there it works better
 
Last edited:

freon

Senior Member
Messages
322
Insert new EMM keys in softcam

P 0009 001798FE 05FE192DFDBFFE ;AFN Package 9E emm
P 0009 001840D9 418736CFEB0322 ;AFN Package 9E emm
P 0009 00201368 09C1B231B2C579 ;AFN Package 9E emm
P 0009 00233C13 245B87F60D2D9D ;AFN Package 9E emm
P 0009 002C5804 ADBF3FC9428C44 ;AFN Package 9E emm
P 0009 003DF2B8 60CE0D40BB461A ;AFN Package 9E emm
P 0009 003E042A 440610E23210D9 ;EMM Key 9E
P 0009 003E7E84 1B80AA69C85E8B ;EMM Key 9E
P 0009 0040FB14 E8E057D4A8CDE0 ;AFN Package 9E emm
P 0009 00417556 23E9286636DDB7 ;AFN Package 9E emm
P 0009 004E0256 D3A527AB8A6EF3 ;EMM Key
P 0009 00538D4D 1AA997DD238A57 ;AFN Package 9E emm
P 0009 00538E82 E7C693625A4465 ;AFN Package 9E emm
P 0009 00540716 FCCD8E6C12268A ;EMM Key 9E
P 0009 00544CE1 AB6A053EF67E7D ;EMM Key 9E
P 0009 00541E85 689F03A1EE5DA3 ;EMM Key 9E
P 0009 0057B90F 2C280A7807F63D ;EMM Key 9E
P 0009 00585AA0 55D5EFAC28B68E ;AFN Package 9E emm
P 0009 005A4E70 1316E159C172D3 ;AFN Package 9E emm
P 0009 005C379D D374275FBF4A0F ;emm key 9E
P 0009 005CDAEF FA1A2056882210 ;EMM Key 9E
P 0009 005D671E 33D2198933F018 ;emm key 9E
P 0009 005D98C0 0B6B74E5A632F8 ;emm key 9E
P 0009 005DA7B2 B2C0E911E1E3A6 ;AFN Package 9E emm
P 0009 005DC130 153DA9873BF5FD ;emm key 9E
 

meho7

Senior Member
Messages
313
Pasted the new emm keys but it still cant find the new keys.
How long do u guys usually wait?

oscam log

15.07.2018 22:10:06 18F2406E r (emu) ecm1:803096503F200E000808868D33A507E7CB3C00C5B0807C010801913C114D875E93269D266106C000003DEBB8F9DDB903836BA751D610D2CCD08BC10F4B67AF264745FE313010270E0000008000047C3161A797E10F403010270E000000200055DF9AA6F2441284A0300D280E0000003AC3B2EE27A9CFF3301C290E00000002A88C00F43EB1F809EF9985413CD9FC05E7BC18FD9E59A544F583
15.07.2018 22:10:06 18F2406E r (emu) csaUsed=1,xorMode=0,ecmSrvid=108,hashModeCw=10,modeCW=0
15.07.2018 22:10:06 18F2406E r (emu) Key not found: P 006C 01
15.07.2018 22:10:06 18F2406E r (emu) ECM failed: Key not found
15.07.2018 22:10:06 18F2406E r (emu) ecm1:813096503F200E000A0868471E922651BBFC00C6B080DA0BA9AB62159F2C56165BFBAF880206C0000027A1926014102F8932469B940DB494C886ACE793BFD4A96542CF7A3010270E0000008000FCE0830139100714BC3010270E00000020001FEF41DFB05BC38A5A300D280E00000020B5F05B81F44B25301C290E00000029D5E2925C12AA2E2BF9597C2670476C4DBA2603160171F015FA78
15.07.2018 22:10:06 18F2406E r (emu) csaUsed=1,xorMode=0,ecmSrvid=108,hashModeCw=10,modeCW=0
15.07.2018 22:10:06 18F2406E r (emu) Key not found: P 006C 01
15.07.2018 22:10:06 18F2406E r (emu) ECM failed: Key not found
15.07.2018 22:10:16 18F2406E r (emu) ecm1:803096503F200E0020089E193F090B78A20600C8B0802A3B2C70A084BD9F233538B4620D0D06C00000C2547A691C60DDBFF566BFF5CB01AD72457C92421AB060258AAB6A3010270E000000800085A0E41F372C17CE103010270E0000002000BF03CDBBD2FC9545EE300D280E000000C7E1EB6991F4702E301C290E000000B96EDB96A9F02A6604129C8F42B7EB0A0443807B71AB0AC6C4484E
15.07.2018 22:10:16 18F2406E r (emu) csaUsed=1,xorMode=0,ecmSrvid=108,hashModeCw=10,modeCW=0
15.07.2018 22:10:16 18F2406E r (emu) Key not found: P 006C 01
15.07.2018 22:10:16 18F2406E r (emu) ECM failed: Key not found
15.07.2018 22:10:16 5368B748 c (ecm) anonymous (0E00@000000/0000/006C/99:5709FB73C37B99522472A225EBA16569): timeout (10005 ms) (F/1/1/8) - AFN
15.07.2018 22:10:16 5368B748 c (ecm) anonymous (0E00@000000/0000/006C/99:BB19A80F718950FAF7210CFD7A0B2855): timeout (10001 ms) (F/1/1/8) - AFN
15.07.2018 22:10:16 5368B748 c (dvbapi) Demuxer 0 restarting decodingrequests after 0 ms with 2 enabled and 0 disabled ecmpids!
15.07.2018 22:10:16 5368B748 c (dvbapi) Demuxer 0 trying to descramble PID 1 CAID 0E00 PROVID 000000 ECMPID 17A5 ANY CHID PMTPID 13F4 VPID 07AD
15.07.2018 22:10:16 5368B748 c (dvbapi) Demuxer 0 trying to descramble PID 0 CAID 5604 PROVID 000000 ECMPID 0BED ANY CHID PMTPID 13F4 VPID 07AD
15.07.2018 22:10:17 5368B748 c (ecm) anonymous (5604@000000/0000/006C/3B:B45B5B8FCE3FE26423EF1DFAB09148DF): rejected group (12 ms) - AFN (no matching reader)
15.07.2018 22:10:17 5368B748 c (ecm) anonymous (5604@000000/0000/006C/3B:B45B5B8FCE3FE26423EF1DFAB09148DF): rejected group (7 ms) - AFN (no matching reader)


edit2:
20min later stil no key found :eek:

15.07.2018 22:32:56 5EDD6541 r (emu) csaUsed=1,xorMode=0,ecmSrvid=108,hashModeCw=10,modeCW=0
15.07.2018 22:32:56 5EDD6541 r (emu) Key not found: P 006C 01
15.07.2018 22:32:56 5EDD6541 r (emu) ECM failed: Key not found
15.07.2018 22:32:56 5368B748 c (ecm) anonymous (0E00@000000/0000/006C/99:CBEDCEC392E9A38237E204D9557E1198): rejected (35 ms) by cccam-4 (F/5/5/8) - AFN
15.07.2018 22:32:56 5368B748 c (dvbapi) Demuxer 0 restarting decodingrequests after 1 ms with 2 enabled and 0 disabled ecmpids!
15.07.2018 22:32:56 5368B748 c (dvbapi) Demuxer 0 trying to descramble PID 1 CAID 0E00 PROVID 000000 ECMPID 17A5 ANY CHID PMTPID 13F4 VPID 07AD
15.07.2018 22:32:56 5368B748 c (dvbapi) Demuxer 0 trying to descramble PID 0 CAID 5604 PROVID 000000 ECMPID 0BED ANY CHID PMTPID 13F4 VPID 07AD
15.07.2018 22:32:57 5368B748 c (ecm) anonymous (5604@000000/0000/006C/3B:9DCCF3DAE4BCF721027B2B4C4EE2163A): rejected group (7 ms) - AFN (no matching reader)
15.07.2018 22:33:06 18F2406E r (-) -- Skipped 1 duplicated log lines --
15.07.2018 22:33:06 18F2406E r (emu) ecm1:803096503F200E00FF08FDF7697D45C3FFCA00D9B080C04D37F5D91542ED3E337F841D85BC06C000000E62EC44F4503C66296C3CF4238CE7381D04D9E4317E366D891CB33010270E0000008000EF5B57CD1A8CD9454E3010270E000000200051F4EE6F21F4EE3506300D280E0000000BD19B5050A0A135301C290E0000001FAE5AB9005E37B34909A1B5097DC8259F34E70BC18B7178B58F19
15.07.2018 22:33:06 18F2406E r (emu) csaUsed=1,xorMode=0,ecmSrvid=108,hashModeCw=10,modeCW=0
15.07.2018 22:33:06 18F2406E r (emu) Key not found: P 006C 01
15.07.2018 22:33:06 18F2406E r (emu) ECM failed: Key not found
15.07.2018 22:33:06 18F2406E r (emu) ecm1:813096503F200E00A308883BE1485531913200DAB080F9D51ECE10EEC57C94A7E40D5DC64F06C00000EC6FE871EEBAFA4862B2855588D89C07B8982A0D9499DCA2C804B63010270E00000080000AFD1FF096F7DB788A3010270E00000020005B064BE28C69D21576300D280E000000E9987EF69537817F301C290E0000008F1135D7A92B742884202D48BEDF16EA6D0C99A4725CB25DBB2044
15.07.2018 22:33:06 18F2406E r (emu) csaUsed=1,xorMode=0,ecmSrvid=108,hashModeCw=10,modeCW=0
15.07.2018 22:33:06 18F2406E r (emu) Key not found: P 006C 01
15.07.2018 22:33:06 18F2406E r (emu) ECM failed: Key not found
15.07.2018 22:33:16 5368B748 c (ecm) anonymous (0E00@000000/0000/006C/99:BD3DF43299B246AA12C736997D96DAFD): timeout (10009 ms) (F/1/1/8) - AFN
15.07.2018 22:33:16 18F2406E r (emu) ecm1:803096503F200E00A608F58EA45676E748BF00DCB0801764DEB70ED6F914BE39E56DCCE0F106C00000838F42F4EE716E0302901CA9195EFA8A7532E8898696BA4A43E3803010270E0000008000DF8FBD736107EDB5D83010270E0000002000525892883C7BF83736300D280E000000870CB8F6137D4D44301C290E0000006F78AFC46FEBC40FFC2B28A096C444951EB666D7D23FF4C67080C7
15.07.2018 22:33:16 18F2406E r (emu) csaUsed=1,xorMode=0,ecmSrvid=108,hashModeCw=10,modeCW=0
15.07.2018 22:33:16 18F2406E r (emu) Key not found: P 006C 01
15.07.2018 22:33:16 18F2406E r (emu) ECM failed: Key not found
15.07.2018 22:33:16 5368B748 c (ecm) anonymous (0E00@000000/0000/006C/99:C58BA29F4FE2B7A4C93C3B5D77BC522D): timeout (10004 ms) (F/1/1/8) - AFN
15.07.2018 22:33:16 5368B748 c (dvbapi) Demuxer 0 restarting decodingrequests after 0 ms with 2 enabled and 0 disabled ecmpids!
15.07.2018 22:33:16 5368B748 c (dvbapi) Demuxer 0 trying to descramble PID 1 CAID 0E00 PROVID 000000 ECMPID 17A5 ANY CHID PMTPID 13F4 VPID 07AD
15.07.2018 22:33:16 5368B748 c (dvbapi) Demuxer 0 trying to descramble PID 0 CAID 5604 PROVID 000000 ECMPID 0BED ANY CHID PMTPID 13F4 VPID 07AD
15.07.2018 22:33:17 5368B748 c (ecm) anonymous (5604@000000/0000/006C/3B:D0BF8D82ADBCCA8EADCC1E9F3EF51EE0): rejected group (13 ms) - AFN (no matching reader)
15.07.2018 22:33:17 5368B748 c (ecm) anonymous (5604@000000/0000/006C/3B:D0BF8D82ADBCCA8EADCC1E9F3EF51EE0): rejected group (7 ms) - AFN (no matching reader)
15.07.2018 22:33:26 5368B748 c (ecm) anonymous (0E00@000000/0000/006C/99:1A38616C3BDA49496BE6D7E4702C9E1F): timeout (10006 ms) (F/1/1/8) - AFN
15.07.2018 22:33:26 18F2406E r (emu) ecm1:803096503F200E00DD08000009271CE0EBC500DDB0801764DEB7AF17F914BE39E56DCCE0F106C00000838FBE593A15DA0CC132FF0FA5FF3B297F2127AA55FB3C62396DE53010270E0000008000DF8FBD736107EDB5D83010270E0000002000525892883C7BF83736300D280E000000870CA590A2E657C1301C290E00000007AE0E29A2B1DEF285BDC7FF79C0D1EAF20A7F3AEAF8A1974B9295
15.07.2018 22:33:26 18F2406E r (emu) csaUsed=1,xorMode=0,ecmSrvid=108,hashModeCw=10,modeCW=0
15.07.2018 22:33:26 18F2406E r (emu) Key not found: P 006C 01
15.07.2018 22:33:26 18F2406E r (emu) ECM failed: Key not found
15.07.2018 22:33:36 5368B748 c (ecm) anonymous (0E00@000000/0000/006C/99:BECEB4DADA560CAD87E812F4F8D1B63F): timeout (10005 ms) (F/1/1/8) - AFN
15.07.2018 22:33:36 5368B748 c (dvbapi) Demuxer 0 restarting decodingrequests after 0 ms with 2 enabled and 0 disabled ecmpids!
15.07.2018 22:33:36 5368B748 c (dvbapi) Demuxer 0 trying to descramble PID 1 CAID 0E00 PROVID 000000 ECMPID 17A5 ANY CHID PMTPID 13F4 VPID 07AD
15.07.2018 22:33:36 18F2406E r (emu) ecm1:813096503F200E00EB0844F53FF9B6C704F500DFB08002935BF1E301D945B68B090755784A06C00000DE2A1865042B9E6F59D80E7C4AC96AEC48E3C576528DCF592509F03010270E00000080002B48CDCCE050C111723010270E0000002000020592B1D2FA55096C300D280E000000D9F26AD1FFB551D4301C290E000000D18A5A9F6ED46A89F75E80DC3573464F9C6DE8EC5FDE61748831C8
15.07.2018 22:33:36 18F2406E r (emu) csaUsed=1,xorMode=0,ecmSrvid=108,hashModeCw=10,modeCW=0
15.07.2018 22:33:36 18F2406E r (emu) Key not found: P 006C 01
 
Last edited:

technodvl2

Senior Member
Messages
251
from seconds to the longest time 15 mins

oh these are my keys
never changed them

---------------------------------------------
P 00090066 00 00000000000000 ;AFN Prime Atlantic Benelux, 9.0E, 11804
P 00090066 01 00000000000000 ;AFN Prime Atlantic Benelux, 9.0E, 11804
P 00090067 00 00000000000000 ;AFN News, 9.0E, 11804
P 00090067 01 00000000000000 ;AFN News, 9.0E, 11804
P 00090068 00 00000000000000 ;AFN Sports, 9.0E, 11804
P 00090068 01 00000000000000 ;AFN Sports, 9.0E, 11804
P 00090069 00 00000000000000 ;AFN Prime Pacific, 9.0E, 11804
P 00090069 01 00000000000000 ;AFN Prime Pacific, 9.0E, 11804
P 0009006A 00 00000000000000 ;AFN Spectrum, 9.0E, 11804
P 0009006A 01 00000000000000 ;AFN Spectrum, 9.0E, 11804
P 0009006B 00 00000000000000 ;AFN Sports 2, 9.0E, 11804
P 0009006B 01 00000000000000 ;AFN Sports 2, 9.0E, 11804
P 0009006C 00 00000000000000 ;AFN Family, 9.0E, 11804
P 0009006C 01 00000000000000 ;AFN Family, 9.0E, 11804
P 0009006D 00 00000000000000 ;AFN Movie Channel, 9.0E, 11804
P 0009006D 01 00000000000000 ;AFN Movie Channel, 9.0E, 11804
P 00090078 00 00000000000000 ;AFN Atlantic, 9.0E, 11804
P 00090078 01 00000000000000 ;AFN Atlantic, 9.0E, 11804
P 0009 00540716 FCCD8E6C12268A ;EMM Key
P 0009 0057B90F 2C280A7807F63D ;EMM Key
P 0009 00544CE1 AB6A053EF67E7D ;EMM Key
P 0009 003E7E84 1B80AA69C85E8B ;EMM Key
P 0009 005D671E 33D2198933F018 ;EMM Key
P 0009 00233C13 245B87F60D2D9D ;EMM Key
P 0009 004E0256 D3A527AB8A6EF3 ;EMM Key
P 0009 003E042A 440610E23210D9 ;EMM Key
P 0009 00541E85 689F03A1EE5DA3 ;EMM Key
---------------------------------------------

when new key appear on bottom thats the key

bold are the oscam.services
so to update key when on channel

[afn]
caid = 0E00
provider = 000000
srvid = 0066,0067,0068,0069,006A,006b,006C,006D,0078



remember everytime there is a key change
new keys appear in the bottom


you have to delete them as they will clog your system if not

there is only a small space in most recievers with these rather huge images these days
and space is important


4qmrsy.jpg


6 mins updated
 
Last edited:

freon

Senior Member
Messages
322
I have an 8 year old Vu+Solo - which has a single core cpu.
Is this correct!? If so there is no chance to watch any of the Power Vu channels.
Old Vu receivers do't have necessary drivers to process Power Vu.
 

technodvl2

Senior Member
Messages
251
i have choice fom 2 dms and vu duo

i know i cant view powervu direct other than AFN and 30 west 1 tv and 1 radio on the vu that i have in main tv

so i have powervu channel stream list for 4.8 and 0.8
make me laugh when i see others try what i know wont work
but i wont knock them as one day they might

all you have to do is
[streamrelay]
stream_relay_enabled = 0 ( use 1 to use stream )

also updates quicker too
try it
 

meho7

Senior Member
Messages
313
I have an 8 year old Vu+Solo - which has a single core cpu.
Is this correct!? If so there is no chance to watch any of the Power Vu channels.
Old Vu receivers do't have necessary drivers to process Power Vu.

You got to be joking? And i've been telling them this from the begining but no i was in the wrong :rolleyes: Though I did get the audio working yesterday later switched back and got picture for 2sec then it froze and the only thing working was audio. Now cant find the keys at all :)
So it was all for nothing ? :eek:
 

technodvl2

Senior Member
Messages
251
well done

i would guess AU would work
if you tried stream relay only to update key

you have

stream_emm_enabled = 1

that AU
 
Last edited:

arjans

Member
Messages
55
Hi guys,

Would appreciate a little help with AFN configurations.
I have OscamEmu r11424 with Openpli 6.
All the other channels like Discovery etc are ok except the AFN channels. I tried and manually to edit the keys but was a no go.

Any suggestion ?
 

barney115

Donating Member
Staff member
Administrator
Messages
24,656
All configs were already posted in this thread topic , start reading from page 1 and keep reading : )
good luck !
 

arjans

Member
Messages
55
All configs were already posted in this thread topic , start reading from page 1 and keep reading : )
good luck !



Thanks

I went back some pages and all is ok now.
I f resolved my mistake from the post 1586 :thum:
My mistake was that my softcam had to many keys inside and soma extra configuration files needed.
 
Top