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) - HiassofT - 2017-08-19

(2017-08-19, 12:20)Aux_ Wrote: After reboot unplugged: After pulling off the power plug the first reboot had worked normally but at the second reboot raspberry has stayed again.

lsusb | paste -> http://sprunge.us/UgFL
dmesg | paste -> http://sprunge.us/FMEN
journalctl -a | paste -> http://sprunge.us/abDD

With the older builds I had tried until May I believe to # 0516 and the problem was always there.
Could perhaps someone else test whether the issue is there?
Thanks for the logs!

In the unplugged case the S960 kernel driver crashes when trying to attach the dvb tuner/demodulator driver:
Code:
[   10.824322] usb 1-1.4: dvb_usb_v2: MAC address: 00:17:42:54:96:0c
[   10.828840] Unhandled prefetch abort: unknown 1 (0x001) at 0x00000002
[   10.828864] Internal error: : 1 [#1] SMP ARM
[   10.828894] Modules linked in: brcmfmac dvb_usb_dvbsky(+) m88ds3103 brcmutil dvb_usb_v2 cfg80211 rc_core i2c_mux dvb_core bcm2835_gpiomem rfkill fixed
[   10.828944] CPU: 3 PID: 292 Comm: systemd-udevd Not tainted 4.12.7 #1
[   10.828952] Hardware name: BCM2835
[   10.828961] task: aa944600 task.stack: aa09e000
[   10.828971] PC is at 0x2
[   10.828987] LR is at m88ds3103_attach+0x104/0x12c [m88ds3103]
This crash is quite certainly the reason why your kernel won't shut down cleanly, could well be that something is stuck in the background or the kernel then is in an illegal state.

You can try to contact the DVB driver author, maybe he can fix that bug (the kernel shouldn't crash but simply print an error if something unexpected happens).

so long,

Hias


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Aux_ - 2017-08-19

Thanks @HiassofT


But unfortunately the issue is also available in the official build 8.0.2, have just been tested - but - If you wait 2min the raspberry finally reboots Smile
That is why it is not so critical.

A question - should not the watchdog start in such a case?


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - HiassofT - 2017-08-19

@Aux_

on a second thought it's more probable that the issue is caused by the device drawing too much power - this is a very common issue on RPi.

Check the output of
Code:
vcgencmd get_throttled
after booting up with the power disconnected, if you get anything else than "0x0" quite certainly your RPi power supply isn't adequate for that.

Other than that: after a kernel crash everything can happen, even all your HDD data being trashed. Better don't expect the system to run normally after that.

so long,

Hias


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Aux_ - 2017-08-19

(2017-08-19, 14:54)HiassofT Wrote: @Aux_

on a second thought it's more probable that the issue is caused by the device drawing too much power - this is a very common issue on RPi.

Check the output of
Code:
vcgencmd get_throttled
after booting up with the power disconnected, if you get anything else than "0x0" quite certainly your RPi power supply isn't adequate for that.

Other than that: after a kernel crash everything can happen, even all your HDD data being trashed. Better don't expect the system to run normally after that.

so long,

Hias

I have looked
Code:
vcgencmd get_throttled
the result was 0x0

Nevertheless, another power supply tested, unfortunately also negative result.
So I think it can not be at the power supply.


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - HiassofT - 2017-08-19

You could also try connecting the S960 to a powered USB hub instead of directly to the RPi to rule out RPi power issues.

I couldn't find a manual for the box so I'm not sure if using the box without the power supply is supported at all. If the manual says this works and it's not an issue with the RPi power supply contact the manufacturer / driver author.

so long,

Hias


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Aux_ - 2017-08-19

(2017-08-19, 16:00)HiassofT Wrote: You could also try connecting the S960 to a powered USB hub instead of directly to the RPi to rule out RPi power issues.

I couldn't find a manual for the box so I'm not sure if using the box without the power supply is supported at all. If the manual says this works and it's not an issue with the RPi power supply contact the manufacturer / driver author.

so long,

Hias

This is not really a problem when you know what it is.
Easier said if you do not use the S960 you have to pull out both USB and power plug then there is no problem


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Milhouse - 2017-08-19

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

Code:
# uname -a
Linux rpi512 4.12.7 #1 Sat Aug 19 21:05:31 BST 2017 armv6l GNU/Linux

# vcgencmd version
Aug  8 2017 12:05:45
Copyright (c) 2012 Broadcom
version 196063438d7bb0769861c86f948ae653727adb7e (clean) (release)

# lsb_release
LibreELEC (Milhouse): devel-20170819210414-#0819-g32406a7 [Build #0819]

# Kodi version
(18.0-ALPHA1 Git:0f9abae). Platform: Linux ARM 32-bit

Based on tip of LibreELEC.tv master (32406a74, changelog) and tip of XBMC master (0f9abae6, 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.12.y
  • Includes latest bcm2835-driver master (b9a8e6a5, ahead +4)
  • Includes latest kodi-platform master (36fb4937)
  • Includes latest libcec master (8adc786b, ahead +26)
  • Includes latest libnfs master (df94ae93, ahead +56)
  • Includes latest p8-platform master (a822e196)
  • Includes latest addons: inputstream.adaptive (0c7e9754, +42), inputstream.rtmp (e094fa38, +1), peripheral.joystick (cc14287c, +3), pvr.argustv (310737e2), pvr.demo (f07d898c, +1), pvr.dvblink (0b66c640, +4), pvr.dvbviewer (a1e4bb0c, +5), pvr.filmon (1c9d2ebe), pvr.hdhomerun (b89c2be4, +9), pvr.hts (a1de6329, +1), pvr.iptvsimple (260434e4, +5), pvr.mediaportal.tvserver (d7a9acdb), pvr.mythtv (a17a3a4f, +1), pvr.nextpvr (03a3b714), pvr.njoy (79e8e653), pvr.octonet (a77cf111), pvr.pctv (00b76689), pvr.stalker (df492d27, +1), pvr.vbox (44f3d04e), pvr.vdr.vnsi (07172ed0, +1), pvr.vuplus (921b14f6, +5), pvr.wmc (1d655540)
  • Include [env] compare: linux: update to linux-4.12.7
  • Include [env] patch: libcec: don't link non-existant libtinfo
  • Include [env] patch: nss/nspr: include in main image [rfc][gcc7]
  • Include [env] patch: rev hack for kodi
  • Include [env] patch: tvheadend42: fixup ffmpeg patch
  • Include [env] patch: switch back to standard ncurses
  • Include [env] patch: buildsystem: update to gcc (to 7.2), glibc and binutils
  • Include [env] patch: Add experimental splash video for RPi
  • Include [env] patch: Bump included addon versions to prevent online updates
  • Include [env] patch: HACK: Disable multiple PVR addons during migration. Always enable inputstream.* and os.*
  • Include [env] patch: pvr addons: disable broken addons
  • Include [env] patch: Add kodi binary addons (pvr, adsp, inputstream, vfs, other)
  • Include [env] PR:1773: init: make break after behaviour really break after
  • Include [env] PR:1776: Don't cause system to hang on halt/reboot when net-booting
  • Include [env] PR:1821: use 7zip for addon.zip creation
  • Include [env] PR:1835: add support for optional kernel modules in image and from addons
  • Include [env] PR:1862: busybox: revert dd fsync change which makes no sense
  • Include [env] PR:1896: config/functions: fix bash-4.4 issue, and empty 2nd param behaviour
  • Include [pkg] patch: Pre-release RPi0W/RPi3 Bluetooth firmware (details) (brcmfmac_sdio-firmware-rpi)
  • Include [pkg] patch: Pre-release RPi0W/RPi3 WiFi firmware (details) (kernel-firmware)
  • Include [pkg] patch: Pre-release RPi0W/RPi3 WiFi firmware (details) (wlan-firmware)
  • Include [pkg] patch: skin.estuary: reduce system info font size (kodi)
  • Include [pkg] PR:12311: FIX: ensure real filename from videodb in playlists
Build Highlights:
  1. switch back to standard ncurses
Build Details:
  1. XBMC:
    • [Fix] Add .m4v to music tag loader factory as valid extension (PR:12682, 1 commit, 2 files changed)
    • Add system/lcms2.dll to .gitignore (PR:12694, 1 commit, 1 file changed)
    • [wayland] Fix compilation with older gcc (PR:12693, 1 commit, 1 file changed)
    • Integrate Wayland build into buildsteps (PR:12691, 1 commit, 10 files changed)
  2. inputstream.adaptive:
    • reduce #psshsets by using use_count (0c7e9754)
  3. Additional commits/pull requests/changes not yet merged upstream:
    • Added: [env] patch: switch back to standard ncurses
    • Added: [env] patch: libcec: don't link non-existant libtinfo



RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - bmonster - 2017-08-19

Hi,

Are all the PVR addons back in the nightly builds yet.

Regards Bucky


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Milhouse - 2017-08-19

(2017-08-19, 22:33)bmonster Wrote: Hi,

Are all the PVR addons back in the nightly builds yet.

Regards Bucky
No. The following are not included (as they don't currently build):
Code:
pvr.argustv
pvr.filmon
pvr.mediaportal.tvserver
pvr.nextpvr
pvr.njoy
pvr.pctv
pvr.stalker
pvr.vbox
pvr.wmc

It's up to the add-on maintainers to update their add-on. Obviously if they don't they'll be dropped from the Leia repo at some point. If your favourite PVR add-on is in the above list then you should open an issue on the appropriate github (check first that there isn't already an open issue).


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Aux_ - 2017-08-20

(2017-08-19, 22:31)Milhouse Wrote: Build Highlights:

[*]switch back to standard ncurses

Can it be that PVR channels switch much faster now? The stop button also reacts faster, before always had a dark screen a few seconds.


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - AndiMandi - 2017-08-20

Hey there,

since I installed the latest Release, i´m not longer able to connect to my Kodi via SSH and Putty.
If i try to open a connection, Putty always told me "Connection refused"
libreelec is installed on a RPi3 and SSH-Service on the RPi is running.
I´ve tried to switch the SSH-Service off and on again many times. But nothing helps.
Can you help me out?

Greetz,
AndiMandi


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Aux_ - 2017-08-20

(2017-08-20, 12:46)AndiMandi Wrote: Hey there,

since I installed the latest Release, i´m not longer able to connect to my Kodi via SSH and Putty.
If i try to open a connection, Putty always told me "Connection refused"
libreelec is installed on a RPi3 and SSH-Service on the RPi is running.
I´ve tried to switch the SSH-Service off and on again many times. But nothing helps.
Can you help me out?

Greetz,
AndiMandi

In my case, the first connection with FileZilla had not worked but the second connection worked. It took some time.


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - AndiMandi - 2017-08-20

Nop nothing works. Also Filezilla tells me a "Connection refused". Looks like thers some kind of "Firewall" who blocks my connection.
This is what Filezille sais:

Status: Connecting to libreelec...
Response: fzSftp started, protocol_version=8
Command: open "root@libreelec" 22
Error: Network error: Connection refused
Error: Could not connect to server

Is there any point in the Settings of Kodi, where I should have a look?


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Aux_ - 2017-08-20

(2017-08-20, 15:51)AndiMandi Wrote: Is there any point in the Settings of Kodi, where I should have a look?

If you do not log in with ssh public key, then only thing that must be noted is
Settings -> LibreELEC -> Services -> Disable SSH Password (OFF) - must OFF otherwise you can not enter.


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Milhouse - 2017-08-20

(2017-08-20, 12:46)AndiMandi Wrote: Hey there,

since I installed the latest Release, i´m not longer able to connect to my Kodi via SSH and Putty.

Can you confirm you don't have this problem with #0818? I've no problem with Putty and SSH but then I don't use passwords (public key only), will test a password later.