AFN Oscam Chat Thread Topic

nautilus7

VIP
Messages
607
Yes, you can have it in the config like you say, but I wouldn't recommend disabling the checksum test for all caids in general. Other caids use every 4th byte as checksum.
 

Shamra

Senior Member
Messages
196
no need to use disablecrccws in all readers

i have it on the config

[global]
logfile = /dev/null
disablecrccws = 1
disablecrccws_only_for = 0E00:000000;1811:000000,003311,023311,003311,023311,003315,00331B,000007,000107,000000;0500:030B00;1819:00006D,000000

lb_mode = 1
lb_save = 100
clienttimeout = 10000
nice = -1
dropdups = 1


works here
What is marked in red is wrong, because checksums are not counted only for PowerVU.
If you want to assign a global rule, then given the changes in the EMU r775, it is correct to do so
[global]
logfile = /dev/null
disablecrccws_only_for = 0E00:000000
lb_mode = 1
lb_save = 100
clienttimeout = 10000
nice = -1
dropdups = 1
At the same time, do not forget to write the parameter in the reader for AFN
cacheex = 1
 

technodvl2

Senior Member
Messages
251
what is marked in red

is right for what im using

if i remove them

what i want to watch dont work

for others it maybe the right way

thanks
 

3satbox

Senior Member
Messages
256
Guys, I have a Q
when I watch discovery netwrk from 5E channels are clearing , everything is fine, but I've noticed in the oscam log these lines:
Code:
(dvbapi) ERROR: ioctl(CA_SET_DESCR): Invalid argument
Is this "normal", or I have smth wrong in my config
 

8hush2

Registered
Messages
10
That is not the solution for 8hush2.

On C-band there are other PIDs for AFN that are also used by other PVu channels. These PIDs cannot be in AFN services and also !AFN services.

I had the same problem. Unfortunately the only fix I could come up with was to enable/disable one of the PVu readers with the webif.

It would be good to find a better solution.


Solution the works via remote:

create /usr/script/file.sh with
Code:
#!/bin/bash
cp /var/tuxbox/config/oscam.server /var/tuxbox/config/oscam.servertmp
cp /var/tuxbox/config/oscam.server2 /var/tuxbox/config/oscam.server
mv /var/tuxbox/config/oscam.servertmp /var/tuxbox/config/oscam.server2
wget --no-check-certificate http://127.0.0.1:8888/readers.html?action=reloadreaders

chmod 755 /usr/script/file.sh

create /var/tuxbox/config/oscam.server2 with Reader2 settings

Go into Advance settings --> hotkey --> assign this script to a button

Press this button on remote when you want to switch modes.


If anyone knows a better trick in enigma2 to swap readers based on the unique ?ref= Id number format or something that would be even better.
 

egydoctor2010

Member
Messages
66
Solution the works via remote:

create /usr/script/file.sh with
Code:
#!/bin/bash
cp /var/tuxbox/config/oscam.server /var/tuxbox/config/oscam.servertmp
cp /var/tuxbox/config/oscam.server2 /var/tuxbox/config/oscam.server
mv /var/tuxbox/config/oscam.servertmp /var/tuxbox/config/oscam.server2
wget --no-check-certificate http://127.0.0.1:8888/readers.html?action=reloadreaders

chmod 755 /usr/script/file.sh

create /var/tuxbox/config/oscam.server2 with Reader2 settings

Go into Advance settings --> hotkey --> assign this script to a button

Press this button on remote when you want to switch modes.


If anyone knows a better trick in enigma2 to swap readers based on the unique ?ref= Id number format or something that would be even better.

how about assign softcam for each powervu group with certain reader instead of one softcam file and make a reader for each conflicting group with softcam contains emm and ecm .
i didnot try it i am just making a thought.
 

djmx

Registered
Messages
27
srvid for new AFN Atlantic Eagle

Hello Folks,


Please, what is SRVID for new channel AFN Atlantic Eagle ? Because I have sound but no image, so I guess I have to add its srvid to my oscam services file

Thanks a lot
 
Top