Archive:Kodibuntu FAQ

From Official Kodi Wiki
Revision as of 12:29, 10 July 2018 by Kibje (talk | contribs) (syntaxhighlighter fix)
Jump to navigation Jump to search
Time.png THIS PAGE IS OUTDATED:

This page or section has not been updated in a long time, no longer applies, refers to features that have been replaced/removed, and/or may not be reliable.

This page is only kept for historical reasons, or in case someone wants to try updating it.

Frequently Asked Questions for KodiBuntu (formally known as XBMCbuntu).


General FAQ

See also: All platforms FAQ for FAQs that apply to all versions of Kodi.
See also: Linux FAQ for general Kodi on Linux questions.

What is Kodibuntu?

Link

Kodibuntu

What version of Lubuntu is used by the current Kodibuntu?

Link
For v13 and v14, Kodibuntu is based on Lubuntu 14.04LTS (Trusty Tahr)

What are Kodibuntu's minimum and recommended requirements?

Link

Upgrading Kodi

Link

To update Kodi when a new version is released, just do a general system/package or use the following commands in the terminal (or via SFTP):

sudo apt update
sudo apt upgrade --with-new-pkgs

Drivers

How can I Upgrade NVidia drivers in Ubuntu/Kodibuntu and variants?

Link

Nvidia as well as drivers suppliers for Ubuntu and variants, recommended user to install these packages via repositories provided! The maintainers ensure the drivers are correct and compatible to the distro being targeted.

<syntaxhighlighter lang=bash enclose="div"> sudo apt-get install python-software-properties pkg-config sudo add-apt-repository ppa:ubuntu-x-swat/x-updates sudo apt-get update sudo apt-get install nvidia-current nvidia-settings </syntaxhighlighter>

Alternatively, there is now a repository for Nvidia graphics drivers containing upto the latest proprietary GPU drivers. You can specify the driver version that you want to install.

<syntaxhighlighter lang=bash enclose="div"> sudo apt-get install python-software-properties pkg-config sudo add-apt-repository ppa:graphics-drivers/ppa sudo apt-get update sudo apt-get install nvidia-XXX nvidia-settings libvdpau1 (XXX being the selected driver version, e.g. 355) </syntaxhighlighter>
A list of available driver versions can be found at launchpad.net/~graphics-drivers/+archive/ubuntu/ppa .

Attention talk.png Nvidia Drivers updates Kodibuntu (Ubuntu and variants forum discussion thread)

Handling files & Backups

How can I transfer files to/from Kodibuntu?

Link

Use SFTP with a client such as Cyberduck or FileZilla or scp via SSH within Linux/OS X shell. username and password is xbmc, kodi, blank or the Kodi password selected during install.

See also: Connecting to Kodibuntu via SFTP
See also: Connecting to Kodibuntu via SSH

How can I backup all my settings to restore them if something goes wrong?

Link

You can use the Add-on:Backup Backup and restore your Kodi database and configuration files in the event of a crash or file corruption.

Alternatively if you do not wish to use a addon, you can navigate to your userdata folder and copy/archive all its contents to a external drive. This can be achieved various ways, depending on your OS.

Connectivity

How can I connect a bluetooth keyboard/mouse/remote??

Link

A good way to decipher this is to:

See this video:http://lubuntu.net/blog/lubuntu-screencast-bluetooth

Troubleshooting

What if I have audio issues with Kodibuntu?

Link

You can look at the audio troubleshooting page below, if your problems persist, you can always try to search for answers to your problem in forums and if none are found open your own thread. Remember to have Debug log handy in pastebin, in such cases.

See: Audio Troubleshooting

Can't install, because the install window is too big?

Link

In the event you come across this issue, you can look at adapting the solutions proposed in the forum post below.

See Can't install because the install window is too big?

Can't install because the text is too small?

Link

In the event you come across this issue, you can look at adapting the solutions proposed in the forum post below.

See Can't install because the text is too small?

Linux FAQ

Upgrading Ubuntu / Kodibuntu

How do I upgrade the Kodibuntu base OS?

Link

To actually upgrade the underlying Linux which "Kodibuntu" is based on, it is possible to do so via release upgrade.

There are advantages and disadvantages to doing so. It's not a method recommended lightly to inexperienced users, doing so means you understand and accept responsibility for breaking your system.

BACKUP! Never attempt any upgrades without having proper backups of the files you consider important or value or have a full system image/backup of working system you can restore.
RECOMMENDED! It is possible (in order to preserve systems tweaks) to just upgrade Kodi itself by treating it as a normal Linux package and update/install via: Upgrading Kodi via ppa in Kodibuntu


<syntaxhighlighter lang=bash enclose="div"> sudo apt-get update sudo apt-get install update-manager-core sudo do-release-upgrade </syntaxhighlighter>
This should upgrade your Base distribution, however if your current version is too old it may require repeating these steps until you reach the desired version. Do note that this is not recommended to inexperienced Linux users in case of breakages that you wont be able to resolve.