Changes

Jump to: navigation, search

Aggressive Link Power Management (ALPM)

567 bytes removed, 16:31, 12 June 2015
/* Aggressive Link Power Management */
== AHCI Link Power Management ==AHCI Aggressive Link Power Management (ALPM) is a mechanism where the SATA AHCI controller puts the SATA link to the internal for reducing SSD/HDD and/or power consumption.If ALPM is enabled, SSD disk goes into a very low -power mode when there's SSD has no IO (inputI/output) O activity for a while. The controller automatically puts the link back into active power state when there's real work to be done. This is done to save power consumption by the HDD andOn I/or O request, SSD disk. Tests show that this can save up to 0.5 Watts of power and decrease mSATA average temperature, depending on storage device and usageis resumed.
=== Enabling ALPM in Windows === * HIPM = Host Initiated Link Power Management * DIPM = Device Initiated Link Power Management   === Windows ===Enabling and disabling AHCI Link Power Management in Windows:<br>
The Link Power Management option is hidden/disabled by default in Windows advanced power options, and it is required to add the support into Windows registry:
# Adding the AHCI Link Power Management ALPM – HIPM/DIPM option to Advanced Power Settings.
## Download the [http://fit-pc.com/download/app-notes/ahci-link-power-management/Add_LPM.reg Add_LPM.reg] (Right click and Save link as...).
## Right click on the downloaded '''Add_LPM.reg''' file and click on Merge.
## After the success message appears, restart the unit.
# Removing the AHCI Link Power Management ALPM – HIPM/DIPM option from Advanced Power Settings.
## Download the [http://fit-pc.com/download/app-notes/ahci-link-power-management/Remove_LPM.reg Remove_LPM.reg] (Right click and Save link as...).
## Right click on the downloaded '''Remove_LPM.reg''' file and click on Merge.
## After the success message appears, restart the unit.
# Configuring the AHCI Link Power Management ALPM – HIPM/DIPM option in the Advanced Power Settings.
## Click on the Start button.
## Type Power Options in the Start search box and press Enter.
## In the Plan Settings window, click on the Change advanced power settings.
## In the Advanced Plan Settings click on the Hard disk option and expand it.
## The following settings are responsible on the AHCI Link Power ManagementALPM: :::::* AHCI Link Power Management ALPM – HIPM/DIPM. It will set the Link Power Management policy:
:::::** Active: Neither HIPM or DIPM allowed
:::::** HIPM: HIPM only is allowed
:::::** DIPM: DIPM only is allowed
:::::** Lowest:HIPM, DIPM and DEVSLP are allowed (if DEVSLP is supported by the storage device).
:::::* AHCI Link Power Management ALPM – Adaptive. It will set the period of AHCI link idle time before the link is put in the slumber state when you have HIPM, DIPM, HIPM+DIPM or Lowest set above. It can be set to be from 0 to 300,000 milliseconds. If the Active is set above, then this will have no effect.
=== Enabling ALPM in Linux ===To enable AHCI Link Power Management:<br>
* Create text file /etc/pm/power.d/sata_alpm
To disable AHCI Link Power Management ALPM simply delete:<br>
/etc/pm/power.d/sata_alpm file