Jump to content


Photo

Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit


  • Please log in to reply
2051 replies to this topic

Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #1261 roxette

  • Senior Member
  • 161 posts

+1
Neutral

Posted 14 February 2018 - 22:12

@roxette

 

Maybe its still driver problem, cuz on Windows works properly :) it's only happend with DVB-S2 transponders.

 

Yeah, everythings work but this, high BER on S2 transponders

 

I found the below link for someone who has the same problem as yours, i hope it helps.

 

https://ubuntuforums...d.php?t=1888847



Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #1262 roxette

  • Senior Member
  • 161 posts

+1
Neutral

Posted 14 February 2018 - 22:30

Patchwork [media] stb0899: Fix DVB-S2 support for TechniSat SkyStar 2 HD CI USB

https://patchwork.ke.../patch/3595131/

 

It seem to be a common problem with those cards that use stb0899 demod as i mentioned earlier.

 

Edit: if everything works just ignore that high BER then.


Edited by roxette, 14 February 2018 - 22:33.


Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #1263 Shadowman94

  • Senior Member
  • 41 posts

0
Neutral

Posted 14 February 2018 - 23:01

It's ok, but some channel has come apart with high BER rating :/ Not all, e.g: on Astra 19, ZDF HD is running fine, but on Intelsat 12, City TV is unwatchable

 

Maybe this can cause some problem?

 

 

root@enigma2pc:~# dvb-fe-tool -g
FREQUENCY = 4293082207
INVERSION = AUTO
SYMBOL_RATE = 29999998
INNER_FEC = 3/4
MODULATION = PSK/8
PILOT = AUTO
ROLLOFF = 20
POLARIZATION = OFF
STREAM_ID = 4294967295
DELIVERY_SYSTEM = DVBS2
ERROR    FE_SET_VOLTAGE: Operation not permitted
 

Attached Files


Edited by Shadowman94, 14 February 2018 - 23:05.


Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #1264 Mounir67

  • Senior Member
  • 29 posts

0
Neutral

Posted 20 February 2018 - 01:12

@1455

hi

i downloaded the version enigma2pc-6.1 ...

i encounter this following problem while running 4_build_openpliPC.sh  

 

In file included from /usr/include/xine/xine_internal.h:40:0,
                 from ../lib/gdi/xineLib.h:6,
                 from ../lib/service/servicedvb.h:13,
                 from service/servicedvb.cpp:4:
/usr/include/libintl.h: At global scope:
/usr/include/libintl.h:39:14: error: expected unqualified-id before ‘const’
 extern char *gettext (const char *__msgid)
              ^
/usr/include/libintl.h:39:14: error: expected ‘)’ before ‘const’
/usr/include/libintl.h:39:14: error: expected initializer before ‘const’
/usr/include/libintl.h:44:14: error: expected unqualified-id before ‘const’
 extern char *dgettext (const char *__domainname, const char *__msgid)
              ^
/usr/include/libintl.h:44:14: error: expected ‘)’ before ‘const’
/usr/include/libintl.h:44:14: error: expected initializer before ‘const’
/usr/include/libintl.h:51:14: error: expected unqualified-id before ‘const’
 extern char *dcgettext (const char *__domainname,
              ^make[3]: Leaving directory '/usr/local/src/enigma2pc-6.1/enigma2/lib'
Makefile:2429: recipe for target 'install-recursive' failed
make[2]: *** [install-recursive] Error 1
make[2]: Leaving directory '/usr/local/src/enigma2pc-6.1/enigma2/lib'
Makefile:2586: recipe for target 'install' failed
make[1]: *** [install] Error 2
make[1]: Leaving directory '/usr/local/src/enigma2pc-6.1/enigma2/lib'
Makefile:608: recipe for target 'install-recursive' failed
make: *** [install-recursive] Error 1
 
An error occured while building OpenPliPC - section make install
 
any suggestions will be respected .
thank you
regards 
mounir


Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #1265 1455

  • Senior Member
  • 407 posts

+10
Neutral

Posted 20 February 2018 - 14:54

It looks like if line below not executed in the script:

rpl "//#define ENABLE_NLS" "#define ENABLE_NLS" /usr/include/xine/xineintl.h
rpl "//#define XINE_TEXTDOMAIN" "#define XINE_TEXTDOMAIN" /usr/include/xine/xineintl.h

GIT OpenPLi-PC_Python2

GIT OpenPLi-PC_Python3

 

 

 

 

 

 

 

 

 

 

 

 
 

 

 


Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #1266 Mounir67

  • Senior Member
  • 29 posts

0
Neutral

Posted 20 February 2018 - 17:00

@1455

thank you for your reply and notification ..this could be the problem because i got a problem while building xine-lib ...

i am trying enigma2pc-r5 and i will report the result as soon as possible .

regards

Mounir



Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #1267 Mounir67

  • Senior Member
  • 29 posts

0
Neutral

Posted 20 February 2018 - 17:07

just ruuning new installed enigma2pc-r5 ..got black screen ..

following message on terminal :

no profile data available
setResolution 1280 720
/usr/local/e2/lib/enigma2/python/Plugins/Extensions/navibar/plugin.py:1075: SyntaxWarning: name 'found_new' is used prior to global declaration
  global found_new
/usr/local/e2/lib/enigma2/python/Plugins/Extensions/navibar/plugin.py:1574: SyntaxWarning: name 'found_new' is assigned to before global declaration
  global found_new
sh: 1: /usr/bin/opkg: not found
sh: 1: /usr/bin/opkg: not found
sh: 1: /usr/bin/opkg: not found
Traceback (most recent call last):
  File "/usr/local/e2/lib/enigma2/python/Components/PluginComponent.py", line 52, in readPluginList
    plugin = my_import('.'.join(["Plugins", c, pluginname, "plugin"]))
  File "/usr/local/e2/lib/enigma2/python/Tools/Import.py", line 2, in my_import
    mod = __import__(name)
  File "/usr/local/e2/lib/enigma2/python/Plugins/Extensions/OpenWebif/plugin.py", line 29, in <module>
    from httpserver import HttpdStart, HttpdStop, HttpdRestart
  File "/usr/local/e2/lib/enigma2/python/Plugins/Extensions/OpenWebif/httpserver.py", line 16, in <module>
    from twisted.internet import reactor, ssl
  File "/usr/lib/python2.7/dist-packages/twisted/internet/ssl.py", line 59, in <module>
    from OpenSSL import SSL
ImportError: No module named OpenSSL
/usr/local/e2/lib/enigma2/python/Plugins/SystemPlugins/TSsatEditor/satedit.py:1574: SyntaxWarning: name 'need_update' is used prior to global declaration
  global need_update
XINE_VO_ASPECT_ANAMORPHIC (16:9) !!!!!!!!!!!!!!!!!!!!!!!!!!!!!
XINE_VO_ASPECT_ANAMORPHIC (16:9) !!!!!!!!!!!!!!!!!!!!!!!!!!!!!
XINE_VO_ASPECT_ANAMORPHIC (16:9) !!!!!!!!!!!!!!!!!!!!!!!!!!!!!
XINE_VO_ASPECT_ANAMORPHIC (16:9) !!!!!!!!!!!!!!!!!!!!!!!!!!!!!
XINE_VO_ASPECT_ANAMORPHIC (16:9) !!!!!!!!!!!!!!!!!!!!!!!!!!!!!
XINE_VO_ASPECT_ANAMORPHIC (16:9) !!!!!!!!!!!!!!!!!!!!!!!!!!!!!
XINE_VO_ASPECT_ANAMORPHIC (16:9) !!!!!!!!!!!!!!!!!!!!!!!!!!!!!
XINE_VO_ASPECT_ANAMORPHIC (16:9) !!!!!!!!!!!!!!!!!!!!!!!!!!!!!
I have XINE event ---  14
xine_event_handler(): event->type: 14
Event Received!
XNextEvent 2
framerate : 1000
Traceback (most recent call last):
  File "/usr/local/e2/lib/enigma2/python/Components/PluginComponent.py", line 52, in readPluginList
    plugin = my_import('.'.join(["Plugins", c, pluginname, "plugin"]))
  File "/usr/local/e2/lib/enigma2/python/Tools/Import.py", line 2, in my_import
    mod = __import__(name)
  File "/usr/local/e2/lib/enigma2/python/Plugins/Extensions/OpenWebif/plugin.py", line 29, in <module>
    from httpserver import HttpdStart, HttpdStop, HttpdRestart
  File "/usr/local/e2/lib/enigma2/python/Plugins/Extensions/OpenWebif/httpserver.py", line 16, in <module>
    from twisted.internet import reactor, ssl
  File "/usr/lib/python2.7/dist-packages/twisted/internet/ssl.py", line 59, in <module>
    from OpenSSL import SSL
ImportError: No module named OpenSSL
 
very strange ...


Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #1268 Mounir67

  • Senior Member
  • 29 posts

0
Neutral

Posted 20 February 2018 - 20:51

i reinstalled enigma2pc-6.1 ..this time without error because i use xine-lib-1.2.8 but i got this error :

ffmpeg_video_dec: couldn't open decoder
video_decoder: no plugin available to handle 'Motion JPEG'
 something is missing ...


Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #1269 roxette

  • Senior Member
  • 161 posts

+1
Neutral

Posted 20 February 2018 - 23:39

Hi,

I'm using a patched kernel, i got a problem while compiling dvbsoftwareca.

It's as follows:

 

CC [M]  /dvbsoftwareca/dvb_softwareca.o
In file included from /dvbsoftwareca/dvb_softwareca.c:35:0:
/dvbsoftwareca/ca_netlink.h:11:44: error: unknown type name ‘ca_descr_t’
 int netlink_send_cw(unsigned short ca_num, ca_descr_t *ca_descr);
                                            ^
/dvbsoftwareca/ca_netlink.h:12:45: error: unknown type name ‘ca_pid_t’
 int netlink_send_pid(unsigned short ca_num, ca_pid_t *ca_pid);
                                             ^
/dvbsoftwareca/dvb_softwareca.c: In function ‘ca_ioctl’:
/dvbsoftwareca/dvb_softwareca.c:124:3: error: unknown type name ‘ca_descr_t’
   ca_descr_t *ca_descr = (ca_descr_t *)arg;
   ^
/dvbsoftwareca/dvb_softwareca.c:124:27: error: ‘ca_descr_t’ undeclared (first use in this function)
   ca_descr_t *ca_descr = (ca_descr_t *)arg;
                           ^
/dvbsoftwareca/dvb_softwareca.c:124:27: note: each undeclared identifier is reported only once for each function it appears in
/dvbsoftwareca/dvb_softwareca.c:124:39: error: expected expression before ‘)’ token
   ca_descr_t *ca_descr = (ca_descr_t *)arg;
                                       ^
