oscam server issues

harveybham

Inactive User
Joined
Oct 21, 2005
Messages
1,311
Reaction score
6
hi all.

im a bit stuck on how to get oscam working. here is the background. I had cccam 2.1.3 installed on Ubuntu and it worked fine. I decided to use OSCAM without effecting my clinets. I downloaded and used the build called debian with oscam/cccam 2.1.3. It has installed fine and works fine.

I have tried to edit the files to match my needs but I can not get the clients to show online at all. also I have two cards (sly) plugged into a usb hub. I can only get one of them to work and not both at the same time. my configs are below:


********oscam.config *************

[global]
Nice = -10
WaitForCards = 1
PreferLocalCards = 1
saveinithistory = 1
logfile = /usr/local/etc/oscam.log

[monitor]
port = 988
nocrypt = 127.0.0.1
aulow = 120
monlevel = 1

[webif]
httpport = 8888
httpuser = admin
httppwd = admin
httprefresh = 10
httpallowed = 127.0.0.1,192.168.0.0-192.168.1.255

[cccam]
port = MYPORTNUMBER
reshare = 0
ignorereshare = 0
version = 2.1.3
updateinterval = 240
minimizecards = 0
stealth = 1


******oscam.server******

[reader]
label = skyuk
protocol = smartreader (smargo)
enable = 1
device = 001:005
detect = cd
boxid = MYBOXID
mhz = 600
cardmhz = 600
caid = 0963
ident = 0963:000000
group = 1
emmcache = 1,3,2
ecmwhitelist = 0963:3E,4E,42,44,45,47,6A,6B,6F,62,68,69,7C,7D,7E, 72,73,77,79,80,8B
blockemm-g = 1
blockemm-unknown = 1
blockemm-u = 0
blockemm-s = 0
lb_weight = 101


*****oscam.user********

[account]
user = USERNAME
pwd = PASSWORD
uniq = 1
monlevel = 1
caid = 0963
ident = 0963:000000
group = 1
au = skyuk

[account]
user = USERNAME2
pwd = PASSWORD2
uniq = 1
monlevel = 1
caid = 0963
ident = 0963:000000
group = 1
au = skyuk



can anyone shed any light on if these are wrong or as to why I cant get the users section to go online. I have tested the port and it is viewable (tested using website canyouseeme

any help is appreciated

thanks
 
do you still want to use cccam as server, and oscam as reader?

or ditch cccam as server and just use oscam for everything with cccam protocol?
 
hi mate i wanna ditch cccam as use oscam to read the card (am i right in saying that by adding cccam info in oscam.config this will do this)

btw i have managed to get this working by ditching debian build and using the oscam/cccam for ubuntu from the youknowho build. my clients appear online but card not getting read, getting error message usb bulk write failed. the smargo im using is runnning v1.4 im guessing its because of this? it also says something like needinit
 
hi mate i wanna ditch cccam as use oscam to read the card (am i right in saying that by adding cccam info in oscam.config this will do this)

btw i have managed to get this working by ditching debian build and using the oscam/cccam for ubuntu from the youknowho build. my clients appear online but card not getting read, getting error message usb bulk write failed. the smargo im using is runnning v1.4 im guessing its because of this? it also says something like needinit

can you post the configs you are using on the oscam/cccam for ubuntu from the youknowho build mate?

or are they the same as above?

personally i would use OSCAM to read card and CCCAM as server

so you will still have CCCam.cfg with your F lines in there and hopefully a N line which points cccam to oscam
 
Hi mate. I have managed to get the card to read. Yesterday I updated the reader from 1.3 to 1.4 so that it will work in debian which it did. but it would not update in ubuntu as it came with an bulk error (must be due to the oscam version) I have then put the reader which has 1.3 and it works. it shows me all updates etc. here are my logs (if they need changing then please let me know)

START

****** oscam.config*****

# oscam.conf generated automatically by Streamboard OSCAM 1.00-unstable_svn build #5369
# Read more: Portail d'informations

[global]
logfile = /usr/local/etc/oscam.log
nice = -10
preferlocalcards = 1
saveinithistory = 1

[monitor]
port = 988
nocrypt = 127.0.0.1
aulow = 120
hideclient_to = 15
monlevel = 1
appendchaninfo = 0

[cccam]
port = MYPORT
reshare = 0
version = MYVERSION
stealth = 1
nodeid = FC4E886310E3155C

[webif]
httpport = 8888
httpuser = admin
httppwd = admin
httprefresh = 0
httpallowed = 127.0.0.1,192.168.0.0-192.168.1.255


****OSCAM.CONF****

# oscam.server generated automatically by Streamboard OSCAM 1.00-unstable_svn build #5369
# Read more: Portail d'informations

[reader]
label = reader-0
protocol = smartreader
device = 002:004
smargopatch = 1
showcls = 0
caid = 0963
detect = cd
mhz = 357
cardmhz = 357
ident = 0963:000000
group = 1
blockemm-unknown = 1
blockemm-g = 1
lb_weight = 150


***oscam.user***

[account]
user = USERNAME HERE
pwd = PASSWORD HERE
uniq = 1
monlevel = 1
caid = 0963
ident = 0963:000000
group = 1
au = myAU

[account]
user = USERNAME HERE
pwd = PASSWORD HERE
uniq = 1
monlevel = 1
caid = 0963
ident = 0963:000000
group = 1
au = MYAU

FINISH

any changes then let me know mate.

im trying to work out with is better to use. I always thought that if you get OSCAM to read and CCCAM to share then it can effect ECM times more etc. I will test both methods. but if i was to use OSCAM to read and CCCAM to share would i just leave my cccam.cfg untouched (adding the N line in the bottom) and then remove my cccam from oscam.server and that should be it?

iv left boxkey empty as i think it still read it without the key and i need to add the ecm whitelist yet

thanks
 
Back
Top