PDA

View Full Version : [VU+ Solo4K] OSCAM not working working properly for virmin or sky



MK
30-07-16, 21:17
Need a bit help setting up my solo4k. i previously had duo2 working flawlessly with mgcamd. but 4k oscam setup not working for me, sly works fine but vermin freezes ever 30s.
this is my config file in etc/tutbox/config. all the files attributes are 755.


[global]
logfile = /dev/tty
nice = -1
maxlogsize = 50
preferlocalcards = 1
lb_mode = 1
lb_nbest_readers = 2
lb_reopen_seconds = 900
failbantime = 10
double_check = 1

[cache]

[newcamd]
key = 0102030405060708091011121314
port = 18850@0963:000000;18850@1841:000000

[cccam]
port = 12000
nodeid = 7086C3F5107A156C
version = 2.3.0
reshare = 1
stealth = 1

[dvbapi]
enabled = 1
user = dvbapiuser

[monitor]
port = 18001
nocrypt = 0.0.0.0-255.255.255.255
monlevel = 4
hideclient_to = 15

[webif]
httpport = 18800
serverip = 192.168.1.228
httpuser =
httppwd =
httprefresh = 30
httphideidleclients = 1
httpallowed = 0.0.0.0-255.255.255.255
hideclient_to = 15


oscam.server file with 1x sly and 2x cable lines


[reader]
label=cable1
enable=1
protocol=newcamd
key=0102030405060708091011121314
device=?????????????,??????
user=?????
password=????????
group=1
inactivitytimeout=1
reconnecttimeout=30
lb_weight=100
cccversion=2.1.2
cccmaxhops=10
cccwantemu=1
ccckeepalive=1

[reader]
label=sly
enable=1
protocol=newcamd
key=0102030405060708091011121314
device=???????????,??????
user=my user
password=mypass
group=1
inactivitytimeout=1
reconnecttimeout=30
lb_weight=100
cccversion=2.1.2
cccmaxhops=10
cccwantemu=1
ccckeepalive=1

[reader]
label=cable 2
enable=1
protocol=newcamd
key=0102030405060708091011121314
device=??????????,???????
user=////////??????
password=??????????
group=1
inactivitytimeout=1
reconnecttimeout=30
lb_weight=100
cccversion=2.1.2
cccmaxhops=10
cccwantemu=1
ccckeepalive=1

and user file

[account]
user = dvbapiuser
group = 1

Stanman
31-07-16, 10:53
Try putting the caid in each of the server files.

Also change the group of the server to 1, 2 or 3


Sent from my SM-N9005 using Tapatalk

duoduo
31-07-16, 11:54
:confused: server and line talk??

lincsat
31-07-16, 12:31
:confused: server and line talk??

You have 3 readers, set reader 1 as group 1, reader 2 as group 2 etc and in the user account groups 1,2,3 then add the CaID in each reader

Also you don't need the following in a newcamd reader



cccversion=2.1.2
cccmaxhops=10
cccwantemu=1
ccckeepalive=1

MK
31-07-16, 14:31
its working a bit better with this config file

[global]
disablelog = 1
logfile = /tmp/oscam.log
pidfile = /tmp/oscam.pid
unlockparental = 1
nice = -10
maxlogsize = 100
waitforcards = 0
preferlocalcards = 2
dropdups = 0
usrfile = /tmp/user.log
cwlogdir = /var/log/
emmlogdir = /var/log/
lb_mode = 0

[dvbapi]
enabled = 1
au = 1
user = dvbapi_local
boxtype = dreambox


[webif]
httpport = 83
httpallowed = 127.0.0.1,192.168.0.0-192.168.255.255,10.0.0.0-10.255.255,::1
httposcamlabel = Oscam WebInterface

i have corrected the group 1,2,3 now,

but still freezes. i have 1x sly & 2x virmin CAID'S all inserted in oscam.server.

DaMacFunkin
31-07-16, 15:13
As lincsat said you have to much going on in your reader file, try this:

