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 #601 MrCoolSpan

  • Member
  • 29 posts

0
Neutral

Posted 18 March 2012 - 12:14

Hi guys,

thanks very much for feedback!!


No make file in dvbsoftwareca

Damn... I deleted all Makefiles to have less differences between the sources. I thought all Makefiles were automatically created. I revert it in the next days. Until then please take Makefile out of other branch.

1) I figurer that one out ;)

this is the satellites.xml from my dreambox 800 hd
whit this i can scan Thor and Sirius also

plays put this in /usr/local/e2/etc/tuxbox

Do you mean me? Can I do it without impact for others?

2) Yes plays use it in you build, it a complete satellites.xml

for "betacentauri"

openpli-merge work well with scrambled channels.. virtualbox .. vtuner + oscam

Thanks for good news!!

3) it also works on standalone Ubuntu x64 system. ATM i running
12.04 (precise) 64-bit
Kerne Linux 3.2.0-19-generic
GNOME 3.3.91
Processor: AMD Athlon™ Dual Core Processor 4850e × 2



Openpli-Merge shuts down when enable subtitles

Did it work with the master branch? What subtitles do you use? DVB subtitles?

4) I had it working with master
5) No it is Teletext subtitles, i activate it true the, A bottom ans select subtitles (yellow bottom) and then select ETC 599 teletext Danish.

Regards,
Betacentauri


Dm 800 hd (no clone;) and openpli ) dm 7000 openpli, db7020 openpli, Ubuntu 12.04 x64 openpli,Wave torodial T90 dish, diseqc 10/1... 5W, 1W, 05E, 7E, 13E, 16E, 19,2E, 21E, 28E

Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #602 dugommier

  • Member
  • 8 posts

0
Neutral

Posted 18 March 2012 - 13:25

Thank you Kerven,

I already tryed to change xine.conf

using opengl, xshm and vdupau but it does not work

Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #603 dugommier

  • Member
  • 8 posts

0
Neutral

Posted 18 March 2012 - 13:27

Thank you MrCoolSpan,
but I don't understand what your message means : does I must change version of OpenpliPC by using Openpl¨-merge ?

Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #604 MrCoolSpan

  • Member
  • 29 posts

0
Neutral

Posted 18 March 2012 - 13:36

Thank you MrCoolSpan,
but I don't understand what your message means : does I must change version of OpenpliPC by using Openpl¨-merge ?

thats what i have install
like this
cd /usr/local/src
sudo git clone git://github.com/nobody9/openpliPC.git
cd openpliPC
git checkout openpli_merge

and then run the install scripts
Dm 800 hd (no clone;) and openpli ) dm 7000 openpli, db7020 openpli, Ubuntu 12.04 x64 openpli,Wave torodial T90 dish, diseqc 10/1... 5W, 1W, 05E, 7E, 13E, 16E, 19,2E, 21E, 28E

Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #605 dugommier

  • Member
  • 8 posts

0
Neutral

Posted 18 March 2012 - 14:59

Ok I will try this
Thank you !

Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #606 dugommier

  • Member
  • 8 posts

0
Neutral

Posted 18 March 2012 - 18:23

I installed this package (openpliPC_merge) as it was explained in the readme,
like this :

cd /usr/local/src
sudo git clone git://github.com/nobody9/openpliPC.git
cd openpliPC
sudo git checkout openpli_merge

sudo ./build_libs.sh
sudo ./build_openpliPC.sh
and I have a message :


checking for BASE... no
configure: error: Package requirements (freetype2 fribidi gstreamer-0.10 gstreamer-pbutils-0.10 libdvbsi++ libpng libxml-2.0 sigc++-1.2) were not met:

