Gen 5 NUC performance in Kodi using Mint

Man of Honour
Joined
20 Sep 2006
Posts
35,606
Hi all, does anyone have a gen 5 NUC running Mint and use it to run Kodi?

It's the setup that I'm using, but Kodi runs like a dog at times. Even with 5GB files or so, the display can be choppy, as is browsing the menu system. I'm presuming it's a driver issue as when I ran it on my old HTPC with an AMD APU and the AMD drivers, it was fine. Any idea which is the correct intel driver to install? The NUC is a NUC5I3RYK with the i3, so the graphics is an Intel 5500.
 
I've installed openelec, and copied my saved XML files to /storage/.kodi/userdata and I've rebooted the box. But it's not picking up database or my films or TV shows. Any idea?

Performance is miles better though. :)
 
I think I've found the issue. It boots so quickly that the network card isn't up when it tries to connect to the database.
 
Fixed it.

Put autostart.sh in /storage/.config/

Code:
#!/bin/sh
ifconfig eth0 up
ifconfig eth0 PUT <ip of machine>
route add default gw <ip of router>
 
Yeah it's all up and running smoothly now with YouTube installed.

Can't get over how slick it is, very happy with the performance.
 
Back
Top Bottom