/etc/laptop-mode/conf.d/wireless-ipw-power.conf is in laptop-mode-tools 1.60-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 29 30 31 | #
# Configuration file for Laptop Mode Tools module wireless-ipw-power.
#
# For more information, consult the laptop-mode.conf(8) manual page.
#
###############################################################################
# IWP Wireless Power settings
# ---------------------------
#
# If you enable this setting, laptop mode tools will automatically set the
# powersave mode of Intel IPW3945, IPW2200 and IPW2100 wireless adapters.
#
###############################################################################
# Enable debug mode for this module
# Set to 1 if you want to debug this module
DEBUG=0
# Control Intel IPW wireless power?
# Set to 0 to disable
CONTROL_IPW_POWER="auto"
# Levels passed to "iwpriv set_power" for the IPW3945 and IPW2100 wireless
# chipsets. The allowed values are different for each chipset.
IPW3945_AC_POWER=6
IPW3945_BATT_POWER=7
IPW2100_AC_POWER=0
IPW2100_BATT_POWER=5
|