Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[vmware]/opt/vmware/bin/vmware-config.pl doesn't work!SOLVED
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
diego_82
Apprentice
Apprentice


Joined: 02 May 2004
Posts: 257
Location: Londra

PostPosted: Wed Nov 09, 2005 4:19 pm    Post subject: [vmware]/opt/vmware/bin/vmware-config.pl doesn't work!SOLVED Reply with quote

Hi all! When I run /opt/vmware/bin/vmware-config.pl, it ask to me this:
Code:
None of the pre-built vmmon modules for VMware Workstation is suitable for your
running kernel.  Do you want this program to try to build the vmmon module for
your system (you need to have a C compiler installed on your system)? [yes]

I reply yes and then:
Code:
Using compiler "/usr/bin/gcc". Use environment variable CC to override.

What is the location of the directory of C header files that match your running
kernel? [/usr/src/linux/include]

I reply the default (ENTER), and it says:
Code:
The kernel defined by this directory of header files is uniprocessor, while your
running kernel is multiprocessor.


Well, if I run uname -a this is the output:
Code:
Linux notebook 2.6.12-gentoo-r10 #11 SMP Thu Oct 27 15:44:45 CEST 2005 i686 AMD Athlon(tm) 64 Processor 3000+ AuthenticAMD GNU/Linux


So, what I must do? I'm a little noob about this :)

Thanks. Diego.


Last edited by diego_82 on Thu Nov 10, 2005 11:03 am; edited 1 time in total
Back to top
View user's profile Send private message
czhang
n00b
n00b


Joined: 24 Aug 2002
Posts: 16

PostPosted: Wed Nov 09, 2005 4:36 pm    Post subject: Re: [vmware] /opt/vmware/bin/vmware-config.pl doesn't work! Reply with quote

It means your running kernel is not been built out of kernel source located at /usr/src/linux. So you should at least point vmware-config.pl to use the correct one, if you do build the kernel yourself.

diego_82 wrote:

What is the location of the directory of C header files that match your running
kernel? [/usr/src/linux/include][/code]
I reply the default (ENTER), and it says:
Code:
The kernel defined by this directory of header files is uniprocessor, while your
running kernel is multiprocessor.
Back to top
View user's profile Send private message
Karl-Franz
Tux's lil' helper
Tux's lil' helper


Joined: 11 Jan 2005
Posts: 121
Location: /se/lund

PostPosted: Thu Nov 10, 2005 10:24 am    Post subject: Reply with quote

I experienced the same myself, will try a recompile of my kernel today to see if that solves anything. Will get back to you.
Back to top
View user's profile Send private message
Tiger683
Veteran
Veteran


Joined: 08 Jan 2005
Posts: 1347
Location: Heffner's House

PostPosted: Thu Nov 10, 2005 10:30 am    Post subject: Reply with quote

Two things:
1) sources linked to /usr/src/linux must be the same from which you
built your CURRENTLY running kernel

2) they have to be configured EXACTLY like they were when you built your
CURRENTLY RUNNING kernel.

If 1) is the case, do :
Code:

su <root password>
cd /usr/src/linux
make oldconfig
make prepare


this should do it.... Now try the VMWare script again.....

cheers

T
_________________
Retired gentoo user
Back to top
View user's profile Send private message
diego_82
Apprentice
Apprentice


Joined: 02 May 2004
Posts: 257
Location: Londra

PostPosted: Thu Nov 10, 2005 11:01 am    Post subject: Reply with quote

Yeah it works. Just remake kernel and it rocks ;)
Thanks guys!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum