Jump to content


Photo

Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit


  • Please log in to reply
2061 replies to this topic

Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #1341 momi133

  • Senior Member
  • 74 posts

0
Neutral

Posted 26 July 2018 - 10:08

 

First of all install driver. Better way to update ubuntu to 14.04 and use the link from my signature.

 

 

when 4_build_openpliPC.sh is executed this error shown in command:

 

GEN      python/enigma_python.cpp
/bin/bash: -c++: command not found
make[3]: *** [python/enigma_python.cpp] Error 127
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory `/home/mamad/Downloads/enigma2pc-6.2/enigma2/lib'
make[2]: *** [install-recursive] Error 1
make[2]: Leaving directory `/home/mamad/Downloads/enigma2pc-6.2/enigma2/lib'
make[1]: *** [install] Error 2
make[1]: Leaving directory `/home/mamad/Downloads/enigma2pc-6.2/enigma2/lib'
make: *** [install-recursive] Error 1

An error occured while building OpenPliPC - section make install
 

 

 

same error happened again.

=================================================================

Byte-compiling python modules (optimized versions) ...
__init__.pyPlugin.py
make[6]: Leaving directory `/usr/src/enigma2pc-6.2/enigma2/lib/python/Plugins'
make[5]: Leaving directory `/usr/src/enigma2pc-6.2/enigma2/lib/python/Plugins'
make[4]: Leaving directory `/usr/src/enigma2pc-6.2/enigma2/lib/python/Plugins'
make[4]: Entering directory `/usr/src/enigma2pc-6.2/enigma2/lib/python'
make[5]: Entering directory `/usr/src/enigma2pc-6.2/enigma2/lib/python'
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
make[5]: Leaving directory `/usr/src/enigma2pc-6.2/enigma2/lib/python'
make[4]: Leaving directory `/usr/src/enigma2pc-6.2/enigma2/lib/python'
make[3]: Leaving directory `/usr/src/enigma2pc-6.2/enigma2/lib/python'
make[3]: Entering directory `/usr/src/enigma2pc-6.2/enigma2/lib'
  GEN      python/enigma_python.cpp
/bin/bash: -c++: command not found

