Re: Kernel vs driver question

2003-08-29 Thread Paul Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, Aug 27, 2003 at 10:41:25AM -0700, Larry wrote: > Other than generating an entirely new kernel, is there > a way to get this driver happy with this kernel? Recompile the module in question against the source you used to get your kernel. - --

Re: Kernel vs driver question

2003-08-27 Thread Andreas Janssen
Hello Larry (<[EMAIL PROTECTED]>) wrote: > I have a driver that expects to be loaded into kernel > 2.4.18. > > I'm running kernel 2.4.18-i386, which should be > compatable. > > The driver barfs and drops out because it sees this > kernel label (somewhere) and decides it isn't 2.4.18. insmod ha

Re: Kernel vs driver question

2003-08-27 Thread Ron Johnson
On Wed, 2003-08-27 at 12:41, Larry wrote: > I have a driver that expects to be loaded into kernel > 2.4.18. > > I'm running kernel 2.4.18-i386, which should be > compatable. > > The driver barfs and drops out because it sees this > kernel label (somewhere) and decides it isn't 2.4.18. > > Other

Kernel vs driver question

2003-08-27 Thread Larry
I have a driver that expects to be loaded into kernel 2.4.18. I'm running kernel 2.4.18-i386, which should be compatable. The driver barfs and drops out because it sees this kernel label (somewhere) and decides it isn't 2.4.18. Other than generating an entirely new kernel, is there a way to get