Couldn't resume from stand-by

lahratla

Contributor
My computer cannot resume when in stand-by mode. While the monitor can resume by itself (though blank screen), I have to manually press the restart button of the cabinet to boot/load the system. Why is this so? Earlier it was not like this.

My config is as follows:
1. Athlon 64 3000+ (939 Venice) CPU
2. 256x2 400MHz DDR RAM
3. 80 GB SATA HDD
4. MSI-RS480 (IGP) Mobo
5. Combo and FDD
6. 17" Flat CRT
7. 400W SMPS
8. APC Back-UPS ES 500
9. WinXP+SP2
 
ok, first lets get few things cleared, you have to press restart button to bring the system out of standby mode, before you could do it by either moving your mouse or pressing any key, right ?

what i want to know is, are u waking up the sytem out of standby or its a complete reboot from system crash.

do you have any special key for stanby on your keyboard, also get into your control panel-power-advanced tab, look for two choices namely when i press the power button and when i press the sleep button, what have you assigned them too...post here
 
It is to do with the BIOS. See, there are two types of standby S1, and S3. I don't remember which is which, but one needs u to press the the power button, the other allows a simple mouse movement to wake the computer up.

In ur BIOS, check the standby mode (search for it) and change from S1 to S3 and vice versa.
 
^^ Yeah, ACPI must be enabled from the BIOS...i had similar probs with my P3..did something in the BIOS, pwr management, dont remember..was a long time :D got right
 
This has got to do with the Advanced Configuration and Power Interface(ACPI) in the BIOS.

There are basically 2 states by which system resumes from standby - S1 & S3.

where,

S1-->corresponds to resuming from standby via slight movt:s &,

S2-->resume by manual restart\power option etc.

Hope thts clear.
 
intruder said:
This has got to do with the Advanced Configuration and Power Interface(ACPI) in the BIOS.

There are basically 2 states by which system resumes from standby - S1 & S3.

where,

S1-->corresponds to resuming from standby via slight movt:s &,

S2-->resume by manual restart\power option etc.

Hope thts clear.

as the guy has not posted back, he must have solved his problem, anyways this is for posterity, lot of s's going on here :)

ACPI Power Management

Hardware power management events trigger an OS-visible interrupt called a ``system control interrupt'' (SCI). Operating systems handle simple SCI interrupts (e.g. fixed-feature power button state change) directly. Complex SCI interrupts are are handled by the OS using AML code associated with the interrupt. For example, consider what happens when a ``sleep'' SCI interrupt occurs. The kernel must first save hardware state. The kernel then calls the _PTS (prepare to sleep) method. Finally, it puts the system to sleep by writing the appropriate value to an ACPI register.

In ACPI there are six power states: S0, S1, S2, S3, S4, and S5. These states are defined as follows:
S0:
the run state. In this state, the machine is fully running.
S1:
the suspend state. In this state, the CPU will suspend activity but retain its contexts.
S2 and S3:
sleep states. In these states, memory contexts are held but CPU contexts are lost. The differences between S2 and S3 are in CPU re-initialization done by firmware and device re-initialization.
S4:
a sleep state in which contexts are saved to disk. The context will be restored upon the return to S0. This is identical to soft-off for hardware. This state can be implemented by either OS or firmware.
S5:
the soft-off state. All activity will stop and all contexts are lost.

In addition to managing transitions between system power states, ACPI can also manage the power state of individual devices to a fine-grained level. For example, if two devices share the same power line, that information can be encoded in the ACPI tables in such a way that the power line is active only if one or both of the devices are in use.
 
Back
Top