Changes

NUC Celeron XBMC install

2,105 bytes added, 00:23, 15 December 2016
Created page with "There are 6 XBMC entertainment system throughout the house. Here is the Intel NUC version. [[Image:Intel NUC XBMC 01.jpg|thumb|500px|left|Intel NUC with XBMC]]<br clear=both>..."
There are 6 XBMC entertainment system throughout the house. Here is the Intel NUC version.

[[Image:Intel NUC XBMC 01.jpg|thumb|500px|left|Intel NUC with XBMC]]<br clear=both>
[[Image:Intel NUC XBMC 02.jpg|thumb|500px|left|Intel NUC with XBMC]]<br clear=both>

== Get XBMCbuntu running ==
* get latest XBMCbuntu image from the [http://mirrors.xbmc.org/releases/XBMCbuntu/ download site], get the Intel/NVIDIA version (the version name applies to GPU, not CPU)
* install to USB drive as per [http://wiki.xbmc.org/index.php?title=Create_and_install_from/to_a_bootable_USB_flash_drive these instructions]
* boot will fail and hang on black screen with non-moving mouse pointer, see [http://forum.xbmc.org/showthread.php?tid=158906&page=3 this thread]
** hold SHIFT during initial boot to get grub
** add 'i915.i915_enable_rc6=0' to the kernel line (after splash)
** F10 for boot, but this change will not stick

* edit /etc/boot/grub to ad the same line to
sudo nano /etc/default/grub
:: change
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i915.i915_enable_rc6=0"
save file, then then
sudo update-grub

== Fix SSH ==
* enable sshd, there is a problem with pre-installed keys. Also make sure the login has a password (done during install)
# rm /etc/ssh/ssh_host_*
# dpkg-reconfigure openssh-server

== Update to latest Frodo ==
sudo add-apt-repository ppa:team-xbmc/ppa
sudo apt-get remove xbmc xbmc-bin
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install xbmc xbmc-bin

== Update cmyth to 0.27 ==
wget https://github.com/fetzerch/xbmc-pvr-addons/archive/frodo.zip
unzip frodo.zip
sudo apt-get install autoconf libtool g++
sudo apt-get install libboost-all-dev libmysqlclient-dev
./bootstrap
./configure --enable-addons-with-dependencies
make zip
cp ~/xbmc-pvr-addons-frodo/addons/pvr.mythtv.cmyth-linux-x86_64.zip ~/

install addon via zip install by browsing to the home directory

== Add remote control ==
* [http://www.amazon.com/gp/product/B001M56DI0/ref=oh_details_o00_s00_i00?ie=UTF8&psc=1 this one] works pretty well right out of the box
* TODO: make work with apple remote
Bureaucrat, administrator
963
edits