Kodi Community Forum
v18 LibreELEC Testbuilds for RaspberryPi (Kodi 18.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: Raspberry Pi (https://forum.kodi.tv/forumdisplay.php?fid=166)
+---- Thread: v18 LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) (/showthread.php?tid=298461)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - ramis52 - 2018-06-30

(2018-06-29, 15:46)HiassofT Wrote:
(2018-06-28, 18:13)ramis52 Wrote: Hi,

now my remote is acting wierd again. A reboot/powercycle will help. here are the log files.

lsusb http://ix.io/1fiv

dmesg and journalctl before the reboot

http://ix.io/1fig
http://ix.io/1fih

output from ssh1

https://pastebin.com/Nj41U98t

output from ssh2

LibreELEC:~ # ir-keytable -t
Can't open lirc device: Device or resource busy
LibreELEC:~ #

hope this helps a bit.
@ramis52 Thanks for the info!

The IR receiver indeed is doing weird things. It sends nonsense data (even when it seems to be working) and the ir-ctl -r output shows that it somehow "forgot" it's timeout setting.

Please do another test with the build you've been using (any current build up to and including #0628 will do):

use the IR remote for a while, verify that it's working fine, then ssh in, run
Code:
ir-ctl -r
then press a button and post the output (no need to stop kodi etc). Please also upload dmesg again.

Tonight's build will contain a patch that disables the IR timeout optimizations for your IR receiver. Please test and report back if this build fixes the issues. If it fails, run the "ir-ctl -r" test and post dmesg and journal.

so long,

Hias 
 Hi,

here a the outputs

https://pastebin.com/Uj4d16az

http://ix.io/1ft2

I ll try newest build now and report back when its acting wierd again.


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - germa18 - 2018-06-30

(2018-06-08, 19:24)Milhouse Wrote:
(2018-06-08, 19:06)germa18 Wrote: the latest working build = #0407 
other newer build have this trouble = since #0415
I think i have found the problem, it's related to expression after the url that cause the bug
Exemple : 
Link not working on LE : https://proxy-035.ix7.dailymotion.com/sec(x012cba8530cb5d575ec783f5b1b6ce0)/video/811/775/398577118_mp4_h264_aac_hd.m3u8#cell=core&qos_stail=1
Link working on LE : https://proxy-035.ix7.dailymotion.com/sec(x012cba8530cb5d575ec783f5b1b6ce0)/video/811/775/398577118_mp4_h264_aac_hd.m3u8
The only difference is the expression after the .m3u8 is misinterpreted by kodi [#cell=core&qos_stail=1] , all the links on this plateform/website are generated like that, so to correct that we must force kodi to not took anything after .m3u8
original link of the video : https://www.dailymotion.com/video/x6law2m?playlist=x5uiot
You can easily reproduce this, i hope my explaination is understable Wink

Can you post a complete debug log from #0607 (or whatever the latest test build is at the time) which shows you accessing the "not working" url?

Your non-working url is working for me (using JSON):
text:
texturecache.py playw "https://proxy-035.ix7.dailymotion.com/sec(x012cba8530cb5d575ec783f5b1b6ce0)/video/811/775/398577118_mp4_h264_aac_hd.m3u8#cell=core&qos_stail=1"
which might suggest it is an add-on issue or something else specific to your setup.       
It's been a long time that i was stuck with #0407 firmware because of this issue and today i decided to test the #0628 build and now all works without any change by my side
but i noticed that in the changelog in the #0628 build that inpustream has been rework (with the change of kodi api), so there were a bug like i told you before  
glad that all working fine now Smile


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Milhouse - 2018-07-01

New LibreELEC.tv Leia build #0630: RPi / RPi2
(Supercedes previous build)

SHA256 Checksum: eee8cdfae51c55e9429b3a8f7d5726c15897073c9682c20e71124983b20599e2 (RPi)
SHA256 Checksum: 9a0ac882208cf6df34a9bbbac84fea61acbbe921c6c44745ce45dbdef132a7fd (RPi2)

text:
# uname -a
Linux rpi512 4.14.52 #1 Sat Jun 30 21:04:35 BST 2018 armv6l GNU/Linux

# vcgencmd version
Jun 29 2018 13:17:42
Copyright © 2012 Broadcom
version 97765855d9ae607d0e678171cf9d83b218f237dd (clean) (release)

# lsb_release
LibreELEC (Milhouse): devel-20180630210315-#0630-g3e3cc3d [Build #0630]

# Kodi version
(18.0-ALPHA3 Git:95de5f5). Platform: Linux ARM 32-bit

Based on tip of LibreELEC.tv master (3e3cc3d, changelog) and tip of XBMC master (8063088, changelog) with the following modifications: Build Highlights:
  1. AESinkPULSE: Fix enumeration callback
  2. Fix ocassional playback in background
  3. VideoPlayer: fixes for discarding streams
Build Details:
  1. XBMC:
    • AESinkPULSE: Fix enumeration callback (PR:14133, 1 commit, 1 file changed)
    • Fix ocassional playback in background (PR:14130, 1 commit, 1 file changed)
    • VideoPlayer: fixes for discarding streams (PR:14127, 1 commit, 2 files changed)
  2. kernel 4.14.y:
    • New commits in this build:
      • arm: dts: bcm2710-rpi-3-b-plus: fix hpd gpio pin (72f72b6c)



RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Milhouse - 2018-07-02

New LibreELEC.tv Leia build #0701: RPi / RPi2
(Supercedes previous build)

SHA256 Checksum: f862c4c080eb0318e493773ff10e6a623036983e1e37afeea896b87d85df2a80 (RPi)
SHA256 Checksum: 511cbddc3a4ae170e629db60324efac7431399dd09013185fa019ac8d99c740b (RPi2)

text:
# uname -a
Linux rpi512 4.14.52 #1 Sun Jul 1 21:05:42 BST 2018 armv6l GNU/Linux

# vcgencmd version
Jun 29 2018 13:17:42
Copyright © 2012 Broadcom
version 97765855d9ae607d0e678171cf9d83b218f237dd (clean) (release)

# lsb_release
LibreELEC (Milhouse): devel-20180701210317-#0701-g3e3cc3d [Build #0701]

# Kodi version
(18.0-ALPHA3 Git:95de5f5). Platform: Linux ARM 32-bit

Based on tip of LibreELEC.tv master (3e3cc3d, changelog) and tip of XBMC master (17459bb, changelog) with the following modifications: Build Highlights:
  1. Revert dash, fix package cache
Build Details:
  1. XBMC:
    • VideoPlayer: handle tempo and realtime dynamically (PR:14134, 2 commits, 11 files changed)
    • allow selecting resolutions with non standard aspect ratio (PR:14132, 1 commit, 5 files changed)
  2. Additional commits/pull requests/changes not yet merged upstream:
    • Added: [env] PR:2808 (perma): Revert "dash: add package, configure as CONFIG_SHELL"
    • Added: [env] PR:2809 (perma): config/functions: store package caches in build dir



RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Milhouse - 2018-07-03

New LibreELEC.tv Leia build #0702: RPi / RPi2
(Supercedes previous build)

SHA256 Checksum: c22daca7352ba5d87d4a307b2161e3c2c5e139687afa2f9529c88efe123b85b7 (RPi)
SHA256 Checksum: 477f9f7f90bb22872e18a40e750fe1f64812fc240a8a73c6809ac7fb95fb4b3a (RPi2)

text:
# uname -a
Linux rpi512 4.14.52 #1 Mon Jul 2 23:37:31 BST 2018 armv6l GNU/Linux

# vcgencmd version
Jun 29 2018 13:17:42
Copyright © 2012 Broadcom
version 97765855d9ae607d0e678171cf9d83b218f237dd (clean) (release)

# lsb_release
LibreELEC (Milhouse): devel-20180702233607-#0702-g6bd47f0 [Build #0702]

# Kodi version
(18.0-ALPHA3 Git:95de5f5). Platform: Linux ARM 32-bit

Based on tip of LibreELEC.tv master (6bd47f0, changelog) and tip of XBMC master (a44e6e2, changelog) with the following modifications: Build Highlights:
  1. Fix segfault on shutdown caused by busy python addons
  2. Loadsa lang updates
Build Details:
  1. LibreELEC.tv:
    • config/functions: store package caches in build dir (PR:2809, 1 commit, 1 file changed)
    • Revert "dash: add package, configure as CONFIG_SHELL" (PR:2808, 1 commit, 4 files changed)
    • mesa: only build va tracker if using a gallium driver that uses it (PR:2801, 1 commit, 1 file changed)
    • valgrind: add patch to enable armv8 (PR:2802, 1 commit, 1 file changed)
  2. XBMC:
    • Fix segfault on shutdown caused by busy python addons (PR:14138, 1 commit, 3 files changed)
    • RetroPlayer: Fix segfault on subsequent failure (PR:14101, 1 commit, 1 file changed)
    • [lang][kodi.core] automatic syntax corrections for the en_GB language file (2656577)
    • [lang][skin.estuary] automatic syntax corrections for the en_GB language file (39f9bd5)
    • [lang][skin.estuary] updated language files from Transifex (e66ca5d)
  3. pvr.dvblink:
    • [lang] updated language files from Transifex (c66203b)
  4. pvr.dvbviewer:
    • [lang] automatic syntax corrections for the en_GB language file (4c60fc2)
    • [lang] updated language files from Transifex (89344b4)
  5. pvr.filmon:
    • [lang] updated language files from Transifex (93ae10d)
  6. pvr.hdhomerun:
    • [lang] updated language files from Transifex (ced70bd)
  7. pvr.hts:
    • [lang] automatic syntax corrections for the en_GB language file (7500796)
    • [lang] updated language files from Transifex (83451d3)
  8. pvr.iptvsimple:
    • [lang] updated language files from Transifex (c721c03)
  9. pvr.mediaportal.tvserver:
    • [lang] updated language files from Transifex (6439be6)
  10. pvr.mythtv:
    • [lang] updated language files from Transifex (3a04d2c)
    • [lang] updated language files from Transifex (c9a14a7)
    • [lang] updated language files from Transifex (6a0f2a2)
    • [lang] updated language files from Transifex (f0f7e6d)
    • bump version 5.8.1 (c4d8899)
  11. pvr.nextpvr:
    • [lang] updated language files from Transifex (6f0515b)
  12. pvr.pctv:
    • [lang] updated language files from Transifex (32d4b66)
  13. pvr.stalker:
    • [lang] updated language files from Transifex (6026419)
  14. pvr.vbox:
    • [lang] updated language files from Transifex (325774b)
  15. pvr.vuplus:
    • [lang] updated language files from Transifex (75179a3)
  16. pvr.wmc:
    • [lang] updated language files from Transifex (ec652db)
  17. kernel 4.14.y:
    • New commits in this build:
      • Add device tree overlay for HD44780 (a2546395)
      • Add hd44780 module to defconfig (11efe457)
  18. Additional commits/pull requests/changes not yet merged upstream:
    • Added: [pkg] PR:14137 (perma): addondb: avoid constraint violation



RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Milhouse - 2018-07-04

New LibreELEC.tv Leia build #0703: RPi / RPi2
(Supercedes previous build)

SHA256 Checksum: cc1ba7cd6efe32ff8ee9b2d1c746d4a1526f639846979bf9d87fce5663425603 (RPi)
SHA256 Checksum: c24dd3fcb0c7284ed1ea5af503cb1494a1640826011164d6c0972008b6630ea0 (RPi2)

text:
# uname -a
Linux rpi512 4.14.52 #1 Wed Jul 4 00:20:18 BST 2018 armv6l GNU/Linux

# vcgencmd version
Jul 3 2018 14:21:36
Copyright © 2012 Broadcom
version 47b05c853342eb6e4ea5b017d981e0ef247fb8be (clean) (release)

# lsb_release
LibreELEC (Milhouse): devel-20180704001901-#0703-g6bd47f0 [Build #0703]

# Kodi version
(18.0-ALPHA3 Git:f0dda3a). Platform: Linux ARM 32-bit

Based on tip of LibreELEC.tv master (6bd47f0, changelog) and tip of XBMC master (f0dda3a, changelog) with the following modifications: Build Highlights:
  1. New firmware (pwm_sdm fixes)
  2. reusepython off by default
  3. [gui][pvr][fix] Prevent the modification of the provider list while using its iterator.
Build Details:
  1. Firmware (Jul 3):
    • firmware: pwm_sdm: fix an edge case when reading back DMA source addresses
    • firmware: pwm_sdm: fix write handle refcounting See: link
  2. XBMC:
    • [gui][pvr][fix] Prevent the modification of the provider list while using its iterator. (PR:14139, 1 commit, 2 files changed)
    • [modernize] use default member initializers (PR:14111, 30 commits, 300 files changed)
    • reusepython off by default (PR:14136, 1 commit, 1 file changed)
    • Kodi's new and improved git docs (PR:14072, 27 commits, 72 files changed)
  3. libnfs:
    • Wrap use of SOCK_CLOEXEC with __linux__ (PR:260, 1 commit, 1 file changed)
    • conditionally include sys/time.h from libnfs.c (5c1444f)
    • Merge branch 'master' of github.comConfusedahlberg/libnfs (37d4980)
  4. pvr.vbox:
    • Fixed wrong size caused crash in Android Oreo (8) (#211) (48a1ac1)
  5. kernel 4.14.y:
    • New commits in this build:
      • Arm: mm: ftrace: Only set text back to ro after kernel has been marked ro (786b6ff1)
  6. Additional commits/pull requests/changes not yet merged upstream:
    • Updated: [env] PR:2788 (perma): kodi: July 2018
    • Updated: [env] PR:2798 (perma): linux (Generic): update to linux-4.17.4
    • Added: [pkg] PR:10 (perma): Add new ids (RTL8812AU)



RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - jakermx - 2018-07-04

@remis52

What happen if you turn your lights off?

Sometimes the IR sensors devices do weird things when lights on, because the frecuency filter circuit is falling or it just blown up, if it stops doing weird things or if the frequence of them decreases, your sensor is faulty, if it do the same things with lights off, it is a hw-sw realtionship issue...


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - SkywalkerPD - 2018-07-04

Just updated to build 703. My Pi doesn't like it and keeps rebooting.... went back to 702.

Crash log:

https://paste.ubuntu.com/p/fkggmD4jsg/


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Milhouse - 2018-07-04

(2018-07-04, 09:41)SkywalkerPD Wrote: Just updated to build 703. My Pi doesn't like it and keeps rebooting.... went back to 702.

Crash log:

https://paste.ubuntu.com/p/fkggmD4jsg/

As far as I can tell, it's likely to be:
(2018-07-04, 04:43)Milhouse Wrote: Build Details:
  1. XBMC:
    • [gui][pvr][fix] Prevent the modification of the provider list while using its iterator. (PR:14139, 1 commit, 2 files changed)

Similar crash being reported in the x86_64 thread: https://forum.kodi.tv/showthread.php?tid=298462&pid=2748744#pid2748744 (slightly more information in the x86_64 crashlog).


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - nojoe - 2018-07-04

Need a little help for downgrading from #703 to #702.

Copied the LibreELEC-RPi2.arm-9.0-Milhouse-20180702233607-#0702-g6bd47f0.tar to the update folder on my sdcard.
Reboot but nothing happens. No update process. Boots to Kodi #703 and crashes with a reboot.

Edit: Solution is copy *.tar to the .update folder not update folder on the sdcard!


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - MikeKL - 2018-07-04

Installed #0703 and kodi crash after short period of idle inactivity after 1st boot  kodi crashlog

kodi does not appear to be constantly crashing for me with #0703 so will attempt to use normally this evening to watch local media and internet streams.


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Milhouse - 2018-07-04

The PR that is causing the crash will be reverted in #0704.


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - SkywalkerPD - 2018-07-05

Thnx for all the hard work!!


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Milhouse - 2018-07-05

New LibreELEC.tv Leia build #0705: RPi / RPi2
(Supercedes previous build)

SHA256 Checksum: 3ac74b770c40594f8a0f26a5d41bded8b4e4c32c437d9d37a8ea2a6a4c470e61 (RPi)
SHA256 Checksum: 55fddf328f841db7eb6f948f1b7f9f4906d7e338099aa7198f66801899b37da6 (RPi2)

text:
# uname -a
Linux rpi512 4.14.52 #1 Thu Jul 5 21:41:40 BST 2018 armv6l GNU/Linux

# vcgencmd version
Jul 3 2018 14:21:36
Copyright © 2012 Broadcom
version 47b05c853342eb6e4ea5b017d981e0ef247fb8be (clean) (release)

# lsb_release
LibreELEC (Milhouse): devel-20180705213937-#0705-g60ee116 [Build #0705]

# Kodi version
(18.0-ALPHA3 Git:5014160). Platform: Linux ARM 32-bit

Based on tip of LibreELEC.tv master (60ee116, changelog) and tip of XBMC master (b5230a8, changelog) with the following modifications: Build Highlights:
  1. Revert cause of crash in #0703
Build Details:
  1. LibreELEC.tv:
    • retroplayer updates (PR:2810, 8 commits, 135 files changed)
    • sapphire: fix build (PR:2811, 1 commit, 1 file changed)
  2. XBMC:
    • VideoPlayer: fix c/p error in GetRGBYuvCoefs for BT2020 (PR:14142, 1 commit, 1 file changed)
    • VideoPlayer: fix switching to resample method (PR:14141, 1 commit, 2 files changed)
    • display resolutions: drop iScreen (PR:14140, 1 commit, 31 files changed)
    • VideoPlayer: vaapi - fix potential segfault if deinterlace method is (PR:14145, 1 commit, 3 files changed)
    • Revert "[gui][pvr][fix] Prevent the modification of the provider list while using its iterator." (PR:14147, 1 commit, 2 files changed)
    • [Estuary] fix mono font (PR:14150, 1 commit, 1 file changed)
    • display resolutions: fix after 6aaa0fa013518053105ee55da37af430b7534579 (PR:14151, 1 commit, 5 files changed)
    • win10: update python package with a small fix in uwp part (PR:14153, 2 commits, 4 files changed)
    • Prevent Basecontainer to scroll animated after reset (PR:14148, 1 commit, 1 file changed)
  3. inputstream.adaptive:
    • [MPD] check MPS::type==dynamic for LIVE streams (aa6c3f4)
  4. pvr.iptvsimple:
    • Add support for #EXT-X-PLAYLIST-TYPE in M3U (PR:189, 1 commit, 4 files changed)
  5. kernel 4.14.y:
    • New commits in this build:
      • BCM283x DT: Add CSI nodes to the device tree. (7462714a)
      • BCM270X_DT: Add CSI defines for all the downstream Pi platforms (e33ef2c4)
      • arm: dt: Add DT overlays for ADV7282M, OV5647, and TC358743 (36d224f4)
  6. Additional commits/pull requests/changes not yet merged upstream:
    • Updated: [env] PR:2788 (perma): kodi: July 2018
    • Updated: [pkg] PR:100 (perma): stats: Replace CPU 32/64 bit flag with GPU enumeration (service.libreelec.settings)
    • Added: [pkg] PR:101 (perma): remove all attempts to open/close the busydialog which is now verboten (service.libreelec.settings)



RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - fcorreia - 2018-07-06

I can not use media files within RAR, even with Archive support (999.1.0.0) and RAR archive (999.2.0.3).
I'm running build # 702 on a RPi2, but I've had this problem since I switched to the Milhouse-9.0 update channel.
Is it a known bug or is there something wrong on my side?