No package 'gstreamer-0.10' found
No package 'gstreamer-pbutils-0.10' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables BASE_CFLAGS
and BASE_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
--------------------------------------
build OpenPliPC enigma2, please wait...
--------------------------------------
--------------------------------------
installing OpenPliPC enigma2 in /usr/local/e2
--------------------------------------
make: *** No rule to make target `install'. Stop.

An error occured while building OpenPliPC

Maybe I forgot a step ?
I'm not Linux usefull.

Thank you

Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #607 betacentauri

  • PLi® Core member
  • 7,185 posts

+323
Excellent

Posted 18 March 2012 - 20:08

on "openpli-merge" (e2pdir for buids.sh = usr/local/e3..)
i have same bug than with "master" and original e2pdir = usr/local/e2..

plugin openwebif is installed enabled on port= 80 or other.

on http://localhost i have :

CODE]

web.Server Traceback (most recent call last):
<type 'exceptions.IOError'>: [Errno 2] Aucun fichier ou dossier de ce type: '/proc/stb/info/model'
/usr/lib/python2.6/dist-packages/twisted/web/server.py, line 125 in process
123 try:
124 resrc = self.site.getResourceFor(self)
125 self.render(resrc)
126 except:

etc....
[/CODE]
------------------------



Hi kerven,

please goto
cd /usr/local/e2/lib/enigma2/python/Plugins/Extensions/OpenWebif/controllers/models/
(adjust accordingly your settings in build_openpliPC.sh and buildopenpwebif.sh (both must use the same path!))
Edit info.py and change path /proc/stb/info/model to the real path.

What I really don't understand is why you'll have to change it and I not....

Regards,
Betacentauri
Xtrend ET-9200, ET-8000, ET-10000, OpenPliPC on Ubuntu 12.04

Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #608 betacentauri

  • PLi® Core member
  • 7,185 posts

+323
Excellent

Posted 18 March 2012 - 20:17

Hello
I installed ENIGMA2 under Ubuntu 11.10 from github.com/nobody9/openpliPC
It works fine with uncrypted channels.

But I want to use it with OSCAM. I have OSCAM #6527 with a smargo reader.
I had a problem while making sudo modprobe dvbsoftwareca the dvbsoftwareca file is not present.
I have the right file misc in /lib/modules/3.0.0.12-generic directory
I used insmod dvbsoftwareca.ko instead of modprobe and when I do lsmod I see dvbsoftware used 2 times after loading Enigma2 and oscam.
Oscam descramble channels (' ecm founds ...' ), but I don't have any picture on Enigma2.

The terminal loggin :

adapter0/demux0 idx 0: change to even key
adapter0/demux0 idx 0: even key not ready (500 ms)
adapter0/demux0 idx 0: not active. wait skipped
FLUSH
FLUSH
It's now Sat Mar 17 11:42:57 2012
[timer.py] next activation: 1331981077 (in 99998 ms)
It's now Sat Mar 17 11:42:57 2012
[timer.py] next activation: 1331981077 (in 99996 ms)
[EPGC] abort non avail schedule reading
[EPGC] abort non avail schedule other reading
[EPGC] nownext finished(1331980977)
[EPGC] stop caching events(1331980977)
[EPGC] next update in 60 min
adapter0/demux0 idx 0: change to odd key
adapter0/demux0 idx 0: odd key not ready (500 ms)
adapter0/demux0 idx 0: not active. wait skipped

Can somedy help me ?

Thank you very much


Hi dugommier,

Makefile is back again in git.

I can't really help with OSCAM. But as kerven said, please use for the first tests only xshm or opengl driver and restart the PC. There are a couple of reports that descrambling with vdpau driver only works once after PC start. With opengl or xshm it should work much better.

Regards
Xtrend ET-9200, ET-8000, ET-10000, OpenPliPC on Ubuntu 12.04

Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #609 betacentauri

  • PLi® Core member
  • 7,185 posts

+323
Excellent

Posted 18 March 2012 - 20:27

Damn... I deleted all Makefiles to have less differences between the sources. I thought all Makefiles were automatically created. I revert it in the next days. Until then please take Makefile out of other branch.

1) I figurer that one out ;)

Makefile is back again in git.


this is the satellites.xml from my dreambox 800 hd
whit this i can scan Thor and Sirius also

plays put this in /usr/local/e2/etc/tuxbox

Do you mean me? Can I do it without impact for others?

2) Yes plays use it in you build, it a complete satellites.xml

Done.


Openpli-Merge shuts down when enable subtitles

Did it work with the master branch? What subtitles do you use? DVB subtitles?

4) I had it working with master
5) No it is Teletext subtitles, i activate it true the, A bottom ans select subtitles (yellow bottom) and then select ETC 599 teletext Danish.


I saw changes for subtitles in the source code while merging. Thanks for the instructions how to activate it (didn't know that). I'll look at it.

Regards,
Betacentauri
Xtrend ET-9200, ET-8000, ET-10000, OpenPliPC on Ubuntu 12.04

Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #610 betacentauri

  • PLi® Core member
  • 7,185 posts

+323
Excellent

Posted 18 March 2012 - 20:42

I installed this package (openpliPC_merge) as it was explained in the readme,
like this :

cd /usr/local/src
sudo git clone git://github.com/nobody9/openpliPC.git
cd openpliPC
sudo git checkout openpli_merge

sudo ./build_libs.sh
sudo ./build_openpliPC.sh
and I have a message :


checking for BASE... no
configure: error: Package requirements (freetype2 fribidi gstreamer-0.10 gstreamer-pbutils-0.10 libdvbsi++ libpng libxml-2.0 sigc++-1.2) were not met:
No package 'gstreamer-0.10' found
No package 'gstreamer-pbutils-0.10' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables BASE_CFLAGS
and BASE_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
--------------------------------------
build OpenPliPC enigma2, please wait...
--------------------------------------
--------------------------------------
installing OpenPliPC enigma2 in /usr/local/e2
--------------------------------------
make: *** No rule to make target `install'. Stop.
An error occured while building OpenPliPC

Maybe I forgot a step ?
I'm not Linux usefull.

Thank you


Hi,

please execute these 2 commands:
sudo apt-get install libgstreamer0.10-dev
sudo apt-get install libgstreamer-plugins-base0.10-dev
Or get latest version from git and run ./build_libs.sh