make[3]: *** [python/enigma_python.cpp] Error 127
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory `/usr/src/enigma2pc-6.2/enigma2/lib'
make[2]: *** [install-recursive] Error 1
make[2]: Leaving directory `/usr/src/enigma2pc-6.2/enigma2/lib'
make[1]: *** [install] Error 2
make[1]: Leaving directory `/usr/src/enigma2pc-6.2/enigma2/lib'
make: *** [install-recursive] Error 1

An error occured while building OpenPliPC - section make install

========================================================================

 

full log: https://paste.ubuntu.com/p/CHfPMchTfg/

 


Edited by momi133, 26 July 2018 - 10:09.


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

  • Senior Member
  • 407 posts

+12
Neutral

Posted 26 July 2018 - 11:08

cp: cannot stat ‘pre/sitecustomize.py’: No such file or directory

This is not right. Try all again and look for "error".

c++ -v

Show me.


GIT OpenPLi-PC_Python2

GIT OpenPLi-PC_Python3

 

 

 

 

 

 

 

 

 

 

 

 
 

 

 


Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #1343 momi133

  • Senior Member
  • 74 posts

0
Neutral

Posted 26 July 2018 - 15:35

1- I try twice yesterday but it showed that error but I now find this file in "/usr/local/lib/python2.7/site-packages".

 

2- c++ -v show gcc version 4.8 is installed. and default. i change default to gcc version 6.4 by this command:

sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-6 60 --slave /usr/bin/g++ g++ /usr/bin/g++-6    

Now c++ -v show :

 

Target: i686-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 6.4.0-17ubuntu1~14.04' --with-bugurl=file:///usr/share/doc/gcc-6/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --with-as=/usr/bin/i686-linux-gnu-as --with-ld=/usr/bin/i686-linux-gnu-ld --program-suffix=-6 --program-prefix=i686-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=gcc4-compatible --disable-libstdcxx-dual-abi --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-6-i386/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-6-i386 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-6-i386 --with-arch-directory=i386 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --with-target-system-zlib --enable-objc-gc=auto --enable-targets=all --enable-multiarch --disable-werror --with-arch-32=i686 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu
Thread model: posix
gcc version 6.4.0 20180424 (Ubuntu 6.4.0-17ubuntu1~14.04)

 

but synaptic shows gcc version 4.8 is default and changes doesn't happen.Also  I can't remove g++-4.8 because of  build-essential packages dependency.

 

I run 2_build_libs.sh again but show that error again!

 

2vwu0dy.jpg

 

90bxbq.png


Edited by momi133, 26 July 2018 - 15:40.


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

  • Senior Member
  • 407 posts

+12
Neutral

Posted 26 July 2018 - 21:41

I didn't requested to reassign the gcc version by default or delete gcc-4.8! Why did you do that? Thus, you now broke the compilation of libraries (script 2).
gcc-6 at 14.04 is used only for building enigma2 (and in 18.04 it is used even 7.0). This is achieved by exporting from the script:

...
if [ "$release" = "14.04" ]; then
    echo ""
    echo "********************************************************"
    echo "                 *** release 14.04 ***                  "
    echo "********************************************************"
    echo ""
    export CXX=/usr/bin/g++-6
    echo "                  *** used g++-6 ***                    "
...

Return back gcc by default, remove all installed packages from e2pc by Synaptic, delete the /usr/src/enigma2pc folder and start over. Not today or tomorrow, but after a break only.

I ran all the scripts in 14.04 i386 step by step and found no problems!
If other users have the same problem, they will confirm.

 
 
 

Edited by 1455, 26 July 2018 - 21:42.

GIT OpenPLi-PC_Python2

GIT OpenPLi-PC_Python3

 

 

 

 

 

 

 

 

 

 

 

 
 

 

 


Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #1345 momi133

  • Senior Member
  • 74 posts

0
Neutral

Posted 27 July 2018 - 17:06

 

I didn't requested to reassign the gcc version by default or delete gcc-4.8! Why did you do that? Thus, you now broke the compilation of libraries (script 2).
gcc-6 at 14.04 is used only for building enigma2 (and in 18.04 it is used even 7.0). This is achieved by exporting from the script:

...
if [ "$release" = "14.04" ]; then
    echo ""
    echo "********************************************************"
    echo "                 *** release 14.04 ***                  "
    echo "********************************************************"
    echo ""
    export CXX=/usr/bin/g++-6
    echo "                  *** used g++-6 ***                    "
...

Return back gcc by default, remove all installed packages from e2pc by Synaptic, delete the /usr/src/enigma2pc folder and start over. Not today or tomorrow, but after a break only.

I ran all the scripts in 14.04 i386 step by step and found no problems!
If other users have the same problem, they will confirm.

 
 
 

 

I installed ubuntu 14.04 again. which kernel is best for run enigma2pc? my kernel is 4.4.

 

my graphic card is geforce 425m. is it ok with enigma2pc?



Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #1346 momi133

  • Senior Member
  • 74 posts

0
Neutral

Posted 27 July 2018 - 17:57

cp: cannot stat ‘pre/sitecustomize.py’: No such file or directory

This is not right. Try all again and look for "error".

c++ -v

Show me.

 

 

I installed ubuntu 14.04 again and run 2_build_libs.sh and 3_build_libxine.sh without error but 4_build_openpliPC.sh show previous errors.

 

 

root@mamad-VPCF133FX:/usr/src/enigma2pc-6.2# c++ -v

Using built-in specs.
COLLECT_GCC=c++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-linux-gnu/4.8/lto-wrapper
Target: i686-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.8.5-4ubuntu8~14.04.2' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-i386/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-i386 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-i386 --with-arch-directory=i386 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-targets=all --enable-multiarch --disable-werror --with-arch-32=i686 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu
Thread model: posix
gcc version 4.8.5 (Ubuntu 4.8.5-4ubuntu8~14.04.2)

 

1.what is your solution for this error? please help me.

 

2.what is your dvbcard?

 

3. which dvb linux driver do you use? please link driver.

 

4.which kernel is best for run enigma2pc? my kernel is 4.4.

 

5.my graphic card is geforce 425m. is it ok with enigma2pc? what is your driver version?

 

 

 

I ran all the scripts in 14.04 i386 step by step and found no problems!
 

 

6.please send full logs of scripts that you run in ubuntu 14.04 to compare with own logs.
 


Edited by momi133, 27 July 2018 - 17:58.


Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #1347 momi133

  • Senior Member
  • 74 posts

0
Neutral

Posted 29 July 2018 - 10:40

At the very beginning this was only supporting vdpau but now it is no longer the case, it support also other "graphical languages". So this port is no longer reserved to VPDAU card owners.

 

 

 

Do you only have IPv6 enabled? Well, E2 has problems with the IPv6 address:

ValueError: invalid literal for int() with base 10: '2001:41D0:8:D214::1'

 

 

@msg10

 

May be try this git

 

View README and good luck :)

 


 

wow super job

wait for my new Persian Palace release in April 2012 , x86 and x64 editions wink.png

it's a good project to be worked on and we expect that in future people will use openpliPC instead of DVB programs

if you need Persian translation for enigma2 i can give it to you (http://translations....a-tv.de/pootle/)

 

@Raider05

@Pr2

@betacentauri

@Persian Prince

 

Hi guys! please help me to solve this error!

 

when 4_build_openpliPC.sh is executed this error shown in command:

 

======================================================================

GEN      python/enigma_python.cpp
/bin/bash: -c++: command not found
make[3]: *** [python/enigma_python.cpp] Error 127
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory `/home/mamad/Downloads/enigma2pc-6.2/enigma2/lib'
make[2]: *** [install-recursive] Error 1
make[2]: Leaving directory `/home/mamad/Downloads/enigma2pc-6.2/enigma2/lib'
make[1]: *** [install] Error 2
make[1]: Leaving directory `/home/mamad/Downloads/enigma2pc-6.2/enigma2/lib'
make: *** [install-recursive] Error 1

