You are not logged in.

#1 2006-06-25 02:08:25

pilgrim
Member
Registered: 2005-11-30
Posts: 9

Kernel headers for 2.6.17

Where do I find the kernel headers package for linux-2.6.17-ARCH, the new kernel? I searched the repos and only found headers for 2.6.12.

Offline

#2 2006-06-25 02:27:48

pilgrim
Member
Registered: 2005-11-30
Posts: 9

Re: Kernel headers for 2.6.17

Never mind, I found 'em. Duh on me.

Offline

#3 2006-06-25 03:16:20

Gullible Jones
Member
Registered: 2004-12-29
Posts: 4,863

Re: Kernel headers for 2.6.17

Wait, where? There's a new version? :?

Offline

#4 2006-06-25 03:21:03

iphitus
Forum Fellow
From: Melbourne, Australia
Registered: 2004-10-09
Posts: 4,927

Re: Kernel headers for 2.6.17

No. Your kernel-headers are NOT meant to match your kernel version. They are usually a sanitised older copy, that programs can actually compile against.

James

Offline

#5 2006-06-25 03:40:59

pilgrim
Member
Registered: 2005-11-30
Posts: 9

Re: Kernel headers for 2.6.17

Well, I'm trying to reinstall vmware after the big upgrade today. I have vmware 4.5.1. During the install, while running the vmware-install.pl script, when it asks for the directory of the C header files that match the currently running kernel, I enter: "/usr/src/linux-2.6.17-ARCH/include". Then I get this error message: "The kernel defined by this directory of header files does not have the same address space size as your running kernel." I've tried several of the directories under /usr/src/linux-2.6.17-ARCH, but none of them work. Any ideas?

Offline

#6 2006-06-25 04:06:35

iphitus
Forum Fellow
From: Melbourne, Australia
Registered: 2004-10-09
Posts: 4,927

Re: Kernel headers for 2.6.17

update to a newer vmware if you can.

alternatively, search the forums, there's a fix here somewhere that involves editing one line in the vmware-install.pl script. However that older vmware willl probably fail compiling on the modules anyway.

James

Offline

#7 2006-06-25 04:21:18

_Gandalf_
Member
Registered: 2006-01-12
Posts: 735

Re: Kernel headers for 2.6.17

Don't try it, I have vmware 5.5 and the modules does not build with kernel 2.6.17, anyway if you insist..

--- vmware-config.pl.orig       2006-01-17 16:10:14.400885920 -0700                                
+++ vmware-config.pl    2006-01-09 15:29:29.958487280 -0700
@@ -1979,7 +1979,7 @@
                    . 'not have the same address space size as your running '
                    . 'kernel.' . "nn", 0);
       }  
-      return '';
+#      return '';
     }  
   }  

Offline

#8 2006-06-25 04:43:24

stonecrest
Member
From: Boulder
Registered: 2005-01-22
Posts: 1,190

Re: Kernel headers for 2.6.17

_Gandalf_ wrote:

Don't try it, I have vmware 5.5 and the modules does not build with kernel 2.6.17

It worked fine here. Have you tried the vmware-any-any patch?


I am a gated community.

Offline

#9 2006-06-25 06:03:16

pilgrim
Member
Registered: 2005-11-30
Posts: 9

Re: Kernel headers for 2.6.17

stonecrest wrote:
_Gandalf_ wrote:

Don't try it, I have vmware 5.5 and the modules does not build with kernel 2.6.17

It worked fine here. Have you tried the vmware-any-any patch?

I did the first time, do I have to apply it again? I guess it can't hurt to try again.

Thanks

Offline

#10 2006-06-25 06:34:47

AndyRTR
Developer
From: Magdeburg/Germany
Registered: 2005-10-07
Posts: 1,641

Re: Kernel headers for 2.6.17

Offline

#11 2006-06-25 12:58:16

Lone_Wolf
Administrator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 13,038

Re: Kernel headers for 2.6.17

you could also use the vmware workstation package in aur.

after the upgrade last friday i ran it and vmware runs fine.


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.

clean chroot building not flexible enough ?
Try clean chroot manager by graysky

Offline

#12 2006-06-26 00:36:48

pilgrim
Member
Registered: 2005-11-30
Posts: 9

Re: Kernel headers for 2.6.17

I don't want to use the PKGBUILD in AUR because I only have a 4.5 license. I applied the any-any-101 patch and I still get this eror when trying to build the vmmon module:

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

The kernel defined by this directory of header files does not have the same
address space size as your running kernel


Any help appreciated,
:-)

Offline

#13 2006-06-26 01:12:37

iphitus
Forum Fellow
From: Melbourne, Australia
Registered: 2004-10-09
Posts: 4,927

Re: Kernel headers for 2.6.17

Again, look at the patch gandalf showed you and manually apply it.

Offline

Board footer

Powered by FluxBB