• 1
  • 300
  • 301
  • 302(current)
  • 303
  • 304
  • 355
v18 LibreELEC Testbuilds for x86_64 (Kodi 18.0)
New LibreELEC.tv Leia build #1016: Generic
(Supercedes previous build)

SHA256 Checksum: d4789e46b2291ecd9486d45eb6b2e22db9e3090850cc87be1b7b803da3c89d5c (Generic)

text:
# uname -a
Linux NUC 4.18.14 #1 SMP Wed Oct 17 00:53:12 BST 2018 x86_64 GNU/Linux

# lsb_release
LibreELEC (Milhouse): devel-20181017005140-#1016-ga5e3615 [Build #1016]

# Kodi version
(18.0-BETA4 Git:0f43586). Platform: Linux x86 64-bit

Based on tip of LibreELEC.tv master (a5e3615, changelog) and tip of XBMC master (0f43586, changelog) with the following modifications: Build Highlights:
  1. DVB driver addons update to latest
  2. Xorg server 1.20.2
Build Details:
  1. LibreELEC.tv:
    • linux: removed the ":" of the patch name to comply with windows SFN (PR:3031, 1 commit, 1 file changed)
  2. XBMC:
    • [windows] make-addons: remove surrounding quotation marks (PR:14620, 1 commit, 1 file changed)
    • [pvr] fix EPG crash and recording errors produced by not present data (PR:14616, 1 commit, 3 files changed)
    • [PVR] Integrate client menu hooks into context menu system (PR:14618, 2 commits, 14 files changed)
    • [addons] Remove game addons from addon-manifest (PR:14628, 1 commit, 1 file changed)
    • [depends][configure] Disable asserts on release builds (typo fix) (PR:14623, 1 commit, 1 file changed)
    • [windows] Add message to installer that add-ons have been removed (PR:14605, 1 commit, 1 file changed)
    • [docs] Properly document Python API removed functions in changelog (PR:14584, 1 commit, 3 files changed)
    • [estuary] Fix PVRGames section add-on browser link (PR:14629, 2 commits, 1 file changed)
    • CryptThreading: reset CRYPTO_set_id_callback to nullptr in destructor (PR:14626, 1 commit, 1 file changed)
  3. pvr.dvbviewer:
    • Add Jenkinsfile to allow Kodi CI to build this addon. (PR:75, 1 commit, 1 file changed)
  4. pvr.hdhomerun:
    • multiple tuner support (PR:64, 2 commits, 5 files changed)
  5. pvr.mythtv:
    • Add Jenkinsfile to allow Kodi CI to build this addon. (PR:103, 1 commit, 1 file changed)
  6. pvr.octonet:
    • Add Jenkinsfile to allow Kodi CI to build this addon. (PR:22, 1 commit, 1 file changed)
  7. pvr.teleboy:
    • Add Jenkinsfile to allow Kodi CI to build this addon. (PR:14, 1 commit, 1 file changed)
  8. pvr.vuplus:
    • Refactor and fix (PR:113, 0 commits, 0 files changed)
    • Windows fixes and Timeshift buffer deletion (PR:116, 0 commits, 0 files changed)
  9. pvr.zattoo:
    • Add Jenkinsfile to allow Kodi CI to build this addon. (PR:25, 1 commit, 1 file changed)
  10. Additional commits/pull requests/changes not yet merged upstream:
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
Weekly Linux 4.19-rc8 build #1016x: Generic

Packages disabled/not included:
text:

DVB Driver Addons (CrazyCat incompatible with 4.19-rc)
Known issues:
text:

r8169 WOL from S5 not working
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
will do this afternoon and report back!
Hello,
after updating to version #1016 (from #1015) i saw freezing LiveTV when switching channel on after booting (ironically only after power-on when it was off for >2h!?, not after reboot).
Switching to another channel and back again let the channel play correctly.

I am using TVHeadend version 4.2-9.0.116 with DVBSky960 Tuner (Montage M88DS3103).

May this be related to the DVB driver addons update, because #1015 is working without any problem?
@Milhouse @fritsch looks like the Skylake/Kabylake GPU freq scaling issue is still here, for software decoded playback.  Recently started using the Netlfix plugin, and on my KBL Chromebox it stutters/isn't smooth unless GUI overlay is showing.  w/o overlay, GPU idles at 300Mhz; with overlay, it's 450Mhz+.  With kernels 4.18/4.19 however, there's no /sys/kernel/debug/dri/0/i915_min_freq to set, best I can tell.

FWIW, no issue on my Haswell/Broadwell boxes.
@Matt Devo Yeah, I was involved in a prior discussion concerning how this area has changed; Fritsch pointed me to an alternate location.  I'm setting my min to 250 on my NUC6's:
Code:
echo 250 > /sys/devices/pci0000\:00/0000\:00\:02.0/drm/card0/gt_min_freq_mhz
(2018-10-17, 16:46)DDuck007 Wrote: Hello,
after updating to version #1016 (from #1015) i saw freezing LiveTV when switching channel on after booting (ironically only after power-on when it was off for >2h!?, not after reboot).
Switching to another channel and back again let the channel play correctly.

I am using TVHeadend version 4.2-9.0.116 with DVBSky960 Tuner (Montage M88DS3103).

May this be related to the DVB driver addons update, because #1015 is working without any problem?

Can you upload dmesg | pastebinit?
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
... here it is: http://ix.io/1pqr
(2018-10-17, 18:51)jwegman Wrote: @Matt Devo Yeah, I was involved in a prior discussion concerning how this area has changed; Fritsch pointed me to an alternate location.  I'm setting my min to 250 on my NUC6's:
Code:
echo 250 > /sys/devices/pci0000\:00/0000\:00\:02.0/drm/card0/gt_min_freq_mhz
 thanks, setting to 450MHz seems to do the trick on KBL GT1
New LibreELEC.tv Leia build #1017: Generic
(Supercedes previous build)

SHA256 Checksum: 42afc07f75da1066204c86c1bceb5a751132a12718ec1028f7deca9dfbe762c7 (Generic)

text:
# uname -a
Linux NUC 4.18.14 #1 SMP Wed Oct 17 21:41:18 BST 2018 x86_64 GNU/Linux

# lsb_release
LibreELEC (Milhouse): devel-20181017213945-#1017-gf4dff4c [Build #1017]

# Kodi version
(18.0-BETA4 Git:389f30d). Platform: Linux x86 64-bit

Based on tip of LibreELEC.tv master (f4dff4c, changelog) and tip of XBMC master (389f30d, changelog) with the following modifications: Build Highlights:
  1. kodi: add kodi-remote script
Build Details:
  1. LibreELEC.tv:
    • libretro-pcsx-rearmed: set PKG_ARCH to any since PCSX_reARMed performs (PR:3033, 2 commits, 2 files changed)
    • libretro-pcsx-rearmed: target ARCH is x86_64 not x86-64 (PR:3034, 1 commit, 1 file changed)
    • xf86-video-nvidia: add script to compare card support between differe (PR:3032, 1 commit, 1 file changed)
    • graphics: update libva/libva-utils to 2.3.0 (PR:3025, 1 commit, 2 files changed)
    • Various: Scattered trivial cleanups (PR:3016, 7 commits, 10 files changed)
  2. XBMC:
    • [Android] more frame timing optimizations (PR:14624, 1 commit, 4 files changed)
    • [PVR] Fix CID 188792: Memory - illegal accesses (WRAPPER_ESCAPE). (PR:14636, 1 commit, 1 file changed)
    • Avoid hard-coding the repo for binary addons (PR:14639, 1 commit, 1 file changed)
    • [addons] bump repository.xbmc.org to 3.1.3 (PR:14640, 1 commit, 1 file changed)
  3. Additional commits/pull requests/changes not yet merged upstream:
    • Added: [env] compare (perma): kodi: next (Nov 2018)
    • Added: [env] patch: kodi: use upstream repo for Milhouse RPi builds
    • Added: [env] PR:3019 (perma): kodi: add kodi-remote script
    • Added: [pkg] PR:14625 (perma): Allow a clean shutdown on window system failure
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
Hello,