An error occured while building OpenPliPC - section make install

============================================================================

 

when does error 127 occur in ubuntu ?

 

full log: https://paste.ubuntu.com/p/CHfPMchTfg/


Edited by momi133, 29 July 2018 - 10:42.


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

  • Senior Member
  • 407 posts

+12
Neutral

Posted 29 July 2018 - 11:00

Your previous questions to me do not relate to the problem. Most likely, this is not my fault, but something wrong in your system Ubuntu-14.04 i386. This may be an incomplete installation as a result of a burning CD error or missing the required packages. Show me:

dpkg -l > list.txt

For example, a one man just made a link and everything calmed down
 

***The release of Ubuntu-14.04 is supported until April 2019 only.
Repositories 14.04

***DVB driver and kernel:
All kernels available in LTS are included in the scripts. I don't know for wat you install crazycat's media_build. Maybe because your card is not supported. My old Ubuntu-14.04 have linux-image-3.19.0-80-lowlatency. But I tryed to install 4.4.0-130-lowlatency and it's working too but lirc-0.9.0 will not work.

***Video:
In practice, any nvidia will work at least with SD. Nvidia-340 video driver must be installed. 


Edited by 1455, 29 July 2018 - 11:01.

GIT OpenPLi-PC_Python2

GIT OpenPLi-PC_Python3

 

 

 

 

 

 

 

 

 

 

 

 
 

 

 


Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #1349 momi133

  • Senior Member
  • 74 posts

0
Neutral

Posted 29 July 2018 - 11:29

Your previous questions to me do not relate to the problem. Most likely, this is not my fault, but something wrong in your system Ubuntu-14.04 i386. This may be an incomplete installation as a result of a burning CD error or missing the required packages. Show me:

dpkg -l > list.txt

For example, a one man just made a link and everything calmed down
 

***The release of Ubuntu-14.04 is supported until April 2019 only.
Repositories 14.04

***DVB driver and kernel:
All kernels available in LTS are included in the scripts. I don't know for wat you install crazycat's media_build. Maybe because your card is not supported. My old Ubuntu-14.04 have linux-image-3.19.0-80-lowlatency. But I tryed to install 4.4.0-130-lowlatency and it's working too but lirc-0.9.0 will not work.

***Video:
In practice, any nvidia will work at least with SD. Nvidia-340 video driver must be installed. 

 

 log: https://paste.ubuntu.com/p/V5BPXNX6s2/

 

