Kodi Community Forum

Full Version: ChromeBox Kodi E-Z Setup Script (LibreELEC/Linux+Kodi) [2017/02/21]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
(2018-12-03, 20:30)Matt Devo Wrote: [ -> ]
(2018-12-02, 19:04)MrBuyakah Wrote: [ -> ]LibreELEC (Leia) v8.90.008 ALPHA is still exhibiting the SMB performance issue but now I am am seeing high CPU use on video playback with my Chromebox, even with hardware decoding on.  Sticking with LibreELEC (Leia) v8.90.006 ALPHA at this time until the next version comes out.
 it's a 4.19+ kernel bug, current work around is to add 'pci=nomsi' to kernel parameters in /flash/syslinux.cfg 
Hey Matt, there is no, "syslinux.cfg", file in the,"flash", directory.  Do I create one?  Do you mind posting the modified syslinux.cfg file here and where to put it? I am running Dual Boot on a Haswell Chromebox.
(2018-12-05, 04:54)MrBuyakah Wrote: [ -> ]Hey Matt, there is no, "syslinux.cfg", file in the,"flash", directory.  Do I create one?  Do you mind posting the modified syslinux.cfg file here and where to put it? I am running Dual Boot on a Haswell Chromebox. 

I don't have a box configured for dual boot handy, so these instructions may need some massaging:

- boot ChromeOS, open shell
- mount LE system partition:
  -- mkdir /tmp/system
  -- sudo mount /dev/sda6 /tmp/system
- edit file:
  -- sudo vi /tmp/system/syslinux.config 
  -- go to end of file (should end in 'quiet'), hit i for insert, then type ' pci=nomsi', then ESC, then !wq <enter>
- unmount partition
  -- sudo umount /tmp/system
  -- note: umount, not unmount
- reboot into LE
(2018-12-05, 05:10)Matt Devo Wrote: [ -> ]
(2018-12-05, 04:54)MrBuyakah Wrote: [ -> ]Hey Matt, there is no, "syslinux.cfg", file in the,"flash", directory.  Do I create one?  Do you mind posting the modified syslinux.cfg file here and where to put it? I am running Dual Boot on a Haswell Chromebox. 

I don't have a box configured for dual boot handy, so these instructions may need some massaging:

- boot ChromeOS, open shell
- mount LE system partition:
  -- mkdir /tmp/system
  -- sudo mount /dev/sda6 /tmp/system
- edit file:
  -- sudo vi /tmp/system/syslinux.config 
  -- go to end of file (should end in 'quiet'), hit i for insert, then type ' pci=nomsi', then ESC, then !wq <enter>
- unmount partition
  -- sudo umount /tmp/system
  -- note: umount, not unmount
- reboot into LE 
Thumbs up, Matt! The only change in your instruction, for me, is my file is called, "extlinux.conf", rather than, "syslinux.cfg", on my system.  Here are the contents of that file:

DEFAULT linux
PROMPT 0
LABEL linux
KERNEL /KERNEL
APPEND boot=LABEL=KERN-C disk=LABEL=ROOT-C tty quiet pci=nomsi

Thanks again for your help.
Hi all, 

I have been using the CN60 for the past3 and a half year. Great device! I am using it as a full desktop with galliumos because i run other small thing that just pure kodi.
Lately I buyed a 4k TV(at 65inch there is no more 1080p(that I found)) with a soundbar that does up to 5.1. The tv is 4k but my media are 1080p so i have kodi at 1080p. Enabled passthrough and I am really happy with the soundbar.

Where I am getting at is that for some media source, for instance youtube/twitch or other web browser based media. It is starting to feel slow/old on that side of thing. Even though under kodi all my media work really great.

I was looking for an upgrade and started to read about the nvidia shield tv which i almost buyed. But then, I saw the chromebox3 cn65 which seems to be a pretty nice upgrade and even more so now that kabylake is supported from what I can read here :
https://mrchromebox.tech/#home
https://mrchromebox.tech/#devices

From what I read. Audio passthrough for dts/dolby would work like it does right now with my soundbar. I am not going to do much 4k if any (may give it a go since the device seems to be able to support it using usb-c to hdmi2.0 for 4k/60hz(but then I think I would loose the audio passthrough?)). Otherwise I will be at 1080p resolution with standard hdmi cable to also get that audio passthrough.

Which leads me to my question. Anyone has tried or is using the chromebox CN65? https://www.amazon.ca/CHROMEBOX-3-N017U-...=chromebox
Would that be a good upgrade or would there not be a big difference or anything else to keep in mind?

