Kodi Community Forum
Linux OpenELEC Testbuilds for x86 (Kodi 17) - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Linux (https://forum.kodi.tv/forumdisplay.php?fid=52)
+---- Thread: Linux OpenELEC Testbuilds for x86 (Kodi 17) (/showthread.php?tid=238393)



RE: OpenELEC Testbuilds for Generic/Nvidia_Legacy (Kodi 16.0) - kenofs - 2015-11-28

(2015-11-28, 06:47)Milhouse Wrote:
(2015-11-23, 15:38)kenofs Wrote:
(2015-11-23, 08:25)Milhouse Wrote: Hmm, good to know - presumably you only had to do this once and not every boot, so all is good now?

At a guess, maybe connman-1.30 is seeing your network hardware with a slightly different label than before, so "forgot" the old settings created with connman-1.23.

Even switching back to the latest Fritsch build (20151118) I have to reset every time now.

The issue in the previous comment would neatly explain your new WiFi behaviour after booting build #1121.

If you:
Code:
cd /storage/.config/system.d && rm -fr *.wants *.target dbus-fi*
then upgrade to @fritsch build 20151118 (or my build #1119) I'd be pretty confident your WiFi will start connecting automatically again - can you confirm?
Only if you are willing to forgive my ignorance and point me to a post explaining how to add the line in the code.


RE: OpenELEC Testbuilds for Generic/Nvidia_Legacy (Kodi 16.0) - Karnis - 2015-11-28

I found the easiest thing to do was to just do a clean install of OE 6 official & then update to 1119.

It's a good, solid EGL build for my Chromebox & I plan to do the same when my Intel Braswell NUC shows up next week.


RE: OpenELEC Testbuilds for Generic/Nvidia_Legacy (Kodi 16.0) - Milhouse - 2015-11-29

New OpenELEC Jarvis build #1128: Generic / Nvidia_Legacy
(Supercedes previous build)

Code:
# uname -a
Linux OpenELEC 4.3.0 #1 SMP Sat Nov 28 18:57:58 GMT 2015 x86_64 GNU/Linux

# lsb_release
OpenELEC (Milhouse) - Version: devel-20151128185654-#1128-g34c14d5 [Build #1128]

Based on tip of OpenELEC master (34c14d59, changelog) and tip of XBMC master (b67d1370, changelog) with the following modifications: Build Highlights:
  1. Fix for systemd-228 garbage (will require 2 reboots to completely fix)
  2. Bump ffmpeg 2.8.3
  3. Intel tearing fix (see discussion)
Build Details:
  1. OpenELEC:
    • Revert "remove package 'enca'" (0310cae8)
    • pcre: update to pcre-8.38 (774e65f6)
    • libressl: update to libressl-2.2.4 (b2da1ab7)
    • kmod: update to kmod-22 (34c14d59)
  2. XBMC:
    • [addons] Fix wrong text on failed add-on install (PR:8451, 1 commit, 1 file changed)
    • Some coverity fixes for music and pictures (PR:8422, 6 commits, 6 files changed)
  3. dcadec:
    • Add NULL pointer checks into exported functions (1ed95f0e)
    • Fix starting position when searching for extensions. (32a3c4ef)
  4. adsp.basic:
    • [AudioDSPSettings] TinyXml node allocation at heap with new (d7c29853)
    • [AudioDSPSettings] Improve XML file generation (54d0436d)
    • [AudioDSPSettings] Fix XML file save (fa186943)
  5. pvr.mediaportal.tvserver:
    • Fix regression with handling of epg ids and timer indexes introduced with PVR API 4.0.0 bump (PR:26, 2 commits, 4 files changed)
  6. Additional commits/pull requests/changes not yet merged upstream:
    • Added: [env] 058cd657: Intel: Add tearfree to default config - fixes framedrops (handle with care)
    • Added: [env] 76afdb47: ffmpeg: Bump to 2.8.3
    • Added: [env] PR:4472: [systemd] Update our patch to work with systemd-228 - closes #4470



RE: OpenELEC Testbuilds for Generic/Nvidia_Legacy (Kodi 16.0) - Milhouse - 2015-11-29

(2015-11-28, 22:42)kenofs Wrote: Only if you are willing to forgive my ignorance and point me to a post explaining how to add the line in the code.

You'd enter it at the ssh prompt, an essential tool when testing these builds. Though never mind, try build #1128, reboot a couple of times and let me know if there is any improvement. If not, I'll need the contents of:
Code:
ls -la /storage/.config/system.d | paste



RE: OpenELEC Testbuilds for Generic/Nvidia_Legacy (Kodi 16.0) - kenofs - 2015-11-29

(2015-11-29, 00:10)Milhouse Wrote:
(2015-11-28, 22:42)kenofs Wrote: Only if you are willing to forgive my ignorance and point me to a post explaining how to add the line in the code.

You'd enter it at the ssh prompt, an essential tool when testing these builds. Though never mind, try build #1128, reboot a couple of times and let me know if there is any improvement. If not, I'll need the contents of:
Code:
ls -la /storage/.config/system.d | paste

Latest Millhouse build-wireless network active issue fixed, thank you, still have Pandora issue (http://xbmclogs.com/pvjx1kjll). Latest Fritsch Build- wireless network active issue fixed no problem logging into Pandora.


RE: OpenELEC Testbuilds for Generic/Nvidia_Legacy (Kodi 16.0) - kenofs - 2015-11-29

Pandora log starts at line 179.


RE: OpenELEC Testbuilds for Generic/Nvidia_Legacy (Kodi 16.0) - Milhouse - 2015-11-29

@kenofs:
Code:
19:13:10  95.718170 T:139700882974464   ERROR: ERROR:root:Network error: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:590)>

Hmmm... seems to be a certificate issue when connecting with Pandora.


RE: OpenELEC Testbuilds for Generic/Nvidia_Legacy (Kodi 16.0) - kaiseruk - 2015-11-29

Is this included in Jarvis?

https://github.com/xbmc/xbmc/pull/7733

Latest generic build is working fine for me so far, only issue i noticed so far was slowdown with my mce ir remote. Keypresses can suddenly be slow to be recognised at times.


RE: OpenELEC Testbuilds for Generic/Nvidia_Legacy (Kodi 16.0) - fritsch - 2015-11-29

Since months ... yes


RE: OpenELEC Testbuilds for Generic/Nvidia_Legacy (Kodi 16.0) - kaiseruk - 2015-11-29

Thanks, was just wondering as it doesnt seem to work for me. "Confirm channel switch with OK" is active but pressing up and down on my mce remote still changes the channels.


Re: RE: OpenELEC Testbuilds for Generic/Nvidia_Legacy (Kodi 16.0) - Milhouse - 2015-11-29

(2015-11-29, 14:56)kaiseruk Wrote: Thanks, was just wondering as it doesnt seem to work for me. "Confirm channel switch with OK" is active but pressing up and down on my mce remote still changes the channels.

You might want to open an issue on trac.kodi.tv if it's not working as expected.


RE: OpenELEC Testbuilds for Generic/Nvidia_Legacy (Kodi 16.0) - kaiseruk - 2015-11-29

Realised I had a keymap file in userdata folder and that was preventing it working. All ok now, cheers.


RE: OpenELEC Testbuilds for Generic/Nvidia_Legacy (Kodi 16.0) - kaiseruk - 2015-11-29

Another thing while I am posting today Smile

With kodi 14, i would leave deinterlace method as auto select and when i was watching live sports, the automatically slected deinterlace method would look great.

With kodi 16, I have the same settings but live sport doesnt look as natural. If i manually change the deinterlace method to "deinterlace", all is good. This is with Mpeg2 satellite tv channels.

The attached log shows kodi starting and me selecting a channel showing soccer and then manually changing deinterlace method to "deinterlace" where the fluidity improves.


http://xbmclogs.com/pbmad7vks


RE: OpenELEC Testbuilds for Generic/Nvidia_Legacy (Kodi 16.0) - livs - 2015-11-29

I updated to last version and I have this message in logs and no tvheadend available:
################################################################################
# ... output of cat /storage/.kodi/userdata/addon_data/service.multimedia.tvheadend/service.log
# OpenELEC release: Generic.x86_64-devel-20151128185655-#1128-g34c14d5
# OpenELEC git: 34c14d59bfad29ec67f2a20cf49f8113d67dd530
################################################################################
tvheadend: error while loading shared libraries: libssl.so.32: cannot open shared object file: No such file or directory


How can I solve?


RE: OpenELEC Testbuilds for Generic/Nvidia_Legacy (Kodi 16.0) - Milhouse - 2015-11-29

Update your tvheadend addon from the addons folder.