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 ChromeBox EZ Setup (OpenELEC or Ubuntu+XMBC) [v2.11 - 2014/06/20] - noggin - 2014-06-28 I'd look seriously at a FLIRC if you can't find an MCE RC6 USB IR receiver like mine. RE: Asus ChromeBox EZ Setup (OpenELEC or Ubuntu+XMBC) [v2.11 - 2014/06/20] - Igor2014 - 2014-06-28 (2014-06-27, 16:52)Mark the Red Wrote:(2014-06-27, 08:35)Matt Devo Wrote: sounds like you want a standalone setup with Fedora + XBMC + Steam like the poster here: http://forum.xbmc.org/showthread.php?tid=194362&pid=1738772#pid1738772 (read next few posts as well) I'm not a guru in Linux, so I tried simple solution. So here what I did 9maybe not the most efficient way). 1. Flash cooreboot using Matt's method (to enable standalone linux installation). 2. Install Fedora 20. It can be any distro. I used KDE spin. 3. Create xbmc user without password. 4. Make xbmc user auto-logon (I did it through KDE configuration panel) 5. Install Openbox: Code: yum install openbox 7 Instal XBMC Code: yum install xbmc Code: yum install steam 10. Add XBMC application to autostart (I did it through KDE configuration panel). 11. Run XBMC and install Advanced Launcher (http://www.gwenael.org/forum/viewtopic.php?id=3) 12. Add Steam widget to Advanced Launcher. 13. Log-off. 14. Select session - openbox. 15. Log-in again. That's it. RE: Asus ChromeBox EZ Setup (OpenELEC or Ubuntu+XMBC) [v2.11 - 2014/06/20] - technophile10.1 - 2014-06-28 (2014-06-28, 16:47)noggin Wrote: I'd look seriously at a FLIRC if you can't find an MCE RC6 USB IR receiver like mine. How about this combination? - Xbox One Media Remote (http://www.amazon.com/Xbox-One-Media-Remote/dp/B00IAVDPSA/ref=sr_1_1?ie=UTF8&qid=1403979149&sr=8-1&keywords=xbox+one+media+remote) - FLIRC USB Dongle for Media Centre / Raspberry Pi / XBMC (http://www.amazon.com/FLIRC-Dongle-Media-Centre-Raspberry/dp/B00BB0ETW8/ref=sr_1_2?ie=UTF8&qid=1403978919&sr=8-2&keywords=usb+infrared+receiver#productDetails) RE: Asus ChromeBox EZ Setup (OpenELEC or Ubuntu+XMBC) [v2.11 - 2014/06/20] - shadysudowoodo - 2014-06-28 I used this script to try out several different distros of linux (arch bang, bodhi) because I was having bluetooth issues in ChromeOS. I had reported the bug and heard nothing in response up until then. A week later I got a message saying that they had figured out the bug and it should be fixed, so I switched back to ChromeOS. The problem I have is that my firmware backup didn't work so I had to use the online backup. I was able to get ChromeOS back and running fine and even installed crouton. That was about a week ago. Now I just noticed that my ChromeOS is not up to date. When I go to switch from the stable channel to beta nothing happens. It always stays the same version. I even got out of dev mode, but that hasn't helped. Is it because I don't have the original factory firmware? Is there anywhere else for me to get the original stock firmware? RE: Asus ChromeBox EZ Setup (OpenELEC or Ubuntu+XMBC) [v2.11 - 2014/06/20] - kazmifar - 2014-06-29 (2014-05-20, 00:29)jpman Wrote: I am having problems dual-booting OpenELEC, similar to the problems that AdamXBMC is having. When installed, it just goes to "booting from hard disk". However, I have installed Ubuntu and it seems to boot. So I'm not sure what the problem is. I was having a similar issue and tried several times to download the script and install it without success. I then did a factory reset and installed it again, but this time I did not choose the option to set up a boot option. Once the dev screen comes up, I just hit CTRL L and it worked! Not sure what to attribute it to, but I do notice that at times, when I exit from OE and turn it back on, I get a black screen. I then have to manually reset it again for it to work. Any suggestions as to why that's happening? RE: Asus ChromeBox EZ Setup (OpenELEC or Ubuntu+XMBC) [v2.11 - 2014/06/20] - Matt Devo - 2014-06-29 (2014-06-28, 14:25)technophile10.1 Wrote: Hi All that's fair, and I've added it to the wiki. Quote:2. The OpenELEC USB Installer will actually install an OE-XBMC combo - which is good - but we should mention this. Here I disagree. It's not like there are two autonomous things being installed here -- OpenELEC doesn't exist independently of XBMC. If someone doesn't know what OpenELEC is, well, that's why there's Google. Quote:Plus there are a lot of other minor details that should be included to help newbies complete the process. I am willing to help re-write the entire process of installing OE/XBMC as a stand alone setup. I'm obviously open to input, but this isn't ever going to be a completely noob-friendly process (nor do I think it should be). Some level of technical sophistication is assumed if you're going to be flashing custom firmware. Quote:Having said this, I still need help on one very important thing: the remote. A user in this thread mentioned using the Xbox One Media Remote, so I bought the Xbox 360 Media Remote but it doesn't work. Any suggestions? Please note that I don't live in USA or Europe so it will be difficult to buy some specialized remote from the market (Xbox One has still not arrived here). any Microsoft MCE IR receiver (not keyboard emulator), or a Flirc. (2014-06-28, 21:11)shadysudowoodo Wrote: I used this script to try out several different distros of linux (arch bang, bodhi) because I was having bluetooth issues in ChromeOS. I had reported the bug and heard nothing in response up until then. A week later I got a message saying that they had figured out the bug and it should be fixed, so I switched back to ChromeOS. The problem I have is that my firmware backup didn't work so I had to use the online backup. I was able to get ChromeOS back and running fine and even installed crouton. what "didn't work" about the firmware backup you (my script?) made? The firmware extracted from Google's recovery image doesn't contain the proper device name, unique serial number, etc. If you have a backup file of your original firmware, we can probably extract that data from it and write it back to your device. Hit me up via email or Google chat/Hangouts and I'll walk you thru it. (2014-06-29, 00:07)kazmifar Wrote: I was having a similar issue and tried several times to download the script and install it without success. you can safely use the script to set the boot options should you desire to. I put in a check to verify the legacy BIOS after setting the boot flags. That said, some people seem to have an issue on the initial install, which is resolved by doing a factory restore. I'm not sure what's causing this, and would likely need to get my hands on a box with the issue to troubleshoot it fully. Quote:Not sure what to attribute it to, but I do notice that at times, when I exit from OE and turn it back on, I get a black screen. I then have to manually reset it again for it to work. Any suggestions as to why that's happening? define "exit from OE" - are you talking fully powered off, or suspend? If the latter, that's known to not work with the stock firmware / in a dual boot setup. RE: Asus ChromeBox EZ Setup (OpenELEC or Ubuntu+XMBC) [v2.11 - 2014/06/20] - kazmifar - 2014-06-29 (2014-06-29, 01:52)Matt Devo Wrote:Quote:Not sure what to attribute it to, but I do notice that at times, when I exit from OE and turn it back on, I get a black screen. I then have to manually reset it again for it to work. Any suggestions as to why that's happening? Hi Matt, It's hit or miss, but at times when I power off from Openelec and turn it back on to boot into Chrome, nothing appears on my screen. I then have to do a hard shut down by turning off the power from the CBox directly and turning it back on. Not a huge issue, but just something I noticed.. Btw, I really wanted to thank you for taking the time to doing all this for the community. Your work has been amazing and I hope you keep it up! It's been very much appreciated. Hey can anyone recommend a good keyboard for the dual boot option? I'd ideally want a bluetooth keyboard/trackpad in one that will work for both Chrome and OE and also work on the dev screen where you have to hit CTRL D or L. RE: Asus ChromeBox EZ Setup (OpenELEC or Ubuntu+XMBC) [v2.11 - 2014/06/20] - Igor2014 - 2014-06-29 Hi Matt, I have question about ACPI implementation in chromebox. I know my main PC can wake up from complete power off on various events (specific settings in BIOS must be set accordingly). The chromebox I can wake up only from sleep state (S3?) but not from power off. So just wanted to clarify if inability to wake up on RTC/USB/LAN from power off / hibernation is a hardware limitation or coreboot/firmware limitation? RE: Asus ChromeBox EZ Setup (OpenELEC or Ubuntu+XMBC) [v2.11 - 2014/06/20] - smitbret - 2014-06-29 (2014-06-28, 20:40)technophile10.1 Wrote:(2014-06-28, 16:47)noggin Wrote: I'd look seriously at a FLIRC if you can't find an MCE RC6 USB IR receiver like mine. Get this. They work great for HTPC + FLIRC http://www.amazon.com/DirecTV-RC65-4-Device-Universal-Remote/dp/B003ID6XN4/ref=sr_1_1?ie=UTF8&qid=1404049729&sr=8-1&keywords=directv+remote RE: Asus ChromeBox EZ Setup (OpenELEC or Ubuntu+XMBC) [v2.11 - 2014/06/20] - trick420 - 2014-06-29 (2014-06-29, 07:16)kazmifar Wrote:(2014-06-29, 01:52)Matt Devo Wrote:Quote:Not sure what to attribute it to, but I do notice that at times, when I exit from OE and turn it back on, I get a black screen. I then have to manually reset it again for it to work. Any suggestions as to why that's happening? I have a similar yet different experience with my box: If I start it from sleep or hard start with HDMI connected and the source input set to my box, it boots to white static. To get correct video, I have to either manually disconnect and reconnect the HDMI cable, or simply switch inputs on my TV to something else, then switch back to my CB. IF I start the CB while the TV is set to another source, then switch to the CB, all is well. This may be a different symptom of the same cause as your black screen problem. Try your problem again and this time try unplugging and replugging your HDMI and see if video doesn't pop up and let me know? Jeff P.S. and yes, thank you Matt for making all of this possible. This is by a mile, the best XBMC experience I have ever had. RE: Asus ChromeBox EZ Setup (OpenELEC or Ubuntu+XMBC) [v2.11 - 2014/06/20] - Matt Devo - 2014-06-29 (2014-06-29, 07:16)kazmifar Wrote: Hi Matt, so are you doing a reboot from OE, or a shutdown followed by a power on (via power button)? Quote:Btw, I really wanted to thank you for taking the time to doing all this for the community. Your work has been amazing and I hope you keep it up! It's been very much appreciated. you're quite welcome! It's a been a fun an very education experience. Quote:Hey can anyone recommend a good keyboard for the dual boot option? I'd ideally want a bluetooth keyboard/trackpad in one that will work for both Chrome and OE and also work on the dev screen where you have to hit CTRL D or L. No Bluetooth devices will work on a dev boot screen, as they require the OS to initialize the BT module and sync with any paired devices. You'll need to go with a traditional RF-based USB setup - maybe the new Microsoft one, since the Logitech one (K400) is known not to work? (2014-06-29, 13:31)Igor2014 Wrote: Hi Matt, I'm not really sure if it's a hardware or firmware limitation. The ChromeBox should resume from suspend via WOL and USB, but the latter is broken in the newer Linux kernels for USB3 (xhci) controllers. (2014-06-29, 16:31)trick420 Wrote: I have a similar yet different experience with my box: If I start it from sleep or hard start with HDMI connected and the source input set to my box, it boots to white static. To get correct video, I have to either manually disconnect and reconnect the HDMI cable, or simply switch inputs on my TV to something else, then switch back to my CB. IF I start the CB while the TV is set to another source, then switch to the CB, all is well. Unfortunately not having a receiver with HDMI audio, I'm not able to reproduce/troubleshoot. Seems like everyone having an issue is not connecting the CB directly to the display, which is all I'm able to test right now. RE: Asus ChromeBox EZ Setup (OpenELEC or Ubuntu+XMBC) [v2.11 - 2014/06/20] - kazmifar - 2014-06-29 (2014-06-29, 18:48)Matt Devo Wrote:(2014-06-29, 07:16)kazmifar Wrote: Hi Matt, The issue occurs in either case. I have also tried it on different tv's with the same result. RE: Asus ChromeBox EZ Setup (OpenELEC or Ubuntu+XMBC) [v2.11 - 2014/06/20] - Thoir - 2014-06-29 Hi I have been looking into getting an Asus Chromebox I'm just not sure if I need the i3 or if the celeron will work. I am looking for a setup that I am hopefully only need XBMC I have the LG 47LM7600 3D tv. I am looking for a setup that will do full 1080p 3D content, full 1080p blu-rays, Dolby TrueHD & DTS HD to a surround sound system at a later date. I am also looking to play netflix, hulu plus and amazon instant video from xbmc if possible. I am also wondering if I can get a usb blu-ray drive and play my blu-ray disks as well. I would prefer not to install windows if at all possible any help is greatly appreciated thanks . RE: Asus ChromeBox EZ Setup (OpenELEC or Ubuntu+XMBC) [v2.11 - 2014/06/20] - trick420 - 2014-06-29 (2014-06-29, 20:00)Thoir Wrote: Hi I have been looking into getting an Asus Chromebox I'm just not sure if I need the i3 or if the celeron will work. I am looking for a setup that I am hopefully only need XBMC I have the LG 47LM7600 3D tv. I am looking for a setup that will do full 1080p 3D content, full 1080p blu-rays, Dolby TrueHD & DTS HD to a surround sound system at a later date. I am also looking to play netflix, hulu plus and amazon instant video from xbmc if possible. I am also wondering if I can get a usb blu-ray drive and play my blu-ray disks as well. I would prefer not to install windows if at all possible any help is greatly appreciated thanks . OpenElec won't run Netflix- it only runs on XBMC iOS and Windows installs because it requires MS silverlight to run. XBMC in general won't run Amazon due to Amazon enforcing DRM. There is an Amazon plugin, but it hasn't worked in a long time because of this. You could I supposed run XBMC on Win8 so you have netflix... Sounds like you need the i3 version based on your desire to watch 3D, but I'm not the person to tell you that definitively as I don't run that setup. Someone else will chime in I'm sure and clarify that for you. RE: Asus ChromeBox EZ Setup (OpenELEC or Ubuntu+XMBC) [v2.11 - 2014/06/20] - YellowDog - 2014-06-29 (2014-06-29, 20:00)Thoir Wrote: Hi I have been looking into getting an Asus Chromebox I'm just not sure if I need the i3 or if the celeron will work. I am looking for a setup that I am hopefully only need XBMC I have the LG 47LM7600 3D tv. I am looking for a setup that will do full 1080p 3D content, full 1080p blu-rays, Dolby TrueHD & DTS HD to a surround sound system at a later date. I am also looking to play netflix, hulu plus and amazon instant video from xbmc if possible. I am also wondering if I can get a usb blu-ray drive and play my blu-ray disks as well. I would prefer not to install windows if at all possible any help is greatly appreciated thanks . I can't comment on 3D content, but the Chrome box plays 1080p content flawlessly. I've played several Bluray Remuxes and on full Bluray folder with no issue. |