Fedora :: VMWare 7 + 2.6.32.7 - Can't Build Modules?

Feb 2, 2010

I'm using VMWare Workstation 7.0.1 on my F12 x64 System with a self-made Kernel 2.6.32-7.The last days everything went fine, but since todays morning i can't run VMWare anymore.It tells me, that there are no Modules for my Kernel and when i try to build them i get the following error:

Code:
Using 2.6.x kernel build system.
make: Entering directory `/tmp/vmware-root/modules/vmmon-only'

[code]....

View 3 Replies


ADVERTISEMENT

General :: Kernel 3.0-ARCH VMWare Modules Wont Build

Aug 4, 2011

Since new kernel 3.0 update I cannot rebuild vmware modules

Quote:

sudo vmware-modconfig --console --install-all Unable to initialize kernel module configuration

how to do that. Where do I insert the "CONFIG_LOCALVERSION" line.

Quote:

Same here. This seems to be due to the kernel version being "3.0" instead of "3.0.0". Recompiling the Kernel (and all modules based on it, e.g. nvidia) with
CONFIG_LOCALVERSION=".0-ARCH" allows me to compile the modules and run VMware.

View 4 Replies View Related

Debian Installation :: Vmware Workstation 7.1.4 - Can't Complete Compile Modules Of Vmware

Jun 6, 2011

I want to install debian on vmware workstation 7.1.4 but there's a problem! when I try to install vmware tools or open-vm, it can't complete compile modules of vmware. It is a big problem... It seem problem of kernel version after 2.6.37... But I can't find solution. logs.... Before you can compile modules, you need to have the following installed...

[Code].....

View 2 Replies View Related

Fedora :: VMware Player Not Compling Kernel Modules / Fix It?

Aug 4, 2011

System. fedora 15, fully updated Kernel 2.6.40-4.fc15.X86_64
64 bit. Gnome 3

The other day I installed VMware Player on the system when the Kernel was 2.6.38.8-32.fc15.x86_64. On running VMware player after installing the kernel-headers and gcc files the program ran fine (I did not try to install the VMware Tools). I also have not loaded the guess OS as yet.

toady I did and update in which the kernel was updated. I checked to ensure the Kernel-headers were also updated for the latest kernel.

After rebooting the machine the running kernel was then 2.6.40-4.fc15.x86_64. I then tried to start VMware Player. It indicated because the kernel was changed it needed to install new kernel modules, OK, It open the module screen and then crashed.

The log says it can not compile Vmmon which is the first module. it does not go any further.

Tried to installed a new copy of VMware Player over the old one but this only resulted in the same error messages.

Any ideas on how to fix this.

View 13 Replies View Related

OpenSUSE :: VMWare Workstation 7 Error "Before You Can Run Vmware, Several Modules Must Be Compiled And Loaded Into The Running Kernel"

Sep 21, 2010

im running suse 11.3_x64 clean install along side with Win7 Pro _x64 had a big fight installing Vbox 3.2.8 PUEL edition but i need to test some VMWare products like 'VMWare vShpere (ESXi 4..0.1 - which i couldn't install in a vm in Vbox) ' before putting it in production enviroment in some of my clients. version: VMware-Workstation-Full-7.0.0-203739.x86_64 The installation of vmware was quite simple with no errors. the problem kicks in after the first reboot when i try to run it. before installing vmware i installed the following:

[Code]..

When i try to run vmware workstation the 1st error kicks in: Before you can run vmware, several modules must be compiled and loaded into the running kernel:

[Code]...

View 9 Replies View Related

Fedora :: VMWare Player - Unable To Build Kernel Module

Nov 9, 2010

I have a fresh installation of Fedora14_x64 and after that I have updated the OS also.

Then I have installed VMware-Player-3.1.2-301548.x86_64.

All the installation procedure has completed successfully without any error.

But when I am going to run VMWare It is throwing some error.

I am attaching all the needed screenshot and log file also.

View 7 Replies View Related

Fedora Installation :: Error - "Your System Does Not Seem To Be Set Up To Build Kernel Modules"

Dec 27, 2009

I'm trying to install Sun VirtualBox Additions into Fedora 12 which is installed in VirtualBox running on top of Windows 7. As the Fedora install was originally a live distro which was then installed to the HD, it may be missing some essential files for compiling.

My attempt to install the VBoxLinux additions is incomplete and I can't get the full range of video displays. The largest is This is the error message: "Your system does not seem to be set up to build kernel modules".

Should I update Fedora to install all the updates available? I did find one webpage which gave an accurate list of files to install for this purpose but can't find it now.

View 3 Replies View Related

OpenSUSE :: VMware 6.5 Unable To Load Modules?

Mar 16, 2010

Yet another problem I have. Suse is taking a while to learn but I swear I'm getting there. Can pritty much do everything by CLI now. I'm trying to run VMware Workstation 6.5 on OpenSuse 11.2, Gnome. I had it running fine but then needed to do a system re-install and upon installation this time I get a error saying it's is Unable To Build Kernel Module and reffers me to a error log. The error log says:

Code:
Mar 14 22:07:51.420: app| Log for VMware Workstation pid=6136 version=6.5.0 build=build-118166 option=Release

[code]....

View 1 Replies View Related

Server :: Debian 5.0.6 Iptables Modules Installation - VMware

Mar 2, 2011

I use Debian 5.0.6 32-bit through VMware workstation installed on my Windows Server 2003. I just simply installed it from CD-1 and I use Directadmin on that.

I need a lot of iptables commands for blocking but I keep getting missing module errors on that one, I did lsmod | grep -i iptables to see there are no modules. It should have been installed by the disc image but I don't know why it didn't. So I now want to know how to get those modules required by iptables.

View 3 Replies View Related

Debian Configuration :: Can't Build Modules With 2.6.38-2-amd64 Packages

Apr 14, 2011

My new laptop works out of the box except for the video and the ethernet. For this, I have to use a later kernel than the Debian kernel (debian squeeze is currently 2.6.32). Upgrading to the new kernel (without moving to the testing dist itself) was pretty easy. I just installed linux-image-2.6.38-2-amd64 and linux-base from the testing distribution by manually downloading and using dpkg. After that, ethernet and video started working.

However, my virtualbox installation no longer works because the drivers do not match the kernel. I am used to this; whenever debian upgrades the kernel on me, I have to run "/etc/init.d/vboxdrv setup". This rebuilds the drivers. This failed for me, however, because it could not find the headers. So, I installed some more packages:

linux-kbuild-2.6.38
linux-headers-2.6.38-2-common
linux-headers-2.6.38-2-amd64

Now, when I rebuild it, I get this:

# /etc/init.d/vboxdrv setup
Stopping VirtualBox kernel modules:.
Uninstalling old VirtualBox DKMS kernel modules:.

[code]....

View 14 Replies View Related

Slackware :: VirtualBox Failing To Build Kernel Modules

Jan 10, 2010

If others are have the problem of VirtualBox failing to build the kernel modules with kernel 2.6.32 try this :-

1. Install VirtualBox and watch as the kernel modules fail to compile.

2. Change the line
Code:
KFLAGS += -DRT_ARCH_AMD64
TO
Code:
KFLAGS += -DRT_ARCH_X86_64

In the following files :-
Code:
Line 231 /opt/VirtualBox/src/vboxdrv/Makefile
Line 170 /opt/VirtualBox/src/vboxnetadp/Makefile
Line 174 /opt/VirtualBox/src/vboxnetflt/Makefile

3. Run /etc/rc.d/rc.vboxdrv setup

You will now have a working VirtualBox setup. NB This is written purely from the standpoint of using the Closed source version of VB not the OSE version.

View 2 Replies View Related

Ubuntu :: Installing VMware Workstation - C Files Looking For To Compile Its Modules

Jul 22, 2011

I downloaded and installed successfully vmware workstation 7 on my computer. but now when I run it it ask for kernal headers of linux kernal 2.6.38-10-generic, some C files it is looking for to compile its modules. I have searched the internet for the location of the files but I have not been able to. where are these linux headers stored in Ubuntu 11.04

View 4 Replies View Related

CentOS 5 :: VMWare Unable To Find Kernel Header Modules

Mar 7, 2009

I just installed a fresh CentOS 5.2 32bit system. I used "The Perfect Server" server document from Howtoforge and went through those steps and then added Webmin administration console. I then tried to install VMware Workstation 6.5 onto the system. I downloaded the latest VMware bundle, ran it and everything went fine. I then try to run vmware and I get the following messages

C header files matching your running kernel were not found

Before youcan run VMware Workstation, several modules must be compiled and loaded into the running kernel

Kernel Headers 2.6.18-92.1.22.el5.centos.plusPAE

Kernel headers for version 2.6.18-92.1.22.el5.centos.plusPAE were not found. If you installed them in non-default path you can..

View 6 Replies View Related

OpenSUSE :: Make: *** /lib/modules/2.6.31.5-0.1-desktop/build: No Such File Or Directory

Feb 17, 2010

I'm attempting to install a WLAN card driver from source, as that's all that's available.I'm getting:

make: *** /lib/modules/2.6.31.5-0.1-desktop/build: No such file or directory

Build appears to be a link pointing to "/usr/src/linux-2.6.31.5-0.1-obj/x86_64/desktop"."linux-2.6.31.5-0.1-obj" doesn't exist.

View 4 Replies View Related

General :: Unable To Build Python Modules In Mandriva 2010?

Jan 14, 2010

I am trying to build a Python module (pyfits) but I get the following error:

# python setup.py install
/home/steve/src/pyfits-2.2.2/stsci_distutils_hack.py:239: DeprecationWarning: os.popen3 is deprecated. Use the subprocess module.

[code]....

View 2 Replies View Related

Hardware :: Build Correct Drivers / Modules For Usb Mouse And Ps/2 Keyboard?

May 1, 2010

Which configuration options would I need to select to build the correct drivers/modules for my usb mouse and ps/2 keyboard? The mouse is a Microsoft 1.1A Optical (Compatible with USB or PS/2 but plugged into usb port) and the keyboard is just a no name chinese one. BTW i am running Gentoo and linux 2.6.32-gentoo-rc7

View 4 Replies View Related

Software :: Make: *** /lib/modules/2.6.32-71.el6.x86_64/build: No Such File Or Directory

Mar 22, 2011

I then went agead to download ethernet realtek ethernet gigabyte card driver for my version of linux. I untar the file and i got the directory r8168-x.x.xxx.xx, a README file so i read the README file and it asked me to run ./autorun.sh which i did but i got the following error:

Check old driver and unload it.
Build the module and install
make: *** /lib/modules/2.6.32-71.el6.x86_64/build: No such file or directory. Stop.

[code]....

View 4 Replies View Related

OpenSUSE :: Error:make: *** /lib/modules/2.6.31.5-0.1-desktop/build: No Such File Or Directory?

Oct 6, 2010

I've downloaded a linux driver for my wireless card (Realtek 8191SE), and whenever I try to make it it gives me the following error:make: *** /lib/modules/2.6.31.5-0.1-desktop/build: No such file or directory. Stop.
make: *** [all] Error 2I have installed make, pattern devel_basis devel_C_C++, kernel-source, linux-kernel-headers, gcc43, etc.I also tried linking them:# ln -s /usr/src/kernel-headers-2.6.31.5-0.1-desktop /lib/modules/2.6.31.5-0.1-desktop/buildln: creating symbolic link `./build': File existslinux-ynct:/lib/modules # ls2.6.31.14-0.1-debug 2.6.31.14-0.1-desktop 2.6.31.5-0.1-desktop2.6.31.14-0.1-default 2.6.31.14-0.1-xen

