- disabling ASPM
- Ошибки PCIe Bus Error: severity=Corrected при выключении в Linux
- Ошибки PCIe Bus Error при выключении Linux
- Ошибка PCIe Bus error severity=Corrected на ASUS x543uv при установке системы
- Power management
- Contents
- Userspace tools
- Console
- Graphical
- Power management with systemd
- ACPI events
- Power managers
- xss-lock
- Suspend and hibernate
- Hybrid-sleep on suspend or hibernation request
- Sleep hooks
- Suspend/resume service files
- Combined Suspend/resume service file
- Hooks in /usr/lib/systemd/system-sleep
- Troubleshooting
- Delayed lid switch action
- Suspend from corresponding laptop Fn key not working
- Power saving
- Processors with Intel HWP (Intel Hardware P-state) support
- Audio
- Kernel
- PulseAudio
- Backlight
- Bluetooth
- Web camera
- Kernel parameters
- Disabling NMI watchdog
- Writeback Time
- Laptop Mode
- Network interfaces
- Intel wireless cards (iwlwifi)
- Active State Power Management
- PCI Runtime Power Management
- USB autosuspend
- SATA Active Link Power Management
- Hard disk drive
- CD-ROM or DVD drive
- Tools and scripts
- Using a script and an udev rule
- Print power settings
disabling ASPM
Подскажите, что изменить в dsdt, чтобы не вылетала следующая ошибка:
В dsdt в Scope (_SB.PCI0) есть метод, который, как я понимаю, надо исправить, чтобы заработал ASPM, но не знаю что именно:
Я решил это так .
Воткнул я в dsdt из статьи Method (_OSC, 4, NotSerialized), но выхлоп такой получился:
Андрей, может будет время — посмотри что не так в dsdt . Эта версия до внесения метода из твоей статьи.
И еще вопрос — почему очень разный на количество ошибок дамп dsdt, сделанный из под LiveCD Linux Mint 18.1 и из-под Gentoo 4.9.6, загруженный без кастомного dsdt? В первом случае 4 ошибки, а во втором 28.
И оно закономерно ничего не дало потому-что изначально у нас проблемы схожи но не полностью одинаковы.
Ты сам подход то понял? Ругается тебе ядро. Нашёл место проверки нужного тебе условия в сырцах. Посмотрел чего ядро от тебя желает. Дальше долго и упорно ищешь более менее похожую таблицу dsdt с такими кусками/изменениями на отсутствие которых ругается твоё ядро. А дальше тупо метод тыка — применил новую таблицу посмотрел что изменилось.
И еще вопрос — почему очень разный на количество ошибок дамп dsdt
Это особенность таблиц dsdt, ssdt. Самый правильный дамп не из живого биоса а из его бинарного файла обновления. А из живой системы надо снимать вот так и то не факт что получишь то что хочешь. Ах да снимешь из венды получишь третий дамп несовпадающий с твоей парой дампов 😉
А что возвращает вот это: ToUUID(«33DB4D5B-1FF7-401C-9657-7441C03DD766») ? Работает ли сравнение Arg0 и этого ToUUID в Linux? Как я понимаю, в этом месте сравнение дает False и все уходит на выполнение Else, где второй бит Arg3 устанавливается в 1 и в итоге имеем ASPM disabling. Как можно получить корректное значение ToUUID(«33DB4D5B-1FF7-401C-9657-7441C03DD766») для моей системы?
Подскажите, что изменить в dsdt, чтобы не вылетала следующая ошибка
Что изменить в DSDT — не подскажу, зато подскажу, что можно написать pcie_aspm=force в cmdline ядра 🙂
Источник
Ошибки PCIe Bus Error: severity=Corrected при выключении в Linux
После обновления Linux, при следующем выключении компьютера на экран повалилась куча одинаковых сообщений об ошибке: «pcieport 0000:00:1c.3: PCIe Bus Error: severity=Corrected, type=Physical Layer«. Причём длится это безобразие довольно долго, так что рука тянется принудительно выключить компьютер с кнопки, что я пару раз и проделал, пока не нашёл решения проблемы.
Как я уже сказал выше, выключение или перезагрузка компьютера стала адовой процедурой — лог повторяющихся ошибок бежал по экрану в течении (!) двух минут. Оказалось, что данная проблема постигла практически всех владельцев интеловских процессоров и, по всей видимости, связана с попытками понизить питание на порту PCIe. На тематических Linux-форумах предлагается добавить следующие два параметра при загрузке ядра:
pci = nomsi — отключает использование прерываний MSI;
pci = noaer — отключает расширенный отчёт об ошибках ядра.
Однако, возвращаться к использованию устаревших методов доставки прерываний мне совсем не хотелось — костыли, так себе. Решил пойти другим путём и просто отключить технологию ASPM (Active-State Power Management).
ASPM позволяет управлять энергопотреблением шин PCI Express (PCIe) посредством их перевода в энергосберегающий режим, если устройство не используются. В то же время, активация ASPM приводит к задержке ответа от устройств, так как требуется некоторое время на переключение режимов работы шины.
Поведением ASPM можно управлять, добавив параметр pcie_aspm в загрузчик или внеся изменения в файле /sys/module/pcie_aspm/parameters/policy (pcie_aspm=off отключает ASPM, а pcie_aspm=force принудительно задействует, даже на поддерживающих технологию устройствах). Я подправил загрузчик GRUB:
В моём случае, ошибку выдавал встроенный Wi-Fi адаптер, который в принципе не отличался стабильностью в работе и постоянно отваливался. Отдельно отключить энергосбережение для WiFi поможет продвинутая консольная утилита для управления питанием TLP (/etc/default/tlp):
Если считаете статью полезной,
не ленитесь ставить лайки и делиться с друзьями.
Источник
Ошибки PCIe Bus Error при выключении Linux
После обновления Linux, при следующем выключении компьютера на экран повалилась куча одинаковых сообщений об ошибке: » pcieport 0000:00:1c.3: PCIe Bus Error: severity=Corrected, type=Physical Layer «. Причём длится это безобразие довольно долго, так что рука тянется принудительно выключить компьютер с кнопки, что я пару раз и проделал, пока не нашёл решения проблемы.
Как я уже сказал выше, выключение или перезагрузка компьютера стала адовой процедурой — лог повторяющихся ошибок бежал по экрану в течении (!) двух минут. Оказалось, что данная проблема постигла практически всех владельцев интеловских процессоров и, по всей видимости, связана с попытками понизить питание на порту PCIe. На тематических Linux-форумах предлагается добавить следующие два параметра при загрузке ядра:
pci = nomsi — отключает использование прерываний MSI;
pci = noaer — отключает расширенный отчёт об ошибках ядра.
Однако, возвращаться к использованию устаревших методов доставки прерываний мне совсем не хотелось — костыли, так себе. Решил пойти другим путём и просто отключить технологию ASPM (Active-State Power Management).
ASPM позволяет управлять энергопотреблением шин PCI Express (PCIe) посредством их перевода в энергосберегающий режим, если устройство не используются. В то же время, активация ASPM приводит к задержке ответа от устройств, так как требуется некоторое время на переключение режимов работы шины.
Поведением ASPM можно управлять, добавив параметр pcie_aspm в загрузчик или внеся изменения в файле /sys/module/pcie_aspm/parameters/policy (pcie_aspm=off отключает ASPM, а pcie_aspm=force принудительно задействует, даже на поддерживающих технологию устройствах). Я подправил загрузчик GRUB:
# открываем файл настроек grub в текстовом редакторе
sudo editor /etc/default/grub
# добавляем параметр pcie_aspm=off
GRUB_CMDLINE_LINUX_DEFAULT=»quiet pcie_aspm=off»
# сохраняем и обновляем загрузчик
sudo update-grub
В моём случае, ошибку выдавал встроенный Wi-Fi адаптер, который в принципе не отличался стабильностью в работе и постоянно отваливался. Отдельно отключить энергосбережение для WiFi поможет продвинутая консольная утилита для управления питанием TLP (/etc/default/tlp):
Подписывайтесь на канал Яндекс.Дзен и узнавайте первыми о новых материалах, опубликованных на сайте.
ЕСЛИ СЧИТАЕТЕ СТАТЬЮ ПОЛЕЗНОЙ,
НЕ ЛЕНИТЕСЬ СТАВИТЬ ЛАЙКИ И ДЕЛИТЬСЯ С ДРУЗЬЯМИ.
Источник
Ошибка PCIe Bus error severity=Corrected на ASUS x543uv при установке системы
Добрый вечер, люди добрые. Хотел установить линукс на ноут (ASUS x541uv). Столкнулся с ошибкой:
Нашёл в Интернете, что это проблема возникла в отдельном поколении процов Intel. Всё здорово. Предлагается в конфиге граба прописать всякие страшные фразы вроде:
Честно говоря, не сильно понимаю, на сколько это корректно. Но даже это чёрт с ним. Куда это прописывать, если я систему устанавливаю? У меня нет готовой системы. Я знаю, как попасть через меню в конфиг загрузчика grub (клавиша «E»). Но! Я понимаю, что это чушь. А из теории вычитать не могу понять. Кто-то, может, знает, как решается эта трабла? Мне по сути только линь хочется на ноутбук установить. А получается, что не хочет он ставится вообще никакой (проблема на уровне ядра). Пожалуйста, не пишите про «купить другой ноутбук». Спасибо!
Поясняю. ASPM – это такой «умный» регулировщик питания PCI-e, в «энергосберегайку» устройства может бросать, если они не используются.
PCIe Bus error severity=Corrected
Написано же: «исправленно». «Лайв» запускается? Установленная система запускается? Работает? Значит, ничего страшного. Вон, у меня постоянно какую-то каку про IOMMU пишет при загрузке, но по факту это ни на что не влияет.
/etc/default/grub установленной системы, после чего сделать sudo grub-mkconfig -o /boot/grub/grub.cfg . Для «арча» это даже не проблема, в остальных случаях – chroot «спасёт отца русской демократии».
Да в том то и дело, что не установлена система. При установке системы это вылетает. При чём может вылетить на любом этапе. И всё. Дальше всё…
В теории любому Линуксу можно передать параметры загрузки ядра тем или иным способом. Тебе нужно передать их перед загрузкой установочной системы, через загрузчик этой установочной системы, войти в некий специальный режим редактирования и ручками вбить это в строку параметров ядра. Ессно это всё не сохранится, это нужно только чтобы установочный образ дистрибутива стартовал с этим параметром. И потом, после установки, прописать это же уже на постоянной основе. Из приведённых тобою параметров значимый только один, pcie_aspm=off, отключает управление энергосбережением устройств на шине pci-e. Второй это косметика, убирает диагностические сообщения. А вот как именно всё это проделать я не скажу, так как ты даже название дистрибутива не написал.
Ну тогда добавить указанные вами параметры при загрузке (вот это вот «pcie_aspm=off»). По идее, с отключённым регулятором питания шины оно хотя бы установить должно. Также можно через debootstrap или аналог попробовать.
Ну или вытащить накопитель, установить туда ОС, после чего вставить обратно, «чрутнуться», отредактировать /etc/fstab и переустановить загрузчик уже с нужными параметрами.
А ошибки валятся везде. Так, пробовал Ubuntu/Mint, CentOS.
Естественно они будут везде. Ядро во всех дистрибутивах Линукс. От дистрибутива зависит способ передачи параметров ядру при загрузке. Ещё раз. Тебе нужно сказать pcie_aspm=off ядру. Поскольку система у тебя не установлена, а грузится с установочного образа дистрибутива, для начала нужно сказать это заклинание ядру установочного образа дистрибутива, чтобы установка состоялась. Это не решит твою проблему полностью, но позволит хотя бы установить Линукс. А дальше это же заклинание нужно прописать уже установленному Линуксу, и это будет уже окончательное решение вопроса. ВНЕЗАПНО установочный образ тоже загружается через загрузчик, и заклинания нужно говорить там, прямо в этом загрузчике, до запуска ядра.
Переводить это я тебе не буду, это как нибудь сам.
Источник
Power management
Power management is a feature that turns off the power or switches system’s components to a low-power state when inactive.
In Arch Linux, power management consists of two main parts:
- Configuration of the Linux kernel, which interacts with the hardware.
- Kernel parameters
- Kernel modules
- udev rules
- Configuration of userspace tools, which interact with the kernel and react to its events. Many userspace tools also allow to modify kernel configuration in a «user-friendly» way. See #Userspace tools for the options.
Contents
Userspace tools
Using these tools can replace setting a lot of settings by hand. Only run one of these tools to avoid possible conflicts as they all work more or less similarly. Have a look at the power management category to get an overview on what power management options exist in Arch Linux.
These are the more popular scripts and tools designed to help power saving:
Console
- acpid — A daemon for delivering ACPI power management events with netlink support.
https://sourceforge.net/projects/acpid2/ || acpid
- Laptop Mode Tools — Utility to configure laptop power saving settings, considered by many to be the de facto utility for power saving though may take a bit of configuration.
https://github.com/rickysarraf/laptop-mode-tools || laptop-mode-toolsAUR
- libsmbios — Library and tools for interacting with Dell SMBIOS tables.
https://github.com/dell/libsmbios || libsmbios
- powertop — A tool to diagnose issues with power consumption and power management to help set power saving settings.
https://01.org/powertop/ || powertop
- systemd — A system and service manager.
https://freedesktop.org/wiki/Software/systemd/ || systemd
- TLP — Advanced power management for Linux.
https://linrunner.de/tlp || tlp
Graphical
- batterymon-clone — Simple battery monitor tray icon.
https://github.com/jareksed/batterymon-clone || batterymon-cloneAUR
- batsignal — Lightweight battery monitor that uses libnotify to warn of low battery levels.
https://github.com/electrickite/batsignal || batsignalAUR
- cbatticon — Lightweight and fast battery icon that sits in your system tray.
https://github.com/valr/cbatticon || cbatticon
- GNOME Power Statistics — System power information and statistics for GNOME.
https://gitlab.gnome.org/GNOME/gnome-power-manager || gnome-power-manager
- KDE Power Devil — Power management module for Plasma.
https://invent.kde.org/plasma/powerdevil || powerdevil
- LXQt Power Management — Power management module for LXQt.
https://github.com/lxqt/lxqt-powermanagement || lxqt-powermanagement
- MATE Power Management — Power management tool for MATE.
https://github.com/mate-desktop/mate-power-manager || mate-power-manager
- MATE Power Statistics — System power information and statistics for MATE.
https://github.com/mate-desktop/mate-power-manager || mate-power-manager
- powerkit — Desktop independent power manager.
https://github.com/rodlie/powerkit || powerkitAUR
- Xfce Power Manager — Power manager for Xfce.
https://docs.xfce.org/xfce/xfce4-power-manager/start || xfce4-power-manager
- vattery — Battery monitoring application written in Vala that will display the status of a laptop battery in a system tray.
https://www.jezra.net/projects/vattery.html || vatteryAUR
Power management with systemd
ACPI events
systemd handles some power-related ACPI events, whose actions can be configured in /etc/systemd/logind.conf or /etc/systemd/logind.conf.d/*.conf — see logind.conf(5) . On systems with no dedicated power manager, this may replace the acpid daemon which is usually used to react to these ACPI events.
The specified action for each event can be one of ignore , poweroff , reboot , halt , suspend , hibernate , hybrid-sleep , suspend-then-hibernate , lock or kexec . In case of hibernation and suspension, they must be properly set up. If an event is not configured, systemd will use a default action.
Event handler | Description | Default action |
---|---|---|
HandlePowerKey | Triggered when the power key/button is pressed. | poweroff |
HandleSuspendKey | Triggered when the suspend key/button is pressed. | suspend |
HandleHibernateKey | Triggered when the hibernate key/button is pressed. | hibernate |
HandleLidSwitch | Triggered when the lid is closed, except in the cases below. | suspend |
HandleLidSwitchDocked | Triggered when the lid is closed if the system is inserted in a docking station, or more than one display is connected. | ignore |
HandleLidSwitchExternalPower | Triggered when the lid is closed if the system is connected to external power. | action set for HandleLidSwitch |
To apply any changes, signal systemd-logind with HUP :
Power managers
Some desktop environments include power managers which inhibit (temporarily turn off) some or all of the systemd ACPI settings. If such a power manager is running, then the actions for ACPI events can be configured in the power manager alone. Changes to /etc/systemd/logind.conf or /etc/systemd/logind.conf.d/*.conf need be made only if you wish to configure behaviour for a particular event that is not inhibited by the power manager.
Note that if the power manager does not inhibit systemd for the appropriate events you can end up with a situation where systemd suspends your system and then when the system is woken up the other power manager suspends it again. As of December 2016, the power managers of KDE, GNOME, Xfce and MATE issue the necessary inhibited commands. If the inhibited commands are not being issued, such as when using acpid or others to handle ACPI events, set the Handle options to ignore . See also systemd-inhibit(1) .
xss-lock
xss-lock subscribes to the systemd-events suspend , hibernate , lock-session , and unlock-session with appropriate actions (run locker and wait for user to unlock or kill locker). xss-lock also reacts to DPMS events and runs or kills the locker in response.
Start xss-lock in your autostart, for example
Suspend and hibernate
systemd provides commands to suspend to RAM or hibernate using the kernel’s native suspend/resume functionality. There are also mechanisms to add hooks to customize pre- and post-suspend actions.
systemctl suspend should work out of the box, for systemctl hibernate to work on your system you need to follow the instructions at Suspend and hibernate#Hibernation.
There are also two modes combining suspend and hibernate:
- systemctl hybrid-sleep suspends the system both to RAM and disk, so a complete power loss does not result in lost data. This mode is also called suspend to both.
- systemctl suspend-then-hibernate initially suspends the system to RAM and if it is not interrupted within the delay specified by HibernateDelaySec in systemd-sleep.conf(5) , then the system will be woken using an RTC alarm and hibernated.
Hybrid-sleep on suspend or hibernation request
It is possible to configure systemd to always do a hybrid-sleep even on a suspend or hibernation request.
The default suspend and hibernation action can be configured in the /etc/systemd/sleep.conf file. To set both actions to hybrid-sleep:
Sleep hooks
Suspend/resume service files
Service files can be hooked into suspend.target, hibernate.target, sleep.target, hybrid-sleep.target and suspend-then-hibernate.target to execute actions before or after suspend/hibernate. Separate files should be created for user actions and root/system actions. Enable the suspend@user and resume@user services to have them started at boot. Examples:
For root/system actions (enable the root-resume and root-suspend services to have them started at boot):
Combined Suspend/resume service file
With the combined suspend/resume service file, a single hook does all the work for different phases (sleep/resume) and for different targets (suspend/hibernate/hybrid-sleep).
Example and explanation:
- RemainAfterExit=yes : After started, the service is considered active until it is explicitly stopped.
- StopWhenUnneeded=yes : When active, the service will be stopped if no other active service requires it. In this specific example, it will be stopped after sleep.target is stopped.
- Because sleep.target is pulled in by suspend.target, hibernate.target and hybrid-sleep.target and because sleep.target itself is a StopWhenUnneeded service, the hook is guaranteed to start/stop properly for different tasks.
Generic service template
In this example, we create a template service which we can then use to hook any existing systemd service to power events:[1]
Then enable an instance of this template by specifying the basename of an existing systemd service after the @ , i.e., sleep@service-file-basename.service . See systemd.unit(5) § DESCRIPTION for more details on templates.
Hooks in /usr/lib/systemd/system-sleep
systemd runs all executables in /usr/lib/systemd/system-sleep/ , passing two arguments to each of them:
- Argument 1: either pre or post , depending on whether the machine is going to sleep or waking up
- Argument 2: suspend , hibernate or hybrid-sleep , depending on which is being invoked
systemd will run these scripts concurrently and not one after another.
The output of any custom script will be logged by systemd-suspend.service, systemd-hibernate.service or systemd-hybrid-sleep.service. You can see its output in systemd‘s journalctl:
An example of a custom sleep script:
Do not forget to make your script executable:
Troubleshooting
Delayed lid switch action
When performing lid switches in short succession, logind will delay the suspend action for up to 90s to detect possible docks. [3] This delay was made configurable with systemd v220:[4]
Suspend from corresponding laptop Fn key not working
If, regardless of the setting in logind.conf, the sleep button does not work (pressing it does not even produce a message in syslog), then logind is probably not watching the keyboard device. [5] Do:
You might see something like this:
Notice no keyboard device. Now obtain ATTRS
Now write a custom udev rule to add the «power-switch» tag:
Restart systemd-udevd.service , reload rules by running udevadm trigger as root, and restart systemd-logind.service .
Now you should see Watching system buttons on /dev/input/event0 in syslog.
Power saving
This section is a reference for creating custom scripts and power saving settings such as by udev rules. Make sure that the settings are not managed by some other utility to avoid conflicts.
Almost all of the features listed here are worth using whether or not the computer is on AC or battery power. Most have negligible performance impact and are just not enabled by default because of commonly broken hardware/drivers. Reducing power usage means reducing heat, which can even lead to higher performance on a modern Intel or AMD CPU, thanks to dynamic overclocking.
Processors with Intel HWP (Intel Hardware P-state) support
This article or section is a candidate for merging with CPU frequency scaling.
The available energy preferences of a HWP supported processor are default performance balance_performance balance_power power .
This can be validated by running
To conserve more energy, you can configuration by creating the following file:
See the systemd-tmpfiles(8) and tmpfiles.d(5) man pages for details.
Audio
Kernel
By default, audio power saving is turned off by most drivers. It can be enabled by setting the power_save parameter; a time (in seconds) to go into idle mode. To idle the audio card after one second, create the following file for Intel soundcards.
Alternatively, use the following for ac97:
It is also possible to further reduce the audio power requirements by disabling the HDMI audio output, which can done by blacklisting the appropriate kernel modules (e.g. snd_hda_codec_hdmi in case of Intel hardware).
PulseAudio
By default, PulseAudio suspends any audio sources that have become idle for too long. When using an external USB microphone, recordings may start with a pop sound. As a workaround, comment out the following line in /etc/pulse/default.pa :
Afterwards, restart PulseAudio with systemctl restart —user pulseaudio .
Backlight
Bluetooth
This article or section needs expansion.
To disable bluetooth completely, blacklist the btusb and bluetooth modules.
To turn off bluetooth only temporarily, use rfkill:
Or with udev rule:
Web camera
If you will not use integrated web camera then blacklist the uvcvideo module.
Kernel parameters
This section uses configurations in /etc/sysctl.d/ , which is «a drop-in directory for kernel sysctl parameters.» See The New Configuration Files and more specifically sysctl.d(5) for more information.
Disabling NMI watchdog
This article or section needs expansion.
The NMI watchdog is a debugging feature to catch hardware hangs that cause a kernel panic. On some systems it can generate a lot of interrupts, causing a noticeable increase in power usage:
or add nmi_watchdog=0 to the kernel line to disable it completely from early boot.
Writeback Time
Increasing the virtual memory dirty writeback time helps to aggregate disk I/O together, thus reducing spanned disk writes, and increasing power saving. To set the value to 60 seconds (default is 5 seconds):
To do the same for journal commits on supported filesystems (e.g. ext4, btrfs. ), use commit=60 as a option in fstab.
Note that this value is modified as a side effect of the Laptop Mode setting below. See also sysctl#Virtual memory for other parameters affecting I/O performance and power saving.
Laptop Mode
See the kernel documentation on the laptop mode «knob». «A sensible value for the knob is 5 seconds.»
Network interfaces
Wake-on-LAN can be a useful feature, but if you are not making use of it then it is simply draining extra power waiting for a magic packet while in suspend. You can adapt the Wake-on-LAN#udev rule to disable the feature for all ethernet interfaces. To enable powersaving with iw on all wireless interfaces:
The name of the configuration file is important. With the use of persistent device names in systemd, the above network rule, named lexicographically after 80-net-setup-link.rules , is applied after the device is renamed with a persistent name e.g. wlan0 renamed wlp3s0 . Be aware that the RUN command is executed after all rules have been processed and must anyway use the persistent name, available in $name for the matched device.
Intel wireless cards (iwlwifi)
Additional power saving functions of Intel wireless cards with iwlwifi driver can be enabled by passing the correct parameters to the kernel module. Making them persistent can be achieved by adding the lines below to the /etc/modprobe.d/iwlwifi.conf file:
This option will probably increase your median latency:
On kernels Bus power management
Active State Power Management
If the computer is believed not to support ASPM it will be disabled on boot:
ASPM is handled by the BIOS, if ASPM is disabled it will be because [7]:
- The BIOS disabled it for some reason (for conflicts?).
- PCIE requires ASPM but L0s are optional (so L0s might be disabled and only L1 enabled).
- The BIOS might not have been programmed for it.
- The BIOS is buggy.
If believing the computer has support for ASPM it can be forced on for the kernel to handle with the pcie_aspm=force kernel parameter.
To adjust to powersave do (the following command will not work unless enabled):
By default it looks like this:
PCI Runtime Power Management
The rule above powers all unused devices down, but some devices will not wake up again. To allow runtime power management only for devices that are known to work, use simple matching against vendor and device IDs (use lspci -nn to get these values):
Alternatively, to blacklist devices that are not working with PCI runtime power management and enable it for all other devices:
USB autosuspend
The Linux kernel can automatically suspend USB devices when they are not in use. This can sometimes save quite a bit of power, however some USB devices are not compatible with USB power saving and start to misbehave (common for USB mice/keyboards). udev rules based on whitelist or blacklist filtering can help to mitigate the problem.
The most simple and likely useless example is enabling autosuspend for all USB devices:
To allow autosuspend only for devices that are known to work, use simple matching against vendor and product IDs (use lsusb to get these values):
Alternatively, to blacklist devices that are not working with USB autosuspend and enable it for all other devices:
The default autosuspend idle delay time is controlled by the autosuspend parameter of the usbcore built-in kernel module. To set the delay to 5 seconds instead of the default 2 seconds, add the following kernel parameter for your bootloader.
Similarly to power/control , the delay time can be fine-tuned per device by setting the power/autosuspend attribute. This means, alternatively, autosuspend can be disabled by setting power/autosuspend to -1 (i.e., never autosuspend):
See the Linux kernel documentation for more information on USB power management.
SATA Active Link Power Management
This article or section is out of date.
Since Linux 4.15 there is a new setting called med_power_with_dipm that matches the behaviour of Windows IRST driver settings and should not cause data loss with recent SSD/HDD drives. The power saving can be significant, ranging from 1.0 to 1.5 Watts (when idle). It will become a default setting for Intel based laptops in Linux 4.16 [8].
The current setting can be read from /sys/class/scsi_host/host*/link_power_management_policy as follows:
Setting | Description | Power saving |
---|---|---|
max_performance | current default | None |
medium_power | — | |
med_power_with_dipm | recommended setting | |
min_power | WARNING: possible data loss |
Hard disk drive
See hdparm#Power management configuration for drive parameters that can be set.
Power saving is not effective when too many programs are frequently writing to the disk. Tracking all programs, and how and when they write to disk is the way to limit disk usage. Use iotop to see which programs use the disk frequently. See Improving performance#Storage devices for other tips.
Also little things like setting the noatime option can help. If enough RAM is available, consider disabling or limiting swappiness as it has the possibility to limit a good number of disk writes.
CD-ROM or DVD drive
Tools and scripts
This article or section needs language, wiki syntax or style improvements. See Help:Style for reference.
Using a script and an udev rule
Since systemd users can suspend and hibernate through systemctl suspend or systemctl hibernate and handle acpi events with /etc/systemd/logind.conf , it might be interesting to remove pm-utils and acpid. There is just one thing systemd cannot do (as of systemd-204): power management depending on whether the system is running on AC or battery. To fill this gap, you can create a single udev rule that runs a script when the AC adapter is plugged and unplugged:
Examples of powersave scripts:
The above udev rule should work as expected, but if your power settings are not updated after a suspend or hibernate cycle, you should add a script in /usr/lib/systemd/system-sleep/ with the following contents:
Do not forget to make it executable!
Print power settings
This script prints power settings and a variety of other properties for USB and PCI devices. Note that root permissions are needed to see all settings.
Источник