Changes between Version 17 and Version 18 of Requirements


Ignore:
Timestamp:
Sep 2, 2013, 4:20:42 PM (11 years ago)
Author:
David Azarewicz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Requirements

    v17 v18  
    3131
    3232== Suspend / Resume ==
    33 Suspend and Resume should work **if** all of your device drivers properly support suspend and resume, **and** your system's ACPI and your system's BIOS properly implement the S3 sleep state and can wake up from it. Current experience shows that this is only true for about 20% of systems. If you want to try suspend and resume **read the suspend and resume section of the documentation first**. If suspend and resume doesn't work on your system, first make sure you have the latest versions of all your device drivers. If it still won't suspend or resume, try removing questionable drivers until you find the one causing the problem. If you can't find a driver that is causing the problem, your system may not be able to do an ACPI driven suspend and resume. If you find a **specific** problem that you can identify (including a specific driver you know is causing a problem), please open a ticket. There are no logs that can help debug suspend and resume problems so we are unable to provide assistance for "it doesn't work" type of tickets.
     33Suspend and Resume is not officially supported at this time. This means that it may or may not work for you and if it does work, you may or may not have issues with the system when resumed.
     34
     35Suspend and Resume should work reasonably well, if **all** all of the following conditions are met:
     36* All of your device drivers must properly support suspend and resume
     37* Your system's ACPI and your system's BIOS must properly implement the S3 sleep state and be able to wake up from it.
     38* Only attempt to suspend your system when it is completely idle. No I/O should be active when you suspend.
     39
     40Current experience shows that only about 20% of systems are capable of suspend and resume. If you want to try suspend and resume **read the suspend and resume section of the documentation first**. If suspend and resume doesn't work on your system, first make sure you have the latest versions of all your device drivers. If it still won't suspend or resume, try removing questionable drivers until you find the one causing the problem. If you can't find a driver that is causing the problem, your system may not be able to do an ACPI driven suspend and resume. If you find a **specific** problem that you can identify (including a specific driver you know is causing a problem), please open a ticket. There are no logs that can help debug suspend and resume problems so we are unable to provide assistance for "it doesn't work" type of tickets.
    3441
    3542== JFS boot disks ==