• 1
  • 9
  • 10
  • 11(current)
  • 12
  • 13
  • 111
OpenELEC Testbuilds for RaspberryPi (Kodi 15.0) Part 1
(2015-01-03, 17:03)PhilE Wrote: Thomas, can you tell us which HifiBerry you have, and in what way it is broken? Also, are you running with device tree enabled or disabled? Any dmesg entries or other error messages would be helpful.
It's a Digi (non-plus), device-tree is enabled by
Code:
device_tree_overlay=overlays/hifiberry-digi-overlay.dtb
and the problem is, that it's not detected as output device so it can't be selected.
But let's wait for the next release since Milhouse has already commented on this issue.
I think it is unlikely that updating the base dtbs will fix the problem, so I thought we could gather some more information while you are online.

However, I have a Hifiberry Digi at my disposal so reproducing shouldn't be a problem.
New OpenELEC I****** build: #0103
(Supercedes previous build)

Code:
# uname -a
Linux rpi512 3.18.1 #1 PREEMPT Sat Jan 3 21:06:15 GMT 2015 armv6l GNU/Linux

# vcgencmd version
Dec 29 2014 14:23:10
Copyright (c) 2012 Broadcom
version d3c15a3b57203798ff811c40ea65174834267d48 (clean) (release)

# lsb_release
OpenELEC (Milhouse) - Version: devel-20150103210503-r19901-g0e5b106 [Build #0103]

Based on tip of OpenELEC master (0e5b1064, changelog) and tip of XBMC master (73978797, changelog) with the following modifications:
  • Includes newclock4 patches
  • Excludes the OpenELEC fernetmenta patches due to conflicts with newclock4
  • Excludes the OpenELEC linux-01-RPi_support patch in favour of sourcing these and possibly more recent patches directly from kernel branch rpi-3.18.y
  • Excludes the OpenELEC kodi-001-helix_rpb_backports patch in favour of sourcing these and possibly more recent patches directly from newclock4 branch
  • Default setting for "Show RSS Feed" changed to disabled (new installs only) [patch details]
  • Disabled "Total Duration" in Confluence (see build #0221 for details)
  • Adapted service.openelec.settings to take advantage of PR:5217 [patch details]
  • Includes latest libnfs master (9c1d3848)
  • Includes latest libcec master (9f000e43)
  • Includes latest xbmc-pvr-addons master (78397afa)
  • Includes latest xbmc-addon-xvdr master (328fa653)
  • Includes additional ffmpeg codecs/muxers enabled for testing/benchmarking purposes (see patch)
  • Includes animated splash support (patch)
  • Includes commits from libcec-2.2.0 (popcornmix)
  • Exclude kodi-999.99-fix-3692.patch: Superseded by PR6005
  • Exclude lirc_rpi.conf: No longer required, let Device Tree handle lirc_rpi (add "dtoverlay=lirc-rpi" to config.txt)
  • Include patch: Enable kernel device-tree support (details)
  • Include patch: Add device tree kernel trailer
  • Include patch: Update to Linux 3.18.1
  • Include patch: Add Linux 3.18.y options
  • Include patch: Add Linux 3.18.y compatible cfg80211_rx_mgmt
  • Include patch: Add *.dtb files to firmware
  • Include PR:3657: [rfc] kodi crashlogs
  • Include PR:5430: [URIUtils] Fix IsSmb, IsFTP, IsAfp, IsDAV and IsNfs.
  • Include PR:5747: [database] - add setting for hiding watched movies/episodes in recently added lists
  • Include PR:5752: [jsonrpc] Allow retrieving empty TV shows via VideoLibrary.GetTVShows.
  • Include PR:5958: Fix state not saved after #5842 if playing from "Recently added".
Build Highlights:
  1. Various OpenELEC bumps, including Python version (2.7.3 -> 2.7.9)
  2. Updated dtb files
Build Details:
  1. OpenELEC:
    • ntfs-3g_ntfsprogs: fix gcrypt check in autoreconf (PR:3741, 1 commit, 1 file changed)
    • ntfs-3g_ntfsprogs: fix last commit (3833e54a)
    • bluez: update to bluez-5.27 (09b0d739)
    • Mesa: update to Mesa-10.4.1 (26231ed4)
    • Python: update to Python-2.7.8 (81c08d15)
    • Python: clean up. config/Makefile and pyconfig are not needed anymore (d4072be7)
    • Python: clean up (6bc6985b)
    • Python: replace python-config with our ow script to fix cross builds (3ceb1fe8)
    • Python: update to Python-2.7.9 (59c60b08)
    • Imaging: use $CC -shared (79a2e3d8)
    • projects/*/linux: add netconsole support (6cd304fe)
    • freetype: update to freetype-2.5.5 (c9b4d235)
    • Python: cosmetics (a8baa02d)
    • pycrypto: use -shared (fe5c5eb2)
    • projects/*/linux: add netconsole support - part 2 :-) (0e5b1064)
  2. XBMC:
    • [dvdplayer/settings] Add option for hearing impaired and visual impaired (PR:4087, 2 commits, 4 files changed)
    • [PVR] Fix for slow metadata updates of recordings (PR:6085, 2 commits, 4 files changed)
    • CHG: Extract SysfsUtils from the AML utils (PR:6077, 1 commit, 9 files changed)
    • Revert "Moved userdata to XDG_DATA_HOME" (PR:6103, 1 commit, 3 files changed)
    • [win32] remove non-existing xbmc/interfaces/swig/ControlListAddItemMethods.i from VS project files (a38401ec)
    • cosmetics: add virtual destructor to classes derived from IHTTPRequestHandler (a94ef0fe)
    • cosmetics: make CPythonInvoker and CAddonPythonInvoker constructor explicit (9bb938c1)
    • cosmetics: remove unneeded C header includes from Webserver.h (0e144edb)
  3. newclock4:
    • New commits in this build:
      • Set dirty flag in teletext dialog if required (7f55deb1)
      • TEST: also disable autoscrolling while opening streams. (dd57a6fc)
    • Commits no longer in build:
  4. Additional commits/pull requests/changes not yet merged upstream:
    • Added: patch: Add *.dtb files to firmware
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.
Hi Millhouse,

After update from #101 to #102 (and #103) I've lost my lirc remote again. Checked it with "irw" and there is no reaction to remote commands at all. I have dtoverlay=lirc-rpi
in my config.txt.

P.S. I still have bcm2708.bcm2835_mmc=1 in my cmdline.txt - is it required any more?
(2015-01-04, 08:29)darzur Wrote: P.S. I still have bcm2708.bcm2835_mmc=1 in my cmdline.txt - is it required any more?

No, that is default.
(2015-01-03, 17:30)PhilE Wrote: I think it is unlikely that updating the base dtbs will fix the problem, so I thought we could gather some more information while you are online.

However, I have a Hifiberry Digi at my disposal so reproducing shouldn't be a problem.
You're right, with build #0103 it's still broken. aplay -l says "no soundcards found", device-tree in config.txt as mentioned before. Glad to here someone is on it. :-)
(2015-01-04, 13:21)popcornmix Wrote:
(2015-01-04, 08:29)darzur Wrote: P.S. I still have bcm2708.bcm2835_mmc=1 in my cmdline.txt - is it required any more?

No, that is default.

Thanks. And what about lirc?
The chances are that lirc is broken in the same way that the Hifiberry card is, most likely something GPIO-related. I will investigate tomorrow.
Milhouse what to do !

addon genesis error ; see log for more info
youtube error ; see log for more info ,etc
why this is not working on rpi
Image
(2015-01-04, 16:44)Doktor-X Wrote: why this is not working on rpi

Visualisation bars? Works for me.
Is the picture what you see on your Pi or what you would like to see?

Rename ~/.kodi (and ~/.xbmc if it exists) and restart, and check if the problem occurs with default settings.
(2015-01-04, 16:22)gogu13 Wrote: Milhouse what to do !

addon genesis error ; see log for more info
youtube error ; see log for more info ,etc

Might be python/ssl/certificate related with the latest build, there'll be a fix in the next build. Of course, your logs would have been helpful, as per the error... You could also try going back and finding the last working build, that too would be helpful. Other than that, I have no clue based on the lack of information you provided.
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.
(2015-01-04, 16:48)popcornmix Wrote: Is the picture what you see on your Pi or what you would like to see?
Rename ~/.kodi (and ~/.xbmc if it exists) and restart, and check if the problem occurs with default settings.

bars are flat and not jumping up and down (ss is from windows build to check that this is working on other platforms) i'm using fresh install and have Milhouse latest build and for me this problem is 5-6 months old, but today i finaly writing about that
(2015-01-04, 18:28)Doktor-X Wrote: bars are flat and not jumping up and down (ss is from windows build to check that this is working on other platforms) i'm using fresh install and have Milhouse latest build and for me this problem is 5-6 months old, but today i finaly writing about that

Obvious reason is using omxplayer for audio (the default is paplayer). This would have to be set in advancedsettings.xml,

If not, then can you post a debug enabled log?
New OpenELEC I****** build: #0104
(Supercedes previous build)

Code:
# uname -a
Linux rpi512 3.18.1 #1 PREEMPT Sun Jan 4 21:03:44 GMT 2015 armv6l GNU/Linux

# vcgencmd version
Dec 29 2014 14:23:10
Copyright (c) 2012 Broadcom
version d3c15a3b57203798ff811c40ea65174834267d48 (clean) (release)