One last question, I have been using galliumos for the past few year as it seemed to be the best option for that piece of equipement. Is it still the case? Could a plain Xubuntu or linuxmint work just as well?
(2018-12-09, 15:06)nokio Wrote: [ -> ]Which leads me to my question. Anyone has tried or is using the chromebox CN65? https://www.amazon.ca/CHROMEBOX-3-N017U-...=chromebox
Would that be a good upgrade or would there not be a big difference or anything else to keep in mind?
I'm running one as my main Kodi device right now, running Milhouse's latest Kodi 18/LE nightly builds; I really do need to update this thread and wiki page to reflect support for the Kabylake-based Chromeboxes. But it's a nice speed bump over the older Haswell/Broadwell boxes, and the addition of HEVC/VP9 decoding is a huge plus. 4Kp60 works via USB-C/DisplayPort Alt Mode, but HD audio passthu working depends on the LSPCON chip used in the dongle (I've not found one that works yet). HDMI output is 1.4b, so limited to 4Kp30, but passthru etc works fine. You could always connect to your TV via USB-C and then to the sound bar via HDMI, if it supports input switching.

Legacy Boot mode / dual booting works thru ChromeOS v68; something in v69 broke it - not sure if AP/EC firmware update, or something else. UEFI/Full ROM firmware works fine.
Quote:One last question, I have been using galliumos for the past few year as it seemed to be the best option for that piece of equipement. Is it still the case? Could a plain Xubuntu or linuxmint work just as well?

Chromeboxes have always worked perfectly with any distro, the advantages of GalliumOS are mostly for Chromebooks. The new Chromeboxes should work perfectly with whatever you want to run, though I'd expect analog audio output (headphone jack) to be broken just like every other Kabylake-based ChromeOS device running a mainline kernel.
I needed to change the subnet my home network is on (was 192.168.1.xxx, now changed to 192.168.0.xxx), and my main HTPC runs mysql to keep status between it and a chromebox I have in our bedroom. I can't remotely access the chromebox to update the advancedsettings.xml file for some reason. I have been able to access it in the past, eg to dump an update in the update folder. Is there an easy way to directly connect? It's flashed as standalone Libreelec, not dual boot. I've rebooted it, and it's picked up an IP on the new subnet (192.168.0.113). Edit: putting //192.168.0.113 in windows explorer on my desktop computer doesn't access the chromebox folders like it used to.. nothing happens. Any ideas for me?
Hi Mr. ChromeBox,

Thanks you for taking the time to answer my question. Really appreciated.
Just ordered the chromebox3-N017U. It will be fun to play with and upgrade my current setup.

I am going to use UEFI/Full ROM firmware linux only. No need to dual boot but thanks for the heads up on the fact that Legacy Boot mode / dual booting has problem right now.

For the OS, I mean galliumos has always worked really great. It is a xubuntu after all with a few change for the chromebox/chromebook. But like you said since most of the optimization are for chromebook I was wondering If I should go with galliumos3.0Alpha or directly use xubuntu. If only the headphone jack will not work with everything else working perfectly, I might go directly with xubuntu18.04.

Maybe two last quetion if I may.
Since all my media are 1080p, is there an advantage to run my desktop and kodi at 4k instead of directly at 1080p. I know it is not really chromebox nor kodi related, I am just curius and want to learn a bit more on that.
When you say 4Kp60 works via USB-C/DisplayPort Alt Mode and that HD audio passthu working depends on the LSPCON. Is it something that is likely going to be available in the future?
(2018-12-10, 20:55)nokio Wrote: [ -> ]For the OS, I mean galliumos has always worked really great. It is a xubuntu after all with a few change for the chromebox/chromebook. But like you said since most of the optimization are for chromebook I was wondering If I should go with galliumos3.0Alpha or directly use xubuntu. If only the headphone jack will not work with everything else working perfectly, I might go directly with xubuntu18.04.
I'd run Xubuntu most likely, but haven't tested it myself.  I run LibreELEC on all my boxes
Quote:Maybe two last quetion if I may.
Since all my media are 1080p, is there an advantage to run my desktop and kodi at 4k instead of directly at 1080p. I know it is not really chromebox nor kodi related, I am just curius and want to learn a bit more on that.
depends on how good the scaler is on your TV. Running 4K with 200% DPI scaling may look better than feeding it 1080p and letting the display scale to 4K.
Quote:When you say 4Kp60 works via USB-C/DisplayPort Alt Mode and that HD audio passthu working depends on the LSPCON. Is it something that is likely going to be available in the future?
that's a kernel/driver issue, I'm not sure if that's something being actively worked on or not. I know it works for 7th/8th-gen NUCs which have an onboard LSPCON, but using external ones has been problematic. It's also not something I've been tracking, so might have been improved in recent kernels. I'd boot/test the latest LibreELEC build and see how things work there, that's a good bellweather.
(2018-12-10, 13:54)Walrus Wrote: [ -> ]I needed to change the subnet my home network is on (was 192.168.1.xxx, now changed to 192.168.0.xxx), and my main HTPC runs mysql to keep status between it and a chromebox I have in our bedroom. I can't remotely access the chromebox to update the advancedsettings.xml file for some reason. I have been able to access it in the past, eg to dump an update in the update folder. Is there an easy way to directly connect? It's flashed as standalone Libreelec, not dual boot. I've rebooted it, and it's picked up an IP on the new subnet (192.168.0.113). Edit: putting //192.168.0.113 in windows explorer on my desktop computer doesn't access the chromebox folders like it used to.. nothing happens. Any ideas for me?
 sounds like something is screwed up with your network config, since SMB access worked before and should still work now.