[reader]
label = xxxxx
description = xxxxxx
protocol = newcamd
device = xxxxxxxxxx,xxxxx
key = 0102030405060708091011121314
user = xxxx
password = xxxx
disableserverfilter = 1
caid = 1841
ident = 1841:000000,005A01,005B01,005B03,1F1F1F,FFFFFF
group = 1
emmcache = 1,3,2,0
dropbadcws = 1
audisabled = 1

And this in global:

[global]
disablelog = 1
logfile = /tmp/oscam.log
clienttimeout = 12000
fallbacktimeout = 8000
clientmaxidle = 60
bindwait = 10
netprio = 1
nice = -10
maxlogsize = 50
preferlocalcards = 1
lb_nbest_readers = 2
lb_reopen_seconds = 900
double_check = 1

MK
31-07-16, 15:14
You have 3 readers, set reader 1 as group 1, reader 2 as group 2 etc and in the user account groups 1,2,3 then add the CaID in each reader

Also you don't need the following in a newcamd reader



cccversion=2.1.2
cccmaxhops=10
cccwantemu=1
ccckeepalive=1

correction--> its working better now. but still freezing, not every 30s now but after 2-3 minutes for 5-10s. its defo not the caids/provider issue as these were working fine/flawlessly with mgcamd (on duo2) and have 2x caids for virmin, sly is fine though

MK
31-07-16, 15:40
As lincsat said you have to much going on in your reader file, try this:

[reader]
label = xxxxx
description = xxxxxx
protocol = newcamd
device = xxxxxxxxxx,xxxxx
key = 0102030405060708091011121314
user = xxxx
password = xxxx
disableserverfilter = 1
caid = 1841
ident = 1841:000000,005A01,005B01,005B03,1F1F1F,FFFFFF
group = 1
emmcache = 1,3,2,0
dropbadcws = 1
audisabled = 1

And this in global:

[global]
disablelog = 1
logfile = /tmp/oscam.log
clienttimeout = 12000
fallbacktimeout = 8000
clientmaxidle = 60
bindwait = 10
netprio = 1
nice = -10
maxlogsize = 50
preferlocalcards = 1
lb_nbest_readers = 2
lb_reopen_seconds = 900
double_check = 1

not working at all with these setting.

pantsman28
31-07-16, 16:31
i am having a similar problem.
2 lines which have be setup to fallback as oscam picks the fastest

They work but only at 97% which means they freeze numerous times of the day and freeze for about 1 minute each time.
config file



[global]
logfile = /tmp/oscam.log
fallbacktimeout = 1150
nice = -1
lb_mode = 1
lb_retrylimit = 500
lb_stat_cleanup = 48
failbantime = 10

[cache]

[dvbapi]
enabled = 1
au = 1

pmt_mode = 0
user = user1
boxtype = dreambox

[webif]
httpport = 8888
httpallowed = 127.0.0.1,192.168.0.0-192.168.255.255,10.0.0.0-10.255.255.255,255.255.255.255


server



[reader]
label = active
description = 28E
protocol = newcamd
device = ****
key = 0102030405060708091011121314
user = ****
password = ****
inactivitytimeout = 10
fallback = 1
cacheex_block_fakecws = 1
caid = 0963
group = 1
ccchop = 1
audisabled = 1

[reader]
label = CCam
description = 28E
protocol = cccam
device = ****
user = ****
password = ****
inactivitytimeout = 1000
reconnecttimeout = 10
fallback = 1
cacheex_block_fakecws = 1
group = 2
cccversion = 2.3.0
cccmaxhops = 2
ccckeepalive = 1
cccreconnect = 2000
audisabled = 1

DaMacFunkin
31-07-16, 18:17
correction--> its working better now. but still freezing, not every 30s now but after 2-3 minutes for 5-10s. its defo not the caids/provider issue as these were working fine/flawlessly with mgcamd (on duo2) and have 2x caids for virmin, sly is fine though

I can't give you too much help without falling into the mud, all I will tell you is the higher ECM on cable needs a longer timeout, 8000ms in the global config, me I have mine set as 12000ms with a 8000ms fallback, I have quite a complex setup, I have both my cable set on group 1 with my sly set on group 2 and 2 dvbapiuser accounts, one for each group, the settings I use have taken lots of tweaking and error, it is entirely possible that you would need all my settings files for it to work (which I can't give), but the 8000ms time out for cable is a must.
Ps everytime you change something in Oscam you must restart it.

