On 14 May 2002, Robert Goshko wrote: > Greetings all, > > I am in the need to recompile the kernel on my new Compaq 725 laptop to > get the sound card to work (new version of the ac97_codec.c), but I'm > getting an error when i compile the modules (make modules) in the > /usr/src/linux/drivers/block/loop.c code. I was getting the same type > of error when it tried to compile the ATM code, but since I don't need > it, I turned ATM off, and that wen away. > > Any ideas on this? >
Try: cd /usr/src/linux (or wherever your source is) cp .config config.mine make mrproper cp config.mine .config make oldconfig make dep && make clean make bzImage
Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com