Please send link of Ubuntu-14.04 ( linux-image-3.19.0-80-lowlatency.) or other . I will download   and install it.

 

thanks a lot.



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

  • Senior Member
  • 407 posts

+12
Neutral

Posted 29 July 2018 - 17:57

Open as text attach below. Were: "+" -my packages, "-" -your.

It looks normal, but I would advise you to install:
dh-autoreconf   
dh-exec    
g++-4.8-multilib
g++-multilib
gcc-4.8-multilib
gcc-multilib
systemd

 

The kernel does'nt make sense to change. I already wrote that there is no difference.

Attached Files


GIT OpenPLi-PC_Python2

GIT OpenPLi-PC_Python3

 

 

 

 

 

 

 

 

 

 

 

 
 

 

 


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

  • Senior Member
  • 407 posts

+12
Neutral

Posted 30 July 2018 - 08:05

<<

Sometimes on some CPUs the required program algorith don't work  (for example laptops). The fact is that the CPU of such a computer has so-called "stripped-down instructions" (don't know how to say it in English) for reduce energy consumption. That is, the script calls exporting g++-6, but the compiler doesn't work.
In this case, you can try Ubuntu-18.04 with gcc-7.3.0 by default. Now in my grub2 this is the first system.


GIT OpenPLi-PC_Python2

GIT OpenPLi-PC_Python3

 

 

 

 

 

 

 

 

 

 

 

 
 

 

 


Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #1352 momi133

  • Senior Member
  • 74 posts

0
Neutral

Posted 30 July 2018 - 12:05

Open as text attach below. Were: "+" -my packages, "-" -your.

It looks normal, but I would advise you to install:
dh-autoreconf   
dh-exec    
g++-4.8-multilib
g++-multilib
gcc-4.8-multilib
gcc-multilib
systemd

 

The kernel does'nt make sense to change. I already wrote that there is no difference.

 

>>>>unfortunately, this solution in not useful and same error happened again! :(

 

<<

Sometimes on some CPUs the required program algorith don't work  (for example laptops). The fact is that the CPU of such a computer has so-called "stripped-down instructions" (don't know how to say it in English) for reduce energy consumption. That is, the script calls exporting g++-6, but the compiler doesn't work.
In this case, you can try Ubuntu-18.04 with gcc-7.3.0 by default. Now in my grub2 this is the first system.

 

ok! got it!

 

mysystem info:

 

system      VPCF133FX (N/A)
bus             VAIO
memory      64KiB BIOS
processor   Intel® Core™ i7 CPU       Q 740  @ 1.73GHz
memory      256KiB L1 cache
memory      1MiB L2 cache
memory      6MiB L3 cache

 

>>>>I tried to install tbs card open source driver with Ubuntu-14.04 ,Ubuntu-16.04  and Ubuntu-18.04, but  it was installed only in Ubuntu-14.04 32bit !

 

>>>>tbs card open source driver installation:

 

#wget http://www.tbsdtv.co... ... 06.tar.bz2
# sudo rm -rf /lib/modules/`uname -r`/kernel/drivers/media/
#tar jxvf media_build-2018-0206.tar.bz2
#cd media_build
#./install.sh
#reboot

 

>>>>Please try to install this driver in Ubuntu-18.04 64bit!  if you success, i will try in Ubuntu-18.04 64bit.

 

