Ubuntu :: Unable To Build The Vmhgfs Module?

Sep 9, 2010

i am using Ubuntu 8.10 inside VMWare Workstation 6.i need to use folder sharing feature with my host OS XP2 but when i tried installing VMWareTools i cant build several modules including vmhgfs and vmblock.Code:Trying to find a suitable vmhgfs module for your running kernel.None of the pre-built vmhgfs modules for VMware Tools is suitable for yourrunning kernel. Do you want this program to try to build the vmhgfs module foryour system (you need to have a C compiler installed on your system)? [yes] Extracting the sources of the vmhgfs module.

View 1 Replies


ADVERTISEMENT

Fedora :: Unable To Build Kernel Module

Aug 6, 2011

My VMWare Player was working fine After updating the kernel it is throwing the error "Unable to build kernel module" my kernel is 2.6.40-4.fc15.x86_64 what to do?

View 2 Replies View Related

Ubuntu Multimedia :: Unable To Build The NVIDIA Kernel Module?

Feb 26, 2011

before i get a lot of annoyed responses, I did check the forum and found a couple older previous threads on this topic, but they don't seem to really explain any real solutions to the problem im having.Here's the story- I was looking around for instructions and found this "howto guide" on installing nvidia display driver [URL]I went through the steps he listed:

downloaded the driver packages, install the dependencies from the shell, and then i pressed CTRL+ALT+F2 to get out of X and into text mode. I stopped my gdm with the command: sudo /etc/init.d/gdm stopand then i tried to install the driver using: sudo sh (on my NVIDIA driver- his version was a bit outdated compared to the one I downloaded)But here is where the problem starts, as I go through the installation process and click yes, i reach the "progress bar" then the screen says "unable to build the NVIDIA kernel module". and then it just exits. What is going on here? Am I missing some other package or file?

View 1 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

Slackware :: Slax - Unable To Build NVIDIA Kernel Module

Jan 9, 2010

I started slax in cli mode and tried to install nvidia driver before running X but it won't install. My log:

Code:
nvidia-installer log file '/var/log/nvidia-installer.log'
creation time: Sun Jan 10 04:21:14 2010
option status:
license pre-accepted : false
Update : false
Force update : false
Expert : false
uninstall : false
Driver info : false ....

ERROR: Unable to build the NVIDIA kernel module.
ERROR: Installation has failed. Please see the file '/var/log/nvidia-installer.log' for details.

View 5 Replies View Related

OpenSUSE Hardware :: Unable To Build Kernel Module For NVidia On A Fresh 11.4 Installation?

Mar 13, 2011

I'm trying to install the nVidia driver for a fresh Installation of OpenSUSE 11.4 (32-bit) but I'm running into some issues. I followed the instructions (SDB:NVIDIA the hard way - openSUSE) using the driver binary mentioned in the workaround link (NVIDIA DRIVERS 256.53 Certified) but the installer fails while building the kernel module with the following errors:

Code:
nvidia-installer log file '/var/log/nvidia-installer.log'
creation time: Sun Mar 13 17:32:56 2011

[code]....

View 7 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

Slackware :: Can't Build VirtualBox Kernel Module In 13.1

Apr 26, 2011

I am using the 13.1 build scripts from slackbuilds.org. I modified the scripts to build 3.2.12 rather than 3.2.10.

In 13.1 the main VirtualBox 3.2.12 OSE package built and installed without errors. The VirtualBox GUI starts without errors.

Running the virtualbox-kernel-mksrctarball.sh script built a kernel source package without errors.

Yet the VirtualBox kernel module won't build. I receive the following error:

Code:
]*** Building 'vboxdrv' module ***
make[1]: Entering directory `/dev/shm/virtualbox-kernel-3.2.12/vboxdrv'
make KBUILD_VERBOSE= -C /lib/modules/2.6.33.11-smp-2/build SUBDIRS=/dev/shm/virtualbox-kernel-3.2.12/vboxdrv SRCROOT=/dev/shm/virtualbox-kernel-3.2.12/vboxdrv modules

[Code].....

View 2 Replies View Related

Debian Hardware :: NVidia Kernel Module Won't Build?

Apr 24, 2011

I can't get the nVidia kernel module built. Each time DKMS runs to install it (I'm trying to install it with the nvidia-kernel-legacy-173xx-dkms package on ), the build fails with a different error. Here is an exemple /var/lib/dkms/nvidia/173.14.27/build/make.log (I have a geForce FX 5200 on the computer I'm trying to install the nVidia driver):

DKMS make.log for nvidia-173.14.27 for kernel 2.6.32-5-686 (i686)
dimanche 24 avril 2011, 17:28:09 (UTC+0200)
make: entrant dans le r©pertoire /var/lib/dkms/nvidia/173.14.27/build

[code]....

View 3 Replies View Related

OpenSUSE Hardware :: Can't Build Fglrx Module In Kernel 2.6.36

Nov 7, 2010

That's it guys. I have successfully installed the proprietary ati drivers in past 6.34 and 6.35 kernels but not in latest .6.36. I'm wondering if this have something to do with compatibility or not.

Installation log shows me some errors I can't recognize:

Code:

View 9 Replies View Related

Programming :: Build Module Against Headers That Are Not From Running Kernel?

Apr 13, 2011

I'm trying to debug a module I programmed but I don't want to do it on the running host but against UML (don't want to reboot every 5 minutes).

The UML kernel I downloaded is 2.6.38.2. I have already downloaded the ubuntu kernel headers for this version (they belong to natty though I'm running maverick.... when I installed the .deb file with dpkg I had no problem at all).

Now I'd like to build said module against these headers. How can I do it?

Here's the makefile for my module code...

View 1 Replies View Related

Slackware :: VirtualBox < 3.1.4 Module Build Fails On 2.6.33 Kernel

Mar 4, 2010

I had an issue with the module build for vbox 3.1.2 breaking on the latest kernel ( /etc/rc.d/rc.vboxdrv setup ). Apparently the issue is that a kernel header (autoconf.h ) has changed its location in the module tree and hence the issue.

2 options:

1. upgrade to 3.1.4

2. create a symlink as follows

cd /usr/src/linux/include/linux
ln -s ../generated/autoconf.h autoconf.h

View 12 Replies View Related

General :: Lib/module/build And Set Kernel Path Error While Configuring Madwifi

Jul 25, 2010

I am trying to install atheros AR5007EG on my toshiba laptop -i figured out that best way to install this wireless card is through madwifi -while configuring madwifi i get this error

I am posting the output of different commands so you can understand better -i manually tried to link the build directories to kernel-source which failed - i am not sure exactly what kernel source is and how i can link to kernel source -

My output:

View 1 Replies View Related

OpenSUSE Multimedia :: Everything Went Well Before Message "Loading New Build Module"

Jul 28, 2010

I have been using 'radeon' driver in 11.3 for a few days and its working great for my desktop. But then I decided to try the new 10.7 ATI driver and followed the sequence here. Everything went alright, until I get at "Loading the new build module"

[code]...

So I just reboot and now, X is gone, and I'm in runlevel 3. What is wrong here?

View 2 Replies View Related

General :: Unable To Build Gui Of Sumo In Ubuntu 8.04?

Jun 1, 2010

I am trying to install SUMO- Simulator for Urban Mobility for past 2 days. I used the script here and it gets installed. The problem is I am not able to build GUI of SUMO- I dont have an executable of guisim after building everything.

View 7 Replies View Related

General :: Unable To Build A Rpm

Apr 11, 2011

I am trying to build a rpm that basically changes the root password on a system. Here is what my spec file looks like:

Summary: Update the root password
Name: update_passwd
Version: 1.0
Release: 1

[code]....

However, when I run a "rpmbuild -ba specfile", I only get a *src.rpm under /usr/src/redhat/SRPMS, but no rpm file. I have never created a rpm and was wondering if there is something I am missing in my spec file?

View 7 Replies View Related

Software :: Unable To Build Binary RPM

Jan 15, 2011

It compiles fine but at the end there's no binary RPM. I am able to make source RPMS just not binary. Here is the spec file.

[Code]...

View 3 Replies View Related

Slackware :: Unable To Build From Slackbuild In 13?

Jan 28, 2010

I installed slackware 13 reacentlyi was trying to build wvstreams and wvdialwhen i give the ./wvdial.Slackbild it runs for quite some time and at the end while creating the package it gives me an error cannot find gzip compression utility in $PATH. and there is no tgz or txz package in /tmp folderthen i ran pkgtool and found that gzip isnt installed. the i installed it from the slackware dvd. but still i am getting the same error

View 1 Replies View Related

Ubuntu Servers :: Unable To Locate Packages - Build My Own Server

Dec 12, 2010

I am a total noob in the process of trying to build my own server. I installed Ubuntu 10.10 but when I did that I didn't have the computer hooked up with an ethernet or have any internet connection. During the installation process it was unable to set up DHCP, so I figured I would just do that later, somehow.

Anyways, I recently hooked up an ethernet cable from the server to another computer, which has internet.

I've been slowly working my way through the Server Documentation and am on the Networking chapter. It has given me the commands to install wireless-tools, ethtool, dhcp3 server and I've also tried to install gedit. Every time it gives me the error: E: Unable to locate package XXX

When I ran the sudo lshw -class network command I find that it recognizes both an ethernet interface as well as a wireless interface(my wireless adapter). BOTH of them say *-network DISABLED.

My goal is to enable both of those, but I am assuming I need to be able to locate the packages first. I installed the server edition using a USB pendrive. I still have the files on the pendrive, but I don't know how to make the server locate those files. I'm guessing it wants to access the installation files to locate the packages to install.

View 7 Replies View Related

Fedora Hardware :: Unable To Build Drivers On F13 / Get That?

Jul 30, 2010

Have you managed to get madwifi up and running in Fedora 13? I have Atheros based Wi-Fi on my netbook and I couldn't build drivers on F13.

View 14 Replies View Related

General :: Unable To Install And Build Plplot-5.9

Feb 16, 2010

I have installed plplot-5.9 but i am unable to run or build or compile it. I have read the installation instruction and followed it but i am unable to install or build it

I am using ubuntu 9.10

View 3 Replies View Related

CentOS 5 :: Unable To Build Custom Kernel

Mar 18, 2010

I am trying to build a custom kernel but I couldn't. Here are the steps to reproduce it:
1. Set Up an RPM Build Environment as its is explained in [URL]
2. Then follow the instructions in [URL]
3. When I try to install the kernel source rpm I get the following error:

[matias@Centos ~]$ rpm -i [URL
warning: user mockbuild does not exist - using root
warning: group mockbuild does not exist - using root . . .
warning: user mockbuild does not exist - using root
warning: group mockbuild does not exist - using root
error: unpacking of archive failed on file /home/matias/rpmbuild/SOURCES/linux-2.6.18.tar.bz2;4ba24901: cpio: read

View 8 Replies View Related

Ubuntu Servers :: Unable To Make A Vmmon Module?

Jul 31, 2011

Unable to make a vmmon module that can be loaded in the running kernel

View 2 Replies View Related

OpenSUSE Wireless :: Unable To Build Rt73.ko After Upgrade To 11.2?

Jan 25, 2009

On my opensuse 11.1 system. I used my tp-link tl-wn321g usb wireless adapter to access the internet. It runs on rt2501 chipset and I used the serial monkey rt73 driver from here.

[URL]

What I did was I installed the kernel-headers, kernel source, gcc and make. And then I cd to the module directory and did

Code:
make
make install
modprobe rt73

[Code].....

I installed "ralink-firmware-1.1-1.5.noarch.rpm" from Software.openSUSE.org. I tried "make" again, but still the same error return.

View 3 Replies View Related

OpenSUSE Wireless :: Unable Build Rt73.ko After Upgrade To 11.2

Jan 21, 2010

On my opensuse 11.1 system. I used my tp-link tl-wn321g usb wireless adapter to access the internet. It runs on rt2501 chipset and I used the serial monkey rt73 driver from here.

Code: [URL]

What I did was I installed the kernel-headers, kernel source, gcc and make. And then I cd to the module directory and did

Code:
make
make install
modprobe rt73

And then I configured the network with yast.

That was until I upgraded to 11.2 using the guide here.

Code: [URL]

The upgrade went well, but I could no longer use my wireless adapter. I tried installing the driver again but when I tried to run "make", it says

Code:
make: *** /lib/modules/2.6.31.8-0.1-pae/build: No such file or directory. Stop.
rt73.ko failed to build!
make: *** [module] Error 1

I've checked that kernel-headers, kernel-source, gcc and make are all installed.

I installed "ralink-firmware-1.1-1.5.noarch.rpm" from Software.openSUSE.org. I tried "make" again, but still the same error return.

View 9 Replies View Related

General :: Unable To Net With Build In Wireless Card On Laptop?

Feb 6, 2011

I am getting obsessed with Linux OS up to the point of starting to swap MS OS.I opened WICD and it show (Wired network = 0 wired-default VVV and wireless network = C STR ESSID ENCRYPT BSSID MODE CHNL is this meaning that build in wireless card is or is not recognized? I will keep looking for info, although is hard to learn a new OS from scratch.

View 4 Replies View Related

Ubuntu :: ERROR: Unable To Load The Kernel Module Nvidia.ko

May 16, 2010

for the last few releases, starting with 9.04 i've been having serious crashing problems with the nvidia driver. whether i installed it manually using the latest drivers directly from nvidia, or installing them through the restricted driver option. after a few hours CRASH. it's been awful. and i tried everything from this side to the moon to fix this issue, all to no avail. no idea why i've even stayed with ubuntu after all these issues. came from the debian world back in 5.04, and almost moved back a few times. but i did a clean install of 10.04, and thought i'd give the nvidia driver one last chance... if it didn't work i'd be moving back home to debian (with the suspicion the issue would stay).

so after i tried the restricted driver and CRASH. nothing to fix it. then i thought ok i'll try to use the latest driver from nvidia. but ran into this error when installing it:

Quote: ERROR: Unable to load the kernel module nvidia.ko. This happens most frequently when this kernel module was built against the wrong or improperly configured kernel sources, with a version of gcc that differs from the one used to build the target kernel, or if a driver such as rivafb/nvidiafb is present and prevents the NVIDIA kernel module from obtaining ownership of the NVIDIA graphics device(s), or NVIDIA GPU installed in this system is not supported by this NVIDIA Linux graphics driver release. so after googling around i found a fix to this error i was getting during the install:

Quote: sudo nano /etc/modprobe.d/blacklist.conf

blacklist vga16fb
blacklist nouveau
blacklist rivafb
blacklist nvidiafb
blacklist rivatv

[Code]...

View 5 Replies View Related

General :: Unable To Insert The Driver Module

Jun 18, 2010

I am viswanath. i want to know how to insert a driver module in Linux fedora 2.6.while using insmod <driver name> it showing an error. shall i install any plugins.

View 2 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

CentOS 5 Hardware :: 5.6, 64 Bit And ASUS K52J - Unable To Build The Kernel?

May 19, 2011

djmack-5/19/2011-I have purchased an ASUS K52J (intel i7) laptop. I have installed Centos 5.5 (64 bit) from CDs. The I got all the updates and it's now up to 5.6. I have two problems.

(problem-1) - Using the GUI (System->Administration->Hardware) I can get to a Device Manager screen. It shows a JMC250 PCI Express Gigabit Ethernet Controller. Using the GUI (System->Administration->Network) I can only see the wireless (wlan0) as configured and active. The ethernet card is not seen as ether 0. I've seen there are downloads to solve this problem, however I've been 100% unable to do and or understand them. I don't know how to build the kernel and I don't have any source code. I only have the binaries (I think). Is there a version of the kernel that I can put on CDs that has understanding of the ether card I referenced above?

P.S. I've downloaded a binary fix and it says it needs 20 or so dependencies (I have zero idea how to get those).

P.S. I've downloaded a source fix and I couldn't get it to install (I'm not a linux kernel build knowlegable person). I don't have the source either.

(problem-2):As stated above I need direct (RJ45) access to the laptop. I currently have the wireless card working but I have no idea how to get this to work with httpd, ssh, scp.I can access things via a web browser right on the laptop. I cannot access this laptop via a web browser from any other box. I cannot access this box via ssh or scp.I disabled the firewall and I disabled the SELinux security.I am stumped as to why I cannot see this ASUS laptop via httpd and/or ssh/scp.I can ssh and scp to other linux servers but these servers cannot ssh or scp into this laptop.

View 1 Replies View Related







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