Archive:Kodibuntu: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
>Muldereric
>UNiversal
Line 46: Line 46:
<source lang="bash">
<source lang="bash">
sudo apt-get install python-software-properties pkg-config
sudo apt-get install python-software-properties pkg-config
sudo ppa-purge -r ppa:whatever-ppa-you-have-now
sudo add-apt-repository -r ppa:whatever-ppa-you-have-now
sudo add-apt-repository ppa:whatever-ppa-here
sudo add-apt-repository ppa:whatever-ppa-here
sudo apt-get update
sudo apt-get update

Revision as of 23:08, 23 March 2013

Cleanup.png This page or section may require cleanup, updating, spellchecking, reformatting and/or updated images. Please improve this page if you can. The discussion page may contain suggestions.


Template:XBMC wiki toc Inline

See also: XBMCbuntu FAQ

XBMCbuntu (formerly XBMC Live) is the XBMC Media Center software bundled with an embedded operating-system, all pre-packaged for that set-top-box feeling. XBMCbuntu also lets you easily boot to the XBMC "Live" CD/USB in order to demo XBMC Media Center for your friends and family on practically any relatively modern computer, (as long as it was manufactured in the last 5-years or so it should meet the XBMC's minimum requirements).

What is XBMCbuntu?

XBMCbuntu is both a boot-CD with XBMC Media Center pre-configured to work directly out-of-the-box without touching the users hard-drive for demo purposes, as well as a fully-fledged installer that allows the installation of the XBMC Media Center onto your local hard disk, without any pre-installed operating systems. Once booted, XBMCbuntu will give the user the option to either just run it as a demo from only the CD (not touching your hard-drive) or do a permanent installation of XBMC complete with embedded operating-system onto a 8GB (or larger) USB-flash-memory-stick or your internal hard-drive for a dedicated set-top-box style installation of XBMC, currently with Microsoft's Windows MCE (Media Center Edition) Remote with USB IR-receiver receiver dongle as the default supported controller which is supported directly out-of-the-box.

When installed onto a USB flash drive or hard disk drive XBMCbuntu has the ability to save settings and make updates to XBMC Media Center and the operating-system back onto the USB flash drive or hard disk drive that it is installed onto, this is not possible when running XBMCbuntu from a Live CD booting from a CD-ROM disc as they are read-only and any changes settings are only temporarily saved until the system is rebooted.

Connect to XBMCbuntu via SFTP/SSH

See also: Connecting to XBMCbuntu via SFTP and Connecting to XBMCbuntu via SSH

XBMCbuntu minimum and recommended hardware requirements

Get and Install XBMCbuntu

For instructions on how to acquire, create a bootable usb flash drive, boot or install to/from

See: Create and install from/to a bootable USB flash drive

Resolving problematic installs

  1. Boot your system with the installer thumbdrive and select the "Try Ubuntu" option. This should boot into XBMC.
  2. Click the Shutdown menu in XBMC (lower-left corner) and select "Exit"
  3. You should be presented with a log-in screen. Click "Other..." and enter xbmc as the login and select XBMCbuntu from the dropdown menu (below the Login field).
  4. Click "Login" and you will be prompted for the Password; just leave it blank.
  5. Click "Login" again and the XBMCbuntu desktop should be displayed.
  6. On the top-left corner of the desktop should be an icon to install Ubuntu. Double-click the icon and, hopefully, you'll get the installation wizard this time.

Upgrading XBMC via ppa in XBMCbuntu

see also: What might break when upgrading to v12

You dont have to necessarily wipe your current install to try a new Version of XBMC, like a nightly version or beta for example, you can just fire up Putty or a shell in Linux/OS X.

sudo apt-get install python-software-properties pkg-config
sudo add-apt-repository -r ppa:whatever-ppa-you-have-now
sudo add-apt-repository ppa:whatever-ppa-here
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install xbmc xbmc.bin
See also: Connecting to XBMCbuntu via SSH

XBMCbuntu no audio devices

For some reason there is a problem with lightdm that affects audio devices detection. A workaround was posted here. Modify the /etc/init/lightdm.conf

sudo nano /etc/init/lightdm.conf
Input use this configuration
start on ((filesystem
           and runlevel [!06]
           and started dbus
           and started udev-finish
           and (drm-device-added card0 PRIMARY_DEVICE_FOR_DISPLAY=1
                or stopped udev-fallback-graphics))
          or runlevel PREVLEVEL=S)

Upgrading NVidia drivers in Ubuntu and variants

see also: Upgrading NVidia drivers in Ubuntu and variants

Username and password to the underlying live OS environment

Username and password to the underlying OS environment are not needed by average users of XBMCbuntu, but here they are just in case you want to dig into the (very) advanced possibilities that are available. The default username and password on the live CD are listed below, but during installation, you will be able to change these to your own username and password. We recommend that you write down the username and password you have chosen, and store it away in a safe place;

Username: xbmc
Password: (none)

XBMCbuntu running as Live CD

  • Since a live CD is booted from read-only media, it requires either installation to rewriteable media (i.e. a USB flash drive or hard disk drive) or complete remastering to install additional software or modify the existing files.

XBMCbuntu installed on USB or HDD

See also: HOW-TO: Install XBMCbuntu from a USB thumbdrive
  • Some computers, particularly older ones, may not have a BIOS that supports USB booting. Many which do support USB booting may still be unable to boot the device in question. In these cases a computer can often be "redirected" to boot from a USB device through use of an initial bootable CD or floppy disk for live USB installs.
  • In contrast to the live CD, the data contained on the booting device can be changed and additional data stored on the same device. This allows for XBMCbuntu USB/HDD to be used as personal storage, as it allows a user to carry their preferred operating system, applications, and configuration as well as personal files with them, making it easy to share a single system between multiple users.
  • The absence of moving parts in USB flash devices allows for faster seek time than is possible with hard drives or optical media, meaning all programs will start faster from a USB flash drive than from a local hard disk or XBMCbuntu CD.
  • Due to the additional write cycles that occur on a full-blown installation to a USB flash drive, the life of the USB flash drive may be slightly reduced. This usually does not apply to systems particularly designed for live systems which keep all changes in RAM until the user logs off, and XBMCbuntu developers have done their best to try to prevent this from happening.

XBMC Media Center

XBMCbuntu contains XBMC for Linux compiled with the 'standalone' mode, this enabled certain functions that are not available in normal XBMC installations (Windows, Mac Linux), these functions include Power Management, and Network Management.

Upgrading XBMCbuntu

To actually update "XBMCbuntu" for Frodo, which is a full package, then you're pretty much looking at a fresh install if you wish to upgrade the underlying Linux. The OS changed from Lubuntu 11.10 to Lubuntu 12.04. It is possible (in order to preserve systems tweaks) to just update XBMC itself by treating it as a normal Linux install and going to: Upgrading XBMC via ppa in XBMCbuntu