CentOS 5 :: How To Install Kernel Devel / Headers Via Yum

May 21, 2010

I have a program that needs kernel headers. The machine is running CentOS release 5.4 (Final).
uname -r output: 2.6.18-164.9.1.el5
When I try to do a - yum install kernel-devel or kernel-headers I get:
kernel-headers i386 2.6.18-194.3.1.el5 updates 1.0 M
Why don't they match?

View 1 Replies


ADVERTISEMENT

Red Hat :: Install Ethernet Adapter Driver - Not Finding Kernel-devel Or Kernel-headers

Aug 30, 2010

I'm attempting to install the driver for my atheros AR8131 PCI-E Gigabit Ethernet adapter (in my Lenovo laptop) on my newly installed RHEL5 system (it's not currently being recognized).

I tried using: 'make install' but hit an error "Makefile:61: *** Linux kernel source not found."

After this, I tried: 'sudo yum install kernel-devel kernel-headers'

To rectify this, but hit this error "No package kernel-devel available" (and the same for the headers). What should I do?

View 5 Replies View Related

Fedora :: Install True Headers Instead Of Using Kernel-devel?

Jan 17, 2011

from what I understand kernel-devel does not bring in ALL the header files for install modules. so what i would like to know is how to install true headers instead of using kernel-devel. I found one tutorial, but it was way out of date.

View 3 Replies View Related

Fedora :: Install Kernel-devel And Headers On 13 Desktop Edition 64-bit"?

Sep 8, 2010

I have a problem to install the VMware Server (VMware-server-2.0.2-203138.x86_64.rpm) on "Fedora 13 Desktop Edition 64-bit".I traied all tips I found, but nothing was OK.Please look my linux configuration and the error messages:

(VMware installation)
[root@localhost BKP]# rpm -Uvh VMware-server-2.0.2-203138.x86_64.rpm
Preparing... ########################################### [100%]
1:VMware-server ########################################### [100%]

The installation of VMware Server 2.0.2 for Linux completed successfully.Before running VMware Server for the first time, you need to configure it for your running kernel by invoking the following command: "/usr/bin/vmware-config.pl".
code....

View 4 Replies View Related

Fedora Installation :: Install Kernel Headers And Devel From Installation Disk ?

Feb 8, 2009

Ive also tried downloading RPMs to a usb stick and it said it was the wrong ones for my machine.

How do i find out if my machine is x32 x64 x86?

Anyway im trying to install kernel headers and devel from the fedora installation disk but i dont know how to get to the cdrom thru terminal as i cant copy the RPMs to desktop by drag n drop or using software installer.

I dont have an internet connection to the pc so i cant use yum (which would make things so much easier) so can anyone tell me how how to install these packages thru terminal?

View 5 Replies View Related

CentOS 5 :: Can't Install Kernel-headers Glibc And Glibc-headers?

May 11, 2010

