hi ,struggling

There are 14 replies in this Thread which was already clicked 670 times. The last Post () by brad.

  • hi , nice site ..


    be great if somebody could give me a little config advice as im stuck a touch. basicly i have a pc server ubuntu with c reader ..and can setup cccam no probs with oscam ,,either on pc or using internal e1 linux based reciever to control traffic and my clients aswell .




    heres were im getting a bit stuck ..



    i am wanting to use just oscam only on my pc .. then let my clients connect to me they using all versions cccam .. jusrt getting stuck with my configs .


    i will post my configs ..im not wanting to add c lines to it just flines .. which is oscam user i think ..



    i have set up but cant even get my internal dm box to connect ...it sees it in webiterface but wont connect ..



    just slight config prob i think ..many many thanks ..

    Edited once, last by brad ().

  • oscam.conf
    [global]
    serverip = my pc ip adress
    logfile = /var/log/oscam.log
    cachedelay = 120
    nice = -1
    preferlocalcards = 1
    saveinithistory = 1


    [monitor]
    hideclient_to = 15
    appendchaninfo = 0


    [cccam]
    port = my port opened on router
    reshare = 2
    version = 2.2.1


    [webif]
    httpport = xxxx (what you want)
    httpuser = username
    httppwd = password
    httprefresh = 10
    httpallowed = my pc adress ,192.168.0.2-192.168.0.255


    [newcamd]
    key = 0102030405060708091011121314
    port = 10000@0963:000000;10001@0963:000000









    oscam.user


    [account]
    user = my internal dreambox 700
    pwd = pass
    group = 1
    uniq = 1
    au = omnikey





    hi again i went off a guide and its wrong def i think ..im just llearning to do this way lol



    im just after oscam on its own ..then to share to my internal dm box .. i have cccam on ..i add C : my pc server adress then port opened the user pass which i set up in oscam user



    im lost lol many thanks

  • sorry just ignore the first config ... i cant seem to delete of the forum .. nevermind with that config i see each other in cccam and oscam web info ..but they dont have connected ..i must have a few things wrong in the config .


    thanks

  • OK m8, you did not read the post I pointed you to:
    Minimal Information To Include When Posting In This Forum


    You have not posted your oscam.server so I cannot check that & you have also not posted log from oscam startup..
    Also, is cccam still running on the system? if so post ccccam.cfg so we can see if ports are clashing


    TF




    All your problems have been solved countless times before so try the search box before you post!!
    Please do not Request help by PM, use the main forum so Everyone can benefit from the answers.

  • I found your oscam.server in the post you asked to be deleted..
    Try with these settings...




    oscam.conf
    [global]
    logfile = /var/log/oscam.log
    nice = -1
    preferlocalcards = 1
    saveinithistory = 1


    [monitor]
    hideclient_to = 15
    appendchaninfo = 0


    [cccam]
    port = 6789
    reshare = 2
    version = 2.2.1


    [webif]
    httpport = xxxx (what you want)
    httpuser = username
    httppwd = password
    httprefresh = 10
    httpallowed = my pc adress ,192.168.0.2-192.168.0.255


    [newcamd]
    key = 0102030405060708091011121314
    port = 10000@0963:000000;10001@0963:000000





    OSCAM.SERVER



    [reader]
    label = slyuk
    enable = 1
    protocol = pcsc
    device = 1
    caid = 0963
    detect = cd
    ident = 0963:000000
    group = 1
    emmcache = 1,3,2
    blockemm-unknown = 1
    blockemm-s = 1
    blockemm-g = 1
    saveemm-u = 1
    auprovid = 000963




    oscam.user


    [account]
    user = dm700
    pwd = pass
    group = 1
    au = slyuk


    Now in your dream box you can add this cline:
    C: ip.of.your.server 6789 dn700 pass




    Now a few questions..


    Why do you need two newcamd ports opened for same caid (0963)? Do you even need to use newcamd protocol now that you are not using cccam/oscam??
    Have you disabled cccam from startup & cron?


    Now change settings to suit & reboot...
    Post oscam startup log..


    NOTE: I have remove a lot of lines that were not needed, boxid etc.. So check the settings carefully




    All your problems have been solved countless times before so try the search box before you post!!
    Please do not Request help by PM, use the main forum so Everyone can benefit from the answers.

    Edited 3 times, last by thatfellow ().

  • thanks friend heres what i had on oscam server
    OSCAM.SERVER



    [reader]
    label = slyuk
    enable = 1
    protocol = pcsc
    device = 1
    caid = 0963
    detect = cd
    mhz =368
    cardmhz = 368
    ident = 0963:000000
    group = 1
    emmcache = 1,3,2
    blockemm-unknown = 1
    blockemm-s = 1
    blockemm-g = 1
    saveemm-u = 1



    thanks , on your last post m8 .i noticed you had port of cccam with 4 numbers ..i usually have 5 does this make any diff ..soz to be a pest ..





  • yes friend i have disabled cccam from server pc ...what i done was tred things different ways over last year ...


    1 using oscam and cccam on pc ..


    2 using oscam then making n line to tm 500 with cccam on which me friend connects to externely


    just a couple of times me card didnt update with cccam on me pc with oscam so i went of guides on the net ..to configue how me friend externally could update me card .


    long story.... just learning friend really .lol


  • Forget about your old oscam.server and use what I have given you.
    You can pick any port for cccam as long as you use the same port in your cline for your device..
    If you are sharing outside of your own network, you will also have to forward that port to your server in router..
    I used 6789 just to show you where they need to match


    You could also delete newcamd settings:
    [newcamd]
    key = 0102030405060708091011121314
    port = 10000@0963:000000;10001@0963:000000


    as you dont need it in your setup



    Quote

    just a couple of times me card didnt update with cccam on me pc with oscam so i went of guides on the net


    Your card could not update with your configs because your AU in user did not match the reader label see text in green



    Now, for the final time m8, can you please post oscam startup log so we can get an idea of oscam version & hardware initialization..




    All your problems have been solved countless times before so try the search box before you post!!
    Please do not Request help by PM, use the main forum so Everyone can benefit from the answers.

    Edited 2 times, last by thatfellow ().

  • >> OSCam << cardserver started at Mon Jan 13 10:02:13 2014
    -------------------------------------------------------------------------------
    2014/01/13 10:02:13 0 s >> OSCam << cardserver started, version 1.20-unstable_svn, build r9157 (i486-linux-gnu)
    2014/01/13 10:02:13 0 s creating pidfile /tmp/.oscam/oscam.pid with pid 1097
    2014/01/13 10:02:13 0 s userdb reloaded: 1 accounts loaded, 0 expired, 0 disabled
    2014/01/13 10:02:13 0 s signal handling initialized
    2014/01/13 10:02:13 0 s cccam: initialized (fd=5, port=6789)
    2014/01/13 10:02:13 0 s slyuk [pcsc] creating thread for device 1
    2014/01/13 10:02:13 0 s loadbalancer: can't read from file /tmp/.oscam/stat
    2014/01/13 10:02:13 0 s waiting for local card init
    2014/01/13 10:02:13 9599518 r slyuk [pcsc] Wrong pcsc_reader index: 1
    2014/01/13 10:02:13 9599518 r slyuk [pcsc] Cannot open device: 1
    2014/01/13 10:02:13 9593D40 h webif: decompressed 55691 bytes back into 160536 bytes
    2014/01/13 10:02:13 9593D40 h HTTP Server running. ip=0.0.0.0 port=17775
    2014/01/13 10:03:13 9599518 r slyuk [pcsc] Wrong pcsc_reader index: 1
    2014/01/13 10:03:13 9599518 r slyuk [pcsc] Cannot open device: 1



    aye i think i have a prob .just took active card and put into me test pc .with same c reader . same ubuntu .

  • hi thanks think ive sorted it ..changed the device to 0 in oscam server ..and loadbalance to 101 ..dont know if that helped ..but it all kicked in friend your a star .


    any advice on emm for card ..to stay safe ish for updates thanks ..

  • Server connections: 1
    +----------------------+------------+---------+--------+----------------+-------+-------------------------------+
    | Host | Connected | Type | Version| NodeID | Cards | CAID/Idents |
    +----------------------+------------+---------+--------+----------------+-------+-------------------------------+
    |192.168.1.27:6789 |00d 00:07:28|CCcam-s2s|2.2.1 |#################### 1 |local 0963:000000






    -------------------------------------------------------------------------------
    2014/01/13 12:52:20 B7503588 c dm700 (0963&000000/FFFF/10D0/5F:E728FB2708F6132912A2A2726B60A398): not found (78 ms) by ***uk
    2014/01/13 12:52:20 0 >> OSCam << cardserver log switched, version 1.20-unstable_svn, build r9157 (i486-linux-gnu)
    2014/01/13 12:52:28 B7500588 r ***uk [***********] classD3 ins54: status 90 00 = ok but cw=00 -> channel not subscribed




    dont worry its just a test card .. pratice ..thanks

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!