Re: Building kernel modules

2003-01-13 Thread Stephen Reilly
Daniel, Thanks for replying so quickly, but this doesn't seem to be the problem. I had performed the steps: make mrproper make xconfig make dep make clean make bzImage make modules make modules_install and just tried the last two again to make sure everything worked (it seemed to). In the Makef

Re: Building kernel modules

2003-01-13 Thread Daniel Callahan
One not-quite-elegant method is to: cd /usr/share/linux-... make modules make modules_install As long as the config file as the same, and as long as 'make mrproper' hasn't been run, this should work. Daniel. On Monday 13 January 2003 13:24, Stephen Reilly wrote: > Hello, > > I have recently in