Posts by steve67474

    hi laverman, you say your having trouble with inadyn no-ip have you opened a port on the router to your server? this port needs to be the same one thats configured in your cline and have you tested it with canyouseeme.org. That will show you if the port is open. you can always ping your no-ip address to see if you are getting a response. You say your local is working so it is most likely the port forwarding thats not right. Go to canyouseeme.org and put in your port number to see if it open.


    Steve


    Hi Ten his server is 192.168.0.44 so he has port forwarded to that and his noip name works as I pinged it I was 2 hrs remotely with him last night

    bellodreambox these are the ports you have forwarded we looked at those last night these have nothing to do with flines or clines they just allow connections to your server.

    hello
    i did create a C:line and F:line but the F:line want work plz help
    thanks


    Hi Bellodreambox, I spent a lot of time helping you yesterday and explained twice that you dont need an Fline you are using oscam so your Oscam.user file is the equivilent of the Fline I got oscam working for you last night and explained all this and sent you example User config and corresponding Cline for the dreambox. I could not make it any clearer and you still asked me for help on an Fline. I really think you are not going to grasp the concept of oscam and its setup. I would read the excellent beginners tuts on here and if you still have absolutely no idea then maybe this hobby is not for you as running a server for mates does require you get the basics.


    I do appreciate we all need help at some time but I can't see what more I could do to make it clearer to you.


    Steve

    Hi Guys have just got 2 x technomate TM 2t and it came with auto bouquet plugin as part of the vix image. I initially loaded stgflipflop on it as I had a list edited to my needs. I thought I would try the autobouquet option and it works fine but now I have both stgflipflop and the sly numbered channels. I have had a look around the menus to delete it all but not sure what to take off. Can someone tell me what I need to do to get the reciever back to a blank channel list with no bouquets as if it just came out of box. Then I can run the autobouquet to just get those on there


    Cheers steve

    ok you need to go to the web interface and select readers from the top of the main page then select scan usb you should see something like this...


    Bus 001 Device 005: ID 0403:6001 Future Technology Devices International, Ltd FT232 USB-Serial (UART) IC
    iProduct 0
    iSerial 3 Reader 224


    Now in your oscam server file you need to edit it to reflect the Bus and device like this....


    Label = SLY_uk
    Device = 001:006
    Protocol = smartreader


    where the device + is you put your address so in this example it would be Device = 001:005


    Reboot server and check

    Hi Bellodreambox did you follow the info I sent u as I installed 2 x ubuntu servers using the tut here and both are up and running you just have to copy and paste the commands via putty signed on as root. As I said there are a few links that you have to overcome for instance this one doesn't work...


    sudo wget http://cdnetworks-us-2.dl.sourceforg...-1.0.8.tar.bz2 but if you download the file and ftp it to usr/src the the next step will work you can get the file if you read the whole of the thread.


    Also this step.... sudo svn co oscam - Revision 5075: /trunk oscam you just have to click on the link then copy the http page and add that so its this...
    sudo svn co oscam http://streamboard.de.vu/svn/oscam/trunk oscam ........this will work


    The rest of the tut should be copy and paste


    Steve

    In your reciever on your ccca.cfg it should look like this.....
    ######################################################################
    # friends #
    ######################################################################
    # syntax for to add a friend user to CCcam with the max up hops limit (default = 5)
    # sharing of emus (default = 1), allow emm (default = 1), and optional
    # downshare limits per share (default = no limits) and optional
    # downshare limits per share based on caid:id:sid
    # and optional timeslots in which share is valid (to block channels on box of children after 19:00 for instance)
    # if no timeslot is defined 24 hrs a day is used
    # emus are shared only one level down, even if no limits given
    #
    # max username length 20
    # password length 'unlimited'
    #
    #F: <username> <password> <uphops> <shareemus> <allowemm> ( { caid:id(:downhops), caid:id(:downhops), ... } { caid:id:sid, caid:id:sid, ... } { begintime-endtime, ... } ) hostname/ip address
    #
    # example:
    #
    username password 2 0 0 { 0:0:2 } ( As ten below mentions above)


    In your dads it should look like this....


    ######################################################################
    # connections #
    ######################################################################
    # syntax for to add a client connection to other CCcam
    # add yes on end to use friends emus (non public private key/emu,etc...),
    # but only works when corresponding F line on server has '1' for <shareemus>
    # optional limits just like F line, but for incoming shares (ignore shares more than 'uphops' away)
    #
    #C: <hostname> <port> <username> <password> <wantemus> ( { caid:id(:uphops), caid:id(:uphops), ... } )
    #
    #note: if {} limits are added, <wantemus> cannot be omitted. Use either yes or no.
    #
    # example:
    #
    C: anyone.dyndns.org 12000 username password.


    The port can be any number but you must then port forward that port to the static ip address of your box in your router. Have you setup a dyndns account?


    Steve

    M8 openboxes suffered from an issue with lnb switching voltage too high and tou would loose cports channels like *** sports 2 and F1 I posted a fix on here for it of you can get it off flea bay its a diode that you put inline which drops the voltage and works a treat. I had it on three open boxes I did for mates and this cured them look here not saying its deffo the problem but easy to check. http://linuxsat-support.com/op…g-channels.html#post49420

    In your reciever on your ccca.cfg it should look like this.....
    ######################################################################
    # friends #
    ######################################################################
    # syntax for to add a friend user to CCcam with the max up hops limit (default = 5)
    # sharing of emus (default = 1), allow emm (default = 1), and optional
    # downshare limits per share (default = no limits) and optional
    # downshare limits per share based on caid:id:sid
    # and optional timeslots in which share is valid (to block channels on box of children after 19:00 for instance)
    # if no timeslot is defined 24 hrs a day is used
    # emus are shared only one level down, even if no limits given
    #
    # max username length 20
    # password length 'unlimited'
    #
    #F: <username> <password> <uphops> <shareemus> <allowemm> ( { caid:id(:downhops), caid:id(:downhops), ... } { caid:id:sid, caid:id:sid, ... } { begintime-endtime, ... } ) hostname/ip address
    #
    # example:
    #
    username password 2 0 0 { 0:0:2 } ( As ten below mentions above)


    In your dads it should look like this....


    ######################################################################
    # connections #
    ######################################################################
    # syntax for to add a client connection to other CCcam
    # add yes on end to use friends emus (non public private key/emu,etc...),
    # but only works when corresponding F line on server has '1' for <shareemus>
    # optional limits just like F line, but for incoming shares (ignore shares more than 'uphops' away)
    #
    #C: <hostname> <port> <username> <password> <wantemus> ( { caid:id(:uphops), caid:id(:uphops), ... } )
    #
    #note: if {} limits are added, <wantemus> cannot be omitted. Use either yes or no.
    #
    # example:
    #
    C: anyone.dyndns.org 12000 username password.


    The port can be any number but you must then port forward that port to the static ip address of your box in your router. Have you setup a dyndns account?


    Steve

    M8 if you have setup a ubuntu server the three files you need on the server are oscam.user, oscam.conf and oscam.server. the Cccam.cfg sits on the client, that holds a cline with the info to connect to the server. If you followed one of the tuts here it shows you how to build these files and where they go.

    Hi Guys me again. I have set up two identical linux servers using ubuntu and the excellent tut here with smargo support. Both are using smargos and both are using identical oscam files, oscam.server, oscam config, oscam user. When I put my sly card in one then it all bursts into life and can see three boxes around the house all report in around about 90ms ecm time. When I move the card to the other server I get this...


    2013/03/04 08:40:01 9502068 c flat (0963&000000/0000/0F25/67:2F66CCA769C68039610F96C5A2191D7C): rejected group (0 ms) (0/0/0/0) (no matching reader)
    2013/03/04 08:40:01 94FD970 c lounge (0963&000000/0000/0F03/7D:FD6592E264B7F733494F7A8950411C66): found (115 ms) by ***_uk
    2013/03/04 08:40:01 94FF118 c loft (0963&000000/0000/0EEB/67:B7204EBD3202A512D84D2F17A6673068): rejected group (0 ms) (0/0/0/0) (no matching reader)
    2013/03/04 08:40:09 9502068 c flat (0963&000000/0000/0F25/67:F865B0E2FAAADFEA75FC85BAB9FC32B3): rejected group (0 ms) (0/0/0/0) (no matching reader)
    2013/03/04 08:40:09 94FD970 c lounge (0963&000000/0000/0F03/7D:01E66D6726A3ED98818A2DDE0DCFEBBB): found (106 ms) by ***_uk
    2013/03/04 08:40:09 94FF118 c loft (0963&000000/0000/0EEB/67:4D28BAF0C4E62DE4E7E5B72AE7C531D2): rejected group (0 ms) (0/0/0/0) (no matching reader)
    2013/03/04 08:40:17 9502068 c flat (0963&000000/0000/0F25/67:45CB10B86915F718567CC05D4780B57A): rejected group (0 ms) (0/0/0/0) (no matching reader)
    2013/03/04 08:40:17 94FD970 c lounge (0963&000000/0000/0F03/7D:FC63B8D7A8904E3AE208DF9C747F0AC3): found (106 ms) by ***_uk
    2013/03/04 08:40:17 94FF118 c loft (0963&000000/0000/0EEB/67:9EB58A3F566D83C4EA8167074CAF9BDB): rejected group (0 ms) (0/0/0/0) (no matching reader)


    Any thoughts on what this could be. I know the smargo is good as I had it running on an earlier version of oscam but decided to do a fresh install


    Cheers guys.

    OK Guys just an update. I have solved the issue. I am now a slick linux installer. Anyway it was hardware. re my omnikey. I reconfigured the server with a smargo and hey presto all is well. It was a real strange one as the omnikey read the card and did all the entitlements, in fact it cleared my local box fine. I phone my mate and asked him to go to a scramblwed channel and we both lost it. restart of oscam would not recover it. I have only used the omnokey on a windows setup and it worked fine, that was a while ago mind.


    Happy days:morning: thanks for the people who responded. Steve

    Hi Bady I just followed the tut on here to install omnikey on ubuntu. The reader isn't the problem it reads my ***card fine so that seems ok its the no matching reader error that I get (see first post). Anyway I have now installed a new linux server package and started again. I learn a little more each time I do this so thats fine. Going to install the latestoscam revision and then PCSC Tools and pcscd to see how we get on.