User User name Password  
   
Saturday 25.1.2025 / 11:53
Search AfterDawn Forums:        In English   Suomeksi   På svenska
afterdawn.com > forums > home theater > digital tv - uk & europe > oscam+cccam trouble
Show topics
 
Forums
Forums
oscam+cccam trouble
  Jump to:
 
Posted Message
Member
_
8. July 2011 @ 16:50 _ Link to this message    Send private message to this user   
hi guys having a bit of trouble setting up oscam+cccam can any1 point me in the right direction
Advertisement
_
__
Senior Member
_
10. July 2011 @ 03:09 _ Link to this message    Send private message to this user   
dont know much about this myself.maybe piopat or fintannl can give you advice on this one.

I havent failed, Ive found 10,000 ways that dont work.
Thomas Edison (1847-1931)
Member
_
10. July 2011 @ 10:08 _ Link to this message    Send private message to this user   
was hoping they might help
Senior Member
_
10. July 2011 @ 14:57 _ Link to this message    Send private message to this user   
they dont seem to be around at the moment.im sure when they come back on line they will help you...

I havent failed, Ive found 10,000 ways that dont work.
Thomas Edison (1847-1931)
Member
_
10. July 2011 @ 17:57 _ Link to this message    Send private message to this user   
ok well i have got my box clearing pick tv but dont no where to put my f lines for my other boxes and when i enter flines into the cccam.cfg i no longer get pick tv here are my conf files etc

cccam.cfg
SERVER LISTEN PORT : 12000
ALLOW TELNETINFO: yes
ALLOW WEBINFO: yes
WEBINFO USERNAME :root
WEBINFO PASSWORD :dreambox
TELNETINFO USERNAME :root
TELNETINFO PASSWORD :dreambox
TELNETINFO LISTEN PORT : 16000
WEBINFO LISTEN PORT : 16001
ZAP OSD TIME :0
OSD USERNAME :root
OSD PASSWORD :dreambox
OSD PORT :80
SHOW TIMING : yes
DEBUG : no
NEWCAMD CONF : no
#DISABLE EMM : yes
#EXTRA EMM LEVEL : yes
SHOW EXTENEDED CLIENT INFO : yes
MINI OSD : no
#MINIMUM DOWNHOPS: 1
CHANNELINFO FILE : /var/etc/CCcam.channelinfo
PROVIDERINFO FILE : /var/etc/CCcam.providers
CAID PRIO FILE : /var/etc/CCcam.prio
LOG WARNINGS : /tmp/warnings.txt
SOFTKEY FILE : /var/keys/SoftCam.Key
AUTOROLL FILE : /var/keys/AutoRoll.Key
#STATIC CW FILE : /var/keys/constant.cw
#BOXKEY: /dev/sci0
#SMARTCARD CLOCK FREQUENCY: /dev/sci0 6800000

N: 127.0.0.1 12001 test1 test2 01 02 03 04 05 06 07 08 09 10 11 12 13 14 256

oscam.conf
[global]
nice = -1
WaitForCards = 1
logfile = stdout
preferlocalcards = 1
saveinithistory = 1

[webif]
httpport = 8888
httpuser = admin
httppwd = admin
httpallowed = 192.168.0.1-192.168.1.255

# protocols

[newcamd]
key = 0102030405060708091011121314
port = 12001@0963:000000;12000@0963:000000

oscam.server
[reader]
label = lower card
enable = 1
protocol = internal
device = /dev/sci0
caid = 0963:000000

boxid =

detect = cd
cardmhz = 357
# this helps the card run more smootly
group = 1
# Oscam has the concept of groups. Only users in group 1 can
# use this reader. I'm only using one group.
emmcache = 1,3,2
ecmcache = 1
blockemm-unknown = 1
blockemm-g = 1
# these ensure smooth decrypting
lb_weight = 101
# for load balancing - can be commented out.

oscam user
[account]
user = test1
pwd = test2
group = 1,2
monlevel = 0
au = 1
caid = 0963
Senior Member
_
10. July 2011 @ 18:55 _ Link to this message    Send private message to this user   
do apologize. was off having a great weekend for myself :). ok dan lets start with the basics. if you run oscam on your central server you do not require either newcamd or cccam lines any longer. cccam,cfg becomes defunct as does cccam as an emulator. oscam emulates virtually all other emulators. i have being running oscam on a server with cccam clients for some time now and it works perfectly. there is much confusion in what you post.

first flines are now put in oscam.users
second clines are put in oscam server as is details for your local card

so an example of how your files should look

oscam.conf

[global]
nice = -1
WaitForCards = 1
preferlocalcards = 1
saveinithistory = 1

# logging

logfile = /var/log/oscam.log
usrfile = /var/log/oscamuser.log
cwlogdir = /opt/oscam/cw

