Re: modules after kernel make - can't get new kernel finding its modules

2004-03-01 Thread CW Harris
On Mon, Mar 01, 2004 at 09:37:22PM -, Chris Evans wrote: > On 1 Mar 2004 at 13:28, CW Harris wrote: > > > I thought you were using make-kpkg? It does all this for you when you > > "build" the .deb package. > So I thought: but it isn't! I think that's because it's picking up a > .config that

Re: modules after kernel make - can't get new kernel finding its modules

2004-03-01 Thread Chris Evans
On 1 Mar 2004 at 13:28, CW Harris wrote: > I thought you were using make-kpkg? It does all this for you when you > "build" the .deb package. So I thought: but it isn't! I think that's because it's picking up a .config that isn't marking the module packages for inclusion > What are the diff's b

Re: modules after kernel make - can't get new kernel finding its modules

2004-03-01 Thread CW Harris
On Mon, Mar 01, 2004 at 06:38:07PM -, Chris Evans wrote: > On 1 Mar 2004 at 18:27, Martin Wood wrote: > > > I think this is exactly where i went wrong the other day. > > > > try adding : > > > > make modules > > make modules_install > > > > and hopefully your modules will show up > > Thank

Re: modules after kernel make - can't get new kernel finding its modules

2004-03-01 Thread Chris Evans
On 1 Mar 2004 at 18:27, Martin Wood wrote: > I think this is exactly where i went wrong the other day. > > try adding : > > make modules > make modules_install > > and hopefully your modules will show up Thanks Martin. I should have said that I've tried this sequence with and without that, m

Re: modules after kernel make - can't get new kernel finding its modules

2004-03-01 Thread Martin Wood
Chris Evans wrote: More explicit version of earlier request. I installed 2.4.18-bf2.4 kernel from CDROM and then completed installation onto machine from net. I want to compile the RAID code into the kernel so I can boot from a mirrored disc array. I download kernel-source2.4.18. I do: make

modules after kernel make - can't get new kernel finding its modules

2004-03-01 Thread Chris Evans
More explicit version of earlier request. I installed 2.4.18-bf2.4 kernel from CDROM and then completed installation onto machine from net. I want to compile the RAID code into the kernel so I can boot from a mirrored disc array. I download kernel-source2.4.18. I do: make menuconfig make dep