Re: linux/config.h missing - can't build modules

2007-04-11 Thread Stephan Seitz
On Tue, Apr 10, 2007 at 08:42:09PM +0100, Hans du Plooy wrote: I'm having trouble building modules, and I'm not too clued up on how the kernel build system works. I get this error: If this will be the only error, then you are quite happy. linux/config.h is now named linux/autoconf.h. So you

Re: linux/config.h missing - can't build modules

2007-04-11 Thread Hans du Plooy
On Wed, April 11, 2007 10:15, Stephan Seitz wrote: On Tue, Apr 10, 2007 at 08:42:09PM +0100, Hans du Plooy wrote: I'm having trouble building modules, and I'm not too clued up on how the kernel build system works. I get this error: If this will be the only error, then you are quite happy.

Re: linux/config.h missing - can't build modules

2007-04-11 Thread Stephan Seitz
On Wed, Apr 11, 2007 at 11:59:23AM +0100, Hans du Plooy wrote: Great! Thanks! It's not the only error, but the rest of the errors appears to be the result (missing references, undefined this or that). Don’t worry, the next errors may come after *this* problem is solved. ;-) Espcially if the

linux/config.h missing - can't build modules

2007-04-10 Thread Hans du Plooy
Hi guys, I'm running the latest 2.6.21-rc kernels (to have my ACPI work - you know, switch on the fans when the CPU get too hot). I'm having trouble building modules, and I'm not too clued up on how the kernel build system works. I get this error: theluggage:/usr/src/modules/spca5xx# make

Re: linux/config.h missing - can't build modules

2007-04-10 Thread Greg Folkert
On Tue, 2007-04-10 at 20:42 +0100, Hans du Plooy wrote: Hi guys, I'm running the latest 2.6.21-rc kernels (to have my ACPI work - you know, switch on the fans when the CPU get too hot). I'm having trouble building modules, and I'm not too clued up on how the kernel build system works. I

Re: linux/config.h missing - can't build modules

2007-04-10 Thread Hans du Plooy
On Tue, 2007-04-10 at 15:56 -0400, Greg Folkert wrote: Now I checked, in the kernel source of 2.6.18 as shipped with Etch/Sid, config.h is in /usr/src/linux-source-2.6.18/include/linux/config.h but in 2.6.21 there is no config.h in include/linux/ How do I get around this? It is