# monitor

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

[dvbapi]
enabled = 1
user = root
au = 1

# protocols

[cccam]
port = 12000
reshare = 2
ignorereshare = 0
forward_origin_card = 0
version = 2.2.1
updateinterval = 240
minimizecards = 0
keepconnected = 1
stealth = 0
reshare_mode = 1


# web interface

[webif]
httpport = 9000
httpuser = xxxxxxx
httppwd = yyyyyyyy
httprefresh = 5
httpallowed = 127.0.0.1,192.168.1.0-192.168.1.255


so to your clines and your local card

oscam.server

first reader is the local card and next is the cline

[reader]
label = skyuk
enable = 1
protocol = internal
device = /dev/sci0
caid = 0963
fix9993 = 0
detect = cd
mhz = 369
cardmhz = 369
ident = 0963:000000
group = 8
lb_weight = 150
blockemm-unknown = 1
blockemm-g = 1

[reader]
label = mycline
enable = 1
protocol = cccam
device = whatever.dyndns.tv,12000 (fill this in as needed)
account = username,password (fill this in as needed)
group = 7
cccversion = 2.1.3
cccbuild = 3169
cccmaxhop = 5
blocknano = all
blockemm-unknown = 1
blockemm-g = 1


note that i have set group 8 to my local card and group 7 to my cline. this is important when you are resharing to clients. so next is the clients as i can simply allow clients to see my local card or all see my cline chans also ie. the flines

oscam.user

[account]
user = monitor
pwd = monitor
monlevel = 4


[account]
user = user1
pwd = pass1
group = 8,7 (so user gets both local card and cline channels)
uniq = 1
caid = 0963
ident = 0963:000000
au = skyuk (this client will send you emms to update your entitlements. only select one fline user to do this otherwise your card will be flooded by emms. note the au = skyuk must correspond with the line label = skyuk in oscam.server otherwise entitlement updates will not work. so make sure that the name you put after au = and label = is the same text string. when selecting the user to give entitlement updates to your server select the user who most regularly uses your local card)

[account]
user = user2
pwd = pass2
group = 8,7
uniq = 1
caid = 0963
ident = 0963:000000

last advise. if you have oscam installed on your system already then uninstall cccam. next download latest oscam binary from the ump file centre (google it). select the binary you need from the zip file you downloaded (enigma1 boxes use the ppc binary in the zip, enigma2 boxes use the mipsel binary in the zip). i currently use oscam svn5400 and it works perfectly. remember when you transfer the binary to the appropriate directory on your dreambox (please find this out for yourself) make sure to chmod the binary to 755. And then its happy times.
Member
_
11. July 2011 @ 02:38 _ Link to this message    Send private message to this user   
thanks for your help fint am very greatful fro your your reply. just a couple of things .... will i have to change all the lines in the other boxes and will all the other boxes have to install oscam or can they still run on cccam. also the last bit of advice just confuses me but im sure i will find the answers some where thanks again ;)
Senior Member
_
11. July 2011 @ 12:04 _ Link to this message    Send private message to this user   
all client boxes remain as is running cccam with the standard cline. the binary that you download has attributes that do not allow it to be started (executed). by default the attributes are 644. to be able to start oscam you must change the attributes to 755 to allow oscam to be able to start
Member
_
11. July 2011 @ 17:40 _ Link to this message    Send private message to this user   
my old m8, fintannl good to see your still helping people, im not on much lately as i work aboard everyone and again.. work is scarce.. keep up the good work.. m8.
Member
_
11. July 2011 @ 17:40 _ Link to this message    Send private message to this user   
my old m8, fintannl good to see your still helping people, im not on much lately as i work aboard everyone and again.. work is scarce.. keep up the good work.. m8.
Advertisement
_
__
 
_
Senior Member
_
11. July 2011 @ 21:02 _ Link to this message    Send private message to this user   
tiz a hard time for many people pudzy. keep well
afterdawn.com > forums > home theater > digital tv - uk & europe > oscam+cccam trouble
 

Digital video: AfterDawn.com | AfterDawn Forums
Music: MP3Lizard.com
Gaming: Blasteroids.com | Blasteroids Forums | Compare game prices
Software: Software downloads
Blogs: User profile pages
RSS feeds: AfterDawn.com News | Software updates | AfterDawn Forums
International: AfterDawn in Finnish | AfterDawn in Swedish | AfterDawn in Norwegian | download.fi
Navigate: Search | Site map
About us: About AfterDawn Ltd | Advertise on our sites | Rules, Restrictions, Legal disclaimer & Privacy policy
Contact us: Send feedback | Contact our media sales team
 
  © 1999-2025 by AfterDawn Ltd.

  IDG TechNetwork