AFN 9e

owen

DW Member ++
Joined
Jan 1, 2011
Messages
201
Reaction score
116
Location
Kidderminster, West Midlands UK
Have the AFN channels now gone the same way as the MTN WORLD WIDE channels at 20e.
If so looks like, one up to the satellite providers !!
Any software update looks a very long way off, with Technomate !!!

DEN
 
Reports are the 5402 is still working on AFN with new keys entered.

Bit vague i know but firmware boxes are not my thing.
 
Reports that cachex needed adding to emu reader but then Biss keys don’t clear?

Try this with latest ncam or Oscam_emu


To overcome the problem of other emu channels not working with cacheex enabled, do the following.

1. Create an oscam.services file with:
Code
[afn]
caid = 0E00
provid = 000000
srvid = 0066,0067,0068,0069,006A,006B,006C,006D
(or add to existing file - making sure "afn" does not already exist...)

2. Create a second emu reader. The oscam.server entries should look something like this simplified example:

Code
[reader]
label = oscam_emu
protocol = emu
device = Emulator
caid = 0D00&0F00,090F,0500,1801,0604,0648,0D98,0650,0D95,0E00,1FFF,2600
detect = cd
ident = 0E00:000000,000002;0D00:000000,000004,000010,000014,000020,0000C0,000000,0000CC;0D02:000000,00008C,0000A0,0000A4,0000A
8;0D03:000000,000004,000008,000024,000028;0D05:000004,000010;090F:000000;0500:030B00,023800,007400,007800;1801:000000;0604:000000;0D98:000000;0650:000
000;0D95:000000
group = 1
emmcache = 1,5,31,1
emu_auproviders = 0E00:000000
auprovid = 000E00
services = !afn
[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
Display More
The last line for each reader specifies to either use or not use the afn services.


This can also all be done through the webif...

Note: Some boxes/images do not need the cacheex enabled. So this is ONLY for boxes/images which need cacheex enabled in order for the afn channels to clear.

Note 2: This method also works for tvheadend...

Note 3: If you have some other powervu channels which use the same srvid as one of the afn channels, they will probably not work.

(thanks to nautilus7)
 
Back
Top