LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 07-31-2008, 01:37 AM   #1
sevs
Member
 
Registered: Jul 2008
Location: Russia, Saratov
Distribution: debian, knoppix, mandriva, asplinux, altlinux
Posts: 110

Rep: Reputation: 20
VmWare Workstation Prebuilt VMMON modules


I have knoppix 4.0.2 kernel 2.6.12.
After installation of VMWare Workstation 4.x.x it needs to run 'vmware-config.pl which says that there is no prebuilt vmmmon modules and that I have an unsupported version of gcc ( 3.x.x ). I say Continue and i cant compile vmmon modules. Any-Any-patch cant help me.
PLS Do You know what to do except changing Linux.
 
Old 07-31-2008, 07:15 PM   #2
Renan_S2
Member
 
Registered: Jul 2007
Location: Santa Maria, Brazil
Distribution: Arch Linux
Posts: 66

Rep: Reputation: 16
I think that VMware Workstation 4.x.x will not build on newer kernels... Time for an upgrade, probably.
 
Old 07-31-2008, 07:22 PM   #3
jay73
LQ Guru
 
Registered: Nov 2006
Location: Belgium
Distribution: Ubuntu 11.04, Debian testing
Posts: 5,019

Rep: Reputation: 133Reputation: 133
You either need to install a newer version of gcc (the GNU C compiler - 4.2) or install a more recent system. Considering that upgrading only GCC may break other components of your system, I think it would be better to choose the latter.

Last edited by jay73; 07-31-2008 at 07:24 PM.
 
Old 08-04-2008, 02:43 AM   #4
sevs
Member
 
Registered: Jul 2008
Location: Russia, Saratov
Distribution: debian, knoppix, mandriva, asplinux, altlinux
Posts: 110

Original Poster
Rep: Reputation: 20
Know I've Upgraded to vmware workstation 5.0.0 and have the same problem. I even don't know what to do. I've deleted the '/etc/vmware/not_configured' file and now I don't need to run vmware-config.pl. Butnow I cant run virtual machines.
PLS Do you know what to do?
OR Do you know other soft similiar to VMWare ?
 
Old 08-04-2008, 05:20 AM   #5
jay73
LQ Guru
 
Registered: Nov 2006
Location: Belgium
Distribution: Ubuntu 11.04, Debian testing
Posts: 5,019

Rep: Reputation: 133Reputation: 133
You can always try Virtualbox.
 
Old 08-05-2008, 02:32 AM   #6
sevs
Member
 
Registered: Jul 2008
Location: Russia, Saratov
Distribution: debian, knoppix, mandriva, asplinux, altlinux
Posts: 110

Original Poster
Rep: Reputation: 20
Thanks.
I have two more questions if you may.
First one : in vm workstation: when I try to power on the machine there is a message 'Unable to change virtual machine
status : Failed to connect to peer process'. I don't know what
to do.
Second one is : where can I get VirtualBox. If its shareware
then where is it for free?
 
Old 08-05-2008, 05:13 AM   #7
jay73
LQ Guru
 
Registered: Nov 2006
Location: Belgium
Distribution: Ubuntu 11.04, Debian testing
Posts: 5,019

Rep: Reputation: 133Reputation: 133
Sorry, I cannot answer your question about VMWare but I can answer your question about VirtualBox. It used to be owned by a German company (I think it was German) but it was bought by Sun not so long ago. You can find the links here:
http://www.virtualbox.org/wiki/Downloads
There is a free version with some limitations (like no USB support) and a commerical version that does not have such limitations. The free version should be good enough for most folks. It is already included in the repositories of quite a few distros.

Last edited by jay73; 08-05-2008 at 05:15 AM.
 
Old 08-11-2008, 11:31 PM   #8
sevs
Member
 
Registered: Jul 2008
Location: Russia, Saratov
Distribution: debian, knoppix, mandriva, asplinux, altlinux
Posts: 110

Original Poster
Rep: Reputation: 20
Thanks. I will try with VirtualBox.

Last edited by sevs; 08-20-2008 at 01:08 AM.
 
Old 08-31-2008, 03:55 AM   #9
sevs
Member
 
Registered: Jul 2008
Location: Russia, Saratov
Distribution: debian, knoppix, mandriva, asplinux, altlinux
Posts: 110

Original Poster
Rep: Reputation: 20
But even now I wonna know howto solve the problem :::
in vm workstation: when I try to power on the virtual machine and there is a popup message 'Unable to change virtual machine
status : Failed to connect to peer process'.
 
Old 08-31-2008, 04:07 AM   #10
jay73
LQ Guru
 
Registered: Nov 2006
Location: Belgium
Distribution: Ubuntu 11.04, Debian testing
Posts: 5,019

Rep: Reputation: 133Reputation: 133
I don't know, is Knoppix 4 supported?
 
Old 08-31-2008, 05:49 AM   #11
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
Sorry if this sounds a bit harsh, but upgrading VMware when it tells you explicitly you need to upgrade your compiler is not going to magically "fix" things. This isn't mcrsft where you just uninstall and reinstall things to get it working. And as long as you have no working vmmon and vmnet kernel modules then anything else, like not configuring VMware properly, trying to run VM guests anyway, is a waste of time. I don't know if or how KNOPPIX regularly releases updated packages like any GNU/Linux distribution would do, but if it does not, then I would suggest moving to another distribution's maintained and current version first.


* Note that you can fix the "no modules for your kernel" warning by having your current kernel source configured and compiled to the point where you can build modules, unpack the vmmon and vmnet source tarball from the installation, compile manually and place the kernel modules in the /usr/lib/vmware/modules/binary/`uname -r`/objects/ directory and create a properties file like the other dirs have. When you succesfully completed that process you will no longer get the error when running vmware-config.pl. Note that you must use the same compiler version as your currently running kernel was compiled with.
 
Old 09-12-2008, 01:39 PM   #12
sevs
Member
 
Registered: Jul 2008
Location: Russia, Saratov
Distribution: debian, knoppix, mandriva, asplinux, altlinux
Posts: 110

Original Poster
Rep: Reputation: 20
Thanks. But I tried to compile manually the vmmon & vmnet modules. But as though I am newbie to linux I do not know what to do when I need to recompile or reconfigure the kernel. If you may, answer my PLS.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
VMWare installation problem - vmmon module lonecrow Linux - Software 5 03-26-2009 11:57 AM
VMMON module error with vmware JET-33 Linux - Newbie 3 11-20-2006 04:47 PM
Trying to install VMWare Workstation on Suse 9. Needs to compile vmmon modules. PatSpencer SUSE / openSUSE 2 12-18-2004 07:07 PM
VMware vmmon building error Akuji Slackware 2 02-01-2004 07:58 AM
slackware 9 and vmware vmmon probs duister Slackware 4 07-31-2003 02:15 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 11:34 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration