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) [2016/01/03] - mpowers - 2016-01-23 Hi Matt, thanks for putting this out there, I've used it flawlessly for the last few years but have now run into a problem I can't seem to troubleshoot. For some reason I seem to be stuck in a boot loop and can't get past the loading screen. The cursor shows up, the logo flashes and then this repeats incessantly. I haven't tried much because I don't know where to start. I've seen some other people post that this was a known bug in a build circa 2014, but it's the first time it happened to me. I'm running openelec standalone on an Asus chromebox, I don't know the specific build as I can't get in to check. My first thought is I should try a clean install, but I don't know how to wipe the old version or if I can just stick the USB boot in and it will overwrite and start from scratch. Thanks in advance! RE: Asus/HP/Acer/Dell ChromeBox EZ Setup (OpenELEC/Linux+Kodi) [2016/01/03] - rich110 - 2016-01-23 Potentially stupid question... sorry. I have Openelec installed as a standalone OS on my Asus Celeron Chromebox. I'd like to try out GalliumOS without losing my current install. Can I boot to a USB (containing GalliumOS) from a standalone Openelec install? I've tried the whole CTRL+L at boot, etc, but no luck. Do I need to do a whole new reinstall as a dual boot even just to boot from USB? Thanks. RE: Asus/HP/Acer/Dell ChromeBox EZ Setup (OpenELEC/Linux+Kodi) [2016/01/03] - nickr - 2016-01-23 No you can boot from USB on an OpenELEC stand alone. But some USB sticks seem to work better than others. RE: Asus/HP/Acer/Dell ChromeBox EZ Setup (OpenELEC/Linux+Kodi) [2016/01/03] - rich110 - 2016-01-23 @nickr Thanks for the very quick reply. I am using a Sansdisk Extreme 32GB USB 3.0 stick. Is the normal proceedure just the hit Crtl+L at boot? If I do that, all I get is a prompt saying "BOOT:" and pressing ENTER goes on to load Openelec. Should I be typing something in at the prompt? Cheers. RE: Asus/HP/Acer/Dell ChromeBox EZ Setup (OpenELEC/Linux+Kodi) [2016/01/03] - nickr - 2016-01-23 You need to press ESC at boot time RE: Asus/HP/Acer/Dell ChromeBox EZ Setup (OpenELEC/Linux+Kodi) [2016/01/03] - Matt Devo - 2016-01-23 (2016-01-23, 07:38)mpowers Wrote: Hi Matt, thanks for putting this out there, I've used it flawlessly for the last few years but have now run into a problem I can't seem to troubleshoot. IIRC, the problem is a corrupted addon/addon data that causes Kodi to to crash and continually reload. Since it's just Kodi that's crashing/restarting and not OpenELEC, you can still access things via SMB or SSH to try and figure out which addon it is and remove it. Or, you can just blow everything away and start fresh, which is as simple as booting updated OpenELEC install media and choosing the quick install option (which partitions/formats the selected drive). (2016-01-23, 08:32)rich110 Wrote: Potentially stupid question... sorry. refer to the boot process diagram from the wiki - CTRL-D/L cease to exist once you flash the custom firmware. As nickr mentioned, you simply press ESC when prompted to select the boot device. If you want to test out GalliumOS without installing to the internal ssd, you simply write the ISO to USB/SD media and boot it. You can either run it in live mode, or install to a 2nd USB stick and then select that from the boot menu to run GalliumOS. RE: Asus/HP/Acer/Dell ChromeBox EZ Setup (OpenELEC/Linux+Kodi) [2016/01/03] - aaronb - 2016-01-23 Pulling my hair out trying to get my remote working. I use a Harmony 650. I bought two different MCE sensors, an Ortek VRC-1100, and a Sony PCVA-IR8U. I got the Ortek working OK, but programming the remote as an Media Center Extender instead of a keyboard limits the buttons I have available to map, I was hoping to be able to use it as a keyboard. So I tried the Sony with the remote programmed as an MCE Keyboard. It registers in Openelec as as an "eHome Infrared Remote Transceiver" and "MCE IR Keyboard/Mouse" when I do "cat /proc/bus/input/devices": I: Bus=0003 Vendor=0609 Product=031d Version=0000 N: Name="Media Center Ed. eHome Infrared Remote Transceiver (0609:031d)" P: Phys=usb-0000:00:14.0-3 S: Sysfs=/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/rc/rc0/input15 U: Uniq= H: Handlers=kbd event6 B: PROP=0 B: EV=100013 B: KEY=fff 0 200108fc32e 2b7605100000000 0 700158000 419200004001 9e968000000000 10004000 B: MSC=10 I: Bus=0000 Vendor=0000 Product=0000 Version=0000 N: Name="MCE IR Keyboard/Mouse (mceusb)" P: Phys=/input0 S: Sysfs=/devices/virtual/input/input16 U: Uniq= H: Handlers=sysrq kbd mouse0 event10 B: PROP=0 B: EV=100017 B: KEY=30000 7 ff87207ac14057ff febeffdfffefffff fffffffffffffffe B: REL=3 B: MSC=10 The sensor lights up when I press buttons on the remote, but there is no response from Kodi. I've tried all the USB ports, rebooted, etc. Am I out of luck and I have to use this as an MCE Extender? Because I can get the Ortek working for the basic commands that way, I just might lose some of my custom buttons since there are fewer to map to with an Extender vs a keyboard. Not having the Harmony control everything with all of the shortcut keys I had programmed is really killing WAF, any help is greatly appreciated Edit: I tried the Sony IR receiver on my Windows box and it worked fine, controlled Kodi programmed as a keyboard. Still no luck in Openelec RE: Asus/HP/Acer/Dell ChromeBox EZ Setup (OpenELEC/Linux+Kodi) [2016/01/03] - mingliu - 2016-01-23 HI Matt, Have you deleted the checksum file by mistake? Getting the error message "coreboot firmware download checksum fail: download corupted, cannot flash". I have an ASUS Chromebox CN62 (Broadwell Celeron 3205U) GUADO. Installing from the UK so don't think its a firewall issue. Using the following links: curl -L -O http://goo.gl/3Tfu5W sudo bash 3Tfu5W Thanks Ming RE: Asus/HP/Acer/Dell ChromeBox EZ Setup (OpenELEC/Linux+Kodi) [2016/01/03] - giant25 - 2016-01-23 (2016-01-23, 19:29)aaronb Wrote: Pulling my hair out trying to get my remote working. I use a Harmony 650. I bought two different MCE sensors, an Ortek VRC-1100, and a Sony PCVA-IR8U. I got the Ortek working OK, but programming the remote as an Media Center Extender instead of a keyboard limits the buttons I have available to map, I was hoping to be able to use it as a keyboard. So I tried the Sony with the remote programmed as an MCE Keyboard. It registers in Openelec as as an "eHome Infrared Remote Transceiver" and "MCE IR Keyboard/Mouse" when I do "cat /proc/bus/input/devices":I don't have a good answer to solve the problems with your receivers, but I use a Flirc with my Harmony 650 and Chromebox OE setup flawlessly. I highly recommend it, way easier to set up. Good luck. RE: Asus/HP/Acer/Dell ChromeBox EZ Setup (OpenELEC/Linux+Kodi) [2016/01/03] - Matt Devo - 2016-01-23 (2016-01-23, 19:29)aaronb Wrote: Pulling my hair out trying to get my remote working. I use a Harmony 650. I bought two different MCE sensors, an Ortek VRC-1100, and a Sony PCVA-IR8U. I got the Ortek working OK, but programming the remote as an Media Center Extender instead of a keyboard limits the buttons I have available to map, I was hoping to be able to use it as a keyboard. So I tried the Sony with the remote programmed as an MCE Keyboard. It registers in Openelec as as an "eHome Infrared Remote Transceiver" and "MCE IR Keyboard/Mouse" when I do "cat /proc/bus/input/devices": boot up OpenELEC with the Sony receiver connected, ssh in, and give me the output of 'dmesg | pastebinit' - that will tell if there's an issue with the receiver itself. my initial reaction however is to wonder what functions you're not able to map / get working with the MCE extender (remote) profile vs the MCE keyboard profile. I'm using a Harmony One w/MCE extender profile and, and have a few unused MCE buttons custom mapped using the MCE keymap editor add-on. I actually find the MCE keyboard profile far more limiting. (2016-01-23, 19:53)mingliu Wrote: HI Matt, Have you deleted the checksum file by mistake? Getting the error message "coreboot firmware download checksum fail: download corupted, cannot flash". I have an ASUS Chromebox CN62 (Broadwell Celeron 3205U) GUADO. Installing from the UK so don't think its a firewall issue. the checksum file is present and correct, so not sure why you got that error besides a truncated/corrupted download. Can you try again? I don't have a Broadwell device currently to test myself. RE: Asus/HP/Acer/Dell ChromeBox EZ Setup (OpenELEC/Linux+Kodi) [2016/01/03] - Matt Devo - 2016-01-23 (2016-01-23, 22:37)giant25 Wrote: I don't have a good answer to solve the problems with your receivers, but I use a Flirc with my Harmony 650 and Chromebox OE setup flawlessly. I highly recommend it, way easier to set up. Good luck. I feel like I'm alone in detesting the Flirc, since others seem to swear by it, but I could never get it working reliably (and dislike being limited to a keyboard emulator) whereas the MCE receivers have worked nearly perfectly OOTB for me. RE: Asus/HP/Acer/Dell ChromeBox EZ Setup (OpenELEC/Linux+Kodi) [2016/01/03] - aaronb - 2016-01-23 (2016-01-23, 23:12)Matt Devo Wrote: boot up OpenELEC with the Sony receiver connected, ssh in, and give me the output of 'dmesg | pastebinit' - that will tell if there's an issue with the receiver itself. Here you go: http://sprunge.us/KdFT (2016-01-23, 23:12)Matt Devo Wrote: my initial reaction however is to wonder what functions you're not able to map / get working with the MCE extender (remote) profile vs the MCE keyboard profile. I'm using a Harmony One w/MCE extender profile and, and have a few unused MCE buttons custom mapped using the MCE keymap editor add-on. I actually find the MCE keyboard profile far more limiting. I have shortcuts to a handful of things (specific add-ons, and some Kodi functions) setup in my keymap/Harmony software, using the function keys from the keyboard. I found it easier over the years to setup anything custom that I wanted with unused keyboard keys like F1 F2 etc, since there are quite a few of those. This morning I tried using the Microsoft Windows Media Center SE profile in the Harmony software as opposed to the Media Center Extender profile, and while that didn't solve my problem of the remote not working at all with the Sony receiver, I did notice it has a lot more keys available that I could remap to Kodi functions, I'm going to try that one with the Ortek IR receiver too RE: Asus/HP/Acer/Dell ChromeBox EZ Setup (OpenELEC/Linux+Kodi) [2016/01/03] - jerndl - 2016-01-23 (2016-01-23, 23:15)Matt Devo Wrote:Your not alone. I have two Flircs sitting in a drawer because despite being a pretty resourceful guy, I could never get them to work exactly right.(2016-01-23, 22:37)giant25 Wrote: I don't have a good answer to solve the problems with your receivers, but I use a Flirc with my Harmony 650 and Chromebox OE setup flawlessly. I highly recommend it, way easier to set up. Good luck. Jay RE: Asus/HP/Acer/Dell ChromeBox EZ Setup (OpenELEC/Linux+Kodi) [2016/01/03] - aaronb - 2016-01-23 (2016-01-23, 22:37)giant25 Wrote: I don't have a good answer to solve the problems with your receivers, but I use a Flirc with my Harmony 650 and Chromebox OE setup flawlessly. I highly recommend it, way easier to set up. Good luck. It was very hit or miss for me. There were times when it worked fine, and I liked the flexibility and ease of setup, but lately it had become basically unusable. Hitting keys would result in an endless loop of repeating that key, so things like scrolling through a list of movies would just start cycling through endlessly until I rebooted the box. I tried pretty much every possible combination of settings for interkey delay, repeat, etc in both the Harmony software and the Flirc software, and none of them worked, I'd still get random key explosions RE: Asus/HP/Acer/Dell ChromeBox EZ Setup (OpenELEC/Linux+Kodi) [2016/01/03] - mingliu - 2016-01-24 (2016-01-23, 19:53)mingliu Wrote: HI Matt, Have you deleted the checksum file by mistake? Getting the error message "coreboot firmware download checksum fail: download corupted, cannot flash". I have an ASUS Chromebox CN62 (Broadwell Celeron 3205U) GUADO. Installing from the UK so don't think its a firewall issue. Quote:the checksum file is present and correct, so not sure why you got that error besides a truncated/corrupted download. Can you try again? I don't have a Broadwell device currently to test myself. No such luck. Not sure if its a file permissioning problem. I can download and run the ez script but having problems with the coreboot file. Is there another goo.gl link I should try? |