Re: Kernel Header problem

2002-11-27 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 27 Nov 2002 08:42:18 -0800, Dale Satterfield wrote: > The -I trick gives me the same error message. I believe it is because > the version.h header file there includes , which is > the one with the 2.4.9 crap in it. No, no, no. First of all

Re: Kernel Header problem

2002-11-27 Thread Dale Satterfield
The -I trick gives me the same error message. I believe it is because the version.h header file there includes , which is the one with the 2.4.9 crap in it. On Wednesday, November 27, 2002, at 07:43 AM, Michael Schwendt wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 27 Nov 2002 0

Re: Kernel Header problem

2002-11-27 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 27 Nov 2002 06:46:35 -0800, Dale Satterfield wrote: > I used the package manager to get all the current packages for my > system. I checked the box for kernel development. I'll see if I can > find a 2.4.18-18.8 package specifically. As a la

Re: Kernel Header problem

2002-11-27 Thread Dale Satterfield
This was in reply to your reply to my original message. you said: "No. Compile the module against the kernel headers which you find in the "kernel-source" binary rpm." Right now i am just trying to compile the three line HelloWorld example in the Linux Driver book. 2nd edition, page 15. I used

Re: Kernel Header problem

2002-11-27 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 26 Nov 2002 22:12:38 -0800, Dale Satterfield wrote: > How? How what? > I did a re-install, and then updated my kernel to 2.4.18-18smp. I > installed the kernal source from the cd's, which is 2.4.18-14. No, you must also get an updated kern

Re: Kernel Header problem

2002-11-26 Thread Dale Satterfield
How? I did a re-install, and then updated my kernel to 2.4.18-18smp. I installed the kernal source from the cd's, which is 2.4.18-14. It still has 2.4.9-9 in . I tried to include instead /usr/src/linux2.4/include/linux/version.h, but it includes so I get two problems. It thinks I am including

Re: Kernel Header problem

2002-11-26 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 26 Nov 2002 07:28:36 -0800, Dale Satterfield wrote: > I just did a workstation install of RH-8. While going through the > device drivers book, I tried to test the compilation/l;oading of a > module. I get an error message on loading of "Runn