View 9 Replies View Related

OpenSUSE :: /lib/modules/2.6.34-12-desktop/build: No Such File Or Directory - Stop - Error

Mar 17, 2011

I am trying to install an application. But when I do a make it gives me this error . I tried to resolve it by installing kernel-sorce, kernel-devel packages But still cant seem to get rid of the error.

View 3 Replies View Related

General :: Getting Error : Make: *** /lib/modules/2.6.31-20-generic/build: No Such File Or Directory On 9.1?

May 9, 2010

When trying to install my WiFi card's driver on Ubuntu 9.1, I run the make command and get the following error:make: *** /lib/modules/2.6.31-20-generic/build: No such file or directory

View 1 Replies View Related

Ubuntu :: VMware Can't Work - Window Says - Several Modules Must Be Compiled And Loaded Into The Running Kernel?

Nov 25, 2010

I have installed VMware (VMware-Player-3.0.1-227600.x86_64.bundle) on my laptop. When I open Vmware from Applications/System Tools/VMware Player.I get a window that says: VMware Kernel Module Updater Before you can run VMware, several modules must be compiled and loaded into the running kernel.When I click on install and after putting in my passwd.a window comes up with a list:

Compiling:
Virtual Machine Monitor
Virtual Network Device
VMware Blocking Filesystem
Virtual Machine Communication Interface
VMCI Sockets

But it just try the first one and show an error (window) that says.unable to build kernel module see log file /tmp/vmware-root/setup-9572.log for details.I cannot even go into the folder vmware-root because it says I do not have permissions even though am an administrator.

View 9 Replies View Related

General :: Build A Cluster With Vmware?

Aug 26, 2010

I need to build a cluster with vmware with 2 linux nodes but I'm a bit of a begginer. I have this questions:

Wich vmware to use (server, workstations)? Do I need a server OS? Wich linux OS to use? how to create the cluster? How do I test it? How do I run a program in paralel?

View 14 Replies View Related

CentOS 5 :: VMware Workstation 6.5.2 Build-156735 On 5.3 - Freeze ?

Apr 25, 2009

I have a problem with the VMware Workstation 6.5.2 build-156735 on CentOS 5.3. When I start a VM then, after 10-20 minutes the machine and VMware Workstation freeze. The mysterious thing was, after the freeze a large of folders from my two partitons were lost. ( I have two partitons on a NVIDIA Raid,configured with dmraid.) But the partitons still here, I can see them and they are mounted. Its very mysterious.

I have installed the VM's to a folder on my raid. When I killed the processes and restart VMware Workstation I cant start a VM.

VMware says that CentOS 5.3 are supported for the VMware Workstation 6.5.2 build-156735.

