On Thu, 2005-09-29 at 19:49 +0100, marc wrote: > Next, I simply copied /boot/config-2.6.12-1-686 to /usr/src/linux- > 2.6.12.1/.config. I then ran > # make-kpkg clean > # fakeroot make-kpkg --append_to_version marc kernel_image > This stops with: > PNP EIDE support (BLK_DEV_IDEPNP) [N/y/?] (NEW) > awaiting input.
That's probably because you try to compile a vanilla kernel (from www.kernel.org) with the Debian options. As Debian applies various patches to the kernel, you get things like this. It's probably easier to get the Debian kernel source (package name is linux-source-2.6.12 if I'm not mistaken) and use that one. That should allow you to get a clean compile with the Debian config file. Koen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]