/dvbsoftwareca/dvb_softwareca.c:128:13: error: request for member ‘parity’ in something not a structure or union
     ca_descr->parity, ca_descr->index, ca_descr->cw[0], ca_descr->cw[7]);
             ^
/dvbsoftwareca/dvb_softwareca.c:128:31: error: request for member ‘index’ in something not a structure or union
     ca_descr->parity, ca_descr->index, ca_descr->cw[0], ca_descr->cw[7]);
                               ^
/dvbsoftwareca/dvb_softwareca.c:128:48: error: request for member ‘cw’ in something not a structure or union
     ca_descr->parity, ca_descr->index, ca_descr->cw[0], ca_descr->cw[7]);
                                                ^
/dvbsoftwareca/dvb_softwareca.c:128:65: error: request for member ‘cw’ in something not a structure or union
     ca_descr->parity, ca_descr->index, ca_descr->cw[0], ca_descr->cw[7]);
                                                                 ^
/dvbsoftwareca/dvb_softwareca.c:130:3: error: implicit declaration of function ‘netlink_send_cw’ [-Werror=implicit-function-declaration]
   netlink_send_cw(ca_num, ca_descr);
   ^
/dvbsoftwareca/dvb_softwareca.c:133:13: error: ‘CA_SET_PID’ undeclared (first use in this function)
  if (cmd == CA_SET_PID) {
             ^
/dvbsoftwareca/dvb_softwareca.c:134:3: error: unknown type name ‘ca_pid_t’
   ca_pid_t *ca_pid = (ca_pid_t *)arg;
   ^
/dvbsoftwareca/dvb_softwareca.c:134:23: error: ‘ca_pid_t’ undeclared (first use in this function)
   ca_pid_t *ca_pid = (ca_pid_t *)arg;
                       ^
/dvbsoftwareca/dvb_softwareca.c:134:33: error: expected expression before ‘)’ token
   ca_pid_t *ca_pid = (ca_pid_t *)arg;
                                 ^