>>>>I suggest you to create a project like openctv(openpli enigma2)) :) .(create a bootable image with all dvb card drivers except my card driver :( ).

https://sourceforge..../openpctv/files

 

 thanks a lot.
 


Edited by momi133, 30 July 2018 - 12:07.


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

  • Senior Member
  • 407 posts

+12
Neutral

Posted 30 July 2018 - 13:46

I checked complation without /dev/dvb in 18.04. All OK. First do it.

GIT OpenPLi-PC_Python2

GIT OpenPLi-PC_Python3

 

 

 

 

 

 

 

 

 

 

 

 
 

 

 


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

  • Senior Member
  • 407 posts

+12
Neutral

Posted 30 July 2018 - 15:07

<<

Install Ubuntu-18.04-amd64. Then:

apt install linux-image-4.15.0-29-lowlatency linux-modules-4.15.0-29-lowlatency linux-headers-4.15.0-29-lowlatency
reboot
wget http://gdurl.com/jmxs/http://gdurl.com/jmxs/media_build-4.15.0-29.31-lowlatency_Ubuntu-18.04_amd64.tar.gz

Unpack, see README.EN and do it.  What will happen?


GIT OpenPLi-PC_Python2

GIT OpenPLi-PC_Python3

 

 

 

 

 

 

 

 

 

 

 

 
 

 

 


Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #1355 momi133

  • Senior Member
  • 74 posts

0
Neutral

Posted 30 July 2018 - 19:02

<<

Install Ubuntu-18.04-amd64. Then:

apt install linux-image-4.15.0-29-lowlatency linux-modules-4.15.0-29-lowlatency linux-headers-4.15.0-29-lowlatency
reboot
wget http://gdurl.com/jmxs/http://gdurl.com/jmxs/media_build-4.15.0-29.31-lowlatency_Ubuntu-18.04_amd64.tar.gz

Unpack, see README.EN and do it.  What will happen?

 

I did it and instantly reboot! :huh:  driver didn't install.

 

I find this error!

 

tar: Removing leading `/' from member names
tar: /lib/modules/4.15.0-29-lowlatency/kernel/drivers/media: Cannot stat: No such file or directory

 

 

Also in my opinion, first  "rm -fR /lib/modules/4.15.0-29-lowlatency/kernel/drivers/media"  run and then and "tar -czf media_orig.tar.gz /lib/modules/4.15.0-29-lowlatency/kernel/drivers/media"!


Edited by momi133, 30 July 2018 - 19:04.


Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #1356 momi133

  • Senior Member
  • 74 posts

0
Neutral

Posted 31 July 2018 - 16:04

<<

Install Ubuntu-18.04-amd64. Then:

apt install linux-image-4.15.0-29-lowlatency linux-modules-4.15.0-29-lowlatency linux-headers-4.15.0-29-lowlatency
reboot
wget http://gdurl.com/jmxs/http://gdurl.com/jmxs/media_build-4.15.0-29.31-lowlatency_Ubuntu-18.04_amd64.tar.gz

Unpack, see README.EN and do it.  What will happen?

 

root@mamad-VPCF133FX:/home/mamad# dmesg | grep dvb

 

[  684.411724] dvb-usb: found a 'TBS 5520se USB2.0' in cold state, will try to load a firmware
[  684.420524] dvb-usb: downloading firmware from file 'dvb-usb-tbsqbox-id5521.fw'
[  684.583554] dvb-usb: found a 'TBS 5520se USB2.0' in warm state.
[  684.583834] dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.
[  684.583855] dvbdev: DVB: registering new adapter (TBS 5520se USB2.0)
[  684.583864] dvb-usb: MAC address reading failed.
[  684.615943] IP: tbs5520se_frontend_attach+0x157/0x490 [dvb_usb_tbs5520se]
[  684.615963] Modules linked in: si2183(OE) i2c_mux dvb_usb_tbs5520se(OE+) dvb_usb dvb_core rc_core rfcomm ccm bnep videodev media snd_hda_codec_hdmi arc4 ath9k wmi_bmof mxm_wmi ath9k_common ath9k_hw intel_powerclamp snd_hda_codec_realtek ath snd_hda_codec_generic coretemp mac80211 kvm_intel snd_hda_intel kvm snd_hda_codec snd_hda_core snd_hwdep irqbypass snd_pcm intel_cstate cfg80211 btusb joydev btrtl snd_seq_midi btbcm input_leds snd_seq_midi_event btintel serio_raw snd_rawmidi bluetooth i7core_edac snd_seq ecdh_generic snd_seq_device snd_timer snd lpc_ich shpchp soundcore mac_hid nvidia_uvm(POE) sony_laptop wmi sch_fq_codel parport_pc ppdev lp parport ip_tables x_tables autofs4 hid_generic usbhid hid nvidia_drm(POE) nvidia_modeset(POE) nvidia(POE) drm_kms_helper syscopyarea sysfillrect sysimgblt
[  684.616094] RIP: 0010:tbs5520se_frontend_attach+0x157/0x490 [dvb_usb_tbs5520se]
[  684.616157]  dvb_usb_adapter_frontend_init+0xe5/0x1a0 [dvb_usb]
[  684.616165]  dvb_usb_device_init+0x4e6/0x640 [dvb_usb]
[  684.616174]  tbs5520se_probe+0x25/0x40 [dvb_usb_tbs5520se]
[  684.616247]  tbs5520se_module_init+0x24/0x1000 [dvb_usb_tbs5520se]
[  684.616458] RIP: tbs5520se_frontend_attach+0x157/0x490 [dvb_usb_tbs5520se] RSP: ffffaa9002537928

 

 

is it ok? or not?

 

>>> Also I run 2_build_libs.sh and show an error:

 

>>> Checking "libesd0-dev" : dpkg-query: package 'libesd0-dev' is not installed and no information is available
Use dpkg --info (= dpkg-deb --info) to examine archive files,
and dpkg --contents (= dpkg-deb --contents) to list their contents.
package NOT present, installing it
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package libesd0-dev

 

Please read this page: https://www.ubuntuup...ase/libesd0-dev

 

full log: https://paste.ubuntu.com/p/NvX9wjyBjd/



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

  • Senior Member
  • 407 posts

+12
Neutral

Posted 31 July 2018 - 17:13

Of course, it's not good that MAC can't be read. Try different kernels from the repositories and write to https://bugzilla.kernel.org. This is a forum about enigma2.

Do you ever look at the contents of the scripts? :D  See script 3:

...
        wget http://launchpadlibrarian.net/142636212/libesd0-dev_0.2.41-11_amd64.deb
        wget http://launchpadlibrarian.net/142636211/libesd0_0.2.41-11_amd64.deb
        wget http://launchpadlibrarian.net/142636259/esound-common_0.2.41-11_all.deb
...

The mention of this package was erroneously left in script 2. I'll clean it up tomorrow, but this doesn't affect anything. I'll read your logs later.


GIT OpenPLi-PC_Python2

GIT OpenPLi-PC_Python3

 

 

 

 

 

 

 

 

 

 

 

 
 

 

 


Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #1358 momi133

  • Senior Member
  • 74 posts

0
Neutral

Posted 31 July 2018 - 17:56

Of course, it's not good that MAC can't be read. Try different kernels from the repositories and write to https://bugzilla.kernel.org. This is a forum about enigma2.

Do you ever look at the contents of the scripts? :D  See script 3:

...
        wget http://launchpadlibrarian.net/142636212/libesd0-dev_0.2.41-11_amd64.deb
        wget http://launchpadlibrarian.net/142636211/libesd0_0.2.41-11_amd64.deb
        wget http://launchpadlibrarian.net/142636259/esound-common_0.2.41-11_all.deb
...

The mention of this package was erroneously left in script 2. I'll clean it up tomorrow, but this doesn't affect anything. I'll read your logs later.

 ok! Before your post, I saw it  :P  and run 3_build_libxine.sh and then 4_build_openpliPC.sh.

 

>>>please read logs.

 

3_build_libxine.sh log: https://paste.ubuntu.com/p/fPmdJh49Nj/

 

4_build_openpliPC.sh log : https://paste.ubuntu.com/p/2YqJzNBM9g/

 

>>>what's reason of this error in 4_build_openpliPC.sh?

 

modprobe: FATAL: Module dvbsoftwareca not found.
rm: cannot remove '/dev/dvb/adapter0/dvr1': No such file or directory
rm: cannot remove '/dev/dvb/adapter0/demux1': No such file or directory



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

  • Senior Member
  • 407 posts

+12
Neutral

Posted 31 July 2018 - 20:35

Glory to the Great God Manitou for what I saw the correct log of the e2pc compilation! :D  Now just look:

ls /dev/dvb/adapter0
ca0 demux0  demux1  dvr0  dvr1  frontend0  net0

(ca0 appears after the final recompilation of the enigma2)

Then find in /var/log word: "firmware" and "dvb".
If /dev/dvb is not present after reboot, then try to copy the tbs-files from your dvb card driver to my archive and recompile media_build.
W: You can't put your driver on any kernel and this is a problem. And don't reinstall the system. :) https://clonezilla.org

 

 


GIT OpenPLi-PC_Python2

GIT OpenPLi-PC_Python3

 

 

 

 

 

 

 

 

 

 

 

 
 

 

 


Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #1360 momi133

  • Senior Member
  • 74 posts

0
Neutral

Posted 31 July 2018 - 21:54

Glory to the Great God Manitou for what I saw the correct log of the e2pc compilation! :D  Now just look:

ls /dev/dvb/adapter0
ca0 demux0  demux1  dvr0  dvr1  frontend0  net0

(ca0 appears after the final recompilation of the enigma2)

Then find in /var/log word: "firmware" and "dvb".
If /dev/dvb is not present after reboot, then try to copy the tbs-files from your dvb card driver to my archive and recompile media_build.
W: You can't put your driver on any kernel and this is a problem. And don't reinstall the system. :) https://clonezilla.org

 

1 . This massage is difference with your command

root@mamad-VPCF133FX:/home/mamad# ls /dev/dvb/adapter0
demux0  dvr0  net0

 

 

2. /dev/dvb is  present after reboot!

 

root@mamad-VPCF133FX:/home/mamad# dmesg | grep dvb
[   45.622405] /usr/src/enigma2pc-6.2/enigma2/dvbsoftwareca/dvb_softwareca.c: frontend loopback driver v0.0.1
[   45.622406] dvbsoftwareca: registering adapters
[   45.622580] dvbsoftwareca: registered 0 CA devices
[  271.884194] dvb-usb: found a 'TBS 5520se USB2.0' in cold state, will try to load a firmware
[  271.892946] dvb-usb: downloading firmware from file 'dvb-usb-tbsqbox-id5521.fw'
[  272.049883] dvb-usb: found a 'TBS 5520se USB2.0' in warm state.
[  272.050330] dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.
[  272.050352] dvbdev: DVB: registering new adapter (TBS 5520se USB2.0)
[  272.050361] dvb-usb: MAC address reading failed.
[  272.099580] IP: tbs5520se_frontend_attach+0x157/0x490 [dvb_usb_tbs5520se]
[  272.099597] Modules linked in: si2183(OE) i2c_mux dvb_usb_tbs5520se(OE+) dvb_usb dvb_core rc_core rfcomm dvbsoftwareca(OE) ccm bnep snd_hda_codec_hdmi snd_hda_codec_realtek snd_hda_codec_generic snd_hda_intel snd_hda_codec arc4 snd_hda_core snd_hwdep snd_pcm snd_seq_midi snd_seq_midi_event snd_rawmidi intel_powerclamp wmi_bmof mxm_wmi ath9k coretemp ath9k_common kvm_intel ath9k_hw ath kvm snd_seq videodev media btusb irqbypass btrtl btbcm btintel bluetooth mac80211 joydev ecdh_generic intel_cstate snd_seq_device snd_timer cfg80211 input_leds serio_raw snd mac_hid i7core_edac soundcore shpchp sony_laptop lpc_ich nvidia_uvm(POE) wmi sch_fq_codel parport_pc ppdev lp parport ip_tables x_tables autofs4 hid_generic usbhid hid nvidia_drm(POE) nvidia_modeset(POE) nvidia(POE) drm_kms_helper syscopyarea sysfillrect
[  272.099753] RIP: 0010:tbs5520se_frontend_attach+0x157/0x490 [dvb_usb_tbs5520se]
[  272.099825]  dvb_usb_adapter_frontend_init+0xe5/0x1a0 [dvb_usb]
[  272.099833]  dvb_usb_device_init+0x4e6/0x640 [dvb_usb]
[  272.099844]  tbs5520se_probe+0x25/0x40 [dvb_usb_tbs5520se]
[  272.099920]  tbs5520se_module_init+0x24/0x1000 [dvb_usb_tbs5520se]
[  272.100136] RIP: tbs5520se_frontend_attach+0x157/0x490 [dvb_usb_tbs5520se] RSP: ffffb75a412bf928

 

 

3. then try to copy the tbs-files from your dvb card driver to my archive and recompile media_build

 

 

>>>which archive? your signature or this link:wget http://gdurl.com/jmxs/http://gdurl.com/jmx...04_amd64.tar.gz

 

final point is that linux-4.15.0-29-lowlatency is not stable and sometimes is stopped during booting ubuntu!


Edited by momi133, 31 July 2018 - 21:57.



1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users