Hardy-iglu

From LinuxMCE
Revision as of 09:41, 24 September 2008 by Ihas (Talk | contribs) (General issues)

Jump to: navigation, search

hardy-iglu is a test release build from the sources available in the LinuxMCE-0804 branch of SVN. It is missing several components of which the sources are not publicly available.

Versions available

The currently available version is alpha0, which is broken in numerous ways. This release was only intended to see if the installer works, and perhaps to provide a base for further development.

alpha0

The alpha0 release is broken pretty badly and definately not suited for actual use. This release is only available as a CD installer for the i386 platform, note that one of the ISO images is currently to big to fit on a CD.

The Iglu ISO images can currently be downloaded from one of Zaerc's personal servers (please note that this server is not intended for massive downloading, and will likely be replaced with a torrent if this uses up to much resources).

Installation

It needs to be installed on a clean (not upgraded!) Kubuntu-8.04 desktop install (not 8.04.1!), and there are 2 packages (do not install or upgrade any others) that need to be installed before the lmce installer can be run sucessfully, like this:

apt-get update
apt-get install dpkg-dev msttcorefonts

Other then that, the instructions of the regular Installation Guide apply, except for the versions used.

In a nutshell:

  1. Install Kubutu-8.04 desktop from the live-CD.
  2. Install the dpkg-dev and msttcorefonts packages in advance as shown above.
  3. Copy the 3 ISOs (Iglu-0804_alpha0.i386.CD1.iso, Iglu-0804_alpha0.i386.CD2.iso and kubuntu-8.04-desktop-i386.iso) over to the fresh Kubuntu-8.04 desktop install.
  4. Mount Iglu-0804_alpha0.i386.CD1.iso, install the mce-installer_2.0.1-1_i386.deb package and unmount the ISO again.
  5. Run the installer by clicking the icon on the desktop, when it asks for the CDs simply point it at the corresponding ISO instead.
  6. Walk away and check back in an hour or so.

Post-install

After the install has finished edit the sources.list file to look something like this:

deb file:/usr/pluto/deb-cache/ ./

deb http://nl.archive.ubuntu.com/ubuntu/ hardy  main restricted multiverse universe
deb http://nl.archive.ubuntu.com/ubuntu/ hardy-security  main restricted multiverse universe
deb http://nl.archive.ubuntu.com/ubuntu/ hardy-updates  main restricted multiverse universe

deb http://packages.medibuntu.org/ hardy free non-free
deb http://debian.slimdevices.com/ stable main

Note that you may have a different ubuntu mirror then nl.archive.ubuntu.com that is probably more suitable, depending on what you chose during the installation of Kubuntu-8.04 of course. After modifying the sources.list file run the following commands:

wget -q http://packages.medibuntu.org/medibuntu-key.gpg -O- | apt-key add -
apt-get update

The installer also breaks the /etc/init.d/mysql script, it now fails to stop the database without generating an error. This can be corrected by commenting out the line containing "linuxmce", here's an easy way to do just that:

sed '/linuxmce/s/^.*$/#&/' -i /etc/init.d/mysql

Known problems

Please add all the issues you can find below, and/or add your name to the list of people confirming (simply sign it with ~~~).

General issues
  • Several buttons appear to be missing in the setup wizard, probaly just one or more missing graphics.

Confirmed by: Zaerc

  • The "Add Software" list is empty, this probably needs to be filled somewhere, see also "workarounds" below.

Confirmed by: Zaerc

  • There are entries for old repositories in the sources.list, they probably need to be removed

Confirmed by: Zaerc

  • Asterisk apparently fails to run (without even giving a proper error).

Confirmed by: Zaerc

  • Sending the MobileOrbiter software to the phone fails as the binaries weren't build, however it does work if the orbiter was already installed on the phone by a previous version of lmce.

Confirmed by: Zaerc

  • Lirc is not working

Confirmed by: hgait

UI1 related
  • Several graphics for buttons ("Remote", "Options" and "Play All") are missing from the video file list screen.

Confirmed by: Zaerc

UI2 related
  • Playback issue where the video is only visible when the UI is on-screen

Confirmed by: Zaerc

Workarounds and fixes

  • Installing libdvdcss and/or w32codecs.
apt-get update
apt-get install libdvdcss2 #if you want libdvdcss
apt-get install w32codecs #if you want the w32codecs

Confirmed by:

  • The External Media Identifier fails to start, this is because it wasn't build as the sources are not available.

Turn it off by disabeling it in the web-admin's "devices tree".

Confirmed by: Zaerc

The External Media Identifier can be installed successfully using the 0710 "id-my-disc_1.8.ub0710_i386.deb" package. After doing the Updates listed below, it can be installed with apt-get install id-my-disc (or even with the adept package manager on the KDE Desktop).

Confirmed by: tkmedia, Zaerc

Confirmed Working

  • The mce-installer.

Confirmed by: Zaerc

  • The flickr photo screen saver.

Confirmed by: Zaerc

  • Diskless media director.

Confirmed by: tkmedia (using initial manual setup)

  • The Symbian-60(v2) Mobile-Orbiter, provided that the software was already installed on the device by a previous version of lmce.

Confirmed by: Zaerc

Confirmed by: Zaerc (older firmware that requires manual setup)

Confirmed by: Zaerc

  • KDE Desktop.

Confirmed by: Zaerc

  • Mythtv works in a fashion still testing more

Confirmed By hgait

Updates

There are updated packages available, add these lines to your /etc/apt/sources.list file:

deb http://penemue.zaerc.com/linuxmce/ hardy-iglu  universe multiverse
deb http://penemue.zaerc.com/linuxmce/ hardy-iglu-updates  universe

By default the mce-installer pins the system to a certain version in order to block upgrades, this needs to be undone with the following command:

mv /etc/apt/preferences /etc/apt/preferences.save

Then you can update your system to the latest version of hardy using the following commands:

apt-get update
apt-get -y upgrade
apt-get install -y zaptel-modules-2.6.24-19-generic
reboot

Alternatively it should be possible to use a graphical package manager like KDE's adept, which can be installed as followed:

apt-get install -y adept
Issues fixed
  • Modules for newer kernel version (2.6.24-19-generic).
  • Subtitles crashing Xine_Player [issue #4200].