I hope that it fix the problem.

Regards,
Betacentauri
Xtrend ET-9200, ET-8000, ET-10000, OpenPliPC on Ubuntu 12.04

Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #611 betacentauri

  • PLi® Core member
  • 7,185 posts

+323
Excellent

Posted 18 March 2012 - 21:37


Did it work with the master branch? What subtitles do you use? DVB subtitles?

4) I had it working with master
5) No it is Teletext subtitles, i activate it true the, A bottom ans select subtitles (yellow bottom) and then select ETC 599 teletext Danish.


I saw changes for subtitles in the source code while merging. Thanks for the instructions how to activate it (didn't know that). I'll look at it.


Hi MrCoolSpan,

I have tested several (german) channels (ARD, RTL, ZDF,...). It works well with no crashes.

Freezes E2 or does it crash. In case of crash please post log.

Regards
Xtrend ET-9200, ET-8000, ET-10000, OpenPliPC on Ubuntu 12.04

Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #612 Amatøren

  • Senior Member
  • 147 posts

0
Neutral

Posted 18 March 2012 - 22:07

<p>Still got som trouble.</p>
<p>Now it starts, but will not use the tuner. I can scan for channels and it finds them, but vill not display them.</p>
<p> </p>
<p>Startup:</p>
<div><img alt="" src="http://www.digitalhu...Li_Startup.png" style="width: 1280px; height: 760px;" /></div>
<div> </div>
<div>Scan:</div>
<div><img alt="" src="http://www.digitalhu..._on_Ubuntu.png" style="width: 1280px; height: 800px;" /></div>
<div> </div>
<div>

+ (1) Background File Eraser<br />
+ (8) graphics acceleration manager<br />
BCM accel interface not available - Inappropriate ioctl for device<br />
+ (9) Font Render Class<br />
[FONT] initializing lib...<br />
[FONT] loading fonts...<br />
PYTHONPATH: /usr/local/e2/lib/enigma2/python<br />
[FONT] Intializing font cache, using max. 4MB...<br />
+ (9) gLCDDC<br />
lcd buffer 0x2580e80 8448 bytes, stride 132<br />
+ (9) gXlibDC<br />
Display resolution 1920 1200<br />
XINE-LIB version: 1.2.0openpliPC-e2<br />
configfile /usr/local/e2/share/enigma2/xine.conf<br />
use vo_driver: xshm<br />
use ao_driver: auto<br />
<br />
<br />
WARNING: current display depth is 24. For better performance<br />
a depth of 16 bpp is recommended!<br />
<br />
X11OSD: MMX OSD scaling active<br />
input_bluray: (bluray_class_get_instance:1446) bluray_class_get_instance<br />
input_bluray: (bluray_class_get_instance:1446) bluray_class_get_instance<br />
+ (10) gRC<br />
RC thread created successfully<br />
+ (15) eWindowStyleManager<br />
+ (20) AVSwitch Driver<br />
+ (20) misc options<br />
+ (20) RC Input layer<br />
+ (20) UHF Modulator<br />
couldnt open /dev/rfmod0!!!!<br />
+ (20) DVB-CI UI<br />
+ (21) Xlib RC Driver<br />
+ (22) Hdmi CEC driver<br />
+ (30) eActionMap<br />
+ (34) caConnector<br />
Cannot resolve family name of generic netlink socket<br />
+ (35) CA handler<br />
+ (35) CI Slots<br />
scanning for common interfaces..<br />
eDVBCIInterfaces-&gt;setInputSource(0, 0)<br />
eDVBCIInterfaces-&gt;setInputSource(1, 1)<br />
done, found 0 common interface slots<br />
+ (36) Stream server<br />
+ (40) eServiceCenter<br />
settings instance.<br />
+ (41) eServiceFactoryDVB<br />
+ (41) eServiceFactoryFS<br />
+ (41) eServiceFactoryMP3<br />
+ (41) eServiceFactoryM2TS<br />
eServiceFactoryM2TS aborted, no /usr/lib/libpassthrough.so<br />
+ (41) eServiceFactoryDVD<br />
reached rl 70<br />
---- opening lame channel db<br />
reading services (version 4)<br />
loaded 1588 services<br />
scanning for frontends..<br />
opening frontend 0<br />
detected terrestrial frontend<br />
close frontend 0<br />
scanning for frontends..<br />
opening frontend 0<br />
detected cable frontend<br />
close frontend 0<br />
boxtype detection via /usr/local/e2/etc/stb/info not possible... use fallback via demux count!<br />
<br />
found 2 adapter, 2 frontends(2 sim) and 2 demux, boxtype 6<br />
Use valid Linux Time :) (RTC?)<br />
[EPGC] Initialized EPGCache (wait for setCacheFile call now)<br />
Loading spinners...<br />
found 4 spinner!<br />
<br />
setIoPrio best-effort level 3 ok<br />
/usr/local/e2/etc/stb/frontend/0/lnb_sense is 0<br />
<br />
SKIN ERROR: {Magic/skin.xml}: primary skin not found. Please contact the skin's author!<br />
defaulting to standard skin... skin.xml<br />
Reading terrestrial.xml<br />
sec config cleared<br />
setSlotInfo for dvb frontend 0 to slotid 0, descr TUNER A, need rotorworkaround No, enabled Yes, DVB-S2 No<br />
setSlotInfo for dvb frontend 0 to slotid 0, descr TUNER A, need rotorworkaround No, enabled Yes, DVB-S2 No<br />
sec config completed<br />
[InfoBar] Failed to load resumepoints: [Errno 2] No such file or directory: '/home/root/resumepoints.pkl'<br />
loading bouquet... /usr/local/e2/etc/enigma2/bouquets.tv<br />
loading bouquet... /usr/local/e2/etc/enigma2/userbouquet.favourites.tv<br />
127 entries in Bouquet userbouquet.favourites.tv<br />
loading bouquet... /usr/local/e2/etc/enigma2/userbouquet.2fb64.tv<br />
43 entries in Bouquet userbouquet.2fb64.tv<br />
loading bouquet... /usr/local/e2/etc/enigma2/userbouquet.arena_sky__tv_.tv<br />
76 entries in Bouquet userbouquet.arena_sky__tv_.tv<br />
loading bouquet... /usr/local/e2/etc/enigma2/userbouquet.orf__tv_.tv<br />
27 entries in Bouquet userbouquet.orf__tv_.tv<br />
loading bouquet... /usr/local/e2/etc/enigma2/userbouquet.LastScanned.tv<br />
64 entries in Bouquet userbouquet.LastScanned.tv<br />
5 entries in Bouquet bouquets.tv<br />
loading bouquet... /usr/local/e2/etc/enigma2/bouquets.radio<br />
loading bouquet... /usr/local/e2/etc/enigma2/userbouquet.AustriaSat.radio<br />
157 entries in Bouquet userbouquet.AustriaSat.radio<br />
loading bouquet... /usr/local/e2/etc/enigma2/userbouquet.favourites.radio<br />
0 entries in Bouquet userbouquet.favourites.radio<br />
2 entries in Bouquet bouquets.radio<br />
[eDVBLocalTimeHandler] enable sync local time with transponder time!<br />
add dreampackage scanner plugin<br />
added<br />
[FONT] adding font /usr/local/e2/share/fonts/nmsbd.ttf...xine: found input plugin : file input plugin<br />
ebml: invalid EBML ID size (0x0) at position 1<br />
ebml: Invalid EBML length size (0x0) at position 2<br />
ebml: invalid master element<br />
demux_dts: unsupported DTS stream type, or not a DTS stream<br />
xine: found demuxer plugin: Elementary MPEG stream demux plugin<br />
setResolution 720 576<br />
Event Received!<br />
XNextEvent 21<br />
XNextEvent 22<br />
XNextEvent 22<br />
XNextEvent 19<br />
XNextEvent 12<br />
XNextEvent 77<br />
XNextEvent 22<br />
adapter0/demux0: reset stateEvent Received!<br />
XNextEvent 14<br />
XNextEvent 77<br />
adapter1/demux0: reset stateexecuting main<br />
OK (Regular)<br />
[FONT] adding font /usr/local/e2/share/fonts/andale.ttf...OK (Fixed)<br />
[FONT] adding font /usr/local/e2/share/fonts/tuxtxt.ttf...OK (Console)<br />
[FONT] adding font /usr/local/e2/share/fonts/ae_AlMateen.ttf...OK (Replacement)<br />
[FONT] adding font /usr/local/e2/share/fonts/valis_enigma.ttf...setResolution 720 576<br />
Event Received!<br />
XNextEvent 22<br />
OK (Subs)<br />
[FONT] adding font /usr/local/e2/share/fonts/nmsbd.ttf...OK (FdLcD)<br />
Unknown device type: em28xx IR (em28xx #0)<br />
Unknown device type: IR-receiver inside an USB DVB receiver<br />
Unknown device type: PS/2 Generic Mouse<br />
[iInputDevices] getInputDevices &lt;ERROR: ioctl(EVIOCGNAME): [Errno 25] Inappropriate ioctl for device &gt;<br />
Unknown device type: SynPS/2 Synaptics TouchPad<br />
[iInputDevices] getInputDevices &lt;ERROR: ioctl(EVIOCGNAME): [Errno 25] Inappropriate ioctl for device &gt;<br />
[iInputDevices] getInputDevices &lt;ERROR: ioctl(EVIOCGNAME): [Errno 22] Invalid argument &gt;<br />
Unknown device type: HP WMI hotkeys<br />
Unknown device type: ST LIS3LV02DL Accelerometer<br />
[iInputDevices] getInputDevices &lt;ERROR: ioctl(EVIOCGNAME): [Errno 21] Is a directory: '/dev/input/by-path' &gt;<br />
Unknown device type: Video Bus<br />
Unknown device type: Power Button<br />
Unknown device type: Lid Switch<br />
Unknown device type: Sleep Button<br />
[iInputDevices] getInputDevices &lt;ERROR: ioctl(EVIOCGNAME): [Errno 25] Inappropriate ioctl for device &gt;<br />
--&gt; setting scaler_sharpness to: 0000000D<br />
couldn't open /usr/local/e2/etc/stb/misc/12V_output<br />
[SETTING] getFlushSize= 0<br />
[SETTING] getDemuxSize= 962560<br />
[ePopen] command: ip -o addr show dev eth0<br />
[ePopen] command: ip -o addr show dev wlan0<br />
[ePopen] command: ip -o addr show dev virbr0<br />
Activating keymap: Default (US)<br />
Activating language English<br />
-&gt; update deinterlace !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!<br />
-&gt; update deinterlace !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!<br />
-&gt; update deinterlace !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!<br />
-&gt; update SD features !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!<br />
-&gt; update SD features !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!<br />
setMode - port: DVI-PC rate: 50<br />
-&gt; update deinterlace !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!<br />
-&gt; update SD features !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!<br />
sh: fpupgrade: not found<br />
--&gt; setting contrast to: 00008000<br />
--&gt; setting saturation to: 00008000<br />
--&gt; setting hue to: 00008000<br />
--&gt; setting brightness to: 00008000<br />
--&gt; setting block_noise_reduction to: 00000000<br />
--&gt; setting mosquito_noise_reduction to: 00000000<br />
--&gt; setting digital_contour_removal to: 00000000<br />
--&gt; applying pep values<br />
Plugin Extensions/WebInterface failed to load: No module named plugin<br />
Plugin probably removed, but not cleanly in /usr/local/e2/lib/enigma2/python/Plugins/Extensions/WebInterface<br />
starting hotplug handler<br />
It's now Sun Mar 18 21:59:15 2012<br />
[timer.py] next activation: 1332104455 (in 99375 ms)<br />
[TIMER] record time changed, start prepare is now: Sat Dec 3 19:26:40 2011<br />
Possible Bug: unknown Conflict!<br />
[Timer] Record &lt;RecordTimer.RecordTimerEntry object at 0x435be10&gt;<br />
It's now Sun Mar 18 21:59:15 2012<br />
[timer.py] next activation: 1332104455 (in 99374 ms)<br />
[EPGC] setCacheFile read/write epg data from/to '/hdd/epg.dat'<br />
[EPGC] time updated.. start EPG Mainloop<br />
not showing fine-tuning wizard, config variable doesn't exist<br />
showtestcard is false<br />
[SKIN] Parsing embedded skin<br />
setValue 50<br />
Setvolume: 100 100<br />
Setvolume: 50 50<br />
[Trashcan] gotRecordEvent None None<br />
[SKIN] No skin to read...<br />
no teletext plugin found!<br />
RemovePopup, id = ZapError<br />
child has terminated<br />
pipes closed<br />
FLUSH<br />
[ePopen] command: route -n | grep eth0<br />
child has terminated<br />
pipes closed<br />
[ePopen] command: route -n | grep wlan0<br />
child has terminated<br />
pipes closed<br />
[ePopen] command: route -n | grep virbr0<br />
poll: unhandled POLLERR/HUP/NVAL for fd 34(16)<br />
poll: unhandled POLLERR/HUP/NVAL for fd 37(16)<br />
poll: unhandled POLLERR/HUP/NVAL for fd 40(16)<br />
child has terminated<br />
pipes closed<br />
0.0.0.0<br />
10.0.0.<br />
169.254<br />
poll: unhandled POLLERR/HUP/NVAL for fd 41(16)<br />
child has terminated<br />
pipes closed<br />
poll: unhandled POLLERR/HUP/NVAL for fd 37(16)<br />
child has terminated<br />
pipes closed<br />
192.168<br />
nameservers: [[10, 0, 0, 138]]<br />
read configured interface: {'lo': {'dhcp': False}, 'eth0': {'dhcp': False}}<br />
self.ifaces after loading: {'virbr0': {'preup': False, 'predown': False, 'ip': [192, 168, 122, 1], 'up': True, 'mac': 'f6:8e:76:71:62:e8', 'dhcp': False, 'bcast': [192, 168, 122, 255], 'netmask': [255, 255, 255, 0]}, 'wlan0': {'preup': False, 'predown': False, 'ip': [0, 0, 0, 0], 'up': False, 'mac': '00:1f:3b:4d:52:a7', 'dhcp': True, 'netmask': [0, 0, 0, 0], 'gateway': [0, 0, 0, 0]}, 'eth0': {'preup': False, 'predown': False, 'ip': [10, 0, 0, 151], 'up': True, 'mac': '00:1a:4b:80:36:b4', 'dhcp': False, 'bcast': [10, 0, 0, 255], 'netmask': [255, 255, 255, 0], 'gateway': [10, 0, 0, 138]}}<br />
[OpenWebif] loading external plugins...<br />
[OpenWebif] no plugins to load<br />
[OpenWebif] started on 80<br />
poll: unhandled POLLERR/HUP/NVAL for fd 40(16)<br />
eStaticServiceDVBBouquetInformation::getName failed.. getBouquet failed!<br />
playing 1:0:1:4C:21:85:C00000:0:0:0:<br />
size: 7808, alloc (nil)<br />
ERROR: accelAlloc failed<br />
not pauseable.<br />
RemovePopup, id = ZapError<br />
allocate channel.. 0021:0085<br />
allocate Channel: res -7<br />
DVB service failed to tune - error 10<br />
RemovePopup, id = ZapError<br />
AddPopup, id = ZapError<br />
FLUSH<br />
FLUSH<br />
FLUSH<br />
FLUSH<br />
Timeout!<br />
FLUSH<br />
FLUSH<br />
SDL Key Down: key=64<br />
unhandled KEYBOARD keycode: 64<br />
Enigma2 Quit<br />
open /dev/dbox/fp0 for wakeup timer clear failed!(No such file or directory)<br />
[InfoBar] Failed to write resumepoints: [Errno 2] No such file or directory: '/home/root/resumepoints.pkl'<br />
---- saving lame channel db<br />
FLUSH<br />
saved 94 channels and 1588 services!<br />
release cached channel (timer timeout)<br />
thread joined 0<br />
set RTC to previous valid time<br />
- (41) eServiceFactoryDVB<br />
- (41) eServiceFactoryFS<br />
- (41) eServiceFactoryMP3<br />
- (41) eServiceFactoryM2TS<br />
- (41) eServiceFactoryDVD<br />
- (40) eServiceCenter<br />
- (36) Stream server<br />
- (35) CA handler<br />
- (35) CI Slots<br />
- (34) caConnector<br />
- (30) eActionMap<br />
- (22) Hdmi CEC driver<br />
- (21) Xlib RC Driver<br />
- (20) AVSwitch Driver<br />
- (20) misc options<br />
- (20) RC Input layer<br />
- (20) UHF Modulator<br />
- (20) DVB-CI UI<br />
- (15) eWindowStyleManager<br />
- (10) gRC<br />
waiting for gRC thread shutdown<br />
gRC thread has finished<br />
- (9) Font Render Class<br />
- (9) gLCDDC<br />
- (9) gXlibDC<br />
thread joined 0<br />
- (8) graphics acceleration manager<br />
- (1) Background File Eraser<br />
reached rl -1<br />
Event Received!<br />
Event Received!<br />
XNextEvent 14<br />
XNextEvent 77<br />
XINE_VO_ASPECT_ANAMORPHIC (16:9) !!!!!!!!!!!!!!!!!!!!!!!!!!!!!<br />
XINE_VO_ASPECT_ANAMORPHIC (16:9) !!!!!!!!!!!!!!!!!!!!!!!!!!!!!<br />
XINE_VO_ASPECT_ANAMORPHIC (16:9) !!!!!!!!!!!!!!!!!!!!!!!!!!!!!<br />
XINE_VO_ASPECT_ANAMORPHIC (16:9) !!!!!!!!!!!!!!!!!!!!!!!!!!!!!<br />
XINE_VO_ASPECT_ANAMORPHIC (16:9) !!!!!!!!!!!!!!!!!!!!!!!!!!!!!<br />
XINE_VO_ASPECT_ANAMORPHIC (16:9) !!!!!!!!!!!!!!!!!!!!!!!!!!!!!<br />
XINE_VO_ASPECT_ANAMORPHIC (16:9) !!!!!!!!!!!!!!!!!!!!!!!!!!!!!<br />
XINE_VO_ASPECT_ANAMORPHIC (16:9) !!!!!!!!!!!!!!!!!!!!!!!!!!!!!<br />
xine_event_handler(): event-&gt;type: 14<br />
Event Received!<br />
Event Received!<br />
XNextEvent 12<br />
XNextEvent 14<br />
XNextEvent 77<br />
Event Received!<br />
Event Received!<br />
XNextEvent 14<br />
XNextEvent 77<br />
eDVBServicePlay::start<br />
Event Received!<br />
Event Received!<br />
XNextEvent 12<br />
XNextEvent 12<br />
XNextEvent 12<br />
XNextEvent 12<br />
XNextEvent 12<br />
XNextEvent 12<br />
XNextEvent 12<br />
XNextEvent 12<br />
XNextEvent 12<br />
XNextEvent 12<br />
XNextEvent 12<br />
XNextEvent 12<br />
XNextEvent 12<br />
XNextEvent 12<br />
XNextEvent 14<br />
XNextEvent 77<br />
Event Received!<br />
Event Received!<br />
XNextEvent 14<br />
XNextEvent 77<br />
Event Received!<br />
Event Received!<br />
XNextEvent 14<br />
XNextEvent 77<br />
Event Received!<br />
Event Received!<br />
XNextEvent 14<br />
XNextEvent 77<br />
Event Received!<br />
Event Received!<br />
XNextEvent 14<br />
XNextEvent 77<br />
Event Received!<br />
Event Received!<br />
XNextEvent 12<br />
XNextEvent 12<br />
XNextEvent 12<br />
XNextEvent 12<br />
XNextEvent 12<br />
XNextEvent 12<br />
XNextEvent 12<br />
XNextEvent 12<br />
XNextEvent 12<br />
XNextEvent 12<br />
XNextEvent 12<br />
XNextEvent 12<br />
XNextEvent 12<br />
XNextEvent 12<br />
XNextEvent 14<br />
XNextEvent 77<br />
Event Received!<br />
Event Received!<br />
XNextEvent 14<br />
XNextEvent 77<br />
Event Received!<br />
XNextEvent 2<br />
Event Received!<br />
XNextEvent 33<br />
eDVBServicePlay::stop<br />
close(m_fd_dst) 30<br />
xine_event_handler(): event-&gt;type: 7

</div>
<div> </div>
<div> </div>


Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #613 MrCoolSpan

  • Member
  • 29 posts

0
Neutral

Posted 18 March 2012 - 22:53

Sorry m8 i don't know how to start the login proses
I have try whit sudo /usr/local/e2/bin/enigma2 2>&1 | tee build_log.log but no log files, and thats also no log files when building the system

but this is what i see in terminal

action -> SetupActions ok
enable teletext subtitle page 599
[infobar::audioSelected] 0
FLUSH
Event Received!
XNextEvent 3
SDL Key Up: key=36
adapter0/demux0 idx 0: change to even key
CA_SET_DESCR ca_num 0000, idx 0, parity 1, cw 42...F8
Page Start 1 4955678463
Page End 1 4955680255
-------
main thread is non-idle! display spinner!


it looks like it first shutdown when it have to show subtitles, if i enable subs when no talking it runs just fine, but when the start talking, Green screen of ded..
Dm 800 hd (no clone;) and openpli ) dm 7000 openpli, db7020 openpli, Ubuntu 12.04 x64 openpli,Wave torodial T90 dish, diseqc 10/1... 5W, 1W, 05E, 7E, 13E, 16E, 19,2E, 21E, 28E

Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #614 Raider05

  • Senior Member
  • 75 posts