Yesterday, I think I did something stupid: I removed kernel-headers, gcc, glibc-devel and glibc-headers. My box is a CentOS 5.4 webserver (it has loads of packages installed, but that was done through Virtualmin config, so it's quite coherent all in all). The thing is that now I need to reinstall at least the headers and glibc, but hey! this is what I get :

[Code]...

View 19 Replies View Related

CentOS 5 :: How To Downgrade Kernel-headers

May 17, 2009

I've upgrade the kernel from '2.6.18-128.el5' to '2.6.18-128.1.10.el5':

yum install kernel
yum install kernel-devel
yum install kernel-headers
yum install kernel-doc

But the system run into problem with WLAN, and I've search in this site and sombody posted in here: [URL] It's almost the same, the different is the card I use is TP-LINK. Then I decided to remove the newly installed kernel:

[Code]...

View 5 Replies View Related

Fedora Installation :: Kernel-devel / 'yum Install Gcc'?

Aug 11, 2010

I'm working on a Fedora 13 server trying to intal some soft following the same steps I did with some other server with Fedora 12 ( not 13, like the new one ).First problem that I found was with 'yum install kernel-devel'

Response: Nothing to do !
Then I tryed 'yum -v info kernel devel'
Response:
Installed Packages
Name : kernel-devel
Arch : x86_64
code....

Second problem that is stopping me is 'yum install gcc' Some dpendency problem that can not be solved. Tryed --skeep-broken but nothing is installed.I don't have gcc on my sistem.

View 4 Replies View Related

Fedora :: Install Kernel Headers - Current Kernel Only

Feb 22, 2010

What's the command for installing kernel headers for the currently installed kernel?

View 2 Replies View Related

CentOS 5 :: Vmware-tools Saying Kernel Headers Don't Match / Why Is So?

Jul 4, 2010

2.6.18-194.8.1.el5xen is the reported kernel that I'm running while the headers that are installed are listed as 2.6.18-194.8.1.el5-i686. I assume these are the same, or at least close enough that it shouldn't matter.

However, when I run vmware-config-tools.pl to configure it it says it cannot find the kernel headers. I've tried pointing it to /usr/src/2.6.18-194.8.1.el5-i686/ and /usr/src/2.6.18-194.8.1.el5-i686/include (not sure which of the two I'm supposed to do as online instructions contradict one another) it says that is invalid and there seems to be no way to force it since it just complains without letting me use it anyway. What can I do? Running centos 5 btw on vmware workstation 7.

View 4 Replies View Related

CentOS 5 :: Kernel Headers Error With VMWare Player And Workstation?

Aug 1, 2011

I installed VMWare WorkStation 7.x.x . When It started that I have taken "Kernel Header" error and It want to enter path of Kernel. I tried many commands ;

yum -y gcc kernel header
uname -r
2.6.18-238.19.1.el5xen
rpm -qa kernel-devel
kernel-devel-2.6.18-238.19.1.el5

Actually, It uses same kernel but VMWare is not working. I searched about Kernel Headers error when run VMWare on Internet. But I couldn't solve my problem.

View 4 Replies View Related

CentOS 5 :: Unable To Install Nsrp-devel?

Apr 11, 2011

I've got a new 5.5 64-bit install that has been updated to 5.6 this morning. While installing nspr-devel through yum i get stuck at the following dependency:

nspr-devel-4.8.6-1.el5.x86_64 from base has depsolving problems
--> Missing Dependency: nspr = 4.8.6-1.el5 is needed by package nspr-devel-4.8.6-1.el5.x86_64 (base)
nspr-devel-4.8.6-1.el5.i386 from base has depsolving problems

[Code].....

View 4 Replies View Related

Fedora :: How To Install Kernel Headers

Jul 24, 2009

I've installed Vmware Workstation and tried to run it only to have the following appear;

Kernel Headers 2.6.27.25-170.2.72.fc10.i586

Kernel headers for version 2.6.27.25-170.2.72.fc10.i586 were not found. If you installed them in a non-default path you can specify the path below etc.......

I've tried to search and find the kernel headers but can't find them.

View 14 Replies View Related

Software :: Install The Package Imlib2-devel In A CentOS 5 X64?

Feb 8, 2011

I'm trying to install the package imlib2-devel in a CentOS 5 x64 but I'm getting the following message

Quote:
GPG key retrieval failed: [Errno 5] OSError: [Errno 2] No such file or directory: '/etc/pki/rpm-gpg/RPM-GPG-KEY-rpmforge-dag'

I already installed the rpmforge package. I'd like to know what that message is about and how I could solve it.

View 2 Replies View Related

CentOS 5 :: Install Libsemanage - Devel Required Before Update?

Apr 4, 2009

Thought I would write it down first. Some other packages are still upgrade in progress

libselinux-utils
libsemanage-devel
libgcj-devel

these three has to be installed before some other packages can be updated. I think dependency check did not find them out, somehow.

View 3 Replies View Related