/dvbsoftwareca/dvb_softwareca.c:137:52: error: request for member ‘pid’ in something not a structure or union
   printk("cactl CA_SET_PID %04X index %d\n", ca_pid->pid, ca_pid->index);
                                                    ^
/dvbsoftwareca/dvb_softwareca.c:137:65: error: request for member ‘index’ in something not a structure or union
   printk("cactl CA_SET_PID %04X index %d\n", ca_pid->pid, ca_pid->index);
                                                                 ^
/dvbsoftwareca/dvb_softwareca.c:139:3: error: implicit declaration of function ‘netlink_send_pid’ [-Werror=implicit-function-declaration]
   netlink_send_pid(ca_num, ca_pid);
   ^
cc1: some warnings being treated as errors
scripts/Makefile.build:310: recipe for target '/dvbsoftwareca/dvb_softwareca.o' failed
 
Any help?


Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #1270 1455

  • Senior Member
  • 407 posts

+10
Neutral

Posted 21 February 2018 - 09:51

Mounir67, are you sure that you have only one version of ffmpeg? Check the folders that could have been previously installed manually from the source.
Xine is configured to use own (internal) ffmpeg.
Advice:
rename the folder e2 when you changing to another version e2pc;
dont use scripts and patches from different versions of e2pc;
always run all scripts;

some scripts will not work correctly if used other version of Ubuntu than those specified in README.EN.

 


GIT OpenPLi-PC_Python2

GIT OpenPLi-PC_Python3

 

 

 

 

 

 

 

 

 

 

 

 
 

 

 


Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #1271 1455

  • Senior Member
  • 407 posts

+10
Neutral

Posted 21 February 2018 - 10:03

roxette, what version? A patch for dvbsoftwareca is applayed during the installation?


GIT OpenPLi-PC_Python2

GIT OpenPLi-PC_Python3

 

 

 

 

 

 

 

 

 

 

 

 
 

 

 


Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #1272 Mounir67

  • Senior Member
  • 29 posts

0
Neutral

Posted 21 February 2018 - 12:57

@1455

thank u .

i had 2 ffmpeg version one from source and one from diistro ..i made "make clean" on one from source and try to build enigma2pc-6.1 ....i ll see what happend .



Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #1273 Mounir67

  • Senior Member
  • 29 posts

0
Neutral

Posted 21 February 2018 - 13:12

@1455

problem with building libxine :

