Register
Page 1 of 2 12 LastLast
Results 1 to 15 of 16

Thread: oscam install

  1. #1
    Member
    Join Date
    Aug 2012
    Posts
    59
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts

    Default oscam install

    i have been trying to install oscam on my dm800 im using the tsimage, but it dont show up in the softcam panel, i see cccam 2.14 and 2.30 and MGcam but no oscam, i download a few from the ts panel, dnt not sure wat im doin wrong, can someone help please

  2. #2
    Newbie vicentium's Avatar
    Join Date
    Aug 2011
    Location
    Brasov, Romania
    Posts
    16
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts

    Default

    Try like this:
    1. Grab a binary for your linux distrib. (ex from here: OScam Download Center Oscam 1.20 unstable or OScam Download Center Oscam1.10 stable) and rename it to oscam UMP FileCenter .
    2. Place the oscam binary into /usr/bin and chmod to 755 .
    3. oscam uses 3 main files for its config :
    a. oscam.conf = this holds the details of your webinterface settings , logging , monitor and the protocol you want to use , for example CCcam .
    b. oscam.server = this is the settings for your card reader , and other remote C and N lines from your old CCcam.cfg .
    c. oscam.user = this are the users log in details e.g . your F lines from CCcam.cfg and a localuser for your dvbapi oscam client .
    4. these configs need to be placed in /etc/tuxbox/config folder

  3. #3
    Member
    Join Date
    Aug 2012
    Posts
    59
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts

    Default

    ok thanks i dwnload a oscam but one was in dm800 cuz had them configs u said about, ok will do i need to change any of the card reading info so i put this in the user
    [account]
    user = mybox
    pwd = pw2222
    monlevel = 1
    uniq = 0
    group = 1
    au = 1
    hostname = 192.168.**
    caid = 0963
    or doi i put it like this, C: ip_of_server 51000 user1 pass1
    now just how do i select oscam do i select MGcam in the softcam page and use that
    Last edited by dreamuser12; 15th September, 2012 at 08:08 PM.

  4. #4
    Newbie vicentium's Avatar
    Join Date
    Aug 2011
    Location
    Brasov, Romania
    Posts
    16
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts

    Default

    Any "C:" line have to be configured in oscam.server file as a distinctive "reader", and "F:" lines in oscam.user file as "account", along with another user, the receiver itself (otherwise you can't see anithing on your TV); it is the hardest job for beginners.
    Could be more easy to copy a minimum configuration and next to use Webif to do the rest of the configuration.
    How many C and F lines do you use?
    Last edited by vicentium; 15th September, 2012 at 08:18 PM.

  5. #5
    Newbie vicentium's Avatar
    Join Date
    Aug 2011
    Location
    Brasov, Romania
    Posts
    16
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts

    Default

    Example of a oscam.conf you can use (Webif port:8888, user and passw: dmuser):


    [global]
    serverip = 0.0.0.0
    usrfile = (null)
    mailfile =
    logfile = 1
    cwlogdir = (null)
    emmlogdir =
    disablelog = 1
    disableuserfile = 1
    disablemail = 1
    loghistorysize = 4096
    usrfileflag = 0
    clienttimeout = 5000
    fallbacktimeout = 1500
    clientmaxidle = 50
    failbantime = 0
    failbancount = 0
    cachedelay = 120
    bindwait = 120
    netprio = 0
    sleep = 0
    unlockparental = 0
    nice = -1
    serialreadertimeout = 1500
    suppresscmd08 = 0
    maxlogsize = 0
    waitforcards = 1
    waitforcards_extra_delay = 500
    preferlocalcards = 1
    saveinithistory = 1
    readerrestartseconds = 30
    dropdups = 0
    lb_mode = 0
    lb_save = 0
    lb_nbest_readers = 2
    lb_nfb_readers = 10
    lb_min_ecmcount = 5
    lb_max_ecmcount = 200
    lb_reopen_seconds = 200
    lb_retrylimit = 800
    lb_retrylimits =
    lb_nbest_percaid =
    lb_noproviderforcaid =
    lb_savepath = tmp/.oscam/stat
    lb_stat_cleanup = 336
    lb_use_locking = 0
    lb_reopen_mode = 1
    lb_max_readers = 2
    lb_auto_betatunnel = 1
    resolvegethostbyname = 1
    [monitor]
    port = 0
    serverip = 0.0.0.0
    nocrypt =
    aulow = 30
    hideclient_to = 15
    monlevel = 4
    appendchaninfo = 1
    [cccam]
    port = 12000
    reshare = 10
    ignorereshare = 1
    forward_origin_card = 1
    version =
    updateinterval = 240
    minimizecards = 0
    keepconnected = 1
    stealth = 1
    nodeid = CFBDD045105D1542
    reshare_mode = 4
    [dvbapi]
    enabled = 1
    au = 1
    boxtype = dreambox
    user = DM800
    pmt_mode = 0
    request_mode = 0
    [webif]
    httpport = 8888
    httphelplang = en
    httpuser = dmuser
    httppwd = dmuser
    httpcert =
    httpcss = /var/keys/blue.css
    httpjscript =
    httptpl =
    httpscript =
    httprefresh = 10
    httpallowed = 0.0.0.0-225.225.255.255
    httpdyndns =
    httphideidleclients = 0
    httpreadonly = 0
    httpsavefullcfg = 1

  6. #6
    DK Veteran Rodbouy's Avatar
    Join Date
    Jul 2010
    Posts
    1,320
    Thanks Thanks Given 
    19
    Thanks Thanks Received 
    19
    Thanked in
    15 Posts

    Default

    http://www.digital-kaos.co.uk/forums...ml#post1698131

    See configs here.

    They are for my Dm500.. so you need to edit some of the caid and port numbers etc
    Last edited by Rodbouy; 15th September, 2012 at 08:41 PM.

  7. The Following User Says Thank You to Rodbouy For This Useful Post:

    ROGER_L (29th June, 2014)

  8. #7
    Member
    Join Date
    Aug 2012
    Posts
    59
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts

    Default

    do i only need to change the 2 server ip address, and still dnt no how to start oscam its not in thwe softcam panel and im using a dm800 and sorry what is the dreabox card reader wat do i put in their is it Internal Dreambox Reader or /dev/sci0
    Last edited by dreamuser12; 15th September, 2012 at 09:22 PM.

  9. #8
    Admin Assistant
    satsmo's Avatar
    Join Date
    Jun 2008
    Posts
    6,397
    Thanks Thanks Given 
    318
    Thanks Thanks Received 
    583
    Thanked in
    283 Posts

    Default

    I presume these two servers are local and only for personal use? If so why the need for two?
    I refuse to answer that question on the grounds that I don't know the answer. - Douglas Adams

  10. #9
    DK Veteran Rodbouy's Avatar
    Join Date
    Jul 2010
    Posts
    1,320
    Thanks Thanks Given 
    19
    Thanks Thanks Received 
    19
    Thanked in
    15 Posts

    Default

    Search for the oscam cccam thread.

    Don't expect a miracle to be up and running right away. Go learn to manually install oscam then add configs.

    Time and patience

  11. #10
    Member
    Join Date
    Aug 2012
    Posts
    59
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts

    Default

    i dnt need 2 servers, i just seen 2 server ips, i did but cudnt understand it all tomuch, will try again

  12. #11
    Member
    Join Date
    Aug 2012
    Posts
    59
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts

    Default

    got it sorted took hours but got their in the end espn bk up and running, thanks for the help every1

  13. #12
    Member
    Join Date
    Aug 2012
    Posts
    59
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts

    Default

    ok i had it sorted but then got blank screen on my boxes in other rooms but the server box is still working espn aswell, im not sure if i clicked on somefing in oscam 192 page and do i have to put card info in their, their an option for reader

  14. #13
    Newbie vicentium's Avatar
    Join Date
    Aug 2011
    Location
    Brasov, Romania
    Posts
    16
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts

    Default

    Use Webif to get a clear view (open in your browser 192.168. x.yy:8888 -so your DM IP plus ":8888", the port of the Webif) add user and password and look into the Status page; you can also configure or reconfigure any aspect of the oscam, add or delete readers and users,...; try to get used to it, it really helps (looks like the GUI of the router); if in router the 8888 (or another port configured in oscam.conf file) port is forwarded to your STB you can use even a smartphone to remotely acces, monitor or configure your oscam, even from abroad! (this case use a strong password and username).
    Due to the processor limitation, oscam for DM500 is quite simple; accordingly, config files working on DM500 are jokes in comparison with those working on DM800 (I also have a DM500 working great as a client only).

  15. #14
    Newbie vicentium's Avatar
    Join Date
    Aug 2011
    Location
    Brasov, Romania
    Posts
    16
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts

    Default

    Easy install, especially on a fresh flashed image, with no installed softcams (or trying to uninstal the existing: http://www.digital-kaos.co.uk/forums...4/#post1457488 )
    The minimum configuration in the config files, the rest of the work from webif; at least those files from var/tuxbox/config could be used on an existing oscam.
    Read .txt for details

    utils.rar

  16. #15
    Newbie
    Join Date
    Dec 2012
    Posts
    1
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts

    Default

    thnx a lot

 

 
Page 1 of 2 12 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
This website uses cookies
We use cookies to store session information to facilitate remembering your login information, to allow you to save website preferences, to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners.