LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Problem installing VMware Player on Ubuntu 7.10 (https://www.linuxquestions.org/questions/linux-software-2/problem-installing-vmware-player-on-ubuntu-7-10-a-626160/)

taylorkh 03-06-2008 09:28 AM

Problem installing VMware Player on Ubuntu 7.10
 
I downloaded the rpm and converted it to a deb using alien. It seemed to install OK. When I tried ran vmware-config.pl I got the following error:

The following VMware kernel modules have been found on your system that were
not installed by the VMware Installer. Please remove them then run this
installer again.

vmmon
vmnet
vmblock

Execution aborted.

I have no idea where these modules came from other than I had an evaluation copy of VMware workstation installed earlier which I uninstalled. I tried blacklisting these modules but I get the same error.

Any help or advise appreciated.

Regards,

Ken

Lenard 03-06-2008 09:38 AM

Why??? VMWare-player is a free download; http://www.vmware.com/download/player/

Register and download the tar file "VMware Player 2.0.2 for Linux (.tar)".

FYI: VMWare-workstation comes with VMWare-player so you had no reason to remove.

taylorkh 03-06-2008 11:34 AM

Thanks Lenard,

Here is the whole story... I had an evaluation copy of VMware workstation on one drive - my test drive. I cloned that to a second drive which will become my production drive. As the evaluation period has expired I wanted to try and run the XP VM (which I built using the Workstation) on my production drive using VM Player. I registered and download VM Player as you suggested. I removed the expired VM Workstation from my production drive in order to have only the legit, free player. That is where the problem comes in. I have also tried installing from the tar file. I get the same error regarding the 3 offending modules.

I did a fresh install of Ubuntu on another drive. When I installed Player I saw that it created the 3 modules which makes me believe that the Workstation install created the previous ones. Thus my need to remove the modules from my production drive rather than build the Ubuntu install from scratch again.

Ken

Lenard 03-06-2008 01:00 PM

Have a look in the /lib/modules/<kernel version number>/misc directory. Also have a look in the /usr/lib directory structure.

ls -al /lib/modules/`uname -r`/misc (that is the backtick character near the Tab and Esc keys)

taylorkh 03-06-2008 04:41 PM

In /lib/modules/2.6.22-14-generic/misc$ I find:
vmblock.ko vmblock.o vmmon.ko vmmon.o vmnet.ko vmnet.o

These sound like the offenders. And my question is: How do I (correctly) get rid of them? I doubt it is as simple deleting these files. Or if it is, I can rm :-)

Thanks,

Ken

taylorkh 03-06-2008 05:06 PM

Well, I am back booted from a drive with my VMware workstation installed. I see that there is also a choice for Player so as you said it was already installed. Let me try and uninstall just the expired workstation and see if the player remains behind. Still I would like to learn how to remove unwanted modules just so I know.

Regards,

Ken

taylorkh 03-06-2008 05:30 PM

That didn't work. Removing VMware Workstation also removed the player. When I went to install Player from the tar ball it barked about the previous Player being installed from an rpm (installed from a deb made from an rpm by alien) could not be uninstalled and did I want to delete the DB. So I did. I tried to install Player again and it barked about the offending modules discussed previously. I deleted the files from /lib/modules/2.6.22-14-generic/misc, rebooted and the install worked fine. And my XP VM launches fine in Player and finds my ancient Visioneer scanner - one of the main reasons for the XP VM.

What fun!

Ken

Lenard 03-06-2008 08:01 PM

Glad to hear that you got VMWare-player working correctly, congratulations. Yes all you needed to do was remove the offending vmware modules after unloading (rmmod) them.


All times are GMT -5. The time now is 08:59 AM.