MK
31-07-16, 21:18
I can't give you too much help without falling into the mud, all I will tell you is the higher ECM on cable needs a longer timeout, 8000ms in the global config, me I have mine set as 12000ms with a 8000ms fallback, I have quite a complex setup, I have both my cable set on group 1 with my sly set on group 2 and 2 dvbapiuser accounts, one for each group, the settings I use have taken lots of tweaking and error, it is entirely possible that you would need all my settings files for it to work (which I can't give), but the 8000ms time out for cable is a must.
Ps everytime you change something in Oscam you must restart it.

i can confirm its looks really good now no freezes just odd glitches, :thumbsup: DaMacFunkin can you let me know your
oscam.user looks something like this

[account]
user = dvbapiuser
group = 1

[account]
user = dvbapiuser
group = 2

romdut
14-08-16, 21:00
Sorry if this has been asked before
I have installed cccam manually but it won't load up, does the vu 4k only take oscam?
I have 2 lines and have used a converter but no joy

abu baniaz
14-08-16, 21:10
CCcam development stopped a long time ago. It has not been adapted to function on Arm based CPUs like on Solo 4k.

You will have to use oscam.

romdut
14-08-16, 21:29
CCcam development stopped a long time ago. It has not been adapted to function on Arm based CPUs like on Solo 4k.

You will have to use oscam.

ok thanks for info
I have oscam.server, oscam.user and oscam.conf installed in etc/tuxbox i have used a converter for these files - am I missing something?

abu baniaz
14-08-16, 21:39
Please start your own thread. Post your configs. obviously, don't post your passwords, box id or anything sensitive.

imish
23-01-19, 11:05
Need a bit help setting up my solo4k. i previously had duo2 working flawlessly with mgcamd. but 4k oscam setup not working for me, sly works fine but vermin freezes ever 30s.
this is my config file in etc/tutbox/config. all the files attributes are 755.


[global]
logfile = /dev/tty
nice = -1
maxlogsize = 50
preferlocalcards = 1
lb_mode = 1
lb_nbest_readers = 2
lb_reopen_seconds = 900
failbantime = 10
double_check = 1

[cache]

[newcamd]
key = 0102030405060708091011121314
port = 18850@0963:000000;18850@1841:000000

[cccam]
port = 12000
nodeid = 7086C3F5107A156C
version = 2.3.0
reshare = 1
stealth = 1

[dvbapi]
enabled = 1
user = dvbapiuser

[monitor]
port = 18001
nocrypt = 0.0.0.0-255.255.255.255
monlevel = 4
hideclient_to = 15

[webif]
httpport = 18800
serverip = 192.168.1.228
httpuser =
httppwd =
httprefresh = 30
httphideidleclients = 1
httpallowed = 0.0.0.0-255.255.255.255
hideclient_to = 15


oscam.server file with 1x sly and 2x cable lines


[reader]
label=cable1
enable=1
protocol=newcamd
key=0102030405060708091011121314
device=?????????????,??????
user=?????
password=????????
group=1
inactivitytimeout=1
reconnecttimeout=30
lb_weight=100
cccversion=2.1.2
cccmaxhops=10
cccwantemu=1
ccckeepalive=1

[reader]
label=sly
enable=1
protocol=newcamd
key=0102030405060708091011121314
device=???????????,??????
user=my user
password=mypass
group=1
inactivitytimeout=1
reconnecttimeout=30
lb_weight=100
cccversion=2.1.2
cccmaxhops=10
cccwantemu=1
ccckeepalive=1

[reader]
label=cable 2
enable=1
protocol=newcamd
key=0102030405060708091011121314
device=??????????,???????
user=////////??????
password=??????????
group=1
inactivitytimeout=1
reconnecttimeout=30
lb_weight=100
cccversion=2.1.2
cccmaxhops=10
cccwantemu=1
ccckeepalive=1

and user file

[account]
user = dvbapiuser
group = 1

did you get this sorted - would appreciate your latest settings to try.

s2tephen
23-01-19, 11:10
You're asking to get your backside burned for asking this.

Sicilian
23-01-19, 16:47
Closed.........