Advertisement
Guest User

Untitled

a guest
Mar 14th, 2022
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.19 KB | None | 0 0
  1. # ------------------------------------------------------------------------------
  2. # /etc/tlp.conf - TLP user configuration (version 1.4)
  3. # See full explanation: https://linrunner.de/tlp/settings
  4. #
  5. # Settings are read in the following order:
  6. #
  7. # 1. Intrinsic defaults
  8. # 2. /etc/tlp.d/*.conf - Drop-in customization snippets
  9. # 3. /etc/tlp.conf - User configuration (this file)
  10. #
  11. # Notes:
  12. # - In case of identical parameters, the last occurence has precedence
  13. # - This also means, parameters enabled here will override anything else
  14. # - However you may append values to a parameter already defined as intrinsic
  15. # default or in a previously read file: use PARAMETER+="add values"
  16. # - IMPORTANT: all parameters here are disabled; remove the leading '#' if you
  17. # like to enable a feature without default or have a value different from the
  18. # default
  19. # - Default *: intrinsic default that is effective when the parameter is missing
  20. # or disabled by a leading '#'; use PARAM="" to disable an intrinsic default
  21. # - Default <none>: do nothing or use kernel/hardware defaults
  22. # -
  23. # ------------------------------------------------------------------------------
  24. # tlp - Parameters for power saving
  25.  
  26. # Set to 0 to disable, 1 to enable TLP.
  27. # Default: 1
  28.  
  29. #TLP_ENABLE=1
  30.  
  31. # Control how warnings about invalid settings are issued:
  32. # 0=disabled,
  33. # 1=background tasks (boot, resume, change of power source) report to syslog,
  34. # 2=shell commands report to the terminal (stderr),
  35. # 3=combination of 1 and 2
  36. # Default: 3
  37.  
  38. #TLP_WARN_LEVEL=3
  39.  
  40. # Operation mode when no power supply can be detected: AC, BAT.
  41. # Concerns some desktop and embedded hardware only.
  42. # Default: <none>
  43.  
  44. #TLP_DEFAULT_MODE=AC
  45.  
  46. # Operation mode select: 0=depend on power source, 1=always use TLP_DEFAULT_MODE
  47. # Note: use in conjunction with TLP_DEFAULT_MODE=BAT for BAT settings on AC.
  48. # Default: 0
  49.  
  50. #TLP_PERSISTENT_DEFAULT=0
  51.  
  52. # Power supply classes to ignore when determining operation mode: AC, USB, BAT.
  53. # Separate multiple classes with spaces.
  54. # Note: try on laptops where operation mode AC/BAT is incorrectly detected.
  55. # Default: <none>
  56.  
  57. #TLP_PS_IGNORE="BAT"
  58.  
  59. # Seconds laptop mode has to wait after the disk goes idle before doing a sync.
  60. # Non-zero value enables, zero disables laptop mode.
  61. # Default: 0 (AC), 2 (BAT)
  62.  
  63. #DISK_IDLE_SECS_ON_AC=0
  64. #DISK_IDLE_SECS_ON_BAT=2
  65.  
  66. # Dirty page values (timeouts in secs).
  67. # Default: 15 (AC), 60 (BAT)
  68.  
  69. #MAX_LOST_WORK_SECS_ON_AC=15
  70. #MAX_LOST_WORK_SECS_ON_BAT=60
  71.  
  72. # Select a CPU frequency scaling governor.
  73. # Intel processor with intel_pstate driver:
  74. # performance, powersave(*).
  75. # Intel processor with intel_cpufreq driver (aka intel_pstate passive mode):
  76. # conservative, ondemand, userspace, powersave, performance, schedutil(*).
  77. # Intel and other processor brands with acpi-cpufreq driver:
  78. # conservative, ondemand(*), userspace, powersave, performance, schedutil(*).
  79. # Use tlp-stat -p to show the active driver and available governors.
  80. # Important:
  81. # Governors marked (*) above are power efficient for *almost all* workloads
  82. # and therefore kernel and most distributions have chosen them as defaults.
  83. # You should have done your research about advantages/disadvantages *before*
  84. # changing the governor.
  85. # Default: <none>
  86.  
  87. #CPU_SCALING_GOVERNOR_ON_AC=powersave
  88. #CPU_SCALING_GOVERNOR_ON_BAT=powersave
  89.  
  90. # Set the min/max frequency available for the scaling governor.
  91. # Possible values depend on your CPU. For available frequencies see
  92. # the output of tlp-stat -p.
  93. # Notes:
  94. # - Min/max frequencies must always be specified for both AC *and* BAT
  95. # - Not recommended for use with the intel_pstate scaling driver, use
  96. # CPU_MIN/MAX_PERF_ON_AC/BAT below instead
  97. # Default: <none>
  98.  
  99. #CPU_SCALING_MIN_FREQ_ON_AC=0
  100. #CPU_SCALING_MAX_FREQ_ON_AC=0
  101. #CPU_SCALING_MIN_FREQ_ON_BAT=0
  102. #CPU_SCALING_MAX_FREQ_ON_BAT=0
  103.  
  104. # Set Intel CPU energy/performance policies HWP.EPP and EPB:
  105. # performance, balance_performance, default, balance_power, power.
  106. # Values are given in order of increasing power saving.
  107. # Notes:
  108. # - HWP.EPP: requires kernel 4.10, intel_pstate scaling driver and Intel Core i
  109. # 6th gen. or newer CPU
  110. # - EPB: requires kernel 5.2 or module msr and x86_energy_perf_policy from
  111. # linux-tools, intel_pstate or intel_cpufreq scaling driver and Intel Core i
  112. # 2nd gen. or newer CPU
  113. # - When HWP.EPP is available, EPB is not set
  114. # Default: balance_performance (AC), balance_power (BAT)
  115.  
  116. #CPU_ENERGY_PERF_POLICY_ON_AC=balance_performance
  117. #CPU_ENERGY_PERF_POLICY_ON_BAT=balance_power
  118.  
  119. # Set Intel CPU P-state performance: 0..100 (%).
  120. # Limit the max/min P-state to control the power dissipation of the CPU.
  121. # Values are stated as a percentage of the available performance.
  122. # Requires intel_pstate or intel_cpufreq driver and Intel Core i 2nd gen. or
  123. # newer CPU.
  124. # Default: <none>
  125.  
  126. #CPU_MIN_PERF_ON_AC=0
  127. #CPU_MAX_PERF_ON_AC=100
  128. #CPU_MIN_PERF_ON_BAT=0
  129. #CPU_MAX_PERF_ON_BAT=30
  130.  
  131. # Set the CPU "turbo boost" (Intel) or "turbo core" (AMD) feature:
  132. # 0=disable, 1=allow.
  133. # Note: a value of 1 does *not* activate boosting, it just allows it.
  134. # Default: <none>
  135.  
  136. #CPU_BOOST_ON_AC=1
  137. #CPU_BOOST_ON_BAT=0
  138.  
  139. # Set the Intel CPU HWP dynamic boost feature:
  140. # 0=disable, 1=enable.
  141. # Requires intel_pstate scaling driver in 'active' mode and Intel Core i
  142. # 6th gen. or newer CPU.
  143. # Default: <none>
  144.  
  145. #CPU_HWP_DYN_BOOST_ON_AC=1
  146. #CPU_HWP_DYN_BOOST_ON_BAT=0
  147.  
  148. # Minimize number of used CPU cores/hyper-threads under light load conditions:
  149. # 0=disable, 1=enable.
  150. # Default: 0 (AC), 1 (BAT)
  151.  
  152. #SCHED_POWERSAVE_ON_AC=0
  153. #SCHED_POWERSAVE_ON_BAT=1
  154.  
  155. # Kernel NMI Watchdog:
  156. # 0=disable (default, saves power), 1=enable (for kernel debugging only).
  157. # Default: 0
  158.  
  159. #NMI_WATCHDOG=0
  160.  
  161. # Select platform profile:
  162. # performance, balanced, low-power.
  163. # Controls system operating characteristics around power/performance levels,
  164. # thermal and fan speed. Values are given in order of increasing power saving.
  165. # Note: check the output of tlp-stat -p to determine availability on your
  166. # hardware and additional profiles such as: balanced-performance, quiet, cool.
  167. # Default: <none>
  168.  
  169. #PLATFORM_PROFILE_ON_AC=performance
  170. #PLATFORM_PROFILE_ON_BAT=low-power
  171.  
  172. # Define disk devices on which the following DISK/AHCI_RUNTIME parameters act.
  173. # Separate multiple devices with spaces.
  174. # Devices can be specified by disk ID also (lookup with: tlp diskid).
  175. # Default: "nvme0n1 sda"
  176.  
  177. #DISK_DEVICES="nvme0n1 sda"
  178.  
  179. # Disk advanced power management level: 1..254, 255 (max saving, min, off).
  180. # Levels 1..127 may spin down the disk; 255 allowable on most drives.
  181. # Separate values for multiple disks with spaces. Use the special value 'keep'
  182. # to keep the hardware default for the particular disk.
  183. # Default: 254 (AC), 128 (BAT)
  184.  
  185. #DISK_APM_LEVEL_ON_AC="254 254"
  186. #DISK_APM_LEVEL_ON_BAT="128 128"
  187.  
  188. # Exclude disk classes from advanced power management (APM):
  189. # sata, ata, usb, ieee1394.
  190. # Separate multiple classes with spaces.
  191. # CAUTION: USB and IEEE1394 disks may fail to mount or data may get corrupted
  192. # with APM enabled. Be careful and make sure you have backups of all affected
  193. # media before removing 'usb' or 'ieee1394' from the denylist!
  194. # Default: "usb ieee1394"
  195.  
  196. #DISK_APM_CLASS_DENYLIST="usb ieee1394"
  197.  
  198. # Hard disk spin down timeout:
  199. # 0: spin down disabled
  200. # 1..240: timeouts from 5s to 20min (in units of 5s)
  201. # 241..251: timeouts from 30min to 5.5 hours (in units of 30min)
  202. # See 'man hdparm' for details.
  203. # Separate values for multiple disks with spaces. Use the special value 'keep'
  204. # to keep the hardware default for the particular disk.
  205. # Default: <none>
  206.  
  207. #DISK_SPINDOWN_TIMEOUT_ON_AC="0 0"
  208. #DISK_SPINDOWN_TIMEOUT_ON_BAT="0 0"
  209.  
  210. # Select I/O scheduler for the disk devices.
  211. # Multi queue (blk-mq) schedulers:
  212. # mq-deadline(*), none, kyber, bfq
  213. # Single queue schedulers:
  214. # deadline(*), cfq, bfq, noop
  215. # (*) recommended.
  216. # Separate values for multiple disks with spaces. Use the special value 'keep'
  217. # to keep the kernel default scheduler for the particular disk.
  218. # Notes:
  219. # - Multi queue (blk-mq) may need kernel boot option 'scsi_mod.use_blk_mq=1'
  220. # and 'modprobe mq-deadline-iosched|kyber|bfq' on kernels < 5.0
  221. # - Single queue schedulers are legacy now and were removed together with
  222. # the old block layer in kernel 5.0
  223. # Default: keep
  224.  
  225. #DISK_IOSCHED="mq-deadline mq-deadline"
  226.  
  227. # AHCI link power management (ALPM) for SATA disks:
  228. # min_power, med_power_with_dipm(*), medium_power, max_performance.
  229. # (*) Kernel 4.15 (or newer) required, then recommended.
  230. # Multiple values separated with spaces are tried sequentially until success.
  231. # Default:
  232. # - "med_power_with_dipm max_performance" (AC)
  233. # - "med_power_with_dipm min_power" (BAT)
  234.  
  235. #SATA_LINKPWR_ON_AC="med_power_with_dipm max_performance"
  236. #SATA_LINKPWR_ON_BAT="med_power_with_dipm min_power"
  237.  
  238. # Exclude SATA links from AHCI link power management (ALPM).
  239. # SATA links are specified by their host. Refer to the output of
  240. # tlp-stat -d to determine the host; the format is "hostX".
  241. # Separate multiple hosts with spaces.
  242. # Default: <none>
  243.  
  244. #SATA_LINKPWR_DENYLIST="host1"
  245.  
  246. # Runtime Power Management for NVMe, SATA, ATA and USB disks
  247. # as well as SATA ports:
  248. # on=disable, auto=enable.
  249. # Note: SATA controllers are PCIe bus devices and handled by RUNTIME_PM further
  250. # down.
  251.  
  252. # Default: on (AC), auto (BAT)
  253.  
  254. #AHCI_RUNTIME_PM_ON_AC=on
  255. #AHCI_RUNTIME_PM_ON_BAT=auto
  256.  
  257. # Seconds of inactivity before disk is suspended.
  258. # Note: effective only when AHCI_RUNTIME_PM_ON_AC/BAT is activated.
  259. # Default: 15
  260.  
  261. #AHCI_RUNTIME_PM_TIMEOUT=15
  262.  
  263. # Power off optical drive in UltraBay/MediaBay: 0=disable, 1=enable.
  264. # Drive can be powered on again by releasing (and reinserting) the eject lever
  265. # or by pressing the disc eject button on newer models.
  266. # Note: an UltraBay/MediaBay hard disk is never powered off.
  267. # Default: 0
  268.  
  269. #BAY_POWEROFF_ON_AC=0
  270. #BAY_POWEROFF_ON_BAT=0
  271.  
  272. # Optical drive device to power off
  273. # Default: sr0
  274.  
  275. #BAY_DEVICE="sr0"
  276.  
  277. # Set the min/max/turbo frequency for the Intel GPU.
  278. # Possible values depend on your hardware. For available frequencies see
  279. # the output of tlp-stat -g.
  280. # Default: <none>
  281.  
  282. #INTEL_GPU_MIN_FREQ_ON_AC=0
  283. #INTEL_GPU_MIN_FREQ_ON_BAT=0
  284. #INTEL_GPU_MAX_FREQ_ON_AC=0
  285. #INTEL_GPU_MAX_FREQ_ON_BAT=0
  286. #INTEL_GPU_BOOST_FREQ_ON_AC=0
  287. #INTEL_GPU_BOOST_FREQ_ON_BAT=0
  288.  
  289. # AMD GPU power management.
  290. # Performance level (DPM): auto, low, high; auto is recommended.
  291. # Note: requires amdgpu or radeon driver.
  292. # Default: auto
  293.  
  294. #RADEON_DPM_PERF_LEVEL_ON_AC=auto
  295. #RADEON_DPM_PERF_LEVEL_ON_BAT=auto
  296.  
  297. # Dynamic power management method (DPM): balanced, battery, performance.
  298. # Note: radeon driver only.
  299. # Default: <none>
  300.  
  301. #RADEON_DPM_STATE_ON_AC=performance
  302. #RADEON_DPM_STATE_ON_BAT=battery
  303.  
  304. # Graphics clock speed (profile method): low, mid, high, auto, default;
  305. # auto = mid on BAT, high on AC.
  306. # Note: radeon driver on legacy ATI hardware only (where DPM is not available).
  307. # Default: default
  308.  
  309. #RADEON_POWER_PROFILE_ON_AC=default
  310. #RADEON_POWER_PROFILE_ON_BAT=default
  311.  
  312. # Wi-Fi power saving mode: on=enable, off=disable.
  313. # Default: off (AC), on (BAT)
  314.  
  315. #WIFI_PWR_ON_AC=off
  316. #WIFI_PWR_ON_BAT=on
  317.  
  318. # Disable Wake-on-LAN: Y/N.
  319. # Default: Y
  320.  
  321. #WOL_DISABLE=Y
  322.  
  323. # Enable audio power saving for Intel HDA, AC97 devices (timeout in secs).
  324. # A value of 0 disables, >= 1 enables power saving.
  325. # Note: 1 is recommended for Linux desktop environments with PulseAudio,
  326. # systems without PulseAudio may require 10.
  327. # Default: 1
  328.  
  329. #SOUND_POWER_SAVE_ON_AC=1
  330. #SOUND_POWER_SAVE_ON_BAT=1
  331.  
  332. # Disable controller too (HDA only): Y/N.
  333. # Note: effective only when SOUND_POWER_SAVE_ON_AC/BAT is activated.
  334. # Default: Y
  335.  
  336. #SOUND_POWER_SAVE_CONTROLLER=Y
  337.  
  338. # PCIe Active State Power Management (ASPM):
  339. # default(*), performance, powersave, powersupersave.
  340. # (*) keeps BIOS ASPM defaults (recommended)
  341. # Default: <none>
  342.  
  343. #PCIE_ASPM_ON_AC=default
  344. #PCIE_ASPM_ON_BAT=default
  345.  
  346. # Runtime Power Management for PCIe bus devices: on=disable, auto=enable.
  347. # Default: on (AC), auto (BAT)
  348.  
  349. #RUNTIME_PM_ON_AC=on
  350. #RUNTIME_PM_ON_BAT=auto
  351.  
  352. # Exclude listed PCIe device adresses from Runtime PM.
  353. # Note: this preserves the kernel driver default, to force a certain state
  354. # use RUNTIME_PM_ENABLE/DISABLE instead.
  355. # Separate multiple addresses with spaces.
  356. # Use lspci to get the adresses (1st column).
  357. # Default: <none>
  358.  
  359. #RUNTIME_PM_DENYLIST="11:22.3 44:55.6"
  360.  
  361. # Exclude PCIe devices assigned to the listed drivers from Runtime PM.
  362. # Note: this preserves the kernel driver default, to force a certain state
  363. # use RUNTIME_PM_ENABLE/DISABLE instead.
  364. # Separate multiple drivers with spaces.
  365. # Default: "mei_me nouveau radeon", use "" to disable completely.
  366.  
  367. #RUNTIME_PM_DRIVER_DENYLIST="mei_me nouveau radeon"
  368.  
  369. # Permanently enable/disable Runtime PM for listed PCIe device addresses
  370. # (independent of the power source). This has priority over all preceding
  371. # Runtime PM settings. Separate multiple addresses with spaces.
  372. # Use lspci to get the adresses (1st column).
  373. # Default: <none>
  374.  
  375. #RUNTIME_PM_ENABLE="11:22.3"
  376. #RUNTIME_PM_DISABLE="44:55.6"
  377.  
  378. # Set to 0 to disable, 1 to enable USB autosuspend feature.
  379. # Default: 1
  380.  
  381. #USB_AUTOSUSPEND=1
  382.  
  383. # Exclude listed devices from USB autosuspend (separate with spaces).
  384. # Use lsusb to get the ids.
  385. # Note: input devices (usbhid) and libsane-supported scanners are excluded
  386. # automatically.
  387. # Default: <none>
  388.  
  389. #USB_DENYLIST="1111:2222 3333:4444"
  390.  
  391. # Exclude audio devices from USB autosuspend:
  392. # 0=do not exclude, 1=exclude.
  393. # Default: 1
  394.  
  395. #USB_EXCLUDE_AUDIO=1
  396.  
  397. # Exclude bluetooth devices from USB autosuspend:
  398. # 0=do not exclude, 1=exclude.
  399. # Default: 0
  400.  
  401. #USB_EXCLUDE_BTUSB=0
  402.  
  403. # Exclude phone devices from USB autosuspend:
  404. # 0=do not exclude, 1=exclude (enable charging).
  405. # Default: 0
  406.  
  407. #USB_EXCLUDE_PHONE=0
  408.  
  409. # Exclude printers from USB autosuspend:
  410. # 0=do not exclude, 1=exclude.
  411. # Default: 1
  412.  
  413. #USB_EXCLUDE_PRINTER=1
  414.  
  415. # Exclude WWAN devices from USB autosuspend:
  416. # 0=do not exclude, 1=exclude.
  417. # Default: 0
  418.  
  419. #USB_EXCLUDE_WWAN=0
  420.  
  421. # Allow USB autosuspend for listed devices even if already denylisted or
  422. # excluded above (separate with spaces). Use lsusb to get the ids.
  423. # Default: 0
  424.  
  425. #USB_ALLOWLIST="1111:2222 3333:4444"
  426.  
  427. # Set to 1 to disable autosuspend before shutdown, 0 to do nothing
  428. # Note: use as a workaround for USB devices that cause shutdown problems.
  429. # Default: 0
  430.  
  431. #USB_AUTOSUSPEND_DISABLE_ON_SHUTDOWN=0
  432.  
  433. # Restore radio device state (Bluetooth, WiFi, WWAN) from previous shutdown
  434. # on system startup: 0=disable, 1=enable.
  435. # Note: the parameters DEVICES_TO_DISABLE/ENABLE_ON_STARTUP/SHUTDOWN below
  436. # are ignored when this is enabled.
  437. # Default: 0
  438.  
  439. #RESTORE_DEVICE_STATE_ON_STARTUP=0
  440.  
  441. # Radio devices to disable on startup: bluetooth, nfc, wifi, wwan.
  442. # Separate multiple devices with spaces.
  443. # Default: <none>
  444.  
  445. #DEVICES_TO_DISABLE_ON_STARTUP="bluetooth nfc wifi wwan"
  446.  
  447. # Radio devices to enable on startup: bluetooth, nfc, wifi, wwan.
  448. # Separate multiple devices with spaces.
  449. # Default: <none>
  450.  
  451. #DEVICES_TO_ENABLE_ON_STARTUP="wifi"
  452.  
  453. # Radio devices to disable on shutdown: bluetooth, nfc, wifi, wwan.
  454. # Note: use as a workaround for devices that are blocking shutdown.
  455. # Default: <none>
  456.  
  457. #DEVICES_TO_DISABLE_ON_SHUTDOWN="bluetooth nfc wifi wwan"
  458.  
  459. # Radio devices to enable on shutdown: bluetooth, nfc, wifi, wwan.
  460. # (to prevent other operating systems from missing radios).
  461. # Default: <none>
  462.  
  463. #DEVICES_TO_ENABLE_ON_SHUTDOWN="wwan"
  464.  
  465. # Radio devices to enable on AC: bluetooth, nfc, wifi, wwan.
  466. # Default: <none>
  467.  
  468. #DEVICES_TO_ENABLE_ON_AC="bluetooth nfc wifi wwan"
  469.  
  470. # Radio devices to disable on battery: bluetooth, nfc, wifi, wwan.
  471. # Default: <none>
  472.  
  473. #DEVICES_TO_DISABLE_ON_BAT="bluetooth nfc wifi wwan"
  474.  
  475. # Radio devices to disable on battery when not in use (not connected):
  476. # bluetooth, nfc, wifi, wwan.
  477. # Default: <none>
  478.  
  479. #DEVICES_TO_DISABLE_ON_BAT_NOT_IN_USE="bluetooth nfc wifi wwan"
  480.  
  481. # Battery Care -- Charge thresholds
  482. # Charging starts when the charge level is below the START_CHARGE_THRESH value
  483. # when the charger is connected. It stops when the STOP_CHARGE_THRESH value is
  484. # reached.
  485. # Required hardware: Lenovo ThinkPads and select other laptop brands are driven
  486. # via specific plugins, the actual support status is shown by tlp-stat -b.
  487. # For more explanations and vendor specific details refer to
  488. # https://linrunner.de/tlp/settings/battery.html
  489. # Notes:
  490. # - ThinkPads may require external kernel module(s), refer to the output of
  491. # tlp-stat -b
  492. # - Vendor specific parameter value ranges are shown by tlp-stat -b
  493. # - If your hardware supports a start *and* a stop threshold, you must
  494. # specify both, otherwise TLP will refuse to apply the single threshold
  495. # - If your hardware supports only a stop threshold, set the start value to 0
  496.  
  497. # BAT0: Primary / Main / Internal battery (values in %)
  498. # Note: also use for batteries BATC, BATT and CMB0
  499. # Default: <none>
  500.  
  501. #START_CHARGE_THRESH_BAT0=75
  502. #STOP_CHARGE_THRESH_BAT0=80
  503.  
  504. # BAT1: Secondary / Ultrabay / Slice / Replaceable battery (values in %)
  505. # Note: primary on some laptops
  506. # Default: <none>
  507.  
  508. #START_CHARGE_THRESH_BAT1=75
  509. #STOP_CHARGE_THRESH_BAT1=80
  510.  
  511. # Restore charge thresholds when AC is unplugged: 0=disable, 1=enable.
  512. # Default: 0
  513.  
  514. #RESTORE_THRESHOLDS_ON_BAT=1
  515.  
  516. # Control battery care drivers: 0=disable, 1=enable.
  517. # Default: 1 (all)
  518.  
  519. #NATACPI_ENABLE=1
  520. #TPACPI_ENABLE=1
  521. #TPSMAPI_ENABLE=1
  522.  
  523. # ------------------------------------------------------------------------------
  524. # tlp-rdw - Parameters for the radio device wizard
  525.  
  526. # Possible devices: bluetooth, wifi, wwan.
  527. # Separate multiple radio devices with spaces.
  528. # Default: <none> (for all parameters below)
  529.  
  530. # Radio devices to disable on connect.
  531.  
  532. #DEVICES_TO_DISABLE_ON_LAN_CONNECT="wifi wwan"
  533. #DEVICES_TO_DISABLE_ON_WIFI_CONNECT="wwan"
  534. #DEVICES_TO_DISABLE_ON_WWAN_CONNECT="wifi"
  535.  
  536. # Radio devices to enable on disconnect.
  537.  
  538. #DEVICES_TO_ENABLE_ON_LAN_DISCONNECT="wifi wwan"
  539. #DEVICES_TO_ENABLE_ON_WIFI_DISCONNECT=""
  540. #DEVICES_TO_ENABLE_ON_WWAN_DISCONNECT=""
  541.  
  542. # Radio devices to enable/disable when docked.
  543.  
  544. #DEVICES_TO_ENABLE_ON_DOCK=""
  545. #DEVICES_TO_DISABLE_ON_DOCK=""
  546.  
  547. # Radio devices to enable/disable when undocked.
  548.  
  549. #DEVICES_TO_ENABLE_ON_UNDOCK="wifi"
  550. #DEVICES_TO_DISABLE_ON_UNDOCK=""
  551.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement