I mean, does anyone have is ready to share as an appliance.
Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit
Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #901
Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #902
Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #903
Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #904
Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #905
Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #906
Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #907
Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #908
Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #909
Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #910
Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #911
Posted 13 May 2014 - 08:47
Hi, all
Paste patch for compile dvbsoftwareca.ko linux kernel 3.13 and more.
Not test working when LiveTV. Update git, use patch and run scripts *.sh
dvbsoftwareca_kernel_3.13_and_more.patch 3.12KB
33 downloads
E2PC, Ubuntu 12.04 x86, DVB-S2 card Omicom SkyStar 4, Nvidia card 9500GT 512Mb DDR2 driver 195.36.24, Satellites 9.0E, 36.0E
Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #912
Posted 19 May 2014 - 11:45
hi all!!!
i've found that in the build_libs script, the git link for pythonwifi doesn't work, but i've solved it adding these lines:
#git clone git://git.berlios.de/$PKG
git clone https://github.com/p.../pythonwifi.git
in a fresh installation of ubuntu server 14.04 with openbox, i´m getting this error (see the attached pic) during the make install process.
any idea???
i didn't installed s2-liplianin firmware because i think that it isn't necessary, is it correct??? or must i install it???
thanks and regards
Attached Files
Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #913
Posted 19 May 2014 - 17:08
#define DTV_DVBT2_PLP_ID 43
save, make
but why this the variable not defined in /usr/include/linux/dvb/frontend.h
or you installed s2-liplianin-v37 drivers in /usr/local/include/linux/dvb/frontend.h
In Me Ubuntu 12.04.4 desktop it the variable defined
Edited by Raider05, 19 May 2014 - 17:11.
E2PC, Ubuntu 12.04 x86, DVB-S2 card Omicom SkyStar 4, Nvidia card 9500GT 512Mb DDR2 driver 195.36.24, Satellites 9.0E, 36.0E
Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #914
Posted 20 May 2014 - 22:25
In the file enigma2/lib/dvb/frontend.cpp add to begin string
#define DTV_DVBT2_PLP_ID 43
save, make
but why this the variable not defined in /usr/include/linux/dvb/frontend.h
or you installed s2-liplianin-v37 drivers in /usr/local/include/linux/dvb/frontend.h
In Me Ubuntu 12.04.4 desktop it the variable defined
thanks Raider, it works, but now i get an error with python...
i will check...
Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #915
Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #916
Posted 21 May 2014 - 18:23
https://github.com/R...a6c447cc6892562
Please, let me know what happend next.
E2PC, Ubuntu 12.04 x86, DVB-S2 card Omicom SkyStar 4, Nvidia card 9500GT 512Mb DDR2 driver 195.36.24, Satellites 9.0E, 36.0E
Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #917
Posted 28 May 2014 - 06:42
i have the same problem like @ovladaf , first time error in the frontend , when i made change as you said i got error in python .
and when i tried the reverting i think i got same error with frontend. here is the log :
CXX dvb/fastscan.o CXX dvb/frontend.o dvb/frontend.cpp: In member function Б─≤void eDVBFrontend::setFrontend(bool)Б─≥: dvb/frontend.cpp:1873:25: error: Б─≤DTV_DVBT2_PLP_IDБ─≥ was not declared in this scope p[cmdseq.num].cmd = DTV_DVBT2_PLP_ID, p[cmdseq.num].u.data = parm.plpid, cmdseq.num++; ^ make[3]: *** [dvb/frontend.o] Error 1 make[3]: Leaving directory `/home/soft/openpliPC/enigma2pc/enigma2/lib' make[2]: *** [install-recursive] Error 1 make[2]: Leaving directory `/home/soft/openpliPC/enigma2pc/enigma2/lib' make[1]: *** [install] Error 2 make[1]: Leaving directory `/home/soft/openpliPC/enigma2pc/enigma2/lib' make: *** [install-recursive] Error 1
Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #918
Posted 29 May 2014 - 13:23
@lordzerg
Update git, fix compile for x64 OS.
Testing - Ubuntu 14.04 x64 Desktop.
Give me know how to work softcam (oscam, wicardd)
E2PC, Ubuntu 12.04 x86, DVB-S2 card Omicom SkyStar 4, Nvidia card 9500GT 512Mb DDR2 driver 195.36.24, Satellites 9.0E, 36.0E
Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #919
Posted 30 May 2014 - 00:48
yea im with ubuntu 14.04 desktop x64 .
i finish compiling but the end is not very good i think.
make[1]: Leaving directory `/usr/src/linux-headers-3.13.0-24-generic' You the kernel - 3.13, the result compare with the kernel 3.7 - 3.7 cp: cannot create regular file Б─≤/lib/modules/3.13.0-24-generic/kernel/drivers/media/dvb-frontends/Б─≥: Not a directory modprobe: FATAL: Module dvbsoftwareca not found. -------------------------------------- final step: installing E2 conf files -------------------------------------- **********************<END>**********************
check it
Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #920
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users