Also, your library is likely invalidated since all the content paths are stored with the IP address (assuming you added your sources by IP and not machine name), so might be easiest to just start fresh
(2018-12-10, 21:11)Matt Devo Wrote: [ -> ] 
Quote:When you say 4Kp60 works via USB-C/DisplayPort Alt Mode and that HD audio passthu working depends on the LSPCON. Is it something that is likely going to be available in the future?
that's a kernel/driver issue, I'm not sure if that's something being actively worked on or not. I know it works for 7th/8th-gen NUCs which have an onboard LSPCON, but using external ones has been problematic. It's also not something I've been tracking, so might have been improved in recent kernels. I'd boot/test the latest LibreELEC build and see how things work there, that's a good bellweather. 
Reading into this right now. It seems that 4k60hz is preferred for sport and gaming. Would that statement be true? If so, for media through kodi or netflix using a web browser or youtube or other web media, there would not be a perceivable difference.
If we look into the spec, hdr is supported through hdmi2.0 and I would Loose that. But again for someone that has no 4k content that would not matter much?
If so, it might be fun to give it a try on my side and see if I like more 1080p60hz or 4k30hz in term of natif vs upscaling.
(2018-12-10, 22:02)nokio Wrote: [ -> ]Reading into this right now. It seems that 4k60hz is preferred for sport and gaming. Would that statement be true? If so, for media through kodi or netflix using a web browser or youtube or other web media, there would not be a perceivable difference.
If we look into the spec, hdr is supported through hdmi2.0 and I would Loose that. But again for someone that has no 4k content that would not matter much?
If so, it might be fun to give it a try on my side and see if I like more 1080p60hz or 4k30hz in term of natif vs upscaling. 
  
unless you have any 4k content, there will be a negligible difference between 4kp60 and 1080p60. There's no HDR support for Intel GPUs under Linux currently, so not losing anything there.
(2018-12-10, 22:52)Matt Devo Wrote: [ -> ]unless you have any 4k content, there will be a negligible difference between 4kp60 and 1080p60. There's no HDR support for Intel GPUs under Linux currently, so not losing anything there. 
 Just want to say thanks again for taking the time to answer on those last few question I had even though they were not related to kodi/chromebox per say.
Have a great day !
Hello again,

I just received my chromebox3 and started to play with it now that the kids are sleeping.
Is it possible that there is no write-protection screw? I opened the case and I "see" the place that i think is the protection screw.
At least it seems to be the same spot than my chromebox cn60 used to be. But there is no screw. Can it be a jump or something?

Bst Regards
(2018-12-13, 03:10)nokio Wrote: [ -> ]Hello again,

I just received my chromebox3 and started to play with it now that the kids are sleeping.
Is it possible that there is no write-protection screw? I opened the case and I "see" the place that i think is the protection screw.
At least it seems to be the same spot than my chromebox cn60 used to be. But there is no screw. Can it be a jump or something?

Bst Regards
it's the screw to the lower left of the sodimm sockets (when viewed with them at the bottom), it's flat and pretty obviously not like any other screws on the board.  I'll add a pic to the wiki at some point
(2018-12-13, 03:34)Matt Devo Wrote: [ -> ]
(2018-12-13, 03:10)nokio Wrote: [ -> ] 
it's the screw to the lower left of the sodimm sockets (when viewed with them at the bottom), it's flat and pretty obviously not like any other screws on the board.  I'll add a pic to the wiki at some point   
Thanks for that. For some reason I though it was the empty slot at the other end of the board. That made it and starting your firmware-util.sh shows that the WP is disabled.

When I start the scrit and select 3 to Install/Update Full Rom Firmware. It does not seems to work. I created a backup and then I get the following error in the image : https://pasteboard.co/HRxjP99.jpg
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