Linux ChromeBox Kodi E-Z Setup Script (LibreELEC/Linux+Kodi) [2017/02/21] - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Discussions (https://forum.kodi.tv/forumdisplay.php?fid=222) +--- Forum: Hardware (https://forum.kodi.tv/forumdisplay.php?fid=112) +--- Thread: Linux ChromeBox Kodi E-Z Setup Script (LibreELEC/Linux+Kodi) [2017/02/21] (/showthread.php?tid=194362) 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
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
|
RE: Asus/HP/Acer/Dell ChromeBox EZ Setup (OpenELEC/Linux+Kodi) [v3.12 - 2015/02/09] - pcdude - 2015-02-23 (2015-02-22, 16:30)daan1 Wrote: Hi, There is an option in OpenELEC to wait for network before starting Kodi. I had to set this for my network to work. RE: Asus/HP/Acer/Dell ChromeBox EZ Setup (OpenELEC/Linux+Kodi) [v3.12 - 2015/02/09] - pcdude - 2015-02-23 I recently switched my chromeboxes from dual-boot Ubuntu to standalone OpenELEC running OE 5.02. I am seeing the GPU hang problem on one of the boxes where the video freezes and the audio keeps playing. I've seen it happen twice now in the past 3 days. This is the same problem that I had in Ubuntu prior to upgrading the kernel. I thought this was fixed in OE. If not, is there a workaround outside of turning off hardware acceleration? RE: Asus/HP/Acer/Dell ChromeBox EZ Setup (OpenELEC/Linux+Kodi) [v3.12 - 2015/02/09] - jwegman - 2015-02-23 (2015-02-23, 16:33)pcdude Wrote: I recently switched my chromeboxes from dual-boot Ubuntu to standalone OpenELEC running OE 5.02. I am seeing the GPU hang problem on one of the boxes where the video freezes and the audio keeps playing. I've seen it happen twice now in the past 3 days. This is the same problem that I had in Ubuntu prior to upgrading the kernel. I thought this was fixed in OE. If not, is there a workaround outside of turning off hardware acceleration? I had the same issue on two different chromeboxes; one setup as Standalone Ubuntu running Kodi, the other as a Dualboot with ChromeOS and Openelec. On the Standalone, I updated the firmware then updated the kernel. On the Dualboot, I updated the Firmware (from ChromeOS), and then updated Openelec to 5.0.x. The issue hasn't reoccurred on either box since. So, have you updated the firmware since 1/29/15? There was a VGA BIOS update which may be a contributing factor: Per Matt's changelog in the first post of this thread. 2015-01-29 -- v3.10 ------------------------------------------------------------------ - change lowest fan state from OFF to ULTRA LOW (~1900 rpm) -- still inaudible, keeps system cooler overall, fixes Windows fan control issues (coreboot only) - update VGA BIOS to latest Haswell/Broadwell version (1035); separate configs for ChromeBox/Book (coreboot and SeaBIOS) - synchronized coreboot and SeaBIOS to latest upstream codebases - minor script tweaks --------------------------------- Regards, Jake RE: Asus/HP/Acer/Dell ChromeBox EZ Setup (OpenELEC/Linux+Kodi) [v3.12 - 2015/02/09] - pcdude - 2015-02-23 (2015-02-23, 19:45)jwegman Wrote:(2015-02-23, 16:33)pcdude Wrote: I recently switched my chromeboxes from dual-boot Ubuntu to standalone OpenELEC running OE 5.02. I am seeing the GPU hang problem on one of the boxes where the video freezes and the audio keeps playing. I've seen it happen twice now in the past 3 days. This is the same problem that I had in Ubuntu prior to upgrading the kernel. I thought this was fixed in OE. If not, is there a workaround outside of turning off hardware acceleration? I ran the install script last week, which upgraded the firmware in the standalone configuration (option 5). I'm sure this was after 1/29. Updating the kernel indeed fixes this for Ubuntu installs. I'm running OpenELEC, and that is not an option. RE: Asus/HP/Acer/Dell ChromeBox EZ Setup (OpenELEC/Linux+Kodi) [v3.12 - 2015/02/09] - Matt Devo - 2015-02-23 (2015-02-23, 16:33)pcdude Wrote: I recently switched my chromeboxes from dual-boot Ubuntu to standalone OpenELEC running OE 5.02. I am seeing the GPU hang problem on one of the boxes where the video freezes and the audio keeps playing. I've seen it happen twice now in the past 3 days. This is the same problem that I had in Ubuntu prior to upgrading the kernel. I thought this was fixed in OE. If not, is there a workaround outside of turning off hardware acceleration? to quote fritsch, "logs or it didn't happen" (2015-02-23, 19:45)jwegman Wrote: So, have you updated the firmware since 1/29/15? There was a VGA BIOS update which may be a contributing factor: the VGA BIOS only affects video initialization when booting or coming out of suspend; anything related to video playback is driver/kernel related (2015-02-23, 20:15)pcdude Wrote: I ran the install script last week, which upgraded the firmware in the standalone configuration (option 5). I'm sure this was after 1/29. Updating the kernel indeed fixes this for Ubuntu installs. I'm running OpenELEC, and that is not an option. the same fix in the updated mainline Linux kernel (3.18.4) was backported into OE 5.0.2, so that's not the issue. RE: Asus/HP/Acer/Dell ChromeBox EZ Setup (OpenELEC/Linux+Kodi) [v3.12 - 2015/02/09] - ToBeFrank - 2015-02-23 If I have a second Chromebox (same model as the other) that I'm going to put a standalone openelec on, do I need to back up it's firmware or can I use the backed up firmware from the first one if need be? RE: Asus/HP/Acer/Dell ChromeBox EZ Setup (OpenELEC/Linux+Kodi) [v3.12 - 2015/02/09] - hdmkv - 2015-02-23 This may be more an OpenELEC question, but let me ask to find out... I'm noticing when watching BD movie rips that when there are panning scenes, the movement isn't smooth. There's some judder. In Kodi, under Settings > Videos > Playback, I have "Adjust display refresh rate to match video" enabled, which I assume is correct. RE: Asus/HP/Acer/Dell ChromeBox EZ Setup (OpenELEC/Linux+Kodi) [v3.12 - 2015/02/09] - Matt Devo - 2015-02-24 (2015-02-23, 23:36)ToBeFrank Wrote: If I have a second Chromebox (same model as the other) that I'm going to put a standalone openelec on, do I need to back up it's firmware or can I use the backed up firmware from the first one if need be? I'd recommend backing up the 2nd box as well, since the firmware contains bits that are unique to that box (ethernet MAC address, serial number, etc). Plus, it's an 8MB file -- just throw it on dropbox etc for safe keeping. (2015-02-23, 23:54)hdmkv Wrote: This may be more an OpenELEC question, but let me ask to find out... I'm noticing when watching BD movie rips that when there are panning scenes, the movement isn't smooth. There's some judder. In Kodi, under Settings > Videos > Playback, I have "Adjust display refresh rate to match video" enabled, which I assume is correct. assuming the source material is 23.976p and your TV accepts that as an input, then that's correct, and you shouldn't have any judder. Are you able to confirm the input refresh rate on the TV? RE: Asus/HP/Acer/Dell ChromeBox EZ Setup (OpenELEC/Linux+Kodi) [v3.12 - 2015/02/09] - Reb313 - 2015-02-24 (2015-02-22, 08:50)Matt Devo Wrote: As I mentioned above and in the wiki, 3.18.4 is the min recommended since that's when the Intel GPU fix was merged in. Which Kernel are you running? Also, is there a viable way to do surround sound on the Chromebox? RE: Asus/HP/Acer/Dell ChromeBox EZ Setup (OpenELEC/Linux+Kodi) [v3.12 - 2015/02/09] - Matt Devo - 2015-02-24 I'm running OE 5.0.2, which uses 3.17.7 I believe. Multichannel audio might require some configuration under Ubuntu, but that's not Chromebox specific; it works OOTB with OpenELEC RE: Asus/HP/Acer/Dell ChromeBox EZ Setup (OpenELEC/Linux+Kodi) [v3.12 - 2015/02/09] - Reb313 - 2015-02-24 (2015-02-24, 04:40)Matt Devo Wrote: I'm running OE 5.0.2, which uses 3.17.7 I believe. Multichannel audio might require some configuration under Ubuntu, but that's not Chromebox specific; it works OOTB with OpenELEC I just installed 3.19. I guess I'm wondering how do you even hook up surround sound since there is only a 3.5mm jack and HDMI audio? RE: Asus/HP/Acer/Dell ChromeBox EZ Setup (OpenELEC/Linux+Kodi) [v3.12 - 2015/02/09] - Matt Devo - 2015-02-24 You use HDMI, or a USB adapter like I do. The one I use is listed in the wiki RE: Asus/HP/Acer/Dell ChromeBox EZ Setup (OpenELEC/Linux+Kodi) [v3.12 - 2015/02/09] - IngoRap - 2015-02-24 First of all, thanks for all the time you put in this, Matt! The whole process with your script went absolutely flawless! I'm new to this, so sorry if there is an obvious way... Is there an easy way to tinker around with fanspeed? Can I somehow access the thermal.h file from coreboot and just manipulate it or would I have to clone your repository, do my changes, build and flash it? RE: Asus/HP/Acer/Dell ChromeBox EZ Setup (OpenELEC/Linux+Kodi) [v3.12 - 2015/02/09] - Matt Devo - 2015-02-24 the OS can always override the firmware defaults, but if you want to change the latter, then yes you'd need to build your own. My repo contains all of the open source components of the firmware, but not the additional binary components needed - those would have to be extracted from your current firmware. RE: Asus/HP/Acer/Dell ChromeBox EZ Setup (OpenELEC/Linux+Kodi) [v3.12 - 2015/02/09] - Vlaves - 2015-02-24 (2015-02-24, 10:54)Matt Devo Wrote: the OS can always override the firmware defaults... Thanks for your great work here. I'm using my two HP Chromeboxes together with openelec and they are working great Except, that I would like to lower the fanspeed a lil. Hopw would I do that in Openelec? Can you please help me out here? Thanks again for your support Regards Vlaves |