OpenSUSE :: How To Find And Install Kernel Headers

Mar 18, 2011

Search the forums first. Well I did, can't find anything I understand.
So please help an ignoramus in simple terms.
The problem:-
I'm trying to run vmware workstation and I get a desktop box pop up which says "Kernel .heade4s for version 2.6.37.1-1.2 desktop not found"
How do I find them and install please.

View 9 Replies View Related

OpenSUSE Install :: Where To Get System-kernel-headers For 11.3?

Jul 30, 2010

Can anyone point me to a source for linux-kernel-headers. for kernel 2.6.34-12
I can't find it in the normal repositories and need it for installing vmware 6.0.4

View 9 Replies View Related

Ubuntu :: 9.10 - Kernel Upgraded - But Won't Install Headers ?

Aug 23, 2010

I'd like to upgrade a live ISO file before burning a new CD.

So, following the instructions in "How to Customise the Ubuntu Desktop CD", I chrooted to the squashfs and ran "apt-get update/upgrade/dist-upgrade", expecting apt-get to upgrade the chroot kernel... only to find out that apparently, even when being chrooted, this command upgrades the actual kernel. I guess it makes sense, but I was under the - wrong - impression that chroot would build a filesystem totally isolated from the underneath host.

So I rebooted to use this new kernel:

Next, since the Nouveau video driver requires the kernel header files, I ran the following:

Code:

I don't understand why apt-get upgrades the kernel but won't install its header files.

View 2 Replies View Related

Slackware :: Install Vmware - Where Are The Kernel Headers ?

Feb 26, 2010

I am trying to install vmware and i am getting an error:

Code:

Unable to build the vmmon module.

I guess they are not in /usr/src/linux/include (I also tried /usr/src/linux-2.6.29.6/include).

View 3 Replies View Related

Ubuntu :: Kernel Upgraded But Won't Install Headers?

Aug 23, 2010

I'd like to upgrade a live ISO file before burning a new CD.

So, following the instructions in "How to Customise the Ubuntu Desktop CD", I chrooted to the squashfs and ran "apt-get update/upgrade/dist-upgrade", expecting apt-get to upgrade the chroot kernel... only to find out that apparently, even when being chrooted, this command upgrades the actual kernel. I guess it makes sense, but I was under the - wrong - impression that chroot would build a filesystem totally isolated from the underneath host.

So I rebooted to use this new kernel:

Code:
# uname -r
2.6.32-24-generic

Next, since the Nouveau video driver requires the kernel header files, I ran the following:

Code:
# apt-get install linux-headers-$(uname -r)
Reading package lists... Done
Building dependency tree
Reading state information... Done

[Code].....

View 3 Replies View Related

Fedora :: Can't Find / Install Headers For My Kernel - Sort It?

Jan 27, 2010

I am trying to install a piece of software that uses an install.pl script which looks to /usr/src/linux/include/ for my kernel headers...but it never finds them or that directory/link.

I've run "yum install kernel-devel kernel-headers" so I am pretty sure they are installed.

My "rpm -qa | grep kernel" returns code...

What am I missing?

View 1 Replies View Related

General :: Can't Install Kernel Headers In Arch / Sort It?

Mar 4, 2010

I'm trying to install the "kernel26-headers" package in Arch so I can (try to) compile the Intel 865G graphics drivers from off their website (I can't get H/W acceleration working with xf86-video-intel, but I know the thing has a GPU, because if I boot a Knoppix CD that I have, it enables Compiz by default, and it works damn well).

Any time I try "pacman -S kernel26-headers" I just get a bunch of errors spat back at me code...

Now, I have tried enabling all the US mirrors (HTTP and FTP), and I have even tried a couple of FTP servers in Canada and even Great Britain. None of them seem to work at all!

Is there any way I can get this package?

View 3 Replies View Related

Ubuntu Networking :: Kernel Headers In Order To Install NIC Driver?

Jul 8, 2011

