There have been two problems reported by customers using OPENSTEP for Mach, version 4.2, with some Pentium II systems. This document presents simple workarounds for both of these problems.
DISCUSSION
Keyboard problems with Pentium II/400 systems
Pentium II systems with Intel's 440BX chipset running OPENSTEP Mach 4.2 will crash when certain keys, such as CAPS LOCK, are pressed. The problem can be solved by changing the keyboard mapping. In the Preferences application, click on the Localization Preferences (the flag icon) and select
NeXTUSA
from the list of keyboards. The problems does not affect systems with NeXTUSA keyboard mapping. If your system continues to crash, check your bios for an option with a name like
LEGACY USB SUPPORT
. Make sure this option is enabled.
Installation problems with Pentium II/400 systems
Some Pentium II/400 motherboards contain built-in power management systems that are incompatible with OPENSTEP 4.2's power management software. As a result, OPENSTEP will hang during the installation process as it tries to access power management. To install OPENSTEP Mach 4.2 on these systems, you will need to disable OPENSTEP's power management software.
At the
boot:
prompt that appears when you start up your OPENSTEP system, type:
"APM"="No"
You will need to type this again each time your system boots during the install process.
After the operating system is installed, add the following line to your
\private\Drivers\i386\System.config\instance0.table
file:
"APM" = "No";
OPENSTEP should now boot without attempting to communicate with your computer's power management system.