Colin,

Thanks for the response.  Actually I ended up using the 3c59x module and it
seems to be working fine.  I actually got that one to compile by modifying
version.h with the correct release but couldn't get the module to work
properly (Still struggling trying to understand the modules thing, which I
think is part of my Digiboard problem).  Yes I am a newbie and not too proud
to admit it!!

Thanks for the reponse!!

Barry deFreese
NTS Technology Services Manager
Nike Team Sports
(949)-616-4005
[EMAIL PROTECTED]

"Technology doesn't make you less stupid; it just makes you stupid faster."
Jerry Gregoire - Former CIO at Dell



-----Original Message-----
From: Colin Watson [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, September 10, 2002 9:28 AM
To: '[EMAIL PROTECTED]'
Subject: Re: Compile 3c90x module prolem


On Fri, Aug 30, 2002 at 01:57:28PM -0700, deFreese, Barry wrote:
> I am trying to compile the module for my 3c905B card.  When I compile
> the object and try to run "insmod 3c90x" I get an error saying that
> the module was compiled for version 2.2.20 and the kernel is 2.2.19.
> I am using the -I/usr/src/kernel-source-2.2.19/include directive so I
> am lost as to where it is getting 2.2.20 from??

That version comes from whatever <linux/version.h> is while compiling
the module. What does /usr/include/linux/version.h look like? I'm
wondering if that was accidentally used instead of the one in the kernel
source tree.

You'll need to run 'make dep' in the kernel source tree in order for
include/linux/version.h to be created there. A clean tree won't do.

Cheers,

-- 
Colin Watson                                  [[EMAIL PROTECTED]]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact
[EMAIL PROTECTED]



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to