+4
Neutral

Posted 19 March 2012 - 10:40

Hi all :)

@betacentauri
Thanks for the great job, Enigma works, but the first run is very long (~25-30 sec)
Do not run in the Fullscreen mode, from master-branch rewritre files gxlibdc.cpp and gxlibdc.h and then is good launch the Fullscreen mode
TV shows as well (FTA and encrypted channels) , but you can not view in Menu the Mediaplayer and Dvdplayer, probably until well conceived.
If changed the skin and then reboot enigma2, then starts skin PLi-HD, strangely. In master-branch have not this problem.
It would be great to do with no problems watching movies (view old recodings do not works, new - i have not tried) and choice of audio tracks, as well as timeshift

@all with vdpau driver and view encrypted channels

Copy file enigma2/data/black.mvi in /usr/local/e2/etc/tuxbox and rewrite file logo.mvi
cp enigma2/data/black.mvi /usr/local/e2/etc/tuxbox/logo.mvi
and enjoy :)
For me more have't black screen more than a week!!!

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

Git enigma2pc


Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #615 dugommier

  • Member
  • 8 posts

0
Neutral

Posted 19 March 2012 - 15:14

Hi,

please execute these 2 commands:

sudo apt-get install libgstreamer0.10-dev
sudo apt-get install libgstreamer-plugins-base0.10-dev
Or get latest version from git and run ./build_libs.sh