View 6 Replies View Related

Ubuntu / Apple :: Build 10.04 Desktop Running Through VMWare Fusion?

May 4, 2010

I've always been interested in Linux and it seems that the new version of Ubuntu (10.04) is pretty good. Now I want to build an Ubuntu desktop to use as my main computer. I've been running it through VMWare Fusion and I haven't had too many problems at all on my iMac (27" i5). Unfortunately, I still need my iMac since the new Steam client is coming out for OS X and I must have some of my Steam games. I guess I don't mind running it in VMWare, but I do miss the excitement of building a new computer with a nice case and fans, and throwing a fresh clean OS on it. Anyone else been in the same dilemna? I feel though I have spent enough money on computers recently. Plus, I don't have room on my desk for another widescreen monitor. I'm not sure where I would put my iMac.

View 3 Replies View Related

OpenSUSE Install :: Install Some Wireless Drivers - Don't Have A /lib/modules/<kernel>/build Directory

Dec 14, 2009

I'm trying to install some wireless drivers, but apparently I don't have a /lib/modules/<kernel>/build directory, which is causing the Makefile to throw an error. Is there a specific place I should point the Makefile at?

View 9 Replies View Related

Software :: Build File Or Folder Missing In Modules Folder

Apr 14, 2009

i am trying to install a driver for my belkin wireless usb adapter but when i type make it says cannot find lib/modules/<debian version>/build so it does not configure the sources.

View 1 Replies View Related

General :: VMware Snapshot With VMware Tools Loses Network On Restart - Host XP - Guest Fedora

Oct 3, 2010

I have been using VMware Player for some time to host Fedora VMware images on Windows XP. I have been using Fedora 11 and 12 (both 32 and 64 bit) and recently started to use Fedora 13.

I use as a base the images provided by thoughtpolice. http://www.thoughtpolice.co.uk/

I usually install VMware tools and also keep the images updated (yum update) which sometimes changes the kernel.

I have recently had problems with the snapshots not having a network when I restore them. So far I don't have the problem with Fedora 11 and do have it with Fedora 12 (but used not to). I do have it with Fedora 13.

In each case the problem goes away when I uninstall the VMware tools and comes back when I install them again.

One of the symptoms is that SElinux complains about not being able to do something with /var/run/vmware-active-nics.

It looks to me that something is incorrect in the actions being taken when the snapshot is being restored. It does not happen every time and sometimes the network restores itself.

The network can be restored by rebooting the image.

View 12 Replies View Related

Ubuntu :: Error "Unable To Build Kernel Module" When Try To Run VMWare Workstation

Jun 12, 2011

when i try and run the latest vmware workstation, i get an error at compiling virtual machine monitor it says: Unable to build kernel module. See log file /tmp/vmware-root/setup-7625.log for details. When i try and go to the folder vmware-root it says i do not have the required permissions. I'm on the latest 11.04, i really need this working.

View 2 Replies View Related

General :: FATAL: Could Not Load /lib/modules/2.6.18-194.17.1.el5.028stab070.7PAE/modules.dep: No Such File Or Directory

Mar 6, 2011

I want set up VPN on my VPS but when i try to turn on tun/tap i see:

:/lib/modules# modprobe tun
FATAL: Could not load /lib/modules/2.6.18-194.17.1.el5.028stab070.7PAE/modules.dep: No such file or directory
os : debian 5
(folder lib/modules is empty)

View 1 Replies View Related

General :: Rc.modules Not Loading Modules At Startup?

May 11, 2010

I've been trying to load my pcmcia network card driver "xirc2ps_cs" at startup with no success. I have added "modprobe xirc2ps_cs" to the rc.modules file but it doesn't load at startup. Curiously, though, if I execute rc.modules AFTER the machine has booted it will load the modules just fine. Just not during the boot up process. Thinking that hotstart might have been causing problems I've disabled hotstart (chmod -x) temporarilly to remove it from the picture, but there was no change.

View 5 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved