• 1
  • 50
  • 51
  • 52(current)
  • 53
  • 54
  • 218
v17 LibreELEC Testbuilds for RaspberryPi (Kodi 17.0)
(2016-06-03, 20:11)Maverick82 Wrote: Hi Milhouse,

first of all thanks for the great work you've done so far.

I have two problems with my raspberry pi 3 and libreelec. Onboard WiFi is working but can't connect via SSH. Also NTP isn't working with WiFi connection. Cable works fine. Could you please test it and fix it if possible.

Thanks in advance

SSH and NTP are both working fine, as far as I can tell - I've just booted an RPi3 on WiFi and SSH/NTP are both working as expected.

Are you sure you're not having a problem with your WiFi, or network (router, access point, DHCP etc.)?
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.
New LibreELEC.tv Krypton build #0603: RPi / RPi2
(Supercedes previous build)

Code:
# uname -a
Linux rpi512 4.6.1 #1 Fri Jun 3 23:32:36 BST 2016 armv6l GNU/Linux

# vcgencmd version
Jun  2 2016 16:05:45
Copyright (c) 2012 Broadcom
version d3cabccc990645d482e723b2c65e3b4b1481afac (clean) (release)

# lsb_release
LibreELEC (Milhouse) - Version: devel-20160603232424-#0603-gb4f3545 [Build #0603]

# vcdbg log msg 2>&1 | grep DTOK
002473.506: Kernel trailer DTOK property says yes

# Kernel device tree status: Enabled

Based on tip of LibreELEC.tv master (b4f3545f, changelog) and tip of XBMC master (0a4f29e8, changelog) with the following modifications:
  • Includes newclock5 patches
  • Excludes the LibreELEC linux-01-RPi_support patch in favour of sourcing these and possibly more recent patches directly from kernel branch rpi-4.6.y
  • Includes latest bcm2835-driver master (70143fe9, ahead +12)
  • Includes latest kodi-platform master (c8188d82, ahead +4)
  • Includes latest libcec master (6d68d212)
  • Includes latest libnfs master (cdd1643c, ahead +28)
  • Includes latest p8-platform master (041a8c6c, ahead +1)
  • Includes latest addons: adsp.basic (2ae604e5, +8), adsp.biquad.filters (01236bbe, +7), adsp.freesurround (34f50406, +7), asplib (da66f517), inputstream.mpd (3ac19c39, +11), inputstream.smoothstream (32275717, +2), peripheral.joystick (2db8029e, +32), pvr.argustv (5f48dcec, +4), pvr.demo (0fa9e1d0, +4), pvr.dvblink (a92f1264, +5), pvr.dvbviewer (3d0bea9a, +4), pvr.filmon (8743511d, +4), pvr.hdhomerun (b5ce9309, +4), pvr.hts (acd1a6ac, +5), pvr.iptvsimple (7a5a43f8, +4), pvr.mediaportal.tvserver (172a273c, +4), pvr.mythtv (e2b60252, +8), pvr.nextpvr (150698b7, +4), pvr.njoy (b5d65655, +4), pvr.pctv (feed5990, +4), pvr.stalker (fb24eda2, +13), pvr.vbox (c6594819, +4), pvr.vdr.vnsi (5498a8c1, +7), pvr.vuplus (ea3b33f6, +4), pvr.wmc (77af8daf, +4)
  • Exclude [env] kodi-999.10-aarch64-support.patch: Merged upstream
  • Include [env] e7cbe9cb: xf86-video-intel: Explicitely disable TearFree and TripleBuffer
  • Include [env] ed774729: Intel: Implement Passthrough-Range
  • Include [env] 98c65e6a: Kodi: Use Limited Range by default
  • Include [env] patch: xf86-video-intel: bump to 3fafabe
  • Include [env] patch: Fix SIGTERM patch after PR9748
  • Include [env] patch: Fix cmake after PR9750
  • Include [env] patch: Add extra headers needed by 3D BD MVC
  • Include [env] patch: mesa: update to 12.0.0-rc1
  • Include [env] patch: Bump libbluray - include MVC support
  • Include [env] patch: Reset framebuffer from within Kodi
  • Include [env] patch: HACK: Disable multiple PVR addons during migration. Always enable inputstream.*, os.* and peripheral.*
  • Include [env] patch: Add experimental splash video for RPi
  • Include [env] patch: Enable pvr addons, disable pvr updates
  • Include [env] patch: Enable other binary addons
  • Include [env] PR:405: init: Parse resolution after splash.conf
  • Include [env] PR:408: Fix digital audio crackling when playing music on non Kodi based setups.
  • Include [env] PR:410: linux: update to linux-4.6.1
  • Revert [env] 46b9b7b3: rtmpdump (Reason: use newclock5 bump)
  • Include [pkg] patch: [skin.estuary] Hide watched items on home (kodi-theme-Estuary)
  • Include [pkg] patch: drm/i915: Extend Fake HDMI live status to Valley View (linux)
  • Include [pkg] patch: drm/i915/psr: Try to program link training times correctly (HSW fix) (linux)
  • Include [pkg] patch: Revert "drm/i915: Exit cherryview_irq_handler() after one pass" (BSW fix) (linux)
  • Include [pkg] patch: CSC: Remove average logic when saving NV12 surface on IVB+ (VAAPI fix) (libva-intel-driver)
  • Include [pkg] PR:8645: [video] Add season/TV show artwork to episodes/seasons even if they have their own fanart.
  • Include [pkg] PR:8824: videodb: fix smart playlists not honoring "Show empty TV shows" setting.
  • Include [pkg] PR:8922: [guiinfo] extend ranges for listitem properties
  • Include [pkg] PR:9803: [PeripheralCecAdapter] fix playback stopping on screensaver deactivated
