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 - 2017-01-30 (2017-01-30, 22:38)popcornmix Wrote: And #0x0128 was okay? I don't see much that has changed in #0129 to explain this. @Milhouse any guesses? Looks to be crashing in a SQLite query. There were some pvr changes in #0129 but nothing stands out. My guess is this isn't an entirely new issue, so may have started a few builds back - need to identify the first build with this issue. Fortunately it looks like it happens often so shouldn't take too long to identify the first build with this issue. RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - linkinsoldier - 2017-01-30 (2017-01-30, 22:25)Milhouse Wrote:It works perfect, thank you very much! Now that I got the section, I could create the folders and start everything. I will write a short how-to in the next days (including connecting ps3 controller If you like. Thank you very much for your work, I wouldn't have dreamed it is already working so great!(2017-01-30, 22:10)linkinsoldier Wrote: About the Konami code: where should I try to enter it? It always gets me the TV addon (pvr), but nothing about a game option [emoji6] RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Milhouse - 2017-01-30 (2017-01-30, 22:38)popcornmix Wrote: And #0x0128 was okay? I don't see much that has changed in #0129 to explain this. @Milhouse any guesses? PR11536 looks the likeliest suspect - added in build #0125. The crash is happening in PVR::CPVRSearchAndSetChannelIcons:oWork which is added by PR11536. RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - popcornmix - 2017-01-30 Tonight's build will support a way of enabling firmware hdmi/cec logging. If you are having problems then (with tonight's build) add to config.txt: Code: logging_level=0x200000 Reboot and confirm CEC remote works and then grab the log: Code: vcdbg log msg 2>&1 | pastebinit Then do whatever it that provokes unwanted behaviour (e.g. TV powers on unwantedly) and grab another log. Do the same with this firmware which has cleanup 13 reverted (and so should be good): https://drive.google.com/uc?id=0B-6zmEDJwxZEdjZPNTJxRGg1ZVU&export=download Hopefully the hdmi/cec guy will spot the problem. RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Aux_ - 2017-01-31 (2017-01-30, 22:48)Milhouse Wrote:(2017-01-30, 22:38)popcornmix Wrote: And #0x0128 was okay? I don't see much that has changed in #0129 to explain this. @Milhouse any guesses? Here is crashlog of #0125 build, I had not seen before. http://pastebin.com/zMEb4aPG RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Milhouse - 2017-01-31 New LibreELEC.tv Leia build #0130: RPi / RPi2 (Supercedes previous build) Code: # uname -a Based on tip of LibreELEC.tv master (986a2c5d, changelog) and tip of XBMC master (b6d4856b, changelog) with the following modifications:
RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Milhouse - 2017-01-31 Weekly Linux 4.10-rc6 build #0130x: RPi / RPi2 Same as #0130, but without media_build extensions (not compatible with this kernel). RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - chewauwau - 2017-01-31 (2017-01-31, 00:44)Milhouse Wrote: .... I can't tell for sure if plugin caching is working with this commit or not. What I can tell is I experience no more relaoding of a directory listing after stopping playback. To be honest that's enough for me. I hope this commit will get merged upstream. RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - MONSTA - 2017-01-31 (2017-01-30, 23:35)popcornmix Wrote: Tonight's build will support a way of enabling firmware hdmi/cec logging. If you are having problems then (with tonight's build) add to config.txt: cec is working http://sprunge.us/eAhb cec is down http://sprunge.us/ZZPa "cleanup 13" didn't tried RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - polo_joe - 2017-01-31 (2017-01-30, 22:28)popcornmix Wrote:(2017-01-30, 22:07)polo_joe Wrote: After some testing that didn't help unfortunately. I only tried your suggested setting, but how could this setting help with 720p50 tv channels? I also have disconitnuities when watching these channels and I also have discontinuities when tv is off and tvh is recording in the background. I will try a 4.10 build, maybe this could help. RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - popcornmix - 2017-01-31 (2017-01-31, 10:33)polo_joe Wrote: I only tried your suggested setting, but how could this setting help with 720p50 tv channels? I thought you reported the problem occurred with advanced deinterlace enabled and not with bob deinterlace (and presumably interlace disabled). If that is the case then the v3d_limiter should help. However if the problem occurs without advanced deinterlace being enabled, or when you are not playing video then the setting can't help. RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - MMXT - 2017-01-31 (2017-01-30, 23:35)popcornmix Wrote: Reboot and confirm CEC remote works[...] I think that won't work (well) for me, because my problem is as follows: After fresh install of #0130 (or #0129 ... last working for me was #0112 but I didn't update between #0112 #0129) I don't have working CEC after installation. I always have to manually tell my TV (Samsung Smart TV) to use kodi as CEC source. Then my TV remote is working until I power off my TV. After powering on there is no way to get CEC working again for me (neither via libreelec itself nor does "kodi" any longer show up on the TV's list of CEC sources) and I will need to reboot libreelec again. Then again I will have the option to choose "kodi" as CEC source via TV's menu and it will work again. I don't have any power saving options set in libreelec, so libreelec won't go into standby mode or something similiar. It's just turn off TV, turn on again, CEC connection permanently lost. So from my understanding a "fresh" log immediately after fresh install or reboot won't help in my case, because I always have to manually set kodi as CEC source to get it working...? With the elder builds (#0112 was the last one which I personally used) CEC connectivity was working from beginning and I didn't have to manually tell my TV to use kodi as CEC source. I hope this description might help anyhow... RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - popcornmix - 2017-01-31 (2017-01-31, 14:58)MMXT Wrote: So from my understanding a "fresh" log immediately after fresh install or reboot won't help in my case, because I always have to manually set kodi as CEC source to get it working...? That sounds fine. Just capture the log after booting and pressing a CEC button with both the latest build (which presumably won't work) and with the latest build plus my test firmware with cleanup 13 reverted (which should work). RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - MONSTA - 2017-01-31 with cleanup 13 http://sprunge.us/VeCD Works fine, but need more time for testing. The connection is the same as in the previous post by MMXT. I must choose a source of cec by remote before using. But it was since beginning of using with Rpi 2 years ago. I thought this is a feature of this TV . Now I doubt. I have 2 TVs more, where cec works immediately. But I don't use RPi there. RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - MMXT - 2017-01-31 @popcornmix: firmware_revert13 doesn't fix the problem for me. log from #0130 (CEC NOT working): http://sprunge.us/MQhB log from #0130 with firmware_revert13 (CEC NOT working): http://sprunge.us/LdEb Difference between #0130 with altered firmware / without altered firmware is: with your altered firmware "kodi" doesn't show up in my TV's CEC sources, even after a reboot. Instead I have an item called "Recorder 3" showing up (which I cannot select and which never before has been there, I only have my AVR and rpi3 connected to my TV) So I installed #0112 again (without manually reverting config.txt (that "logging_level=0x200000" line) and / or the overwritten bootcode.bin etc from your firmware_revert13.zip, if that somehow matters) , and CEC is working again for me. I ONCE had to select "kodi" as CEC source right after fresh install, then no matter if I turn the TV off or not, CEC stays okay for me. <-so might be, I ever had to select "kodi" ONCE as @MONSTA wrote, I am not sure about that. log from working #0112: http://sprunge.us/iCfN (though there seem to be a lot of "error code -1", but it's definately working for me, I turned off and on TV almost 10 times while writing and no more CEC issues for me...) |