I am running Ubuntu 11.04 with a Dlink DGE-530T NIC. My browsing in Ubuntu on ALL browsers is horribly slow. It works perfectly fine on windows and other PCs on the LAN. So I know for sure my router and my internet line is fine.I figured it could be a problem with my NIC drivers and decided to install the drivers from the CD. (All this while it was running on the default drivers that ship with Ubuntu). I'm trying to install the sk98lin drivers and my understanding of the kernel so far is still very weak. When I try to run the install.sh script it gives me an error saying :

Code:
Create tmp dir (/tmp/Sk98IknhDHEiLKnkWUSoYMTLi) [ OK ]
Check user id (0) [ OK ]
Check kernel version (2.6.38-8-generic) [ OK ]
Check kernel symbol file (/proc/kallsyms) [ OK ]
Check kernel type (SMP) [ OK ]
Check number of CPUs (2)

[Code]...

But the installation script is still not able to find it. I tried searching a few threads on google but wasn't able to make too much sense of whats going on because of my lack of understanding of the linux kernel.

View 9 Replies View Related

Software :: Error: Missing Kernel-devel And Kernel-source

Mar 11, 2010

I've been trying to install nvidia drivers yesterday, so I went to runlevel 3, ran the .bin installer and it came up with error: missing kernel-devel and kernel-source.

So I go yum install kernel-devel, it does, but it doesnt find anything like kernel-source.

How do I fix this issue? I have Fedora 12, and I ran drivers from:[URL]..

View 14 Replies View Related

CentOS 5 :: Mock Mplayer Lame-devel - Error "lame-devel Package Can't Be Found"

May 6, 2011

i'm trying to rebuild mplayer and facing the same error - lame-devel package can't be found as when i try to use rpmbuild. I'm not sure why and how to fix it. Here are steps and information:

[Code]...

View 7 Replies View Related

Debian Configuration :: New Kernel And Headers Not Allowing NVidia Driver To Install

May 19, 2010

I've built a new kernel (2.6.34) on our workstation at work. It boots and runs beautifully, but there is one minor problem. I created the kernel as a Debian package along with the kernel headers. Upon installing both and attempting to build the nVidia driver for said kernel, the installer tells me that it cannot determine the version and quits. This happens even if I manually specify the path to the headers. What's going on here, did I miss something during my compilation of the new kernel?

View 14 Replies View Related

Fedora :: Install Vmware Workstation And Keep Getting An Error About Kernel Headers Missing

Oct 20, 2009

I've been trying to install Vmware Workstation and keep getting an error about Kernel Headers missing! Although I am pretty sure I have the headers installed for my system. It's looking for the PAE version of my headers which I believe it doesn't exist!

View 13 Replies View Related

Fedora :: Installing Gcc, Kernel-header And Kernel-devel?

Aug 22, 2011

I used Backtrack 5 and Fedora, basically I'm trying to install my wireless card but I don't have these installed to make && sudo. I burned the iso images for backtrack and fedora and booted my computer from them but can't figure out how to install kernel-devel on backtrack for example. I dled yum onto my flash drive but can't figure out how to install it.

View 14 Replies View Related

Ubuntu Installation :: Tp-smapi-source Failed To Install - Kernel-headers Missing

Sep 12, 2010

currently I'm using a kernel from kernel-mainline [url], because thermal won't work satisfying with the shipped kernel from ubuntu and would like to install tp_smapi (including modules hdaps and thinkpad_ec), but the installation failed, because the system pretending, that kernel-headers missing.

Code:

Results in telling the system, that kernel-headers are installed.

Code:

But then the upcoming dialog-box of module-assistant telling me, that the kernel-headers are not installed and therefore installation of tp_smapi fails.

View 2 Replies View Related

General :: Use Of Kernel-devel & Kernel-header?

Jul 4, 2011

I need help in understand how the kernel-header and kernel-devel works. Pretty new to Linux.

View 1 Replies View Related







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