Build Highlights:
  1. NOTE: DVD ISO/disk playback remains temporarily disabled
  2. New 4.6.1 kernel
  3. libnfs fixes (32-bit/gcc-5.3.0 build issues)
  4. PR:408: Fix digital audio crackling when playing music on non Kodi based setups.
  5. patch: Reset framebuffer from within Kodi (benefit of this change is not obvious while using the splash video, see PR:412 for details)
Build Details:
  1. XBMC:
    • VideoPlayer: init ffmpeg threads like LAVFilters does (PR:9899, 1 commit, 1 file changed)
    • Stop scanning directory if scan is cancelled. (PR:9620, 1 commit, 1 file changed)
    • VideoPlayer: remove now unused header from ffmepg (PR:9900, 1 commit, 1 file changed)
    • [builtins] fix build without non-free (PR:9901, 1 commit, 1 file changed)
    • Mrmc backports (PR:9858, 5 commits, 3 files changed)
    • Refresh controller profiles in gui thread (and 2 small improvements) (PR:9824, 3 commits, 5 files changed)
  2. libnfs:
    • For upstream (PR:150, 7 commits, 9 files changed)
  3. newclock5:
    • New commits in this build:
  4. kernel 4.6.y:
    • New commits in this build:
      • Add Support for JustBoom Audio boards (3d9b69b6)
      • BCM2835-V4L2: Correct handling for BGR24 vs RGB24. (9db8adc7)
      • New driver for RRA DigiDAC1 soundcard using WM8741 + WM8804 (762f40fd)
      • BCM270X_DT: Fix rpi-dac overlay (1fd6e451)
    • Commits no longer in build:
      • Add Support for BoomBerry Audio boards (26b96431)
      • drm/panel: simple: Add the 7" DPI panel from Adafruit (910f2cd7)
  5. Additional commits/pull requests/changes not yet merged upstream:
    • Added: [env] patch: Reset framebuffer from within Kodi
    • Added: [env] PR:408: Fix digital audio crackling when playing music on non Kodi based setups.
    • Added: [env] PR:410: linux: update to linux-4.6.1
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.
(2016-06-03, 00:07)Milhouse Wrote:
(2016-06-02, 23:05)beertank Wrote: Same problem with #0602, same fix cures it. Will I have to keep copying #0531 rpi-dac.dtbo to keep fixing it?

For now, yes. A fix needs to be applied to the rpi-4.6.y branch which I'm sure popcornmix will do once the issue is identified.

Confirm all OK again with #0603 - no need to copy rpi-dac.dtbo any more, working fine as is. Many thanks to all concerned for getting this fixed so quickly.
(2016-06-04, 08:55)beertank Wrote: Confirm all OK again with #0603 - no need to copy rpi-dac.dtbo any more, working fine as is. Many thanks to all concerned for getting this fixed so quickly.

