Soft-power troubleshooting and repair

The following information is kind contribution by our forum members Lydux and Caius and this fix was applied to X68000 SUPER and Expert HD.

The symptoms: X68000 powers on fine, but does not shut down when the soft-power button is pressed. The screen fades, Power LED does not change from Green to Red and the PSU fan keeps spinning. The same happens with a regular ATX PSU.

If this is your case then the problem is almost surely located on the IO board.

Here is the power on/off logic behind the /PSON signal (named CH2 in the schematics). Click on them to enlarge.

A condition using 4 signals is used to get the X68K turn on/off correctly :

In normal operation, all these 4 signals must go to logic High (+5v) to get a system shutdown. The problem might be due to a signal that is always stuck Low.

If you look at the Buffered IO part in the schematics, 3 of these signals are connected to the MFP GPIP port.

They can be queried via software and are connected like this :

/RTC_ALARM GPIP0
/EXPWON GPIP1
/PSON GPIP2

A program for testing these signals can be found here :

X68k Power Test

Execute it more than one time. You should get :

If RTC_ALARM always stays 0 :

If EXPWON = 0 :

If PSON = 1 :

And if all is ok, it could be :