I hope that it fix the problem.

Regards,
Betacentauri



Thank You, it works.
But I descramble channels only 1 time for 5 ! I must reload and it the decoding with OSCAM works or not without changing any parameters ! Oscam log always say ok, ecm found ...

i try all kind of parameters but it's the same.

If you have any idea, thank you very much

Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #616 Pr2

  • PLi® Contributor
  • 6,120 posts

+260
Excellent

Posted 19 March 2012 - 21:20


@all with vdpau driver and view encrypted channels

Copy file enigma2/data/black.mvi in /usr/local/e2/etc/tuxbox and rewrite file logo.mvi

cp enigma2/data/black.mvi /usr/local/e2/etc/tuxbox/logo.mvi
and enjoy :)
For me more have't black screen more than a week!!!


Hi,

Many many many thanks, this vdpau problem turns me crazy, I am really happy now to be able to always use vdpau driver.
I stop/start several time OpenpliPC and indeed now it always start unscrambling without any problem, that's a big progress with a so simple solution... but the fact was to find it. :-)

@Betacentauri,

Can you please arrange this to have it by default in the repository?

Thanks,

Pr2

NO SUPPORT by PM, it is a forum make your question public so everybody can benefit from the question/answer.
If you think that my answer helps you, you can press the up arrow in bottom right of the answer.

