According to Marc Corel: While burning my CPU. > > Hi, > > While compiling the kernel, at the make zImage step, I got: > /usr/src/linux-2.0.32/include/mcd.h:114:WARNING: You have not edited > mcd.h > /usr/src/linux-2.0.32/include/linux/mcd.h:115:WARNINGS:perhaps Irq s and > I/O > settings are wrong.. The above warning is because you have not edited the file above and checked the default settings for I/O and IRQ, even if they are correct the way to stop the error message is edit line 32 of mcd.h just delete the /* at the beginning of the line and the */ at the end of the line. When you now make the kernel it will say mcd.h checked defined "user was here", or something to that effect. ./include/linux/mcd.h starting at line 25, the defaults are, 0x300 IRQ 11 If your interface card is set to anything other than that you will need to change the defaults as well. > Except that I didnt compile kernel with sound card support (cause I do > not hace any), I really dont understand what 's going wrong.. > That is something entyrly different. -- Regards Richard. [EMAIL PROTECTED]
