dvbapi black screen vu+ solo

drogos

Registered
Messages
50
Hello all,
I have the feeling that there might be a problem with the DVBAPI-module driver; here's why:
Since a couple of month I am running Vu+ box Solo ,and till now I NEVER managed to have them working without black screens on zapping !
I tried several images (e.a. VIX, VTi and now OpenPLi) ... same result !
My configuration is similar on both decs; local cards and a couple of peers and decoding with OScam and DVBAPI (I tried different svn, stable, experimental... same issue!)
On startup everything works fine; cards are opened and peers servers come in, but after zapping a couple of times , suddenly... epg is normally shown and switching BUT black screen and no way to get any image anymore; when I continue zapping on the epg follows and is shown, but no image!!!
The only way to get an image again is now to restart the softcam (OScam); then it's OK for x zappings and then black screen again, etc...
This problem is mentioned in several treads on numereous forums but ... no cure !

Can you please help us ?
Thanks a lot !
 

drogos

Registered
Messages
50
here is my config

[global]
disablelog = 1
usrfileflag = 1
clienttimeout = 3000
fallbacktimeout = 1500
clientmaxidle = 50
failbantime = 60
cachedelay = 10
netprio = 1
nice = 0
maxlogsize = 250
preferlocalcards = 1
saveinithistory = 1
readerrestartseconds = 10
dropdups = 1
lb_mode = 1
lb_nbest_readers = 3
lb_nfb_readers = 5
lb_min_ecmcount = 5
lb_max_ecmcount = 500
lb_reopen_seconds = 900
lb_retrylimit = 800
lb_stat_cleanup = 336
resolvegethostbyname = 1

[cccam]
version = 2.1.1
stealth = 1

[dvbapi]
enabled = 1
au = 1
boxtype = duckbox (maybe 'dreambox' but still the same error)
user = dreambox

[dvbapi]
P: 0D02 #a fő kártya
I: 0653
I: 0D97:778D
I: 1815
P: 0BAA
P: 09CD
P: 0D05
P: 0500:043800
P: 1802
P: 1880
P: 0D96
I: 0B00:03F8
I: 0B02:7790

#M6 Music Club

P: 0500:1967:032830
 

drogos

Registered
Messages
50
i founded logs these was an unlimited after black screen error

dropped old reader answer rc=5 from undef time
 

pandra

Registered
Messages
111
Hello !

Perhaps it's not the solution at your problem but you must put ignore first and priorities after in the oscam.dvbapi file. And it's a single file, not a section in the oscam.conf.
In your config you have 2 sections [dvbapi], it's not correct

Remove the second [dvbapi] section and create a oscam.dvbapi with this :

Code:
I: 0D97:778D
I: 0B00:03F8 
I: 0B02:7790
I: 0653
I: 1815
P: 0500:032830:1967  # look your syntax, mine is correct, you must put provider before service  !!!!
P: 0D02 #a fő kártya
P: 0500:043800
P: 0BAA 
P: 09CD 
P: 0D05
P: 1802 
P: 1880 
P: 0D96

Perhaps you will need to change the I and P provider's order to work correctly, I dont have your cards

Apology for my good english ;)
 

drogos

Registered
Messages
50
ooops the last [dvbapi] is a single file oscam.dvbapi, but i need modifiyng, ignore at first and then the priority for cards, thanxxx for good answer, i will probe this one method
 
Top