dh_fixperms
dh_makeshlibs -V 'libxine2 (>= 1.1.90)'
dh_installdeb
chmod +x debian/shlibdeps.sh
debian/shlibdeps.sh libxine`ls src/xine-engine/.libs/libxine*.so.* | awk '{if (match($0,/\.so\.[0-9]+$/)) print substr($0,RSTART+4)}'`
WARNING: non-existing file "debian/libxine2/usr/lib/xine/plugins/2.7/xineplug_dmx_ogg.so" in RECOMMENDED list
WARNING: non-existing file "debian/libxine2/usr/lib/xine/plugins/2.7/xineplug_ao_out_arts.so" in OPTIONAL list
objdump: debian/libxine2/usr/lib/debug/usr/lib/xine/plugins/2.7/xineplug_vdr.so: Invalid operation
objdump: debian/libxine2/usr/lib/debug/usr/lib/xine/plugins/2.7/xineplug_nsf.so: Invalid operation
objdump: debian/libxine2/usr/lib/debug/usr/lib/xine/plugins/2.7/post/xineplug_post_switch.so: Invalid operation
objdump: debian/libxine2/usr/lib/debug/usr/lib/xine/plugins/2.7/xineplug_decode_libvpx.so: Invalid operation
objdump: debian/libxine2/usr/lib/debug/usr/lib/xine/plugins/2.7/xineplug_decode_gsm610.so: Invalid operation
objdump: debian/libxine2/usr/lib/debug/usr/lib/xine/plugins/2.7/xineplug_vo_out_dxr3.so: Invalid operation
objdump: debian/libxine2/usr/lib/debug/usr/lib/xine/plugins/2.7/xineplug_inp_smb.so: Invalid operation
objdump: debian/libxine2/usr/lib/debug/usr/lib/xine/plugins/2.7/xineplug_wavpack.so: Invalid operation
objdump: debian/libxine2/usr/lib/debug/usr/lib/xine/plugins/2.7/xineplug_vo_out_opengl.so: Invalid operation
objdump: debian/libxine2/usr/lib/debug/usr/lib/xine/plugins/2.7/xineplug_inp_vcdo.so: Invalid operation
objdump: debian/libxine2/DEBIAN/postrm: File format not recognized
objdump: debian/libxine2/usr/lib/debug/usr/lib/xine/plugins/2.7/xineplug_decode_rawvideo.so: Invalid operation
objdump: debian/libxine2/usr/lib/debug/usr/lib/xine/plugins/2.7/xineplug_decode_spucmml.so: Invalid operation
objdump: debian/libxine2/usr/lib/debug/usr/lib/xine/plugins/2.7/xineplug_decode_spu.so: Invalid operation
objdump: debian/libxine2/usr/lib/debug/usr/lib/xine/plugins/2.7/post/xineplug_post_tvtime.so: Invalid operation
objdump: debian/libxine2/usr/lib/debug/usr/lib/xine/plugins/2.7/xineplug_decode_spudvb.so: Invalid operation
objdump: debian/libxine2/usr/lib/debug/usr/lib/xine/plugins/2.7/xineplug_vo_out_xv.so: Invalid operation
objdump: debian/libxine2/usr/lib/debug/usr/lib/xine/plugins/2.7/xineplug_ao_out_jack.so: Invalid operation
objdump: debian/libxine2/usr/lib/debug/usr/lib/xine/plugins/2.7/xineplug_ao_out_oss.so: Invalid operation
objdump: debian/libxine2/usr/lib/debug/usr/lib/xine/plugins/2.7/xineplug_vo_out_xcbshm.so: Invalid operation
objdump: debian/libxine2/usr/lib/debug/usr/lib/xine/plugins/2.7/xineplug_xiph.so: Invalid operation
objdump: debian/libxine2/usr/lib/debug/usr/lib/xine/plugins/2.7/xineplug_vo_out_xxmc.so: Invalid operation
objdump: debian/libxine2/usr/lib/debug/usr/lib/xine/plugins/2.7/xineplug_decode_dxr3_spu.so: Invalid operation
objdump: debian/libxine2/usr/lib/debug/usr/lib/xine/plugins/2.7/xineplug_dmx_pva.so: Invalid operation
objdump: debian/libxine2/usr/lib/debug/usr/lib/xine/plugins/2.7/xineplug_vo_out_opengl2.so: Invalid operation
objdump: debian/libxine2/usr/lib/debug/usr/lib/xine/plugins/2.7/xineplug_decode_mpeg2.so: Invalid operation
objdump: debian/libxine2/usr/lib/debug/usr/lib/xine/plugins/2.7/xineplug_vo_out_vdpau.so: Invalid operation
dpkg-shlibdeps: Fehler: keine Abhängigkeitsinformationen für /usr/lib/libpostproc.so.53 (verwendet von debian/libxine2/usr/lib/xine/plugins/2.7/post/xineplug_post_planar.so) gefunden
Tipp: Prüfen Sie, ob die Bibliothek tatsächlich aus einem Paket stammt.
debian/rules:134: recipe for target 'binary-arch' failed
make: *** [binary-arch] Error 2
dpkg-buildpackage: Fehler: Fehler-Exitstatus von debian/rules binary war 2
mv: der Aufruf von stat für »*.deb“ ist nicht möglich: Datei oder Verzeichnis nicht gefunden
dpkg: Fehler beim Bearbeiten des Archivs *.deb (--install):
 Auf das Archiv kann nicht zugegriffen werden: Datei oder Verzeichnis nicht gefunden
Fehler traten auf beim Bearbeiten von:
 *.deb
 
notice : 
i use kernel4-6 (ubuntu 16.04 ) , gcc++6 , nvidia GT-610 , skystar 2 express HD
in the past i could run e2pc from crazycat without problem ..


Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #1274 Mounir67

  • Senior Member
  • 29 posts

0
Neutral

Posted 21 February 2018 - 14:15

when it hangs on libxine i continue with checkinstall ...after installing plugins and copying nim_socket , black.mvi ..and runninug e2bin  .i got black screen . following message are :

