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) [2015/08/24] - busta.rhymes - 2015-08-30 So i now after posting the wakeup log i ssh and looked at : cat /proc/acpi/wakeup and it says this: Device S-state Status Sysfs node HDEF S3 *disabled pci:0000:00:1b.0 ETH0 S3 *enabled pci:0000:01:00.0 WLAN S3 *disabled pci:0000:02:00.0 EHCI S3 *disabled XHCI S3 *enabled pci:0000:00:14.0 Maybe this helps some more... but now i realy am out of my ssh know how and dont no what i can do to prevent the wakeups... Would be thankfull for anyhelp... Already postet 2 wakeup logfiles And just for info... i only setup the chromebox exactly how it is stated in the first post via single boot direct to openelec. I did not modify anything and only have ps3 remote and lan cable connected. RE: Asus/HP/Acer/Dell ChromeBox EZ Setup (OpenELEC/Linux+Kodi) [2015/08/24] - Matt Devo - 2015-08-30 (2015-08-30, 21:13)jerndl Wrote: Now I appear to be stuck. The chromebox now boots immediately to openelec without giving any time to enter any keyboard command (using a simple wired keyboard). So I try to put unit into developer mode with the paperclip and it still boots straight to openelec. I am obviously missing something that's probably something simple but I sure would appreciate any help on how to proceed from here. Thanks. you didn't mess anything up. Immediate boot = no bootable USB device detected, that's it. Redo your Kodibuntu install media (I recommend using the updated ISO from distroshare,com) and write the ISO to your USB using Win32DiskImager. If that doesn't work, try using another USB stick. Also, the recovery button has no function with my custom firmware. It's only usable with the stick firmware for reloading ChromeOS (which you don't need to and shouldn't do) RE: Asus/HP/Acer/Dell ChromeBox EZ Setup (OpenELEC/Linux+Kodi) [2015/08/24] - Matt Devo - 2015-08-30 (2015-08-30, 21:14)busta.rhymes Wrote: So i now after posting the wakeup log i ssh and looked at : cat /proc/acpi/wakeup unfortunately I didn't see anything jump out in the logs you posted, but you can try asking the OE folks on IRC, they would know better than I. I'd certainly try unpairing the PS3 remote and seeing if the problem persists, since any BT remote command will wake it (not just a specific button). RE: Asus/HP/Acer/Dell ChromeBox EZ Setup (OpenELEC/Linux+Kodi) [2015/08/24] - jerndl - 2015-08-30 (2015-08-30, 21:21)Matt Devo Wrote:Thanks Matt!(2015-08-30, 21:13)jerndl Wrote: Now I appear to be stuck. The chromebox now boots immediately to openelec without giving any time to enter any keyboard command (using a simple wired keyboard). So I try to put unit into developer mode with the paperclip and it still boots straight to openelec. I am obviously missing something that's probably something simple but I sure would appreciate any help on how to proceed from here. Thanks. RE: Asus/HP/Acer/Dell ChromeBox EZ Setup (OpenELEC/Linux+Kodi) [2015/08/24] - busta.rhymes - 2015-08-30 (2015-08-30, 21:23)Matt Devo Wrote:(2015-08-30, 21:14)busta.rhymes Wrote: So i now after posting the wakeup log i ssh and looked at : cat /proc/acpi/wakeup I asume that its either something comming from the bluetooth remote or its maybe comming from network such as a wake on lan signal. Maybe its the option to use smartphone as a remote and its getting some signal from my phone. First ill try resetting openelec to defaults...But yeah ill try to get in contakt with some OE if the problem persists. thanks for your help Matt :-D RE: Asus/HP/Acer/Dell ChromeBox EZ Setup (OpenELEC/Linux+Kodi) [2015/08/24] - afmiller - 2015-08-31 I'm finally updating my openelec to 5.95.4, do I need the .tar or the img.gz to perform the update? RE: Asus/HP/Acer/Dell ChromeBox EZ Setup (OpenELEC/Linux+Kodi) [2015/08/24] - Matt Devo - 2015-08-31 (2015-08-31, 02:04)afmiller Wrote: I'm finally updating my openelec to 5.95.4, do I need the .tar or the img.gz to perform the update? sigh, linked from the wiki section on updating OpenELEC: http://wiki.openelec.tv/index.php?title=Updating_OpenELEC RE: Asus/HP/Acer/Dell ChromeBox EZ Setup (OpenELEC/Linux+Kodi) [2015/08/24] - afmiller - 2015-08-31 I was there Matt, still doesn't answer the question. On the downloads for openelec there is a .tar and .img.gz. Which one is needed? I'm already in the update folder, just don't want to dump the wrong file in. RE: Asus/HP/Acer/Dell ChromeBox EZ Setup (OpenELEC/Linux+Kodi) [2015/08/24] - Matt Devo - 2015-08-31 (2015-08-31, 02:35)afmiller Wrote: I was there Matt, still doesn't answer the question. On the downloads for openelec there is a .tar and .img.gz. Which one is needed? I'm already in the update folder, just don't want to dump the wrong file in. seems pretty clear to me: Quote:First of all, head over to the downloads page and download the latest release of OpenELEC. You will need to download the standard software package, not the disk image version. Quote:Copy the downloaded OpenELEC software (for example: OpenELEC-Generic.x86_64-5.0.0.tar) to the folder. Re: Asus/HP/Acer/Dell ChromeBox EZ Setup (OpenELEC/Linux+Kodi) [2015/08/24] - nickr - 2015-08-31 Yes it does. Read all the page. RE: Asus/HP/Acer/Dell ChromeBox EZ Setup (OpenELEC/Linux+Kodi) [2015/08/24] - afmiller - 2015-08-31 Ok, well I officially fail. Sorry for the confusion. RE: Asus/HP/Acer/Dell ChromeBox EZ Setup (OpenELEC/Linux+Kodi) [2015/08/24] - FouxAM - 2015-08-31 (2015-08-30, 19:24)Matt Devo Wrote:(2015-08-30, 16:20)FouxAM Wrote: I reset to factory settings and the "only" option I disabled was "preferred vaapi method" and that was enough to cause it to behave like that...I'm not sure what else todo Hey Matt I ran it though different converter and it still behave the same. Tried 3 other movies, same result. So far either disable all hard ware acceleration completely or turn vaapi preferred method on solve the problem..pretty odd. Surprisingly that no one else seems to have experienced this issue. RE: Asus/HP/Acer/Dell ChromeBox EZ Setup (OpenELEC/Linux+Kodi) [2015/08/24] - Matt Devo - 2015-08-31 (2015-08-31, 05:36)FouxAM Wrote: Hey Matt I ran it though different converter and it still behave the same. Tried 3 other movies, same result. So far either disable all hard ware acceleration completely or turn vaapi preferred method on solve the problem..pretty odd. Surprisingly that no one else seems to have experienced this issue. will need your debug kodi.log to see what's up - it's 99.9% an issue with the file(s) and not with OpenELEC/Kodi/the ChromeBox RE: Asus/HP/Acer/Dell ChromeBox EZ Setup (OpenELEC/Linux+Kodi) [2015/08/24] - MrCrispy - 2015-08-31 I setup my Asus Chromebox with standalone OE beta and it works great so far, I haven't tweaked anything yet. Next I will figure out a remote to use and I have some questions about whether the EGL build mentioned earlier is needed and how to upgrade to it. I was dreading all kinds of issues with boot times, usb drives etc, but everything worked on the 1st try with an ancient 2GB usb drive that I haven't used for years which was gathering dust. I really should've done this a long time ago, that's my only regret as the procedure seems a lot more daunting than it is. This is a content free post - I just wanted to thank Matt for his great work and tireless support here. RE: Asus/HP/Acer/Dell ChromeBox EZ Setup (OpenELEC/Linux+Kodi) [2015/08/24] - monsen - 2015-08-31 Quote:looks like you only allocated 1GB for OpenELEC when doing the dual boot setup, which isn't enough. You can delete the installation files (which the script should have deleted, but seems did not), but that's not going to buy you a whole lot. You basically have 2 options: 1) do a factory reset, then re-run the script and choose a larger partition size for OpenELEC, or 2) use a tool like partedmagic to resize the existing partitions to shrink sda1 and enlarge sda7. Ok i will do that tonight. Can i run partedmagic from within OpenElec trough SSH shell? Or do i have to physically install the SSD to a PC? |