Re: Problem making install time driver disk

2003-03-20 Thread Jesse Keating
On Thursday 20 March 2003 08:59, Arjan van de Ven wrote: > easiest is to use the device driverdisk kit Doug has: > http://people.redhat.com/dledford/ Been there tried that. Module doesn't get compiled w/ modversion.h for some reason. Of corse, i've emailed dledford about it, have yet to get a

Re: Problem making install time driver disk

2003-03-20 Thread Arjan van de Ven
On Thu, 2003-03-20 at 17:15, Jesse Keating wrote: > On Thursday 20 March 2003 08:03, Arjan van de Ven uttered: > > that is not correct. > > Ok, so if thats not correct, could you help me in any way as to figure out why > the method I use works for an installed kernel, but not the boot kernel? I'

Re: Problem making install time driver disk

2003-03-20 Thread Jesse Keating
On Thursday 20 March 2003 08:03, Arjan van de Ven uttered: > that is not correct. Ok, so if thats not correct, could you help me in any way as to figure out why the method I use works for an installed kernel, but not the boot kernel? I'm all ears. (; -- Jesse Keating RHCE MCSE http://geek.j2

Re: Problem making install time driver disk

2003-03-20 Thread Arjan van de Ven
On Thu, 2003-03-20 at 16:29, Jesse Keating wrote: > I can build the module and load it into a running system w/out > trouble. It's the boot kernel that is giving me trouble, and I'm thinking > that it's because the -i386-BOOT config that came w/ the kernel differs from > the actual kernel use

Re: Problem making install time driver disk

2003-03-20 Thread Jesse Keating
On Thursday 20 March 2003 04:53, George Magklaras uttered: > Have you done a make modules and also a make modules_install ? > If not it doesn't surprise me the least. > > If you do this and it makes the dependencies properly (you will know > if you see the module under the /lib/modules/[kernel-ver

Re: Problem making install time driver disk

2003-03-20 Thread George Magklaras
Have you done a make modules and also a make modules_install ? If not it doesn't surprise me the least. If you do this and it makes the dependencies properly (you will know if you see the module under the /lib/modules/[kernel-version] directory structure), it should work. Regards, GM Jesse Keat