Page 8 of 11 FirstFirst 1234567891011 LastLast
Results 141 to 160 of 208

Thread: Oscam-ubuntu

  1. #141
    Member davo's Avatar
    Join Date
    Jan 2008
    Location
    In A House
    Age
    55
    Posts
    464
    Thanks
    32
    Thanked 202 Times in 103 Posts
    Rep Power
    231
    Reputation
    921

    Default

    ump & streamboard merged...

    now all is here...

    "svn co hxxp://streamboard.gmc.to/svn/oscam/trunk oscam-svn"

    3048 at the moment.
    Last edited by davo; 13-09-10 at 09:35 AM.



  • #142
    Senior Member
    Join Date
    Apr 2008
    Posts
    1,040
    Thanks
    0
    Thanked 4 Times in 1 Post
    Rep Power
    287
    Reputation
    2985

    Default

    Quote Originally Posted by mchris View Post
    Why this command line
    "sudo svn co http_//oscam.ump2002.net/svn/oscam/trunk oscam-svn"
    does not get the latest svn version?
    It is downloading svn 2090 but the latest is 3047.
    Don't you even check to see what it is your downloading before doing a sudo command????? That is very dangerous for your system security!

    Here is an idea. Enter this into your web browser:


    Do you see what revision is shown?

    Now go back to the forum and you'll see that the latest source is hosted on a different server:


    Change the host in your command and you'll get the latest, but PLEASE check what is on the host before executing a command with it!

  • #143
    Junior Member
    Join Date
    Sep 2010
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Rep Power
    0
    Reputation
    10

    Default

    Quote Originally Posted by davmel View Post
    Don't you even check to see what it is your downloading before doing a sudo command????? That is very dangerous for your system security!

    Here is an idea. Enter this into your web browser:


    Do you see what revision is shown?

    Now go back to the forum and you'll see that the latest source is hosted on a different server:


    Change the host in your command and you'll get the latest, but PLEASE check what is on the host before executing a command with it!
    I have checked the link but i missed the version on the first line of the page. I noticed this during the execution of the commands.
    And ... the latest svn is already 3050.

  • #144
    Member jtc2005's Avatar
    Join Date
    Mar 2008
    Location
    Perth, Sydney
    Age
    35
    Posts
    273
    Thanks
    11
    Thanked 77 Times in 42 Posts
    Rep Power
    212
    Reputation
    353

    Default

    Quote Originally Posted by dartronix View Post
    Hi
    I got problem with oscam server running in ubuntu 10.4 desk top
    sever works ok for 30-40 mins and lose the pic
    clients connected to server but no info from card
    i have tryed to reset the card through web interface not good
    Only way i get the oscam to work to restart the oscam it comes up stright away
    Other thing i have noticed if select fbo channel server comes up with no information (which is correct) and other normal channel clients also lose the picture
    Only way to get the picture back restarting the server
    Any body able to help me on above problems or direct me in right direction
    a bug in oscam. oscam will crash after 30 minutes if more than 9 requests are sent to the card. SVN3050 and UBU10.4 desk.
    Datalane -

  • #145
    Member Woodie's Avatar
    Join Date
    Jan 2008
    Posts
    325
    Thanks
    118
    Thanked 13 Times in 12 Posts
    Rep Power
    209
    Reputation
    70

    Default

    Quote Originally Posted by jtc2005 View Post
    Since many have been trying to get OSCAM working on UBUNTU with no luck, decided to write up a quick tutorial for getting it to work.

    (I have had this running for a couple of days now on ubuntu server, with an ORANGE sub (096c), glitch free)

    Code:
    cd /lib/
    sudo ln -s libcrypto.so.0.9.8e libcrypto.so.0.9.8
    sudo apt-get install yum
    cd /usr/local/bin/
    sudo apt-get install subversion
    sudo svn co http://oscam.ump2002.net/svn/oscam/trunk oscam-svn
    cd oscam-svn/
    sudo apt-get install cmake
    sudo mkdir build_dir
    cd build_dir
    sudo cmake /usr/local/bin/oscam-svn
    sudo make
    sudo make install
    now make your configuration files and place them in /usr/local/etc

    oscam.server
    Code:
    [reader]
    label    = fx
    protocol = mouse
    detect   = CD
    device   = /dev/ttyUSB0
    mhz = 600
    EMMCache = 1,1,2
    Group = 1
    caid     = 096c
    boxid = ********
    oscam.conf
    Code:
    [global]
    nice	      = -19
    WaitForCards  = 1
    [monitor]
    port	      = 988
    aulow	      = 120
    monlevel      = 0
    [newcamd]
    key           = 0102030405060708091011121314
    port          = 10000@096c:000000;
    oscam.user
    Code:
    [account]
    user       = test
    pwd        = test
    uniq       = 1
    group      = 1
    au         = fx
    ident      = 096c:000000
    caid       = 096c
    now back to terminal:
    Code:
    sudo oscam -b
    now check /var/log/oscam.log for the news..

    also,

    to calculate boxkey for the new orange sub:
    1. get your 11 digit box serial (101*******5)
    2. remove the last digit ONLY (101*******) and type it in the windows cal in dec mode
    3. click hex. this will give you the exact 8 digit hex to put in your oscam.server.

    Also,
    I have tested the windows version of oscam which requires cygwin (using usb phoenix 6 mhz), and its too slow. Ecm transaction takes 1300ms compared to 300 ms on dm internal compared to 205 ms on ubuntu with usb phoenix running 6 mhz.

    JTC
    is server conf & user the only files i need in that /usr/local/etc directory??

  • #146
    Junior Member
    Join Date
    Jan 2008
    Posts
    116
    Thanks
    0
    Thanked 8 Times in 7 Posts
    Rep Power
    202
    Reputation
    50

    Default

    Quote Originally Posted by Woodie View Post
    is server conf & user the only files i need in that /usr/local/etc directory??
    Yes, those files are required to get server & clients up and running.


    Kingie05

  • #147
    Junior Member james9813's Avatar
    Join Date
    Mar 2008
    Location
    Melbourne
    Age
    41
    Posts
    197
    Thanks
    85
    Thanked 59 Times in 25 Posts
    Rep Power
    207
    Reputation
    291

    Smile Ubuntu 8.04.4 Oscam rev 3260

    Hey Guys

    Trying to install a new version of Oscam rev 3260.

    Have got to command: sudo cmake -DWEBIF=1 ..

    and it returns:

    Code:
    richard@richard-ubuntu8:/usr/src/oscam-1.00$ cd build
    richard@richard-ubuntu8:/usr/src/oscam-1.00/build$ sudo cmake -DWEBIF=1 ..
    --   pthread found. Adding pthread support 
    --   librt found (needed by libusb).
    --   static libusb 1.0 found : /usr/local/lib/libusb-1.0.a . Adding smartreader support 
    CMake Error: Error in cmake code at
    /usr/src/oscam-1.00/CMakeLists.txt:314:
    Unknown CMake command "set_property".
    CMake Error: Cannot find source file "/usr/src/oscam-1.00/IMPORTED" for target "imp_libusb"
    
    Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp .hxx .in .txx
    -- Configuring done
    richard@richard-ubuntu8:/usr/src/oscam-1.00/build$
    The CMakelists.txt line: 314 is this:

    Code:
    set_property(TARGET imp_libusb PROPERTY IMPORTED_LOCATION /usr/local/lib/libusb-1.0.a)
    Thanks for the help only a newbie with linux!

    Cheers James9813

  • #148
    Member Lomax's Avatar
    Join Date
    Mar 2008
    Age
    47
    Posts
    357
    Thanks
    83
    Thanked 152 Times in 49 Posts
    Rep Power
    223
    Reputation
    805

    Default

    Every now and then a revision is broken. Try a previous revision or sit tight - another will only be a hour or so away!

    Can someone provide James with the command to svn a specific version?

  • The Following User Says Thank You to Lomax For This Useful Post:

    james9813 (27-09-10)

  • #149
    Junior Member
    Join Date
    Jan 2008
    Posts
    116
    Thanks
    0
    Thanked 8 Times in 7 Posts
    Rep Power
    202
    Reputation
    50

    Default

    If you want to download the latest stable version 1.00 (based on r3146), just do:
    svn co h**p://streamboard.gmc.to/svn/oscam/tags/1.00 oscam-1.00

    If you want to download the latest testing SVN version, just do:
    svn co h**p://streamboard.gmc.to/svn/oscam/trunk oscam-svn


    If you want to download a specific SVN version, just do:
    svn co h**p://streamboard.gmc.to/svn/oscam/trunk oscam-svn -r xxxx



    Kingie05
    Last edited by kingie05; 27-09-10 at 01:15 PM.

  • The Following User Says Thank You to kingie05 For This Useful Post:

    Lomax (27-09-10)

  • #150
    Junior Member james9813's Avatar
    Join Date
    Mar 2008
    Location
    Melbourne
    Age
    41
    Posts
    197
    Thanks
    85
    Thanked 59 Times in 25 Posts
    Rep Power
    207
    Reputation
    291

    Smile

    Quote Originally Posted by kingie05 View Post
    If you want to download the latest stable version 1.00 (based on r3146), just do:
    svn co h**p://streamboard.gmc.to/svn/oscam/tags/1.00 oscam-1.00

    If you want to download the latest testing SVN version, just do:
    svn co h**p://streamboard.gmc.to/svn/oscam/trunk oscam-svn


    If you want to download a specific SVN version, just do:
    svn co h**p://streamboard.gmc.to/svn/oscam/trunk oscam-svn -r xxxx

    Kingie05
    Thanks mate but i think it is something else other than the build, I have tried 3265 and get same error!

    just trying 3146.

    Cheers James9813

  • #151
    Member Lomax's Avatar
    Join Date
    Mar 2008
    Age
    47
    Posts
    357
    Thanks
    83
    Thanked 152 Times in 49 Posts
    Rep Power
    223
    Reputation
    805

    Default

    Which linux dist are you using? I'm guessing Ubuntu. Why don't you try latest unstable Debian?

  • #152
    Junior Member james9813's Avatar
    Join Date
    Mar 2008
    Location
    Melbourne
    Age
    41
    Posts
    197
    Thanks
    85
    Thanked 59 Times in 25 Posts
    Rep Power
    207
    Reputation
    291

    Smile

    Ubuntu 8.04.4

  • #153
    Member Lomax's Avatar
    Join Date
    Mar 2008
    Age
    47
    Posts
    357
    Thanks
    83
    Thanked 152 Times in 49 Posts
    Rep Power
    223
    Reputation
    805

    Default

    Maybe you should give Debian a go if Ubuntu is giving you grief with oscam.

    I read somewhere (probably earlier in this very thread), that the oscam devs don't care much for Ubuntu. And they backed this up with some reasons why. Apparently strange things get done with some libs and the kernel in the Ubuntu distribution which makes it a pain-in-the-ass for the devs of other software.

    Anyway, I just went and got Debian from here:



    and never had an issue with compilation. Apparently the latest "release" build of Debian doesn't have the usb libs required by oscam, hence the use of the "testing" Debian builds.

  • The Following User Says Thank You to Lomax For This Useful Post:

    james9813 (27-09-10)

  • #154
    Member davo's Avatar
    Join Date
    Jan 2008
    Location
    In A House
    Age
    55
    Posts
    464
    Thanks
    32
    Thanked 202 Times in 103 Posts
    Rep Power
    231
    Reputation
    921

    Default

    Code:
    svn co http://streamboard.gmc.to/svn/oscam/trunk oscam-svn -r xxxx
    where the "oscam-svn"is replace with destination directory name
    where the "-r xxxx" is replace with revision number.

    -r tells it you want a specific revision number followed by the revision number

  • The Following 2 Users Say Thank You to davo For This Useful Post:

    james9813 (27-09-10),Lomax (27-09-10)

  • #155
    Junior Member james9813's Avatar
    Join Date
    Mar 2008
    Location
    Melbourne
    Age
    41
    Posts
    197
    Thanks
    85
    Thanked 59 Times in 25 Posts
    Rep Power
    207
    Reputation
    291

    Smile

    Quote Originally Posted by davo View Post
    Code:
    svn co http://streamboard.gmc.to/svn/oscam/trunk oscam-svn -r xxxx
    where the "oscam-svn"is replace with destination directory name
    where the "-r xxxx" is replace with revision number.

    -r tells it you want a specific revision number followed by the revision number
    already have done!

    Tried a few different versions but still get same error.

    Code:
    sudo svn co http://streamboard.gmc.to/svn/oscam/trunk oscam-svn -r 3146
    Cheers James9813

  • #156
    Junior Member nexus's Avatar
    Join Date
    Jan 2008
    Posts
    66
    Thanks
    11
    Thanked 29 Times in 20 Posts
    Rep Power
    202
    Reputation
    149

    Default

    What version of cmake are you using? I think 2.4 is the minimum with 2.6 recommended.

  • #157
    Junior Member james9813's Avatar
    Join Date
    Mar 2008
    Location
    Melbourne
    Age
    41
    Posts
    197
    Thanks
    85
    Thanked 59 Times in 25 Posts
    Rep Power
    207
    Reputation
    291

    Smile

    Quote Originally Posted by nexus View Post
    What version of cmake are you using? I think 2.4 is the minimum with 2.6 recommended.
    using version 2.6.

    Going 2 try a different version of Ubuntu!

    Cheers James9813

  • #158
    Junior Member
    Join Date
    Jan 2008
    Posts
    116
    Thanks
    0
    Thanked 8 Times in 7 Posts
    Rep Power
    202
    Reputation
    50

    Default

    I'm running Ubuntu 10.0.4 & oscam working fine.

  • #159
    Junior Member
    Join Date
    Sep 2009
    Posts
    100
    Thanks
    3
    Thanked 3 Times in 3 Posts
    Rep Power
    181
    Reputation
    38

    Default

    Quote Originally Posted by james9813 View Post
    using version 2.6.

    Going 2 try a different version of Ubuntu!

    Cheers James9813
    Good way to go imo, 8.04 is getting very long in the tooth.
    Good-luck!

  • #160
    Junior Member
    Join Date
    Sep 2009
    Posts
    100
    Thanks
    3
    Thanked 3 Times in 3 Posts
    Rep Power
    181
    Reputation
    38

    Default

    Quote Originally Posted by kingie05 View Post
    I'm running Ubuntu 10.0.4 & oscam working fine.
    working nicely for me too, although not yet with oscam, coming soon for me

  • Page 8 of 11 FirstFirst 1234567891011 LastLast

    Similar Threads

    1. oscam
      By couchpotato in forum Dreambox
      Replies: 840
      Last Post: 20-08-11, 10:56 AM
    2. oscam Remote
      By dartronix in forum Dreambox
      Replies: 0
      Last Post: 16-02-10, 08:07 PM
    3. oscam ir
      By jtc2005 in forum Dreambox
      Replies: 2
      Last Post: 13-02-10, 06:57 PM
    4. Oscam HD
      By poiuytrewq in forum Dreambox
      Replies: 5
      Last Post: 07-02-10, 04:47 PM

    Bookmarks

    Posting Permissions

    • You may not post new threads
    • You may not post replies
    • You may not post attachments
    • You may not edit your posts
    •