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 ChromeBox EZ Setup (OpenELEC or Ubuntu+XMBC) [v2.19 - 2014/09/06] - Walrus - 2014-09-08 (2014-09-08, 15:53)Matt Devo Wrote: wake from suspend is working 100% here as well (just tested on 4.1.6, suspending/resuming about 20 times), using both an HP 5187-4593 receiver as well as a MS 1040 receiver, with either an HP MCE remote or a Harmony One programmed as a MCE. Hi Matt, What skin? I just want to rule it out. I'll try changing back to the default skin. In Aeon Nox 5 the settings menu/options look different. I get the same exact behavior on my windows machine with Aeon Nox 5 skin, will not wake. RE: Asus/HP ChromeBox EZ Setup (OpenELEC or Ubuntu+XMBC) [v2.19 - 2014/09/06] - shosk - 2014-09-08 Just a quick question, is there a way to change the boot order in the coreboot firmware? I have to unplug my external HD because it is first on the device list and the onboard SSD HD is second, everytime I reboot or power on RE: Asus/HP ChromeBox EZ Setup (OpenELEC or Ubuntu+XMBC) [v2.19 - 2014/09/06] - ant_thomas - 2014-09-08 (2014-09-08, 16:01)Matt Devo Wrote:(2014-09-08, 15:59)ant_thomas Wrote: I'll get the proper model number later but I can confirm that wake from suspend also works great with a Sony branded MCE receiver that looks like this: Sony PCVA-IR8U Code: lsusb -v -d0609:031d output - http://sprunge.us/HAPV RE: Asus/HP ChromeBox EZ Setup (OpenELEC or Ubuntu+XMBC) [v2.19 - 2014/09/06] - Matt Devo - 2014-09-08 (2014-09-08, 18:20)Walrus Wrote: Hi Matt, Confluence / Confluence mod (2014-09-08, 18:55)shosk Wrote: Just a quick question, is there a way to change the boot order in the coreboot firmware? I have to unplug my external HD because it is first on the device list and the onboard SSD HD is second, everytime I reboot or power on the default was changed to the internal HDD starting with the 2014-06-06 release, so you must be using an older version. Update to the latest version per the wiki and you should be good to go. (2014-09-08, 19:07)ant_thomas Wrote:(2014-09-08, 16:01)Matt Devo Wrote: give me the model # and I'll add it to the wikiSony PCVA-IR8U added, thanks. RE: Asus/HP ChromeBox EZ Setup (OpenELEC or Ubuntu+XMBC) [v2.19 - 2014/09/06] - c0mm0n - 2014-09-08 You may add my Ortek too. http://www.amazon.com/Ortek-Windows-Infrared-Receiver-Ultimate/dp/B00224ZDFY Exact model is VRC-1100 Receiver and included remote work great (editing keymap would have to be done for perfect match) Works great with harmony, and harmony has a profile ready for ortek, than just add MCE or Windows Media Center. RE: Asus/HP ChromeBox EZ Setup (OpenELEC or Ubuntu+XMBC) [v2.19 - 2014/09/06] - Matt Devo - 2014-09-08 (2014-09-08, 20:52)c0mm0n Wrote: You may add my Ortek too. added RE: Asus/HP ChromeBox EZ Setup (OpenELEC or Ubuntu+XMBC) [v2.19 - 2014/09/06] - c0mm0n - 2014-09-09 Installed the latest release with vaapi drivers. Didn't have that much figures from the standard OE, but first things when watching TV (tested at least 15 mins for each). - Using VAAPI Bob and Bilinear : cpu 10-15% no fan Code: Adapter: ISA adapter - Using VAAPI MC + Lancosz3 optimized : cpu 15/20% and still no fan :o Code: Adapter: ISA adapter I can get properly the fan status, so I just stick my hear close to the HP in a silent room. This is preliminary feedback have to test more, but this is a game changer, for both haswell and SB. RE: Asus/HP ChromeBox EZ Setup (OpenELEC or Ubuntu+XMBC) [v2.19 - 2014/09/06] - c0mm0n - 2014-09-09 In the second setup the fan will eventually make some noise (acceptable). I reverted to the "low" settings, and the chromebox goes silent again. Seems Lancozs3 optimized is causing the CPU extra load and temperature rises. Lancosz3 + VAAPI Bob = fan noise (cpu > 60) Bilinear + VAAPI MC = no fan noise (cpu around 54-55) So you'd stay in bilinear if you want to keep things cool and silent but using MC doesn't seem to make a noticeable diff with Bob. Have to check Yadif,; but I think it'll hit the cpu > heat > noise. i'm not a "noise nazy" but I find it interesting to see If I can keep it silent most of the time (like the NUC). And monitoring the noise gives extra infos on options, load, settings, etc.. There's something weird : - Try De-interlace (yadif right ?) and bilinear - Cpu load jumps to 60% => Cpu temp is still at 57° and stable ? How can the cpu be at >50% load and stay @57° on one side and jump to >60° with a 20% load !? oO PS : when I say "no fan" I'm not sure it's totally off, I just dont hear it with my hear at 5/10cms. It may still be running. RE: Asus/HP ChromeBox EZ Setup (OpenELEC or Ubuntu+XMBC) [v2.19 - 2014/09/06] - m0ngr31 - 2014-09-09 (2014-09-06, 22:12)Matt Devo Wrote: the Sony PS3 remote I have for testing works fine after reboot/upgrade etc, so it's not a system-wide BT issue. Your K760 is un-pairing itself after a reboot? How'd you get the PS3 remote working? Are you on OpenELEC or Ubuntu? RE: Asus/HP ChromeBox EZ Setup (OpenELEC or Ubuntu+XMBC) [v2.19 - 2014/09/06] - noggin - 2014-09-09 (2014-09-09, 00:36)c0mm0n Wrote: In the second setup the fan will eventually make some noise (acceptable). As the CPU and GPU are on the same chip - could it be that the GPU is playing a part in heat generation? So with VAAPI MC and Lancosz3 the GPU is working harder (and generating heat) than with YADIF and Bilinear - and if the GPU is working harder this may contribute more heat than the CPU working hard? RE: Asus/HP ChromeBox EZ Setup (OpenELEC or Ubuntu+XMBC) [v2.19 - 2014/09/06] - c0mm0n - 2014-09-09 I see what you mean, but still get puzzled with the outcome. Will check again tomorrow. For now i'm like RE: Asus/HP ChromeBox EZ Setup (OpenELEC or Ubuntu+XMBC) [v2.19 - 2014/09/06] - noggin - 2014-09-09 The Chromebox is just a great little XBMC platform. Once VAAPI with MCDI is integrated into an OpenElec release it will be pretty close to perfect. RE: Asus/HP ChromeBox EZ Setup (OpenELEC or Ubuntu+XMBC) [v2.19 - 2014/09/06] - c0mm0n - 2014-09-09 We should have an OE release soon If I get the guy on IRC or fritsch comes back from holiday. RE: Asus/HP ChromeBox EZ Setup (OpenELEC or Ubuntu+XMBC) [v2.19 - 2014/09/06] - Matt Devo - 2014-09-09 (2014-09-09, 01:01)m0ngr31 Wrote: How'd you get the PS3 remote working? Are you on OpenELEC or Ubuntu? OE is my preferred platform, and the one I'll continue to develop for. The PS3 remote issue that appeared with the 4.1.1 beta has been fixed (by me) in 4.1.6 (2014-09-09, 02:04)c0mm0n Wrote: We should have an OE release soon If I get the guy on IRC or fritsch comes back from holiday. you don't want to take me up on my offer to do custom builds? <sniff> btw, for all who have complained about the HP having a loud(er) fan, I'll be testing one later this week, and have another/different fan enroute for testing as well. Core i5 NUC users whose boxes have the same fan (Delta BSB05505HP) have also been complaining on Intel's forums, so it's likely a hardware (rather than firmware) issue, but I'll get to the bottom of it either way. RE: Asus/HP ChromeBox EZ Setup (OpenELEC or Ubuntu+XMBC) [v2.19 - 2014/09/06] - c0mm0n - 2014-09-09 I take your build anytime ! I asked fritsch what would be the guidelines on adding the vaapi driver as I had no idea how to do that, and would have then sent the iso to you. If you can do it yourself that's just perfect (by the way i'm curious how you add the driver to the OE build, if you have some insights on the method). The vaapi ppa seems stable enough to be included as an experimental build. |