vmware not behaving
Ouattara Oumar Aziz
wattazoum at gmail.com
Fri Jul 14 07:49:28 UTC 2006
> I've lost now two full days of work (and income) due to this. VMware
> player is an absolutely critical need for me to having working on
> Ubuntu. I'm an absolute Ubuntu lover/fan, but unfortunately if I can't
> get this matter fixed I might have to jump ship to another linux
> distro, which is sad as I prefer Ubuntu to all others.
>
If it's a critical need to you, you got two solution. Understand that
the vmware-player package is not the problem here. The thing that brings
all that mess was the kernel update. So first of all, try to boot on
your former kernel (the one that was running vmplayer ) . You could have
to install vmware-player-kernel-modules for that kernel. Then try
vmware-player.
First case : It runs . then you may lock kernel package to not update
and remove the new kernel that brings the mess. You can look in synaptic
help to figure out how to lock a package
****************************************
3.10.βTo Lock a Package to the Current Version (Debian only)
To lock a package to the current version follow these steps:
1.Select the package that you want to lock in the package list.
2.Choose Package β Lock Version.
The Synaptic Package Manager will reload the package information. You
should now see, that the menu item Package β Lock Version is checked.
Furthermore all actions in the menu Package are disabled now.
To unlock the package uncheck Package β Lock Version
*****************************************
Second case: it doesn't (or you could wanted any new kernel update ).
then You'll have to use VMWare player official package and compile
module for your kernel. Execute that on the bash. Little explanation can
be found on a previous post.
*******************************************
sudo apt-get --purge vmware-player-kernel-modules
apt-get install build-essential
sudo apt-get install linux-headers-`uname -r`
wget
http://download3.vmware.com/software/vmplayer/VMware-player-1.0.1-19317.tar.gz
tar xzvf VMware-player-1.0.1-19317.tar.gz
cd vmware-player-distrib
sudo ./vmware-install.pl
********************************************
every time you'll have a kernel update do
sudo apt-get install linux-headers-`uname -r`
sudo vmware-config.pl
___________________________________________________________________________
Yahoo! Mail réinvente le mail ! Découvrez le nouveau Yahoo! Mail et son interface révolutionnaire.
http://fr.mail.yahoo.com
More information about the ubuntu-users
mailing list