# lsb_release
OpenELEC (Milhouse) - Version: devel-20150104210045-r19907-ga0c38a4 [Build #0104]

Based on tip of OpenELEC master (a0c38a4a, changelog) and tip of XBMC master (72141bee, changelog) with the following modifications:
  • Includes newclock4 patches
  • Excludes the OpenELEC fernetmenta patches due to conflicts with newclock4
  • Excludes the OpenELEC linux-01-RPi_support patch in favour of sourcing these and possibly more recent patches directly from kernel branch rpi-3.18.y
  • Excludes the OpenELEC kodi-001-helix_rpb_backports patch in favour of sourcing these and possibly more recent patches directly from newclock4 branch
  • Default setting for "Show RSS Feed" changed to disabled (new installs only) [patch details]
  • Disabled "Total Duration" in Confluence (see build #0221 for details)
  • Adapted service.openelec.settings to take advantage of PR:5217 [patch details]
  • Includes latest libnfs master (9c1d3848)
  • Includes latest libcec master (9f000e43)
  • Includes latest xbmc-pvr-addons master (78397afa)
  • Includes latest xbmc-addon-xvdr master (328fa653)
  • Includes additional ffmpeg codecs/muxers enabled for testing/benchmarking purposes (see patch)
  • Includes animated splash support (patch)
  • Includes commits from libcec-2.2.0 (popcornmix)
  • Exclude kodi-999.99-fix-3692.patch: Superseded by PR6005
  • Exclude lirc_rpi.conf: No longer required, let Device Tree handle lirc_rpi (add "dtoverlay=lirc-rpi" to config.txt)
  • Include patch: Add Linux 3.18.y compatible cfg80211_rx_mgmt
  • Include patch: Add Linux 3.18.y options
  • Include patch: Enable kernel device-tree support (details)
  • Include patch: Add *.dtb files to firmware
  • Include patch: Add device tree kernel trailer
  • Include patch: Update to Linux 3.18.1
  • Include PR:5430: [URIUtils] Fix IsSmb, IsFTP, IsAfp, IsDAV and IsNfs.
  • Include PR:5747: [database] - add setting for hiding watched movies/episodes in recently added lists
  • Include PR:5752: [jsonrpc] Allow retrieving empty TV shows via VideoLibrary.GetTVShows.
  • Include PR:5958: Fix state not saved after #5842 if playing from "Recently added".
  • Include PR:6108: media library: fix path history navigation
  • Revert a8baa02d: Python: cosmetics
  • Revert d4072be7: Python: clean up. config/Makefile and pyconfig are not needed anymore
  • Revert fe5c5eb2: pycrypto: use -shared
  • Revert 3ceb1fe8: Python: replace python-config with our ow script to fix cross builds
  • Revert 6bc6985b: Python: clean up
  • Revert 59c60b08: Python: update to Python-2.7.9
  • Revert 81c08d15: Python: update to Python-2.7.8
Build Highlights:
  1. Reverted all recent Python 2.7.8/2.7.9 updates, as these broke sqlite (YouTube addon etc.). Try again in a few days...
  2. Added: PR:6108: media library: fix path history navigation
  3. Party Mode SQL fix (discussion)
Build Details:
  1. OpenELEC:
    • [rfc] kodi crashlogs (PR:3657, 3 commits, 9 files changed)
    • linux: add patch for Geniatech T230 USB DVB-T/T2/C tuner (1612c414)
    • libressl: also install ca bundle in /etc/ssl (a0c38a4a)
  2. XBMC:
    • cppcheck performance fixes in cores/paplayer (PR:6001, 1 commit, 2 files changed)
    • [pvr] Fix epg strIconPath transfer and store in EPG database (PR:5944, 2 commits, 3 files changed)
    • [addons] sync with repo (72fc723d)
    • videodb: fix GetRandomMusicVideo() with empty WHERE clause (fixes mixed party mode) (c5ebee0f)
    • videodb: remove unused GetMusicVideoCount() (c63f30da)
    • videodb: use PrepareSQL() instead of StringUtils::Format() for SELECT query (93693ed6)
  3. Additional commits/pull requests/changes not yet merged upstream:
    • Added: PR:6108: media library: fix path history navigation
    • Reverted: a8baa02d: Python: cosmetics
    • Reverted: d4072be7: Python: clean up. config/Makefile and pyconfig are not needed anymore
    • Reverted: fe5c5eb2: pycrypto: use -shared
    • Reverted: 3ceb1fe8: Python: replace python-config with our ow script to fix cross builds
    • Reverted: 6bc6985b: Python: clean up
    • Reverted: 59c60b08: Python: update to Python-2.7.9
    • Reverted: 81c08d15: Python: update to Python-2.7.8
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
  • 9
  • 10
  • 11(current)
  • 12
  • 13
  • 111

Logout Mark Read Team Forum Stats Members Help
OpenELEC Testbuilds for RaspberryPi (Kodi 15.0) Part 112