PDA

View Full Version : sbox helping oscam



cro1969
30-09-2010, 10:18 AM
ok guys id like to know how to set up sbox useing newcamd protocol reading my card internaly and intergrateing oscam server into it?i noticed on another thread that this can be done.At present i have dm500 serving newcs newcamd protocol how can i set it up with sbox reading my card and oscam being my server can someone please help me set this up as a friend set me up before he moved overseas 2 years ago with the dm500 set up!!!please help me do this guys?????:respect-060:

hperez
01-10-2010, 02:20 AM
My card is supported by the internal reader of oscam, but sometimes (very often) it fails to detect it, so I'm using sbox to read the card.

This is my config:

sbox.conf


[main]
server_only=1
log=0
userspath=/PLUGINS/OpenXCAS/SboxCAS/users.sbox

[slot0]
active=1
sci=/dev/scard
ncdserver=1
deskey=01020304050607080910111213 14
port=10000


users.sbox:


[slot0] # slot to connect
user=user # user
pass=pass # password
au=1 # au on/off


oscam.server:


[reader]
label = sbox
enable = 1
protocol = newcamd
device = localhost,10000
key = 0102030405060708091011121314
account = user,pass
group = 1
ecmcache = 1
lb_weight = 100
audisabled = 1
fallback = 0

hfmls
01-10-2010, 07:23 AM
report in original forum, they should have a look at it.

cro1969
01-10-2010, 08:46 AM
thank you hperez for that information so what do i put into oscam.users file in the au??sbox or /dev/scard???? im still learning and need all the help i can get!!!do i disable dvb and monitor in oscam config????:bowing-036:

cro1969
01-10-2010, 10:00 AM
ok i tried that set up sbox reads my card but in oscam it shows timeout and i dont have any picture on tv but it shows connected in webif any suggestions or am i forgetting something??????im close i can feel it!!!:sifone:

hperez
01-10-2010, 01:26 PM
Don't use the latest version, it seems it has problems. I'm using svn 3066 and it works ok.

cro1969
01-10-2010, 02:02 PM
ok il go to a earlier eddition then!! so how do i set up my oscam.user file for this set up???thank you for helping me!!!:respect-055:

hperez
01-10-2010, 10:12 PM
If you only want oscam to connect to sbox, I think you don't need anything in oscam.user. This file is used to allow other users to connect to oscam.

You just only need something like this in oscam.conf:



[global]
waitforcards = 0
preferlocalcards = 1
nice = -1
saveinithistory = 1
readerautoloadbalance = 1
logfile = stdout
disablelog = 1

[dvbapi]
enabled = 1
au = 0
boxtype = none
pmt_mode = 1

[webif]
httpport = 83
httpuser =
httppwd =
httprefresh = 0
httpallowed = 192.168.1.1-192.168.1.15
httphideidleclients = 0
httpreadonly = 0