Posts by MR-T

    Thanks once again master G did what you suggested in the above post,made a slight difference so then I rebooted the router and changed the frequency in hub and it has not froze within the last 24hrs so heres hoping it stays like that.

    Hi master G I think I got my wires crossed with the previous posts. When I type in lsusb on putty my Bus 002 Device 002: ID 0403:6001 Future Technology Devices International, Ltd FT232 USB-Serial (UART) IC. I assume by the other posts I had to go into files then oscam server to update the protocol for the smart reader to show 002:002 then restart oscam? I have done this but just want to make sure this sounds right. Also is there another way to stop the channels freezing that the other users are encountering if what I have done is correct?

    Start telnet / putty
    Type this and press enter

    Code
    lsusb


    The output will look similiar to what i posted above. The bus / device will be different, so change the device to your own..
    Just restart oscam, no need to restart the server..


    Sorry master G but what is the command to actually change the device number on putty? I have done lsusb which brings up the buses/devices but I need to change Bus 002 to Device 002 from 001 which it is currently on just now.


    If you can help me with the commands to change the device number on the buses that would be great.


    Thanks in advance and sorry to be a pain but I am not very good with these things.


    MR-T

    Many thanks master G will give this a bash


    - - - Updated - - -


    Sorry too be a pain master G can I just go into oscam server and change the protocol=SmartReader and device=003:002 as I do not know the commands for putty this would make it a lot easier for me but the question is would it change back and also would I need to reboot server


    many thanks once again for the help much appreciated


    regards
    MR-T

    Thanks for reply master G using a red card,found this config for Ubuntu is this the files I need for ubunu and just change them accordingly


    How-To] Oscam Configs For SLY UK CAID 0960 Red Card & Caid 0963
    Started by*bigdes,*12-03-2016*20:48

    Hope someone out there can advise me ? running Ubuntu server latest edition with oscam r11273,i got a new red card couple of weeks ago the problem is that on sly sports it freezes every 2 mins I have put the config file from this forum below for the 0960 but it has made no difference to the freezing,how do I overclock the card so that its more stable also would I need too reboot the server when done or just save when inserted the details in oscam config,i used to have the 0963 card and it was great but that went tits up.





    ####oscam.conf####


    [global]
    nice = -1
    logfile = /var/log/oscam.log
    clienttimeout = 5000
    fallbacktimeout = 2500
    clientmaxidle = 120
    cachedelay = 120
    bindwait = 120
    resolvedelay = 30
    serialreadertimeout = 1500
    maxlogsize = 10
    waitforcards = 1
    preferlocalcards = 1
    saveinithistory = 1
    keepalive = 1


    [dvbapi]
    enabled = 1
    user = linuxsatsupport
    boxtype = dreambox
    au = 1


    [newcamd]
    port = 10001@0960:000000
    key = 0102030405060708091011121314
    keepalive = 1


    [cccam]
    port = 12000
    version = 2.1.3
    build = 3165
    reshare = 1


    [webif]
    httpport = 8888
    httpuser =
    httppwd =
    httprefresh = 15
    httpallowed = 192.168.0.0 - 255.255.255.255
    debug = 255


    [monitor]
    appendchaninfo = 1


    ####oscam.dvbapi####


    P: 0960:000000


    ####oscam.server####


    [reader]
    label = SKYUK
    protocol = internal
    device = /dev/sci0
    caid = 0960
    boxid =
    cardmhz = 2700
    mhz = 450
    detect = cd
    group = 1
    emmcache = 1,3,2
    blockemm-unknown = 1
    blockemm-g = 1
    saveemm-u = 1
    saveemm-s = 1


    ####oscam.user####


    [account]
    user = linuxsatsupport
    group = 1
    caid = 0960
    ident = 0960:000000
    au = SKYUK

    Thanks master G for reply finally got it working with every channel am over the moon I have to change the caid from 0963 to 0960 then restarted server and bingo

    Yes its me again having trouble yet again,today I received my new red card as the grandchildren lost the other LOL,i have paired the card to the old receiver not the hd box so anyway i put the boxkey in the server and it does not clear anything only freeview would i need to leave it in the sd box for longer i did notice that the entitlements run out on the 3rd of dec on the red card.any help would be greatly appreciated as i am about to give up.

    Hi Guys,


    Sorry to be a pain here but I am trying to find a tutorial that is for Ubuntu Server 16.04 to install CCcam, Oscam and Smargo Card reader. Apparently the cccam.x86 and oscam files are already in 16.04 I have been told but I cannot locate them any ideas where they are or if there is a step by step tutorial process as I am at a loss here.


    The only tutorials I have seen is for older versions of Ubuntu Servers.


    Any help would be greatly appreciated.


    Thanks in advance.


    MR-T

    I know you cannot provide support from another forum this is the tutorial that I have been following and now stuck on no 6 upwards sorry admin if this is not allowed and please remove


    here i have wrote a how to install oscam and cccam on ubuntu with smargo reader. after a long time looking for a how to on this subject with no sucess
    i finnally got it working perfect with a little help from serveral places.


    first you want to install ubuntu . i use 10.04 but i think any version will work aslong as its the server edidtion.


    aftere you have installed ubuntu logg into your server with the username you created during install
    then enter your password
    then to get as root we need to type sudo -i then press enter, it will asak for password enter password you use for your user


    this is how you will always be able to logg in as root


    now you are logged in as root.


    1. give your server a static ip. put this line in and press enter


    nano /etc/network/interfaces


    change the dhcp to static then under it put like this
    address 192.168.1.78
    netmask 255.255.255.0
    broadcast 192.168.1.78
    gateway 192.168.1.254


    ofcourse these are my ips so please change to your own ips


    once done hold ctrl+x press y then enter
    now to restart network put this line in


    /etc/init.d/networking restart


    you should now have static ip on your server


    2. install SSh
    apt-get install openssh-server


    3. update sources list
    apt-get update


    4. install FTP server
    apt-get install proftpd (standalone)


    after this reboot server. onvce rebooted you can now logg in on remote pc like laptop using putty and winscp u can also just use the server terminal but u need winscp to put files in directorys


    now download winSCP and Putty


    winSCP download link here
    http://winscp.net/eng/download.php


    putty download link here
    http://www.chiark.greenend.org.uk/~s.../download.html


    5.now open putty and enter your servers ip then press enter
    put your user then password then sudo -i then password and press enter
    you are in terminal as root on remote computer u can also just use your server but i find using remote pc easier


    now copy or add 1 by 1 these lines into terminal pressing enter after each one


    mkdir /var/etc
    mkdir /var/keys
    mkdir /var/script
    mkdir /var/config
    mkdir /var/backup
    mkdir /var/cccamlog
    mkdir /var/www


    chown (yourname) /var/etc
    chown (yourname) /var/keys
    chown (yourname) /var/script
    chown (yourname) /var/config
    chown (yourname) /var/backup
    chown (yourname) /var/cccamlog
    chown (yourname) /usr/local/bin
    chown (yourname) /usr/local/etc
    chown (yourname) /var/www


    6. now put CCcam.x86 in usr/local/bin also put oscam in usr/local/bin use winscp to put the files in each directory. install winscp add a log in with username the one u made on install of ubuntu and password u made on install of ubuntu


    chmod both files


    chmod 755 /usr/local/bin/CCcam.x86
    chmod 755 /usr/local/bin/oscam


    7. put your oscam.conf oscam.server and oscam.user in /usr/local/etc


    then put your cccam.cfg and provider and channel list in /var/etc


    ok to get oscam to read your sky uk card you need to add this n line in your cccam.cfg file


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


    8. now i will show you what to have in your oscam config files . keep in mind this is for sky uk and smargo reader . some lines will differ with different cards and readers
    first file to make is oscam.conf paste this in the file and save



    [global]
    nice = -1
    WaitForCards = 1
    logfile = stdout
    preferlocalcards = 1
    saveinithistory = 1
    disablelog = 1


    [webif]
    httpport = 8888
    httpuser = admin
    httppwd = admin
    httpallowed = 0.0.0.0-255.255.255.255


    protocols


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


    now make oscam.server paste this in and save file


    [reader]
    label = skyuk
    protocol = smartreader
    detect = cd
    device = 004:002 ------ you will have to change this.goto part 11.
    emmcache = 1,3,2
    caid = 0963
    boxid = xxxxxxxx ----- put your own boxkey inplace of the x's
    blockemm-u = 0
    blockemm-s = 0
    blockemm-g = 1
    blockemm-unknown = 1
    mhz = 600
    cardmhz = 600
    ident = 0963:000000
    group = 1


    oscam.user paste this in and save file


    [account]
    user = test1
    pwd = test2
    monlevel = 0
    uniq = 0
    group = 1,2
    au = skyuk
    caid = 0963


    9. so now you should have 3 files in usr/local/etc
    oscam.conf
    oscam.server
    oscam.user


    chmod 755 all 3
    chmod 755 /usr/local/etc/oscam.conf
    chmod 755 /usr/local/etc/oscam.server
    chmod 755 /usr/local/etc/oscam.user


    10.now we put script in for oscam and cccam to start on reboot or start up
    in terminal as root put line
    nano /etc/rc.local
    under the word # by default put these 2 lines in
    /usr/local/bin/oscam -b -c /usr/local/etc/ &
    /usr/local/bin/CCcam.x86
    ctrl+x then y and enter to save


    11.now i need you to put right line in oscam.server
    in terminal as root enter
    lsusb
    now you will see a few lines appear. u are only interested in the one that looks like this


    Bus 004 device 002: ID 0403:6001 Future Technology devices internation, Ltd FT232 USB-Serial


    this is the most important line forget the others. now if you open your oscam.server file you
    you will see next to device this
    device = 004:002 that is because u can see my bus is 004 and device is 002 in the line that we just got up with lsusb now edit it to what yours is and save your file. if u have put your box id in aswell that is oscam and cccam
    configuered .


    12. apt-get install apache2


    13. apt-get install php5


    14. make sure you have open both your cccam port and the oscam newcs port 10000 to your server. if u have just reboot your server and its ready to go.


    15. to check goto your browdser and put in youyserverip:8888 user is admin password is admin it will show you your oscam webif


    hope this is useful and makes sence as took me a while to get it all working correct on my system. now u can watch channels like picktv and channel 4 and at end of year all sky channels will only oipen with this new method so i have started early to stay ahead .
    please let me no how u get on and maybe sticky this thread . hope t c many thanks. :)

    Hi Guys,


    I have followed the tutorial and now got stuck at step 6. now put CCcam.x86 in usr/local/bin also put oscam in usr/local/bin use winscp to put the files in each directory. install winscp add a log in with username the one u made on install of ubuntu and password u made on install of Ubuntu. I cannot locate these files do I need to download these? Appreciate any help on being able to progress from here and also how to add the lines of the people sharing the card and where to put these?


    Thanks in advance.


    Tam

    Hi Guys,


    Having to start from the very beginning again as my server wouldn't let me log in so I have had to completely re-install Ubuntu 10.04.4 and I am sorry to be a pain to ask for this but I am at a loss now.


    Can anyone help me as I have tried to follow the below tutorial but I cannot install the openssh then apt-get update fails too? I am tearing my hair out what's left of it anyway.


    1. give your server a static ip. put this line in and press enter


    nano /etc/network/interfaces


    change the dhcp to static then under it put like this
    address 192.168.1.78
    netmask 255.255.255.0
    broadcast 192.168.1.78
    gateway 192.168.1.254


    of course these are my ip's so please change to your own ip's


    once done hold ctrl+x press y then enter
    now to restart network put this line in


    /etc/init.d/networking restart


    you should now have static ip on your server


    2. install SSh
    apt-get install openssh-server


    3. update sources list
    apt-get update


    4. install FTP server
    apt-get install proftpd (standalone)


    after this reboot server. once rebooted you can now log in on remote pc like laptop using putty and winscp u can also just use the server terminal but u need winscp to put files in directories


    now download winSCP and Putty


    winSCP download link here
    http://winscp.net/eng/download.php


    putty download link here
    http://www.chiark.greenend.org.uk/~s.../download.html


    5.now open putty and enter your servers ip then press enter
    put your user then password then sudo -i then password and press enter
    you are in terminal as root on remote computer u can also just use your server but i find using remote pc easier


    now copy or add 1 by 1 these lines into terminal pressing enter after each one


    mkdir /var/etc
    mkdir /var/keys
    mkdir /var/script
    mkdir /var/config
    mkdir /var/backup
    mkdir /var/cccamlog
    mkdir /var/www


    chown (yourname) /var/etc
    chown (yourname) /var/keys
    chown (yourname) /var/script
    chown (yourname) /var/config
    chown (yourname) /var/backup
    chown (yourname) /var/cccamlog
    chown (yourname) /usr/local/bin
    chown (yourname) /usr/local/etc
    chown (yourname) /var/www


    6. now put CCcam.x86 in usr/local/bin also put oscam in usr/local/bin use winscp to put the files in each directory. install winscp add a log in with username the one u made on install of ubuntu and password u made on install of ubuntu


    chmod both files


    chmod 755 /usr/local/bin/CCcam.x86
    chmod 755 /usr/local/bin/oscam


    7. put your oscam.conf oscam.server and oscam.user in /usr/local/etc


    then put your cccam.cfg and provider and channel list in /var/etc


    ok to get oscam to read your sky uk card you need to add this n line in your cccam.cfg file


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


    8. now i will show you what to have in your oscam config files . keep in mind this is for sky uk and smargo reader . some lines will differ with different cards and readers
    first file to make is oscam.conf paste this in the file and save



    [global]
    nice = -1
    WaitForCards = 1
    logfile = stdout
    preferlocalcards = 1
    saveinithistory = 1
    disablelog = 1


    [webif]
    httpport = 8888
    httpuser = admin
    httppwd = admin
    httpallowed = 0.0.0.0-255.255.255.255


    protocols


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


    now make oscam.server paste this in and save file


    [reader]
    label = skyuk
    protocol = smartreader
    detect = cd
    device = 004:002 ------ you will have to change this.goto part 11.
    emmcache = 1,3,2
    caid = 0963
    boxid = xxxxxxxx ----- put your own boxkey inplace of the x's
    blockemm-u = 0
    blockemm-s = 0
    blockemm-g = 1
    blockemm-unknown = 1
    mhz = 600
    cardmhz = 600
    ident = 0963:000000
    group = 1


    oscam.user paste this in and save file


    [account]
    user = test1
    pwd = test2
    monlevel = 0
    uniq = 0
    group = 1,2
    au = skyuk
    caid = 0963


    9. so now you should have 3 files in usr/local/etc
    oscam.conf
    oscam.server
    oscam.user


    chmod 755 all 3
    chmod 755 /usr/local/etc/oscam.conf
    chmod 755 /usr/local/etc/oscam.server
    chmod 755 /usr/local/etc/oscam.user


    10.now we put script in for oscam and cccam to start on reboot or start up
    in terminal as root put line
    nano /etc/rc.local
    under the word # by default put these 2 lines in
    /usr/local/bin/oscam -b -c /usr/local/etc/ &
    /usr/local/bin/CCcam.x86
    ctrl+x then y and enter to save


    11.now i need you to put right line in oscam.server
    in terminal as root enter
    lsusb
    now you will see a few lines appear. u are only interested in the one that looks like this


    Bus 004 device 002: ID 0403:6001 Future Technology devices internation, Ltd FT232 USB-Serial


    this is the most important line forget the others. now if you open your oscam.server file you
    you will see next to device this
    device = 004:002 that is because u can see my bus is 004 and device is 002 in the line that we just got up with lsusb now edit it to what yours is and save your file. if u have put your box id in aswell that is oscam and cccam
    configuered .


    12. apt-get install apache2


    13. apt-get install php5


    14. make sure you have open both your cccam port and the oscam newcs port 10000 to your server. if u have just reboot your server and its ready to go.


    15. to check goto your browdser and put in youyserverip:8888 user is admin password is admin it will show you your oscam webif

    Thanks master G but I am completely new to this stuff. I am trying to do this myself as the person who has normally done this for me has not got back to me for several days now. I don't know what I am meant to do to in order to get this working. Sorry to be a pain but I need to be walked through this in layman steps any help would be greatly appreciated.


    I logged into my server using my username and password but is there a default for the root access? To do the tutorial?

    leave it in stb for longer or fix the card update within oscam :) would not be doing lots of updates m8 at worst case i would calll up and say that you have been decorating and unplugged teh stb now a few chans are not clearing or do a forced reinstall whilst connected to teh phone line via the eng menu of system , 0 1 then select , then new install this needs the modem connect from stb to phone line and this should solve your issue but the oscam update will be best way forward as yah never know what they will do to systems that are avail the now ;)


    Many thanks Honcho I did the update with oscam and proud to say that it worked without any problems got all my channels back 100%,if it was not for this site then I would have just given up but you guys sure know your stuff when its something as simple as that so many many thanks for all the help its greatly appreciated once again,you have made an auld man happy again LOL,just need need to cancel the sly engineer who is coming on Monday LOL


    best regards
    MR-T