Wanna help with OpenPLi Translation? Please read our Wiki Information for translators

Sat: Hotbird 13.0E, Astra 19.2E, Eutelsat5A 5.0W
VU+ Solo 4K: 2*DVB-S2 + 2*DVB-C/T/T2 (used in DVB-C) & Duo 4K: 2*DVB-S2X + DVB-C (FBC)

AB-Com: PULSe 4K 1*DVB-S2X (+ DVB-C/T/T2)
Edision OS Mio 4K: 1*DVB-S2X + 1*DVB-C/T/T2
 


Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #617 betacentauri

  • PLi® Core member
  • 7,185 posts

+323
Excellent

Posted 19 March 2012 - 22:42

<p>Still got som trouble.</p>
<p>Now it starts, but will not use the tuner. I can scan for channels and it finds them, but vill not display them.</p>
<p> </p>
<p>Startup:</p>
<div><img alt="" src="http://www.digitalhu...Li_Startup.png" style="width: 1280px; height: 760px;" /></div>
<div> </div>
<div>Scan:</div>
<div><img alt="" src="http://www.digitalhu..._on_Ubuntu.png" style="width: 1280px; height: 800px;" /></div>

setSlotInfo for dvb frontend 0 to slotid 0, descr TUNER A, need rotorworkaround No, enabled Yes, DVB-S2 No<br />
setSlotInfo for dvb frontend 0 to slotid 0, descr TUNER A, need rotorworkaround No, enabled Yes, DVB-S2 No<br />
sec config completed<br />
[InfoBar] Failed to load resumepoints: [Errno 2] No such file or directory: '/home/root/resumepoints.pkl'<br />
loading bouquet... /usr/local/e2/etc/enigma2/bouquets.tv<br />
loading bouquet... /usr/local/e2/etc/enigma2/userbouquet.favourites.tv<br />
127 entries in Bouquet userbouquet.favourites.tv<br />
loading bouquet... /usr/local/e2/etc/enigma2/userbouquet.2fb64.tv<br />
43 entries in Bouquet userbouquet.2fb64.tv<br />
loading bouquet... /usr/local/e2/etc/enigma2/userbouquet.arena_sky__tv_.tv<br />
76 entries in Bouquet userbouquet.arena_sky__tv_.tv<br />
loading bouquet... /usr/local/e2/etc/enigma2/userbouquet.orf__tv_.tv<br />
27 entries in Bouquet userbouquet.orf__tv_.tv<br />
loading bouquet... /usr/local/e2/etc/enigma2/userbouquet.LastScanned.tv<br />
64 entries in Bouquet userbouquet.LastScanned.tv<br />
5 entries in Bouquet bouquets.tv<br />
loading bouquet... /usr/local/e2/etc/enigma2/bouquets.radio<br />
loading bouquet... /usr/local/e2/etc/enigma2/userbouquet.AustriaSat.radio<br />
157 entries in Bouquet userbouquet.AustriaSat.radio<br />
loading bouquet... /usr/local/e2/etc/enigma2/userbouquet.favourites.radio<br />
0 entries in Bouquet userbouquet.favourites.radio<br />
2 entries in Bouquet bouquets.radio<br />


