Kodi Community Forum
v17 LibreELEC Testbuilds for x86_64 (Kodi 17.0) - 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: v17 LibreELEC Testbuilds for x86_64 (Kodi 17.0) (/showthread.php?tid=269815)



RE: LibreELEC Testbuilds for x86 (Kodi 17.0) - Raitsa - 2016-05-09

Milhouse, is there any chance to have an updated build for us Braswell owners (who have had lockups and therefore have to use builds with the older kernel versions (505x)) with the below mentioned patch included?

PR:9778: fix PluginDirectory - fix for YouTube, Quasar and TuneIn add-on hangs


RE: LibreELEC Testbuilds for x86 (Kodi 17.0) - MariusB - 2016-05-09

(2016-05-08, 22:05)Milhouse Wrote: This is probably not a Kodi issue, but instead a kernel and/or GPU driver issue - others have seen it, and I believe it's been reported upstream as a bug.

When you get the blank screen, try running the following commands and paste the output:
Code:
dmesg | pastebinit
journalctl -a | pastebinit
cat /storage/.kodi/temp/kodi.log | pastebinit
vainfo | pastebinit
cat /var/log/Xorg.0.log | pastebinit

Hi Milhouse,

Please find the output below (it is performed in blank screen state):

LibreELEC (community) Version: devel-20160506005756-#0505x-ga066054
LibreELEC git: a066054ab61f194dd53a846750f11f24eab498af
LibreELEC:~ # dmesg | pastebinit
http://sprunge.us/fiVX
LibreELEC:~ # journalctl -a | pastebinit
http://sprunge.us/IaBL
LibreELEC:~ # cat /storage/.kodi/temp/kodi.log | pastebinit
http://sprunge.us/MOiH
LibreELEC:~ # vainfo | pastebinit
libva info: VA-API version 0.39.0
libva info: va_getDriverName() returns 0
libva info: Trying to open /usr/lib/va/i965_drv_video.so
libva info: Found init function __vaDriverInit_0_39
libva info: va_openDriver() returns 0
http://sprunge.us/HIUa
LibreELEC:~ # cat /var/log/Xorg.0.log | pastebinit
http://sprunge.us/fiha

Thanks for your help!


RE: LibreELEC Testbuilds for x86 (Kodi 17.0) - Roby77 - 2016-05-09

@Milhouse did you see my crash log switching audio profile ?


RE: LibreELEC Testbuilds for x86 (Kodi 17.0) - robotics2002 - 2016-05-09

Hi,

have no sound on my HTPC with AMD Athlon 5350 and Build #0508.

Is there a solution for?


RE: LibreELEC Testbuilds for x86 (Kodi 17.0) - fritsch - 2016-05-09

No - as nobody can see your Debug Log ;-)


RE: LibreELEC Testbuilds for x86 (Kodi 17.0) - robotics2002 - 2016-05-09

this ok?

15:27:21 47.125256 T:140526655182592 NOTICE: Creating audio stream (codec id: 86019, channels: 2, sample rate: 48000, no pass-through)
15:27:21 47.125290 T:140526655182592 ERROR: Process - failed to create audio renderer


RE: LibreELEC Testbuilds for x86 (Kodi 17.0) - fritsch - 2016-05-09

No not okay ... it tells absolutely nothing ... we need a complete Debug Log


RE: LibreELEC Testbuilds for x86 (Kodi 17.0) - robotics2002 - 2016-05-09

Sehe gerade du kommst Deutschland dann können wir ja in deutsch schreiben.

Reicht es wenn ich nur Debug logging aktiviere oder muss ich auch Komponentenspezifisch aktivieren?

Habe schon raus gefunden das es nur mit Audio über HDMI auftritt nicht aber über SPDIF.


RE: LibreELEC Testbuilds for x86 (Kodi 17.0) - sunnyfunny - 2016-05-09

Hier im Forum wird englisch gesprochen Wink


RE: LibreELEC Testbuilds for x86 (Kodi 17.0) - Milhouse - 2016-05-09

(2016-05-09, 09:07)Raitsa Wrote: Milhouse, is there any chance to have an updated build for us Braswell owners (who have had lockups and therefore have to use builds with the older kernel versions (505x)) with the below mentioned patch included?

PR:9778: fix PluginDirectory - fix for YouTube, Quasar and TuneIn add-on hangs

I'll publish an #0509x tonight as PR9778 has been updated to fix remaining add-on issues, but this will be the final build based on the 4.4.7 kernel.


RE: LibreELEC Testbuilds for x86 (Kodi 17.0) - Milhouse - 2016-05-09

(2016-05-09, 13:05)Roby77 Wrote: @Milhouse did you see my crash log switching audio profile ?

If you mean this post that's not a crash log.

As you're using an addon to change profiles I would advise testing again with tonight's #0509(x) build now that PR9778 has been updated and hopefully fixed any remaining deadlock-type issues, which could be what you are experiencing.


RE: LibreELEC Testbuilds for x86 (Kodi 17.0) - Roby77 - 2016-05-09

(2016-05-09, 20:03)Milhouse Wrote:
(2016-05-09, 09:07)Raitsa Wrote: Milhouse, is there any chance to have an updated build for us Braswell owners (who have had lockups and therefore have to use builds with the older kernel versions (505x)) with the below mentioned patch included?

PR:9778: fix PluginDirectory - fix for YouTube, Quasar and TuneIn add-on hangs

I'll publish an #0509x tonight as PR9778 has been updated to fix remaining add-on issues, but this will be the final build based on the 4.4.7 kernel.


So hope that rc 7 or next solve gpu freeze Confused

Edit: let's try 509x to check audio switch problem

Thank you


RE: LibreELEC Testbuilds for x86 (Kodi 17.0) - the-dreamer - 2016-05-09

unfortunatly librelec master has problem with loading shared lib "libencvorbis" or similar , but in dmesg i could also seen an kernel panic with rc7 on braswellUndecided


RE: LibreELEC Testbuilds for x86 (Kodi 17.0) - Milhouse - 2016-05-09

(2016-05-09, 21:49)the-dreamer Wrote: unfortunatly librelec master has problem with loading shared lib "libencvorbis" or similar

Could you provide more details, such as a debug log, and how to reproduce?


RE: LibreELEC Testbuilds for x86 (Kodi 17.0) - Milhouse - 2016-05-09

New LibreELEC.tv Krypton build #0509: Generic
(Supercedes previous build)

Code:
# uname -a
Linux LibreELEC 4.6.0-rc7 #1 SMP Mon May 9 21:07:21 BST 2016 x86_64 GNU/Linux

# lsb_release
LibreELEC (Milhouse) - Version: devel-20160509210600-#0509-g796a577 [Build #0509]

Based on tip of LibreELEC.tv master (796a5777, changelog) and tip of XBMC master (ab6ece74, changelog) with the following modifications: Build Highlights:
  1. NOTE: DVD playback remains temporarily disabled
  2. New 4.6.0-rc7 kernel
  3. Updated PR9778, should fix remaining add-on issues
Build Details:
  1. LibreELEC.tv:
    • systemd: fix machine-id uniqueness (PR:276, 1 commit, 2 files changed)
    • kodi: update appliance.xml after settings reshuffle. (PR:326, 1 commit, 1 file changed)
  2. XBMC:
    • fix frameMoveGuard intruduced here by 82218b570c8d5e7d2ace70cbe71f24e… (PR:9782, 1 commit, 1 file changed)
  3. Additional commits/pull requests/changes not yet merged upstream:
    • Added: [env] PR:325: linux: update to 4.6-rc7