PYTHONPATH: /usr/local/e2/lib/enigma2/python
DVB_API_VERSION 5 DVB_API_VERSION_MINOR 10
ENIGMA_DEBUG_LVL=3
Display resolution 1920 1080
XINE-LIB version: 1.2.9hg
configfile  /usr/local/e2/share/enigma2/xine.conf
Available post plugins:  enigma vdr vdr_video vdr_audio mosaico goom oscope fftscope fftgraph tdaudioanalyzer expand fill invert eq denoise3d boxblur eq2 unsharp pp noise tvtime upmix upmix_mono stretch volnorm switch enigma_video enigma_audio
use vo_driver: auto 
use ao_driver: auto 
vo_vdpau: vdpau API version : 1
vo_vdpau: vdpau implementation description : NVIDIA VDPAU Driver Shared Library  387.12  Thu Sep 28 19:29:15 PDT 2017
vo_vdpau: maximum video surface size for chroma type 4:2:2 is 4096x4096
vo_vdpau: maximum video surface size for chroma type 4:2:0 is 4096x4096
vo_vdpau: maximum output surface size is 16384x16384
vo_vdpau: hold a maximum of 10 video output surfaces for reuse
vo_vdpau: using 3 output surfaces of size 1920x1080 for display queue
xine: found input plugin  : file input plugin
failed to read 8 bytes at pos 84222
xine: found demuxer plugin: AVI/RIFF demux plugin
ffmpeg_video_dec: VAAPI Enabled disabled by driver.
ffmpeg_video_dec: direct rendering enabled
ffmpeg_video_dec: couldn't open decoder
video_decoder: no plugin available to handle 'Motion JPEG'
static post plugins (from command line): enigma_video;enigma_audio;upmix_mono
demux_avi: video and audio streams are ended
    loaded plugins (type 1.0): enigma_video 
    loaded plugins (type 2.0): enigma_audio upmix_mono 
Enable re-wiring post plugins
        wiring enigma_video[out] -> [in]video_out
        wiring    stream
[out] -> [in]enigma_video        wiring upmix_mono[out] -> [in]audio_out
        wiring enigma_audio[out] -> [in]upmix_mono 
        wiring     stream[out] -> [in]enigma_audiosetResolution 720 576
FULLSCREEN EVENT


Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #1275 1455

  • Senior Member
  • 407 posts

+10
Neutral

Posted 22 February 2018 - 09:50

You can't continue if xinelib is not installed.

Tipp: Prüfen Sie, ob die Bibliothek tatsächlich aus einem Paket stammt.

Says that again somewhere there is a rubbish dump of different versions. You have two xinelibs.
Clean up your system manually. Delete all xine and ffmpeg folders.
 


GIT OpenPLi-PC_Python2

GIT OpenPLi-PC_Python3

 

 

 

 

 

 

 

 

 

 

 

 
 

 

 


Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #1276 Mounir67

  • Senior Member
  • 29 posts

0
Neutral

Posted 22 February 2018 - 13:28

@1455

thank you ..

i will check again ...

 

NB : if install the openpli of crazycat ...everything works fine .



Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #1277 roxette

  • Senior Member
  • 161 posts

+1
Neutral

Posted 22 February 2018 - 17:41

@1455,
I have E2 already installed using kernel 4.13.
dvbsoftwareca was compiled just fine.
 
I upgraded to kernel 4.15 so there is no need to re-install E2 once again.
I just want to compile dvbsoftwareca then copy it to dvb-frontends folder however it failed to compile.


Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #1278 Mounir67

  • Senior Member
  • 29 posts

0
Neutral

Posted 22 February 2018 - 20:14

@roxette

enter into dvbsoftwareca directory and type 

sudo insmod dvbsoftwareca.ko 



Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #1279 roxette

  • Senior Member
  • 161 posts

+1
Neutral

Posted 22 February 2018 - 21:42

@Mounir67,

I'm trying to compile dvbsoftwareca but it failed so obviously there is no dvbsoftwareca.ko inside dvbsoftwareca directory  :)

 

You maybe confused because i wrote it was compiled using kernel 4.13 but i had to run make clean inside dvbsoftwareca directory then re-compile it to make it work on the new patched kernel.

 

The patch was already applied during first installation.


Edited by roxette, 22 February 2018 - 21:46.


Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #1280 Mounir67

  • Senior Member
  • 29 posts

0
Neutral

Posted 22 February 2018 - 23:18

@roxette

ok ..

did you check this :

lsdvb ?

ls -l /dev/dvb/* ?




2 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users


    Bing (1)