I just tried to run the latest builds (#1016 and #1017) on a Ryzen 3 2200G. Unfortunately, this did not work because the Xorg server could not be started:

Failed to start Xorg Server.
See 'systemctl status xorg.service' for details.
Dependency failed for Fluxbox Window Manager.

Is it correct that your build should run on AMD Ryzen (at least 2400G)? Can I do anything to get this to work on 2200G as well?

Here are a couple of log files:

dmesg: https://paste.kodi.tv/vaxizewori.kodi
kodi.log: https://paste.kodi.tv/imojiniyek.kodi
kodi_crashlog: https://paste.kodi.tv/ozutuvabis.kodi
Xorg.0.log: https://paste.kodi.tv/sufikawiji

I upgraded the installation from an older version.
(2018-10-18, 00:09)arcane Wrote: Hello,

I just tried to run the latest builds (#1016 and #1017) on a Ryzen 3 2200G. Unfortunately, this did not work because the Xorg server could not be started:

Failed to start Xorg Server.
See 'systemctl status xorg.service' for details.
Dependency failed for Fluxbox Window Manager.

Is it correct that your build should run on AMD Ryzen (at least 2400G)? Can I do anything to get this to work on 2200G as well?

Here are a couple of log files:

dmesg: https://paste.kodi.tv/vaxizewori.kodi
kodi.log: https://paste.kodi.tv/imojiniyek.kodi
kodi_crashlog: https://paste.kodi.tv/ozutuvabis.kodi
Xorg.0.log: https://paste.kodi.tv/sufikawiji

I upgraded the installation from an older version.
 I am using a 2400G and not having any issues.  I am using the 1016x build currently.
(2018-10-15, 23:57)Milhouse Wrote:
(2018-09-26, 15:48)Celox Wrote: i just got the chance to test it (#925x) and unfortunately doesn't work from S5 though still works from suspend (S3). so no regression either.
both still work fine on latest generic (#925) 4.18 build.

Build #1015y: Generic

@Celox: Can you test #1015x (regular 4.19-rc7) and also #1015y (4.19-rc7 with reverted commit - actually this variation). 
 1015x unchanged. no WoL from S5
1015y Kernel Panics on boot - had to restore my backup
Quick dumb question, is the game emulator side of things meant to be working at the moment only I just get dependency errors for all of itl?
Or is it because I've done multiple upgrades by copying the file into the update folder?

Just want to know before I wipe clean and reinstall then go through the joy of setting it all up again!

Cheers!

Forgot to say I'm running x86 hardware...
(2018-10-18, 12:09)Celox Wrote:
(2018-10-15, 23:57)Milhouse Wrote:
(2018-09-26, 15:48)Celox Wrote: i just got the chance to test it (#925x) and unfortunately doesn't work from S5 though still works from suspend (S3). so no regression either.
both still work fine on latest generic (#925) 4.18 build.

Build #1015y: Generic

@Celox: Can you test #1015x (regular 4.19-rc7) and also #1015y (4.19-rc7 with reverted commit - actually this variation). 
 1015x unchanged. no WoL from S5
1015y Kernel Panics on boot - had to restore my backup

Damn, I can reproduce the panic with 1015y - apologies for not testing this beforehand as I thought it was a fairly minor change.

I'll let the r8169 developer know.
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
  • 1
  • 300
  • 301
  • 302(current)
  • 303
  • 304
  • 355

Logout Mark Read Team Forum Stats Members Help
LibreELEC Testbuilds for x86_64 (Kodi 18.0)24