You have several bouquet files. Are you sure that you're using the right one? Perhaps you move all bouquet files to another place and start from scratch.
Don't have any other ideas (because scanning channels work).
Xtrend ET-9200, ET-8000, ET-10000, OpenPliPC on Ubuntu 12.04

Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #618 betacentauri

  • PLi® Core member
  • 7,185 posts

+323
Excellent

Posted 19 March 2012 - 22:44

Sorry m8 i don't know how to start the login proses
I have try whit sudo /usr/local/e2/bin/enigma2 2>&1 | tee build_log.log but no log files, and thats also no log files when building the system


To get a log file please start it with:
sudo /usr/local/e2/bin/enigma2 > /tmp/log.txt 2>&1
Please post it here (as file or only the last 20 lines).

Edited by betacentauri, 19 March 2012 - 22:44.

Xtrend ET-9200, ET-8000, ET-10000, OpenPliPC on Ubuntu 12.04

Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #619 betacentauri

  • PLi® Core member
  • 7,185 posts

+323
Excellent

Posted 19 March 2012 - 22:50

@Betacentauri,

Can you please arrange this to have it by default in the repository?


Hi Pr2,

strange that this solves the problem...
Shouldn't be a problem to include it in the build_openpliPC.sh.
(but not today...)

Regards,
Betacentauri
Xtrend ET-9200, ET-8000, ET-10000, OpenPliPC on Ubuntu 12.04

Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #620 temporary

  • Member
  • 8 posts

0
Neutral

Posted 19 March 2012 - 22:59


Same situation with "Frontend_Device: 0" or numbered by tuner. I have not any other ideas to get work.


Me too. Hope that someone else can help.

Does the card work with other software(kaffeine, vdr,...)?


Sorry for delay, but I waited for new posts assigment :)
Yes, all tuners works okay in vlc or in tools szap, scan-s2.

Do you have any ideas why is not working? At the moment I'm waiting for quad DVB-T/T2 card TBS6284. I will check if this card will be same behaviour.


1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users