Thanks for confirming - apologies for not calling out the fix in the release notes.
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.
(2016-06-04, 09:27)Milhouse Wrote:
(2016-06-04, 08:55)beertank Wrote: Confirm all OK again with #0603 - no need to copy rpi-dac.dtbo any more, working fine as is. Many thanks to all concerned for getting this fixed so quickly.

Thanks for confirming - apologies for not calling out the fix in the release notes.

I had assumed this line in the release notes was notification of the fix:

BCM270X_DT: Fix rpi-dac overlay (1fd6e451)
Hi,

In build #0603 there is a problem with deinterlacing? If in Video settings - Adjusting "Deinterlace video" = ON, the image stop all at 2sec. If put in Video settings "Deinterlace video" = Auto then there is no frezes.

EDIT: - The method only works with free TV channels, all pay TV channels have a problem with freezes, all channels are HD.

sorry for my english Confused


in build #0602 all OK.
[3x RPi3]#[ AV Receiver - Marantz NR1506 ]#[ TV Panasonic TX-50EXW784 ]#[ NAS - OMV 4.1.xx (Arrakis) @ NanoPI M4 ]#[ Nextcloud 17.0.3 @ ODROID C2 ]
Perhaps you folks can help me with this one. I tried putting Kodi on a static IP. My router was constantly changing the address, making it hard to find on DHCP. With DHCP turned off in the setting file, Kodi can not connect to the internet. I can see it from my other machines and SSH into it just fine. Perhaps there is something else that needs to go into my setting file. Any ideas? I am stumped.

Settings File:

[ethernet_b827ebeb576b_cable]
Name=Wired
AutoConnect=true

Modified=2016-06-01T11:09:34.446847Z
IPv4.method=manual
IPv4.netmask_prefixlen=24
IPv4.local_address=192.168.0.198
IPv4.gateway=192.168.0.1
Nameservers=192.168.0.1;
IPv6.method=off
IPv6.privacy=disabled
IPv4.DHCP.LastAddress=192.168.0.198
Domains=home;
@bill_orange: Not sure how you are setting the network connection as there is an issue in current builds with the Settings addons missing the "Save" button which makes saving modifications to connections a bit tricky (ie. impossible). Are using an older build to configure the network, then rolling forward? Are you able to work out when the manual network configuration stopped 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.
(2016-06-04, 21:02)Milhouse Wrote: @bill_orange: Not sure how you are setting the network connection as there is an issue in current builds with the Settings addons missing the "Save" button which makes saving modifications to connections a bit tricky (ie. impossible). Are using an older build to configure the network, then rolling forward? Are you able to work out when the manual network configuration stopped working?

I remember seeing the posts about the save button being missing now that you mention it. I am running the current build.

Here's what I did:

I unselected wireless network and selected wired network in the LibreElec configurator. I rebooted and all was well. I had a rock solid wired DHCP connection. No need to hit save. Unfortunately each time I loaded a nightly build, my router would assign a new IP address which was a pain. I decided maybe it would be best to go Static IP. Saving the original, I made a new settings file in /storage/.cache/connman/ethernet_xxxxxxxxxxxx_cable/settings. It seemed simple enough. Upon reboot, I had local connectivity at the IP address I had assigned but no internet. Thus, my thought that something subtle is wrong with my setting file. Try as I might, I was unable to get the manual connection to work. I restored my unaltered settings file and upon reboot my DHCP wired connection returned.

I did not think the missing save button affected what I was doing.

