On 27-Aug-99 John Aldrich wrote:
> History:
>
> I've got a dual-ppro system here that locks up on scanning the IDE
> bus EVERY time if I try to boot the SMP kernel (even with the latest
> kernel installed from Mandrake's FTP site.)
>
> Axalon told me to change a config file somewhere, however, that was
> yesterday or Wednesday and that message is on a different machine (my
> work machine) which I don't have access to at this time...
>
> Can someone (Axalon???) tell me which file I need to edit to specify
> that I've got Pentium Pro CPUs, and once I've done that, what do I
> need to do with it??? Compile a new kernel (can someone please tell
> me how to get started? Do I just go into the /usr/src directory and
> start with "make config"????)
>
> I'd like to get this SMP machine using both kernels, but until I fix
> whatever the problem is, I have to use the uni-processor kernel. :-(
>
> Oh, yeah..my motherboard is based on an Intel 440FX chipset, if it
> makes any difference. :-)
John,
As root, goto the /usr/src/linux directory. This should be a symlink to
/usr/src/linux-2.2.X-mdk where X is your kernel's teany version.
You've got three choices for the config.
make config is text mode and if you make a mistake you have to start over.
make menuconfig is text mode(curses library) which uses menu's, much nicer
make xconfig run only under X.
Use make menuconfig or xconfig
The section called 'Processor type and features' is where you choose the CPU
type. You'll want PPro/686MX. There are three other items:
1. Math emulation. don't need this for PPro
2. MTRR support. PII's have this and I believe PPro also. Use it.
3. SMP
It's best to go through all the menu items to make sure everything is set
correctly. All the distro's I've used have never had all the options set to
match the kernel they install. If you've got access to the Mandrake or RedHat
manual read the sections on kernel compilation.
The results of make config/menuconfig/xconfig are saved in the file .config
If you've got a copy of a good one with all the other options set you could
edit it directly and comment/uncomment the CPU options which should be near the
beginning of the file.
good luck.
scott
----------------------------------
E-Mail: sw <[EMAIL PROTECTED]> ICQ 47687694
Date: 27-Aug-99
Time: 21:39:30
This message was sent by XFMail
----------------------------------