/etc/laptop-mode/conf.d/intel-sata-powermgmt.conf is in laptop-mode-tools 1.64-1ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | #
# Configuration file for Laptop Mode Tools module intel-sata-powermgmt.
#
# For more information, consult the laptop-mode.conf(8) manual page.
#
###############################################################################
# Intel SATA power management settings
# ------------------------------------
#
#__COMMENT If you enable this setting, laptop mode tools will automatically enable the
#__COMMENT link power management mode of Intel AHCI compliant SATA chipsets.
#
###############################################################################
# Enable debug mode for this module
# Set to 1 if you want to debug this module
DEBUG=0
# Control Intel SATA chipset power management?
# Set to 0 to disable
CONTROL_INTEL_SATA_POWER="auto"
# Handle power management of the Intel SATA deivce under specific circumstances
BATT_ACTIVATE_SATA_POWER=1
LM_AC_ACTIVATE_SATA_POWER=0
NOLM_AC_ACTIVATE_SATA_POWER=0
|