Bill
So you're creating the settings file by hand? I'd suggest going back a couple of weeks to a build with Save button (try #0518) and create the manual/static connection in the Settings add-on, then you can compare the settings file created by the add-on with your hand crafted version.
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.
I could see that if completely turn off deinterlacing, then disappear the freezer.

Problem still exists in build #604
[3x RPi3]#[ AV Receiver - Marantz NR1506 ]#[ TV Panasonic TX-50EXW784 ]#[ NAS - OMV 4.1.xx (Arrakis) @ NanoPI M4 ]#[ Nextcloud 17.0.3 @ ODROID C2 ]
(2016-06-04, 22:27)Milhouse Wrote: So you're creating the settings file by hand? I'd suggest going back a couple of weeks to a build with Save button (try #0518) and create the manual/static connection in the Settings add-on, then you can compare the settings file created by the add-on with your hand crafted version.

Good advice, Milhouse. I did as you suggested. The error in my manually edited connections file was the nameserver. There were other differences but that one apparently was critical. You have to give Kodi the external nameserver not the gateway address (allowing the gateway to provide nameservice).

Here's the file that works:

[ethernet_b827ebeb576b_cable]
Name=Wired
AutoConnect=true

Modified=2016-06-01T11:09:34.446847Z
IPv4.method=manual
IPv4.netmask_prefixlen=24
IPv4.local_address=192.168.0.198
IPv4.gateway=192.168.0.1
Nameservers=209.18.47.61;209.18.47.62;
IPv6.method=off
IPv6.privacy=disabled
IPv4.DHCP.LastAddress=192.168.0.7
Timeservers=0.pool.ntp.org;1.pool.ntp.org;2.pool.ntp.org;
Domains=socal.rr.com;
I've recently added a Bluetooth dongle to my rpi2, everything works fine, have couple of different devices working properly, however if I leave the Bluetooth service on, and switch to a different input on my TV after a few minutes it switches back to the HDMI input rpi2 is on.
There are no devices turned on or connected, but if Bluetooth service is on, and I'm watching cable on the TV, after a few minutes the focus gets switched to the rpi2. This happens on every libreelec build from the last month or so (ever since I plugged in the dongle).

Has anyone encountered something similar?
@bill_orange: That would suggest your gateway isn't providing DNS, which is unusual. I use an RPi running Raspbian for DNS/DHCP to insulate myself from the usually substandard network services you find in most consumer gateways. Most of my "always on" devices are mapped to specific IP addresses based on MAC address or host name, then the devices themselves are configured using DHCP - they always get the same IP address, plus the local DNS can resolve the hostnames too.
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.
New LibreELEC.tv Krypton build #0604: RPi / RPi2
(Supercedes previous build)

Code:
# uname -a
Linux rpi512 4.6.1 #1 Sat Jun 4 21:07:25 BST 2016 armv6l GNU/Linux

# vcgencmd version
Jun  2 2016 16:05:45
Copyright (c) 2012 Broadcom
version d3cabccc990645d482e723b2c65e3b4b1481afac (clean) (release)

# lsb_release
LibreELEC (Milhouse) - Version: devel-20160604210510-#0604-g6bd3b8c [Build #0604]

# vcdbg log msg 2>&1 | grep DTOK
002471.853: Kernel trailer DTOK property says yes

# Kernel device tree status: Enabled

Based on tip of LibreELEC.tv master (6bd3b8c1, changelog) and tip of XBMC master (1647d304, changelog) with the following modifications:
  • Includes newclock5 patches
  • Excludes the LibreELEC linux-01-RPi_support patch in favour of sourcing these and possibly more recent patches directly from kernel branch rpi-4.6.y
  • Includes latest bcm2835-driver master (70143fe9)
  • Includes latest kodi-platform master (c8188d82, ahead +4)
  • Includes latest libcec master (6d68d212)
  • Includes latest libnfs master (cdd1643c, ahead +28)
  • Includes latest p8-platform master (041a8c6c, ahead +1)
  • Includes latest addons: adsp.basic (2ae604e5, +8), adsp.biquad.filters (01236bbe, +7), adsp.freesurround (34f50406, +7), asplib (da66f517), inputstream.mpd (3ac19c39, +11), inputstream.smoothstream (32275717, +2), peripheral.joystick (2db8029e, +32), pvr.argustv (5f48dcec, +4), pvr.demo (0fa9e1d0, +4), pvr.dvblink (a92f1264, +5), pvr.dvbviewer (3d0bea9a, +4), pvr.filmon (8743511d, +4), pvr.hdhomerun (b5ce9309, +4), pvr.hts (acd1a6ac, +5), pvr.iptvsimple (7a5a43f8, +4), pvr.mediaportal.tvserver (172a273c, +4), pvr.mythtv (e2b60252, +8), pvr.nextpvr (150698b7, +4), pvr.njoy (b5d65655, +4), pvr.pctv (feed5990, +4), pvr.stalker (fb24eda2, +13), pvr.vbox (c6594819, +4), pvr.vdr.vnsi (5498a8c1, +7), pvr.vuplus (ea3b33f6, +4), pvr.wmc (77af8daf, +4)
  • Exclude [env] kodi-999.10-aarch64-support.patch: Merged upstream
  • Include [env] e7cbe9cb: xf86-video-intel: Explicitely disable TearFree and TripleBuffer
  • Include [env] ed774729: Intel: Implement Passthrough-Range
  • Include [env] 98c65e6a: Kodi: Use Limited Range by default
  • Include [env] patch: xf86-video-intel: bump to 3fafabe
  • Include [env] patch: Fix SIGTERM patch after PR9748
  • Include [env] patch: Fix cmake after PR9750
  • Include [env] patch: Add extra headers needed by 3D BD MVC
  • Include [env] patch: mesa: update to 12.0.0-rc1
  • Include [env] patch: Bump libbluray - include MVC support
  • Include [env] patch: HACK: Disable multiple PVR addons during migration. Always enable inputstream.*, os.* and peripheral.*
  • Include [env] patch: Add experimental splash video for RPi
  • Include [env] patch: Enable pvr addons, disable pvr updates
  • Include [env] patch: Enable other binary addons
  • Include [env] PR:408: Fix digital audio crackling when playing music on non Kodi based setups.
  • Include [env] PR:412: splash: Stop blanking splash too early in RPi boot sequence
  • Include [env] PR:417: linux: Atom Baytrail and CherryTrail audio HDMI support
  • Revert [env] 46b9b7b3: rtmpdump (Reason: use newclock5 bump)
  • Include [pkg] patch: [skin.estuary] Hide watched items on home (kodi-theme-Estuary)
  • Include [pkg] patch: drm/i915: Extend Fake HDMI live status to Valley View (linux)
  • Include [pkg] patch: drm/i915/psr: Try to program link training times correctly (HSW fix) (linux)
  • Include [pkg] patch: CSC: Remove average logic when saving NV12 surface on IVB+ (VAAPI fix) (libva-intel-driver)
  • Include [pkg] PR:8645: [video] Add season/TV show artwork to episodes/seasons even if they have their own fanart.
  • Include [pkg] PR:8824: videodb: fix smart playlists not honoring "Show empty TV shows" setting.
  • Include [pkg] PR:8922: [guiinfo] extend ranges for listitem properties
  • Include [pkg] PR:9803: [PeripheralCecAdapter] fix playback stopping on screensaver deactivated
Build Highlights:
  1. NOTE: DVD ISO/disk playback remains temporarily disabled
  2. New VideoDB schema v105
Build Details:
  1. LibreELEC.tv:
    • init: Parse resolution after splash.conf (PR:405, 2 commits, 1 file changed)
    • linux: update to linux-4.6.1 (PR:410, 1 commit, 27 files changed)
    • mpd: cleanup and change descriptions (PR:406, 1 commit, 2 files changed)
    • RBP: Bump kernel (4.6.1) and firmware (PR:411, 2 commits, 4 files changed)
    • mpd: fix description (PR:415, 1 commit, 1 file changed)
  2. XBMC:
    • [audiodsp] Use label/label2/icon instead of properties (PR:9897, 2 commits, 2 files changed)
    • fixed fps rate on startup (PR:9902, 1 commit, 1 file changed)
    • Replace year with a full date in movies and musicvideos (PR:9014, 2 commits, 21 files changed)
    • fix database version after premiered date missed bump (PR:9906, 1 commit, 1 file changed)
    • VideoPlayer: drop obsolete irFpsScale (PR:9904, 1 commit, 4 files changed)
    • [JSON]GetAlbums and GetSongs with limits returning too few records (PR:9836, 1 commit, 2 files changed)
    • CD3DVertexShader::Release: Use SAFE_DELETE_ARRAY with m_vertexLayout (PR:9875, 1 commit, 1 file changed)
  3. newclock5:
    • Commits no longer in build:
  4. Additional commits/pull requests/changes not yet merged upstream:
    • Added: [env] PR:412: splash: Stop blanking splash too early in RPi boot sequence
    • Added: [env] PR:417: linux: Atom Baytrail and CherryTrail audio HDMI support
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
  • 50
  • 51
  • 52(current)
  • 53
  • 54
  • 218

Logout Mark Read Team Forum Stats Members Help
LibreELEC Testbuilds for RaspberryPi (Kodi 17.0)19