RE: how difficult is compiling a driver?

2003-03-31 Thread Justin . Skists
Are you sure it's not complaining about modutils? -Original Message- From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] Sent: Monday, March 31, 2003 4:22 PM To: [EMAIL PROTECTED] Subject: redhat-list digest, Vol 1 #7313 - 11 msgs It seems I can't make the module without the

Value of HZ in redhat8?

2003-03-27 Thread Justin . Skists
Guys/Gals, I've been trying to work out why my driver won't work correctly in redhat8 but works fine using the 2.4.18 kernel from kernel.org. I have, however, come across this:- in the kernel.org kernel, my driver sees HZ as 100. When compiled against the the redhat kernel, HZ is 512. Does

RE: Problem with compiling proprietry drivers against stock redha t 8. 0 kernel?

2003-03-27 Thread Justin . Skists
In case anyone was interested, I've solved my problem. It's only taken me two weeks... It turns out that the value of HZ (clock ticks per second) in the Redhat 8 kernels is 512, whilst it's 100 in the official kernel.org kernels. This change caused a rounding down error in my calculations that

RE: GPL license

2003-03-26 Thread Justin . Skists
You need to add the macro call MODULE_LICENSE(GPL) to your code. look in linux/include/linux/module.h for other parameters Message: 10 Date: Wed, 26 Mar 2003 19:40:26 +0530 From: Prasanta Sadhukhan [EMAIL PROTECTED] To: [EMAIL PROTECTED] [EMAIL PROTECTED] Subject: GPL license

Re: Red Hat Linux 9 - Obsoleting RHCE's a an unprecidented pace....

2003-03-25 Thread Justin . Skists
Considering that I'm still having difficulties running my driver correctly under Redhat 8.0 (any updated kernel, as opposed to 7.3, or the 2.4.18 kernel in kernel.org), I would call it oddball. --__--__-- Message: 12 Date: Mon, 24 Mar 2003 14:07:25 -0800 (PST) From: Michael Mansour [EMAIL

RE: Problem with compiling proprietry drivers against stock redhat 8. 0 kernel?

2003-03-13 Thread Justin . Skists
Thanks for the reply, Steven Yes, I am compiling the drivers using gcc3.2. I had assumed that the stock kernel was compiled using the tools supplied in the distribution installation. I've tried downloading and using both the 2.4.18-24 and 2.4.18-26 kernels and source from my local mirror.

Problem with compiling proprietry drivers against stock redhat 8.0 kernel?

2003-03-12 Thread Justin . Skists
colours. Has anyone heard about any problems similar to this, with proprietry drivers having running problems between the two versions of kernel? -- Justin Skists Software Engineer Aculab Tel:+44 (0) 1908 273 800 Fax:+44 (0) 1908 273 801 -- redhat-list mailing list unsubscribe mailto:[EMAIL