Guys I have ubuntu 9.10 + subversion installed.
How can I compile the lastest oscam to azbox hd module?
Please guys help me out on this one.
Printable View
Guys I have ubuntu 9.10 + subversion installed.
How can I compile the lastest oscam to azbox hd module?
Please guys help me out on this one.
i would like some help on this too please. :S
IN TERMINAL AS A ROOT TYPE COMMANDS
PACKAGES INSTALL
****************
apt-get install proftpd gcc g++ make cmake bzip2 libpcsclite1 libpcsclite-dev subversion
OR
apt-get install gcc g++ cmake libpcsclite1 libpcsclite-dev subversion
DRIVERS DOWNLOAD
**************************
cd /usr/src
wget _http://cdnetworks-us-2.dl.sourceforg...-1.0.6.tar.bz2
tar xjvf libusb-1.0.6.tar.bz2 (if you missing bzip2 then - apt-get install bzip2 and repeat previous command)
cd libusb-1.0.6
./configure --enable-shared=no
make (if command not found then - apt-get install make and repeat previous command)
make install
DOWNLOAD OSCAM SOURCES AND COMPILE
********************************* **********************
cd /usr/src
svn co _http://cdnetworks-us-2.dl.sourceforge.net/project/libusb/libusb-1.0/libusb-1.0.6/libusb-1.0.6.tar.bz2
cd oscam
mkdir buid
cd build
cmake .. (those two dots important, if WEBIF wanted then - cmake -DWEBIF=1 ..)
(if command not found then - apt-get install cmake and repeat previous command)
make
TO COMPILE LATEST VERSION NEXT TIME
********************************* ***
cd /usr/src
svn co oscam
cd /usr/src/oscam/build
cmake ..
make
can u fix this link please:
_http://cdnetworks-us-2.dl.sourceforg...-1.0.6.tar.bz2/
is this it?
cdnetworks-us-2.dl.sourceforge.net/project/libusb/libusb-1.0/libusb-1.0.6/libusb-1.0.6.tar.bz2
i need some help :) i did all good but now i am stuck at compiling.
i downloaded svn i wanted to a folder.
i intered svn folder.
now what do i have to do?
sorry the noobish. because it compiles x86
i do cmake .. and make..all goes well but compiles always x86
Source folder
/root/oskam-svn
cd /root/oskam-svn
cmake -DCMAKE_TOOLCHAIN_FILE=/root/oskam-svn/toolchains/toolchain-mips-azbox.cmake -DWEBIF=1
make
oscam copiler..
ok, i get this>
sudo cmake -DCMAKE_TOOLCHAIN_FILE=/usr/src/oscam/os*****vn/toolchains/toolchain-mips-azbox.cmake
-- The C compiler identification is unknown
-- Check for working C compiler: mipsel-linux-uclibc-gcc
CMake Error: your C compiler: "mipsel-linux-uclibc-gcc" was not found. Please set CMAKE_C_COMPILER to a valid compiler path or name.
CMake Error: Internal CMake error, TryCompile configure of cmake failed
-- Check for working C compiler: mipsel-linux-uclibc-gcc -- broken
CMake Error at /usr/share/cmake-2.8/Modules/CMakeTestCCompiler.cmake:50 (MESSAGE):
The C compiler "mipsel-linux-uclibc-gcc" is not able to compile a simple
test program.
It fails with the following output:
CMake will not be able to correctly generate this project.
Call Stack (most recent call first):
CMakeLists.txt:1 (project)
CMake Error: your C compiler: "mipsel-linux-uclibc-gcc" was not found. Please set CMAKE_C_COMPILER to a valid compiler path or name.
-- Configuring incomplete, errors occurred!
hfmls@ubuntu:/usr/src/oscam/os*****vn$
Azbox toolchain install. (Working.tgz file )
Is there no place to download this as binary (pre-compiled)?
Thanks.
Ceyar
Check this:
_http://w-ww.ump2002.net/index.php?direction=0&order=mod&d irectory=OSCam&
Buyukbang brother thank you :)
Can we watch DT with this?
Thanks in advance,
Ceyar.
The new DT cards does unfortunately not work with mgcamd or MultiCAS. I guess it's called v5.7 (Irdeto 2)..
I installed the azbox toolchain (smp86xx_toolchain_2.8.0.1). I can compile the sample programs like mwkeytest but I still can't compile oscam for the azbox:
It's compiled for linux, not for the azbox.Code:$ source /DATA/Yellow/Working/SigmaDesign8634/SMP8634-2805/smp86xx_toolchain_2.8.0.1/toolchain-path.env
$ cmake -DCMAKE_TOOLCHAIN_FILE=toolchains/toolchain-mips-azbox.cmake
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Check size of void*
-- Check size of void* - done
-- Looking for pthread.h
-- Looking for pthread.h - found
-- pthread found. Adding pthread support
-- Looking for openssl/aes.h
-- Looking for openssl/aes.h - found
-- Looking for openssl/sha.h
-- Looking for openssl/sha.h - found
-- Looking for time.h
-- Looking for time.h - found
-- librt found (needed by libusb).
-- Looking for libusb-1.0/libusb.h
-- Looking for libusb-1.0/libusb.h - not found
-- no libusb 1.0 found. No smartreader support
-- Looking for PCSC/wintypes.h
-- Looking for PCSC/wintypes.h - found
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
--
-- operating system: Linux
-- system type: unknown-pc-linux
-- system: linux
-- cpu: unknown
-- hw: pc
-- use system aes functions
-- use system sha functions
-- use system pcsc functions
-- use system pthread functions
--
-- Configuring done
-- Generating done
-- Build files have been written to: /tmp/oscam
$ make
[ 1%] Building C object CMakeFiles/csmodules.dir/module-radegast.o
[ 1%] Built target svnversion-log
[ 3%] Building C object CMakeFiles/csreaders.dir/reader-cryptoworks.o
[ 4%] Building C object CMakeFiles/csmodules.dir/module-constcw.o
[ 6%] Building C object CMakeFiles/csmodules.dir/module-monitor.o
[ 7%] Building C object CMakeFiles/csreaders.dir/reader-tongfang.o
[ 9%] Building C object CMakeFiles/csreaders.dir/reader-irdeto.o
[ 10%] Building C object CMakeFiles/csreaders.dir/reader-nagra.o
[ 12%] Building C object CMakeFiles/csmodules.dir/module-camd33.o
[ 13%] Building C object CMakeFiles/csmodules.dir/module-serial.o
[ 15%] Building C object CMakeFiles/csreaders.dir/reader-videoguard2.o
[ 16%] Building C object CMakeFiles/csreaders.dir/reader-videoguard1.o
[ 18%] Building C object CMakeFiles/csreaders.dir/reader-conax.o
[ 20%] Building C object CMakeFiles/csmodules.dir/module-camd35.o
[ 21%] Building C object CMakeFiles/csreaders.dir/reader-common.o
[ 23%] Building C object CMakeFiles/csreaders.dir/reader-seca.o
[ 24%] Building C object CMakeFiles/csmodules.dir/module-cccam.o
[ 26%] Building C object CMakeFiles/csreaders.dir/reader-videoguard12.o
[ 27%] Building C object CMakeFiles/csreaders.dir/reader-viaccess.o
[ 29%] Building C object CMakeFiles/csreaders.dir/reader-dre.o
[ 30%] Building C object CMakeFiles/csreaders.dir/reader-videoguard-common.o
Linking C static library libcsreaders.a
[ 30%] Built target csreaders
[ 32%] Building C object CMakeFiles/csmodules.dir/module-dvbapi.o
[ 33%] Building C object CMakeFiles/csmodules.dir/module-newcamd.o
[ 35%] Building C object CMakeFiles/csmodules.dir/module-stat.o
[ 36%] Building C object CMakeFiles/csmodules.dir/module-obj-llist.o
[ 36%] Built target svnversion
[ 38%] Building C object csctapi/CMakeFiles/csctapi.dir/io_serial.o
Linking C static library libcsmodules.a
[ 38%] Built target csmodules
[ 40%] Building C object csctapi/CMakeFiles/csctapi.dir/ifd_mp35.o
[ 41%] Building C object cscrypt/CMakeFiles/cscrypt.dir/i_cbc.o
[ 43%] Building C object csctapi/CMakeFiles/csctapi.dir/protocol_t1.o
[ 44%] Building C object cscrypt/CMakeFiles/cscrypt.dir/bn_mul.o
[ 46%] Building C object csctapi/CMakeFiles/csctapi.dir/atr.o
[ 47%] Building C object cscrypt/CMakeFiles/cscrypt.dir/bn_shift.o
[ 49%] Building C object cscrypt/CMakeFiles/cscrypt.dir/bn_print.o
[ 50%] Building C object csctapi/CMakeFiles/csctapi.dir/ifd_phoenix.o
[ 52%] Building C object cscrypt/CMakeFiles/cscrypt.dir/bn_add.o
[ 53%] Building C object csctapi/CMakeFiles/csctapi.dir/ifd_sc8in1.o
[ 55%] Building C object csctapi/CMakeFiles/csctapi.dir/ifd_smartreader.o
[ 56%] Building C object csctapi/CMakeFiles/csctapi.dir/ifd_cool.o
[ 58%] [ 60%] Building C object cscrypt/CMakeFiles/cscrypt.dir/bn_word.o
Building C object csctapi/CMakeFiles/csctapi.dir/ifd_azbox.o
[ 61%] Building C object cscrypt/CMakeFiles/cscrypt.dir/crc32.o
[ 63%] Building C object cscrypt/CMakeFiles/cscrypt.dir/bn_exp.o
[ 64%] Building C object cscrypt/CMakeFiles/cscrypt.dir/bn_lib.o
[ 66%] Building C object csctapi/CMakeFiles/csctapi.dir/ifd_sci.o
[ 67%] Building C object csctapi/CMakeFiles/csctapi.dir/protocol_t0.o
[ 69%] Building C object cscrypt/CMakeFiles/cscrypt.dir/mem.o
[ 70%] Building C object cscrypt/CMakeFiles/cscrypt.dir/bn_div.o
[ 72%] Building C object csctapi/CMakeFiles/csctapi.dir/t1_block.o
[ 73%] Building C object cscrypt/CMakeFiles/cscrypt.dir/bn_ctx.o
[ 75%] Building C object csctapi/CMakeFiles/csctapi.dir/icc_async.o
[ 76%] Building C object cscrypt/CMakeFiles/cscrypt.dir/md5.o
[ 78%] Building C object cscrypt/CMakeFiles/cscrypt.dir/des.o
[ 80%] Building C object csctapi/CMakeFiles/csctapi.dir/ifd_pcsc.o
[ 81%] Building C object cscrypt/CMakeFiles/cscrypt.dir/bn_asm.o
Linking C static library libcsctapi.a
[ 81%] Built target csctapi
[ 83%] Building C object cscrypt/CMakeFiles/cscrypt.dir/bn_sqr.o
[ 84%] Building C object cscrypt/CMakeFiles/cscrypt.dir/i_skey.o
Scanning dependencies of target csoscam
[ 86%] Building C object CMakeFiles/csoscam.dir/oscam-reader.o
[ 87%] Building C object CMakeFiles/csoscam.dir/oscam-chk.o
[ 89%] Building C object CMakeFiles/csoscam.dir/oscam-http-helpers.o
[ 90%] Building C object CMakeFiles/csoscam.dir/oscam-ac.o
[ 92%] Building C object CMakeFiles/csoscam.dir/oscam-nano.o
[ 93%] Building C object CMakeFiles/csoscam.dir/oscam-log.o
[ 95%] Building C object CMakeFiles/csoscam.dir/oscam-config.o
Linking C static library libcscrypt.a
[ 95%] Built target cscrypt
[ 96%] Building C object CMakeFiles/csoscam.dir/oscam-http.o
[ 98%] Building C object CMakeFiles/csoscam.dir/os*****imples.o
Linking C static library libcsoscam.a
[ 98%] Built target csoscam
Scanning dependencies of target oscam
[100%] Building C object CMakeFiles/oscam.dir/oscam.o
Linking C executable oscam
[100%] Built target oscam
$ file oscam
oscam: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), for GNU/Linux 2.6.8, dynamically linked (uses shared libs), stripped
What am I doing wrong?
Try with this script.
Code:#!/bin/sh
# aggiorna la versione trunk del forum http://streamboard.gmc.to/oscam
svn co http://streamboard.gmc.to/svn/oscam/trunk /home/$USER/azbox/os*****vn
#svn co -r 2929 http://streamboard.gmc.to/svn/oscam/trunk /home/azbox/azbox/os*****vn
export AZBOX_DEV=/home/$USER/azbox
export SMP86XX_TOOLCHAIN_PATH=/DATA/Yellow/Working/SigmaDesign8634/SMP8634-2805/smp86xx_toolchain_2.8.0.1/build_mipsel_nofpu/staging_dir
export CCACHE_DIR=/root/.ccache
export MYPATH=$PATH
export PATH=/DATA/Yellow/Working/SigmaDesign8634/SMP8634-2805/smp86xx_toolchain_2.8.0.1/build_mipsel_nofpu/staging_dir/usr/bin:/DATA/Yellow/Working/SigmaDesign8634/SMP8634-2805/smp86xx_toolchain_2.8.0.1/build_mipsel_nofpu/staging_dir/bin:$MYPATH
make clean
#cmake -DCMAKE_TOOLCHAIN_FILE=../toolchains/toolchain-powerpc-tuxbox.cmake ..
cmake -DWEBIF=1 -DCMAKE_TOOLCHAIN_FILE=../toolchains/toolchain-mips-azbox.cmake ..
#make package
#make svnversion
make
export PATH=$MYPATH
hi guys im new to this forum im needing assistance setting up oscam in my azbox hd ive downloaded and uploaded the latest file from oscam board but i cant get the internal reader to recodnise my card its a nds videoguard from australia the 1st version card i cant get pics up at all i can see all my users but there not getting any pics either,they can log in and they get black screen like me any help will be greatly welcomed
Hello,
I have an Elite Azbox HD and would like to use my cryptoworks card with it. Unfortunately I don't know how to install binaries. I've got a zipped file to upload by ftp but that version is not suitable for the card or card reader(I don't know). Can anybody give me a link where I can find a good version of that software or can anybody tell me how to install binaries please? Thank you in advance!
BR,
Hello there!
Please, can dear developers re-activate DVB-API support in oscam for azbox?
While E2 will ready we very need this feature. It was ok before, and now not working :(
Thanks You very much!
also my request, latest ok version with "dvbapi" active is 3400.
but newest versions are so much stable and fast, i would like to use it in azbox hd. :)
not to mention cccam client and server is getting perfect.