Oscam / AAF MME V2 / Tv Vlaanderen

Snipko

Registered
Messages
10
Hi guy's,

Is it possible to read my Tv vlaanderen card (seca3) in the internal reader with AAF MME V2 image with oscam?
I think I tried everything now but still a black screen :(

Hope someone can put me on the right way ;-)

Greeetz,
Snipko
 

guli

Senior Member
Messages
375
caid is 0100, ident 00006C :)

try with this config mate . CCcam 2.1.3 + oscam .

oscam files can be found in folder :

/var/tuxbox/config ( Enigma1 )

/etc/tuxbox/config ( Enigma2 )

as you are using the AAF image your CCcam.cfg file will be located in /var/keys

oscam.conf

[global]
logfile = /var/local/oscam.log
cachedelay = 120
nice = -1
maxlogsize = 0
saveinithistory = 1

[cs357x]
serverip = 192.168.0.100 #your server ip address
port = 15500
au = TvVlaanderen
suppresscmd08 = 0 #0 = tell camd 3.5x clients not to request again for rejected CAID, service ID and provider ID combination
keepalive = 1

[webif]
httpport = 15000
httpuser = user
httppwd = password
httprefresh = 10
httpallowed = 127.0.0.1,192.168.0.0-192.168.255.255

oscam.server

[reader]
label = TvVlaanderen
protocol = internal
enable = 1
device = /dev/sci0
detect = cd
boxid = 12345678 # in this format
mhz = 500
cardmhz = 500
caid = 0100
ident = 0100:00006c
group = 1
emmcache = 1,3,2
ecmcache = 1
blockemm-g = 1
blockemm-unknown = 1
blockemm-u = 0
blockemm-s = 0
lb_weight = 101

oscam.user

[account]
user = user
pwd = pass
caid = 0100
ident = 0100:00006c
group = 1
au = TvVlaanderen

in CCcam.cfg

L: serverip 15500 user pass 0100 00006c 256

as you are using the AAF image your CCcam.cfg file will be located in /var/keys

first number is IP address of your server , then there is port number and username/password .

at the end there is the CAID number of your package and you can also optionally add 256 at the end .

this means that your card will show as local in CCcam . Same trick as in newcamd ( N line ) .

remember any changes to oscam configs take effect after restart of oscam .

now stop oscam , stop CCcam , restart oscam , restart CCcam .

this should work mate let me know how you get on .
 
Last edited:

Snipko

Registered
Messages
10
Thx m8, gonna try it this week ;-)
Really appreciate it you want to help me. Let you know if it's works ;-)

Greetz
 
Top