Difference between revisions of "Installation Guide"

From LinuxMCE
Jump to: navigation, search
(Reformatting to better fit with other pages.)
 
(265 intermediate revisions by 19 users not shown)
Line 1: Line 1:
{| align="right"
+
[[Category:Installation Tutorials| Installation Tutorials]]
 +
{| align="right"
 
   | __TOC__
 
   | __TOC__
 
   |}
 
   |}
''After installation please visit [http://linuxmce.org/troubles.php this page] and fill in any information you have about the installation process. This will aid the developers in fixing any faults.''
 
  
''' If you want to install LinuxMCE using the DVD check these steps  [[DVD Installation]]'''
+
<big>For the most up-to-date Final Release see the [[Installing 1404|'''LinuxMCE 1404''']] install</big>
==Kubuntu==
+
Steps for installing Linux MCE on an Kubuntu 7.04 (Feisty Fawn) system :
+
===Kubuntu Preinstalled===
+
Take an Kubuntu install already configured with Internet connection (Configure your network card and DNS). Currently LinuxMCE only works with '''Kubuntu 7.04.  It will not work with version 7.10''' If you have made significant changes to a the original default Kubuntu install then you may have issues installing LinuxMCE and you may loose some of your configuration files.  Currently it has only been tested on default installation via the Live CD.
+
===Clean Kubuntu Installation Steps===
+
If you don't have an Kubuntu system already installed please follow these generic steps:
+
# Take an [http://releases.ubuntu.com/kubuntu/feisty/kubuntu-7.04-desktop-i386.iso Kubuntu 7.04 Live CD] and boot from it.
+
# Choose 'Start or install Kubuntu'
+
# When Kubuntu's desktop appears, click on 'Install'
+
# A short wizard will start and guide you; Select the language and press 'forward'
+
# Choose your timezone and press 'forward'
+
# Select the keyboard layout
+
# Choose desktop name, a user name and a password
+
# Select the partitioning options for your disk: erase the entire disk or just manually edit the options.
+
# Ready to install.
+
# Reboot the system and remove the Live CD
+
  
==LinuxMCE==
+
==About Installation (Version 0810 Final)==
===Downloading LinuxMCE===
+
From within the Kubuntu 7.04 desktop, open Firefox (the orange and blue icon at the top), and go to [http://www.linuxmce.com www.linuxmce.com] and select 'Download Instructions' to download the Linux MCE CD`s or the DVD on your machine. Or just use this direct link [http://wiki.linuxmce.org/index.php/Mirrors click here]
+
  
[[Image:Good1.jpg|400px]]
+
This page covers what we'll call mainstream installation. It shows how to get a LinuxMCE hybrid running with minimum bells and whistles. Once the basic installation is complete, users can look at the other sections of the wiki to learn how to add more advanced features. The basic hardware consists of the computer, display, and speakers. Look at the "Core & Hybrid" section of the wiki for hardware selection articles. Here is some pre-flight advice before installation.
===Installing mce-installer from KDE Menu===
+
Once you have downloaded the packages, proceed with the installation. First, you have to install mce-installer, which is the software that will guide you through the installation. Right-click on it, go to Kubuntu Package Menu -> Install Package.
+
  
[[Image:Inst1.jpg|400px]]
+
*The computer must be connected to the internet for a successful installation.  
===Installing mce-installer from command prompt===
+
*Recommend using a monitor for the initial install. Monitors are better than TVs for adapting to a wacky resolution setting (it could happen). You probably don't want to mess about with xorg.conf on your first install. Also recommend using a VGA cable because that is the default setting when the LMCE wizard pops up. I'd specifically advise against using an HDMI cable and expecting it to pass video and sound to your TV. It might work, but more likely it will require extensive tinkering. Its easy to swap to a different display or connection after things are up and running.
Alternatively, you can install the mce-installer from a command prompt without the need to burn the ISOs as follows:
+
*For sound, you can use computer speakers, or use an spdif connection to an external AV receiver. This is also easy to change later.
cd ''/directory/where/the/downloaded/iso/files/are/''
+
*If you have a TV capture card, it will be configured during the installation. The wizard will ask where to get program guide information. In the US this is usually "schedulesdirect.org". Set up your account and know your username and password before starting the install.
mkdir -pv mnt
+
sudo mount LinuxMCE_0704_CD1.iso mnt/ -o loop
+
sudo dpkg -i mnt/mce-installer_2.0.1-1_i386.deb
+
sudo umount mnt
+
rmdir -v mnt
+
  
===Install LinuxMCE===
+
==Caveats==
The installer will have put an "Install LinuxMCE" icon on your desktop.  Click it to start the installation process. A window will appear saying that you will be notified when updates are available.
+
  
[[Image:Snapshot1.JPG|400px]]
+
*LinuxMCE is an extremely powerful, fantastic piece of software; have no doubt about that. But, please bear in mind that it is a project, not a product.  
====Choosing type of Core====
+
After this you have to choose if you want a dedicated core or a hybrid ([http://linuxmce.com/wiki/index.php/Getting_Started#A_Dedicated_Core click here]to find out the difference between a core and a hybrid), and then click on "Forward" button.  
+
  
[[Image:Snapshot2.JPG|400px]]
+
*LinuxMCE 0810 is based on Ubuntu 8.10, which means that brand new hardware might not work out of the box. For this reason, if you are buying hardware specifically for your home automation system, you might want to use hardware that is a little older and save yourself some money at the same time. That said, in nearly all cases you will be able to get through any issues with a little patience and some help from the community. Unrecognised NICs is the most common issue.
  
====Choosing Video Card====
+
*<span style="color:#FF0000">Please please please be patient. Some parts of the installation can sometimes take hours. If in doubt, leave it overnight.</span>
*Only for Nvidia cards - LinuxMCE will detect that you are using a nVidia Card, but you are not using the proprietary video driver. Only that driver works well with LinuxMCE and nvidia cards and it will ask you it you want to switch to it now.
+
  
[[Image:Snapshot3.JPG|400px]]
+
==Basic Installation Steps==
  
====Network Configuration====
+
I might help to think of installation as a 3-step process.
The next screen will ask you want to keep your current network configuration or if you want to set your network options manually; then press "Forward".
+
*Run the DVD. This formats your drive, installs Kubuntu, and preps for LMCE installation. This step finishes by prompting reboot and DVD removal.
 +
*Install LinuxMCE. The reboot will take you to the Kubuntu screen. You'll recheck your internet connection, then click the LMCE install icon. More software will load and it will prompt another reboot.
 +
*Complete the 3 wizards (AV, House Setup, Media). This is where you tell LMCE about your system.
  
[[Image:Snapshot4.JPG|400px]]
+
===Run the DVD===
  
And then you must set your network using static IP or DHCP
+
'''<span style="color:#FF0000">Caution: Installing LinuxMCE 0810 Final will wipe your entire drive! It is not designed to be dual-booted!</span>'''
  
[[Image:Snapshot5.JPG|400px]]
+
'''If you just want to quickly try LinuxMCE, then consider setting it up temporarily as a virtual machine on your Linux, Mac, or Windows box. [http://www.virtualbox.org/ VirtualBox] will allow you to do this'''
  
=====Choosing Mirror for Packages=====
+
# Download the LinuxMCE 0810 Final ISO from [http://linuxmce.iptp.org/release/LinuxMCE-8.10-final.iso here]. ''Note: Always burn at your DVD drive's lowest speed to reduce the chance of errors.''
You have to choose a mirror
+
# Boot from the DVD.
 +
# Select your language
 +
# Select the top option "LinuxMCE"
 +
# Wait until the installer loads, and then...
 +
## '''Welcome''' - Select your language.
 +
## '''Where are you?''' - Select your location and time zone.
 +
## '''Keyboard layout''' - Select your keyboard layout.
 +
## '''Prepare disk space''' - Set up your partitions as you wish, but the second option "Guided - use entire disk" is perfectly OK.
 +
## '''Who are you?''' - Set up your username, password and the system name (call it whatever you want). This username/password is specifically for the underlying system i.e. Kubuntu, it is NOT for LinuxMCE; this is handled separately.
 +
## '''Ready to install''' - Check everything is as it should be, and press "Install".
 +
# Let installation run through, and then remove disk and press enter when instructed to do so.
  
[[Image:Snapshot6.JPG|400px]]
+
===Install LinuxMCE===
 
+
=====Choosing DHCP Server=====
+
In the next step you have 2 options :
+
# First it asks you if you want to Run a DHCP Server or not. LinuxMCE must be the DHCP server for your home in order to provide plug-and-play detection of network devices like IP Cameras and VOIP phones, and to provide network boot images to any other pc's in the home you want to use as media stations.
+
# The other option asks if you want to keep the default Internal Network address or if you want to change it. If you have already a DHCP-Server running, choose also this option. You can then switch from 'manually' to 'DHCP'.
+
 
+
After that you must press 'Forward'.
+
 
+
[[Image:Snapshot7.JPG|400px]]
+
 
+
====Choosing Orbiter Interface====
+
In the next window you need to choose what interface you want to use and you have to pick one of three possibilities. There are currently three options: UI1, UI2 with masking, and UI2 with alpha-blending.  UI2 requires specific video cards. It is best to choose UI1 for the initial installation as the interface can be changed later. This will reduce the possibility of video card related errors during installation.  After installation, you can check to see if your video card can do masking and alpha-blending by following the instructions at [[Graphics Test]]
+
 
+
[[Image:Snapshot8.JPG|400px]]
+
 
+
====Installing Additional Packages====
+
On the next step you have to choose if you want to install lame and libdvdcss and if it is legal in your country to use them.
+
 
+
[[Image:Snapshot9.JPG|400px]]
+
 
+
====Choosing How to Primarily Use the Computer====
+
You have to select how do you plan to use your computer: Primarily used as a PC- you can start LMCE manually when you need it or  A dedicated LinuxMCE and you can start Kubuntu when you need it.
+
 
+
[[Image:Snapshot10.JPG|400px]]
+
 
+
====Installing LinuxMCE Discs====
+
This step is very important you have to insert
+
 
+
LinuxMCE DISC 1
+
 
+
[[Image:Snapshot11.JPG|400px]]
+
 
+
LinuxMCE DISC 2
+
  
[[Image:Snapshot12.JPG|400px]]
+
# Once the new Kubuntu installation has finished booting back up, check that your internet connections are working. If you have a NIC that is not plug-and-play (like the Intel gigabit card) then now is the time to install the driver and confirm operation. Then click the "LinuxMCE" icon on the desktop. This will start the LinuxMCE installation. You may need to enter your Kubuntu password.
 +
# Wait until the LinuxMCE installation has finished running through. You will see the following message when the installation is complete:
  
Kubuntu 7.04 Live CD
+
The first phase of the install process is completed
 +
Reboot the system to start the final process.
  
[[Image:Snapshot13.JPG|400px]]
+
===Complete the Wizards===
  
You can see the message about the Linux MCE system installation.
+
Upon reboot, you will not see Kubuntu. More software will load, then the AV Wizard will start. If you connected the display with something other than a VGA cable, the screen will go black. You will have to press a number on your keyboard (just the number, don't hit "enter") to tell the wizard what connection to use. The default value is 2: VGA.
  
[[Image:Snapshot14.JPG|400px]]
+
<pre> Keys for choosing a connector:
  
===Installation can take a long time===
+
1: DVI
Don't worry if the system seems to stop at points or report what seems like error messages. 
+
2: VGA
This is normal since at places it will be testing drivers out, and is only there for the advanced Linux user. 
+
3: Component
You will get a dialog box if something really does go wrong.  And, understand this may take a very long time
+
4: Composite
since it will in parallel be updating your Kubuntu system to the latest version.  Just leave it for an hour
+
5: S-Video
or two and come back later.
+
Q: DVI-2
 +
W: VGA-2
 +
L: LVDS</pre>
  
===Installation Complete===
+
Then follow the wizards as described in the following links.
After the installation is done you’ll receive a message from the installer that will tell you to restart the system
+
  
[[Image:Snapshot15.jpg|400px]]
+
*[[AVWizard_Step_by_Step|AV Wizard]]  
 +
*[[House_Setup_Wizard|House Setup Wizard]]
 +
*[[Media_Player_Wizard|Media Setup Wizard]].
  
+
Tip: After LMCE is up and running, the LinuxMCE installation icon on the Kubuntu desktop becomes a hazard. Clicking it will begin a reinstall and ruin your day. Best to right click and delete the icon!
Next follow the [[QuickStart Guide]] to tell LinuxMCE about how you want to use it.
+
==Links==
===Additional Notes===
+
Note that if you said you want LinuxMCE to startup by default, after rebooting you'll have LinuxMCE, not Kubuntu.  If you will only use this as a media pc, that's fine; you won't ever need to access the Kubuntu desktop to set anything up and can do it all from either the LMCE UI and a remote control, or with the LMCE web admin panel using the web browser of any pc in your home.  But, if you want to use this as a normal Kubuntu PC too, and you want to start Kubuntu after LinuxMCE is going, there's not yet an icon to switch to Kubuntu from within LinuxMCE, so press Ctrl+Alt+F2, login, and type StartX. If you said you want Kubuntu by default, it will boot to the Kubuntu desktop and you can choose Applications, Sound & Video, Start Media Center to start LinuxMCE manually.  When both LinuxMCE and Kubuntu are running, you can toggle between them by pressing ctrl+alt+f7 for Kubuntu and ctrl+alt+F11 for LinuxMCE.  Unfortunately, at this moment, once you start LinuxMCE there is no way to stop it.  The Kubuntu integration is still a work in progress.
+
  
[[Category: Tutorials]]
+
*[[:Category:AV_Wizard|AV Wizard]]
 +
*[[:Category:Installation_Tutorials|General Installation Tutorials]]

Latest revision as of 18:26, 5 March 2016

For the most up-to-date Final Release see the LinuxMCE 1404 install

About Installation (Version 0810 Final)

This page covers what we'll call mainstream installation. It shows how to get a LinuxMCE hybrid running with minimum bells and whistles. Once the basic installation is complete, users can look at the other sections of the wiki to learn how to add more advanced features. The basic hardware consists of the computer, display, and speakers. Look at the "Core & Hybrid" section of the wiki for hardware selection articles. Here is some pre-flight advice before installation.

  • The computer must be connected to the internet for a successful installation.
  • Recommend using a monitor for the initial install. Monitors are better than TVs for adapting to a wacky resolution setting (it could happen). You probably don't want to mess about with xorg.conf on your first install. Also recommend using a VGA cable because that is the default setting when the LMCE wizard pops up. I'd specifically advise against using an HDMI cable and expecting it to pass video and sound to your TV. It might work, but more likely it will require extensive tinkering. Its easy to swap to a different display or connection after things are up and running.
  • For sound, you can use computer speakers, or use an spdif connection to an external AV receiver. This is also easy to change later.
  • If you have a TV capture card, it will be configured during the installation. The wizard will ask where to get program guide information. In the US this is usually "schedulesdirect.org". Set up your account and know your username and password before starting the install.

Caveats

  • LinuxMCE is an extremely powerful, fantastic piece of software; have no doubt about that. But, please bear in mind that it is a project, not a product.
  • LinuxMCE 0810 is based on Ubuntu 8.10, which means that brand new hardware might not work out of the box. For this reason, if you are buying hardware specifically for your home automation system, you might want to use hardware that is a little older and save yourself some money at the same time. That said, in nearly all cases you will be able to get through any issues with a little patience and some help from the community. Unrecognised NICs is the most common issue.
  • Please please please be patient. Some parts of the installation can sometimes take hours. If in doubt, leave it overnight.

Basic Installation Steps

I might help to think of installation as a 3-step process.

  • Run the DVD. This formats your drive, installs Kubuntu, and preps for LMCE installation. This step finishes by prompting reboot and DVD removal.
  • Install LinuxMCE. The reboot will take you to the Kubuntu screen. You'll recheck your internet connection, then click the LMCE install icon. More software will load and it will prompt another reboot.
  • Complete the 3 wizards (AV, House Setup, Media). This is where you tell LMCE about your system.

Run the DVD

Caution: Installing LinuxMCE 0810 Final will wipe your entire drive! It is not designed to be dual-booted!

If you just want to quickly try LinuxMCE, then consider setting it up temporarily as a virtual machine on your Linux, Mac, or Windows box. VirtualBox will allow you to do this

  1. Download the LinuxMCE 0810 Final ISO from here. Note: Always burn at your DVD drive's lowest speed to reduce the chance of errors.
  2. Boot from the DVD.
  3. Select your language
  4. Select the top option "LinuxMCE"
  5. Wait until the installer loads, and then...
    1. Welcome - Select your language.
    2. Where are you? - Select your location and time zone.
    3. Keyboard layout - Select your keyboard layout.
    4. Prepare disk space - Set up your partitions as you wish, but the second option "Guided - use entire disk" is perfectly OK.
    5. Who are you? - Set up your username, password and the system name (call it whatever you want). This username/password is specifically for the underlying system i.e. Kubuntu, it is NOT for LinuxMCE; this is handled separately.
    6. Ready to install - Check everything is as it should be, and press "Install".
  6. Let installation run through, and then remove disk and press enter when instructed to do so.

Install LinuxMCE

  1. Once the new Kubuntu installation has finished booting back up, check that your internet connections are working. If you have a NIC that is not plug-and-play (like the Intel gigabit card) then now is the time to install the driver and confirm operation. Then click the "LinuxMCE" icon on the desktop. This will start the LinuxMCE installation. You may need to enter your Kubuntu password.
  2. Wait until the LinuxMCE installation has finished running through. You will see the following message when the installation is complete:
The first phase of the install process is completed
Reboot the system to start the final process.

Complete the Wizards

Upon reboot, you will not see Kubuntu. More software will load, then the AV Wizard will start. If you connected the display with something other than a VGA cable, the screen will go black. You will have to press a number on your keyboard (just the number, don't hit "enter") to tell the wizard what connection to use. The default value is 2: VGA.

 Keys for choosing a connector:

1: DVI
2: VGA
3: Component
4: Composite
5: S-Video
Q: DVI-2
W: VGA-2
L: LVDS

Then follow the wizards as described in the following links.

Tip: After LMCE is up and running, the LinuxMCE installation icon on the Kubuntu desktop becomes a hazard. Clicking it will begin a reinstall and ruin your day. Best to right click and delete the icon!

Links