Hi anupindi007,
Here's the procedure I follow when I re-install. Please check your procedure against this to make sure a step was not omitted
Installation of LinuxMCE-0810 alpha2
Procedure:
1. Install Kubuntu 0810 (Intrepid Ibex).
2. After Kubuntu software has been installed perform a reboot (follow instructions on screen).
3. After login, open the K Launch Manager to Applications > System > Terminal.
Log in as root - enter...
sudo su -
[sudo] password for XXXXXX: (XXXXXX is your username -The password is what you specified during the kubuntu installation.)
4. To see the active kernel enter...
uname -r
At the time of writing it is 2.6.27.7-generic
5. Run aptitude update and aptitude dist-upgrade to get the latest Kubuntu updates.
Enter...
apt-get update
apt-get dist-upgrade
6. If required (Nvidia card installed), enable the most recent NVIDIA restricted (video) driver.
This can be done by
a) selecting the hardware icon on the task bar and activating the recommended version.
b) navigating via the K Launch Manager to Applications > System > Hardware Drivers.
Enter your password (if required) and highlite the latest version.
Then select the Activate button to download and install the driver.
c) If your card can not be enabled from a or b open the K Launch Manager to
Applications > Add/Remove Software Adept Installer and search for NVidia.
Select the latest binary X.org driver.
(After doing the apt-get dist-upgrade in step 5, the latest nvidia driver should be 180.)
Restart the system to activate the latest nvidia driver.
7. After the reboot to see the active kernel enter...
uname -r
At the time of writing it is 2.6.27.14-generic. (The 180 nvidia driver should be active at this point from step 6. Check the hardware icon in the task bar.)
8. After login, open the K Launch Manager to Applications > System > Terminal.
Log in as root - enter...
sudo su -
[sudo] password for XXXXXX: (XXXXXX is your username -The password is what you specified during the kubuntu installation.)
9. Enter...
wget -c
http://deb.linuxmce.org/ubuntu/new-installer-alpha-latest.tar.gz 10. Unpack the tar file. Enter...
tar xvf new-installer-alpha-latest.tar.gz
11. Then change to the just created new-installer directory.
cd new-installer
12. Run the following scripts (in order): pre-install-from-repo.sh, mce-install.sh, post-install.sh.
./pre-install-from-repo.sh
./mce-install.sh
./post-install.sh
12. When completed reboot the system.
After the restart wait for the system activity to stop.
The A/V wizard will appear.
13. Setup your requirements using the A/V wizard.
When you have finished the A/V setup the X window will restart.
The system will start various processes. Please be patient as this will take a while.
(It is possible to watch system progress on console/workspace 8 - press <Ctrl/Alt> F8).
14. When you can hear the House/Media Wizard switch back to the X window.
(<Ctrl/Alt> F7 will get you back to the X window environment.)
Complete your setup according to the Wizard.
Wait for the system to render all screens, etc.
I hope this helps.
Cheers.