Archive:Kodibuntu FAQ: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
Line 8: Line 8:
== General FAQ ==
== General FAQ ==
:<big>''See also: '''[[XBMC all platforms FAQ]]''' for FAQs that apply to all versions of XBMC.''</big>
:<big>''See also: '''[[XBMC all platforms FAQ]]''' for FAQs that apply to all versions of XBMC.''</big>
:<big>''See also: '''[[XBMC v13 (Gotham) FAQ]]''' for FAQs related to the (Gotham) v13 release.''</big>
:<big>''See also: '''[[Linux FAQ]]''' for general XBMC on Linux questions.''</big>


{| width="100%"
{| width="100%"

Revision as of 02:45, 19 September 2014

Template:XBMC FAQ

Home icon grey.png   ▶ XBMCbuntu ▶ Kodibuntu FAQ

Frequently Asked Questions for XBMCbuntu


General FAQ

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

What is XBMCbuntu?

Link

XBMCbuntu

What version of Lubuntu is used by the current XBMCbuntu?

Link
For Gotham v13, the XBMCbuntu is based on Lubuntu 14.04LTS (Trusty Tahr)

What are XBMCbuntu's minimum and recommended requirements?

Link

Upgrading XBMC

Link

HOW-TO:Install XBMC for Linux

Drivers

How can I Upgrade NVidia drivers in Ubuntu/XBMCbuntu 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.

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

Attention talk.png Nvidia Drivers updates XBMCBuntu.Ubuntu and variants forum discussion thread

Handling files & Backups

How can I transfer files to/from XBMCbuntu?

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 blank or the xbmc password selected during install.

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

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

Link

You can use the Add-on:XBMC Backup Backup and restore your XBMC 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 XBMCbuntu?

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 / XBMCbuntu

How do I upgrade the XBMCbuntu base OS?

Link

To actually upgrade the underlying Linux which "XBMCbuntu" 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 XBMC itself by treating it as a normal Linux package and update/install via: Upgrading XBMC via ppa in XBMCbuntu


sudo apt-get update
sudo apt-get install update-manager-core
sudo apt-get do-release-upgrade

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.


Known issues

See: Common_issues