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) - Milhouse - 2018-01-09 Weekly Linux 4.15-rc7 build #0108x: RPi / RPi2 Changes: Code: Replace out-of-tree RTL8192CU driver with in-tree kernel driver Code: DVB Driver Addons Code: RTL8192DU RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Milhouse - 2018-01-09 (2018-01-09, 01:44)germa18 Wrote: videoplayer is unusable with this build #0108, i launch one video and it starts the video and stuck with the first image, when i try to close the video, i just have a black screen and i cannot due anything on the screen (2018-01-09, 02:35)Sholander Wrote: Same here on RPi3. Seems like some (USB) disk problem; video player stops and after reboot no picture with USB disk connected. Booting without disk it boots OK, but video player still not playing videos from reconnected disk... This seems to be quite difficult to reproduce - so far I have had one video (VC-1, MMAL, streamed over nfs://) that froze at start of playback (requiring kodi.bin to be restarted) but in every other test this video (and all others tested, streamed over nfs://, smb:// and local) plays normally. Are you having this problem with Live TV, or is it all videos? Any particular non-standard video settings (deinterlace, sync audio, adjust refresh rates etc.)? Can you try the firmware from #0107 with #0108 (copy bootcode.bin, start.elf and fixup.dat from #0107 to #0108)? Otherwise this could be a 4.14.12 kernel issue resulting from the Meltdown changes - please try 4.15-rc7 and see if it's any better/worse/same. RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - smp1 - 2018-01-09 (2018-01-09, 03:10)Milhouse Wrote: 4.14.12 kernel issue resulting from the Meltdown changesIsn't KPTI supposed to be disabled for RPi? RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Milhouse - 2018-01-09 (2018-01-09, 03:39)smp1 Wrote:(2018-01-09, 03:10)Milhouse Wrote: 4.14.12 kernel issue resulting from the Meltdown changesIsn't KPTI supposed to be disabled for RPi? Yes, however the KPTI changes which are present throughout the kernel may be producing unexpected/unintended results even when "disabled". Edit: This is worth a read: http://kroah.com/log/blog/2018/01/06/meltdown-status/ I honestly don't know if the KPTI changes will cause issues on ARM, but given the nature of the issue and the solution, maybe it's possible. Of course, the video issues might be something completely unrelated - I've no idea at this stage as it seems very hard to reproduce (for me, anyway). There didn't seem to be any obvious Kodi changes in #0108, so the most likely candidates are either firmware or kernel. RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Milhouse - 2018-01-09 Yes there's something wrong with #0108 - I'm starting to experience frozen video at start of playback more often now (though no idea why not earlier, it's kind of random). It doesn't appear to be firmware, as I tried #0107 firmware and the issue persists. I've created #0108b RPi2 which is the same as #0108 but with a 4.14.10 kernel in place of 4.14.12. My initial testing suggests #0108b does not have the video playback issues that #0108 does. Please test #0108b and confirm. RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Milhouse - 2018-01-09 I've created build #0108c RPi2 which is based on 4.14.12 but without the 6 new vcsm commits shown in #0108:(2018-01-09, 00:47)Milhouse Wrote: Build #0108c seems OK to me - it would be good to know if those having problems with #0108 have the same issues with #0108c, or not. @popcornmix could the vcsm commits be the problem? It's possible I just haven't managed to reproduce the issue with #0108c however a new 4.14.12 build that included the vcsm commits froze on the first video, while I'm yet to experience any freeze with #0108c after 20 videos.
RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - popcornmix - 2018-01-09 (2018-01-09, 06:18)Milhouse Wrote: @popcornmix could the It is certainly possible. I added the vcsm commits for further testing as they are in a linux PR that I was considering merging. As the vcsm commits affect cache flushing then intermittent (depending on the state of the cache) failures are possible. Can you confirm the type of video that has the issue? There will be much more cache flushing from hevc or software decoded video than hardware (mmal). Enabling omxplayer will probably bypass the cache flushing completely so I might guess it doesn't have the issue. RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Chudley - 2018-01-09 It looks like the VCSM commits are responsible. On the latest build, playback of live interlaced SD mpeg2 content via tvheadend triggers the issue without playback starting. The below relates to progressive H264 playback which works fine until playback is stopped, at which point the same freeze occurs, and the same backtrack is generated. This seems to occur directly in relation to code touched by one of the VCSM commits? Quote:[ 194.355142] Unable to handle kernel paging request at virtual address 5d37f000 RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Milhouse - 2018-01-09 (2018-01-09, 11:11)popcornmix Wrote: Can you confirm the type of video that has the issue? Testing #0108 with OMX disabled, MMAL enabled, RPi3, VC1 and MPEG codec licences. VC-1 video is a problem, as is h264 (eg. 720P). Video will either fail to start (the GUI will freeze without any video appearing) or a few frames of video may appear and then freeze. If I enable OMX and disable MMAL, then the VC-1 and h264 videos playback without any issue, so it looks like omxplayer does not have this issue. RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Aux_ - 2018-01-09 (2018-01-09, 03:10)Milhouse Wrote: Are you having this problem with Live TV, or is it all videos? Any particular non-standard video settings (deinterlace, sync audio, adjust refresh rates etc.)?Live TV is not working properly on #0108, it runs for a few minutes and then freezes. You can not do anything by remote only doing hard reset helps, but in #0108c everything works fine, both live TV and movies. RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - alannmills - 2018-01-09 Running build From Jan 5th build results in no sound when video is played (or liveTV), but there is GUI sound http://ix.io/DR6 The previous build from Jan 4th works correctly Working LibreELEC-RPi.arm-9.0-Milhouse-20180104223802-%230104-gf7875a1 Not Working Has GUI sounds, but playing any video results in no sound LibreELEC-RPi.arm-9.0-Milhouse-20180105221510-#0105-g978b00c RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Milhouse - 2018-01-09 (2018-01-09, 18:19)alannmills Wrote: Running build From Jan 5th build results in no sound when video is played (or liveTV), but there is GUI sound Are you using passthrough audio at all? RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - alannmills - 2018-01-09 (2018-01-09, 18:57)Milhouse Wrote:I have the same settings from Jan 4 to Jan 5.(2018-01-09, 18:19)alannmills Wrote: Running build From Jan 5th build results in no sound when video is played (or liveTV), but there is GUI sound Audio Device is set for PI:HDMI, Output configuration is fixed, but optimized produces same results It doesn't matter if I set it to 2.0, or 5.1 on the Jan 5 build, the only sound is GUI There is nothing showing under passthrough settings (no option to set anything) For what it is worth, the HDMI output lead from PI is plugged into soundbar, and from there it goes into the Vizio TV Let me know if you need anything else RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - doug - 2018-01-09 @ksooo, @da-anda Hi, Here's a large crash log from Milhouse's last debug build. I simply watched a previously recorded program and the crash happened a few hours later. That is the way it always seems to happen. https://drive.google.com/file/d/1khkLLOFySPFM_sDql8B0FQfdA19Yq-0J/view?usp=sharing If I can provide or do anything else, let me know. RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Milhouse - 2018-01-09 (2018-01-09, 20:18)doug Wrote: Here's a large crash log from Milhouse's last debug build. I simply watched a previously recorded program and the crash happened a few hours later. That is the way it always seems to happen. Thanks @doug, although build #0102 isn't a debug-enabled build - it's a non-debug build. Build #0106d RPi2 is the last debug-enabled build. Or did you upload the wrong crash log? There is some potentially useful detail in the #0102 crashlog, which points towards the logger component but I'll leave it to @ksooo and @da-anda if they think a debug-enabled crash log is required. |