On Sat, 18 Sep 1999, Kyle Davenport wrote:
> > Do you have any suggestion about this trouble ????
>
> These are all config problems. I too was bit by the 1&2 when I first tried
> both serial and parallel modules. There was an IRQ conflict, and I could
> work around it, but it was easier to just leave serial support in the
> kernel. For 3 you need to enable 2 standard language options. I'm sure Suse
> has the source code package for their kernel build, from which you can obtain
> a .config file.
Before you have him rip out something in SuSE 6.2, I suggest you determine
if he is using stock or suse kernel code. Then determine his dependences
on modules or not.
The correct answer for me was to edit the default .config file after the
install in the /usr/src/linux directory and
- CONFIG_M386=y
+ # CONFIG_M386 is not set
- # CONFIG_M686 is not set
+ CONFIG_M686=y
- CONFIG_MATH_EMULATION=y
+ # CONFIG_MATH_EMULATION is not set
- # CONFIG_SMP is not set
+ CONFIG_SMP=y
Then rebuild and leave everything else untouched.
build the new kernel as a "make bzdisk" adn boot off that for starters.
Second, he has been forwarded to our tech-support people by me for
verification of process.
Andre Hedrick
The Linux IDE guy
-
Linux SMP list: FIRST see FAQ at http://www.irisa.fr/prive/mentre/smp-faq/
To Unsubscribe: send "unsubscribe linux-smp" to [EMAIL PROTECTED]