Questions tagged [acpi]

Questions that relate to the Advanced Configuration and Power Interface (ACPI) specification which provides an open standard for device configuration and power management by the operating system.

ACPI is an open standard providing a platform-independent interface that allows an operating system to implement power management of devices.

Image from AnandTech

Activation triggers for power saving modes such as and and other power-management tasks are defined and implemented through ACPI. Several ACPI kernel modules may provide different ACPI functions in Ubuntu (see /lib/modules/$(uname -r/kernel/drivers/acpi). Users can control and configure the implementation through the systemctl interface on versions of Ubuntu with or with the acpid daemon:

acpid is a flexible and extensible daemon for delivering ACPI events. These events are triggered by certain actions, such as:

Pressing the Power button
Pressing the Sleep/Suspend button
Closing a notebook lid
(Un)Plugging an AC power adapter from a notebook 

acpid can be used by itself, or combined with a more robust system such as Pm-utils and Cpufrequtils to provide a more complete power management solution.


Source for acpid: Arch wiki

712 questions
33
votes
4 answers

How to prevent the Power button to shutdown directly the system?

I did a fresh install of Ubuntu 13.10. When I press my power button, my computer immediately shuts down. In Ubuntu 13.04 I got a nice menu, where I could choose what to do. It is gone now and I want it back. Here is my /etc/acpi/powerbtn.sh in…
Wauzl
  • 1,733
7
votes
1 answer

Is ACPI useful on a server?

Should I install acpi on ubuntu server? for potential power managing features? I was thinking power down button would be useful for less terminal skilled users who don't know how to connect using SSH and shutdown with command. what do you…
user25389
5
votes
1 answer

ACPI errors after suspend: cannot release Mutex

I'm using a dell xps 15 with ubuntu and every time I come back after suspend I get this error: ACPI Error: Thread 2300... cannot release Mutex [ECMX] acquired by thread 2260... (2020.../emutex-370). Should I worry? How to prevent this?
Denondi
  • 61
5
votes
3 answers

How do I use acpi_call?

How am I supposed to run/install acpi_call? I've found a similar solution on the linux hybrid graphics blog, but still couldn't manage to run it.
4
votes
1 answer

How do I sanity check my ACPI tables?

I think there may be a firmware bug relating to ACPI in a laptop. How can I check that my ACPI tables are sane?
Elder Geek
  • 36,023
  • 25
  • 98
  • 183
4
votes
0 answers

How to trace what is invoked on ACPI events?

My question is not how to catch ACPI events, but how to track out what happens when one occurs. I recently got interested in ACPI events. I wonder how to find out what script is triggered by ACPI events. If it does not trigger a script from…
daltonfury42
  • 5,499
3
votes
0 answers

ACPI event daemon

16.04 server...What is "ACPI event daemon" and why do I need it? Can I turn it off somehow? I am seeing lots of these: Nov 16 06:05:03 signal-security systemd[1]: Started ACPI event daemon. Nov 16 06:05:03 signal-security systemd[1]: Stopping LSB:…
3
votes
0 answers

AE_NOT_FOUND on bootup - just ignore or try to resolve?

My 22.04 system works, but on bootup, I get the following errors (taken from dmesg file). The main issue is AE_NOT_FOUND and AE_ALREADY_EXISTS. It seems, from basic searching, that this is some issue with the ACPI which is the Advanced Configuration…
2
votes
1 answer

Is it dangerous to turn ACPI off?

I've asked a few questions related to this subject, because I could not use Ubuntu when my ACPI was alway enabled. I discovered how to install everything with ACPI off and Ubuntu is working now decently. My question now is - is it dangerous to run…
Raikuhen
  • 33
  • 1
  • 1
  • 6
2
votes
1 answer

about acpi bug/error newly installed 22.04

ı recently upgraded new Ubuntu 22.04 lts, everything works fine but having ACPI bug report while startup. any thoughts/helps?
caroten
  • 21
2
votes
2 answers

acpi event 69 made my system unusable

A few days ago, cat /sys/firmware/acpi/interrupts/gpe69 gave a count in millions and my system was unusable. After disabling it, all was fine. Is there a way to know what ACPI event 69 is about?
ymajoros
  • 133
1
vote
0 answers

Make acpi detect a video in fullscreen

How can i make acpid realize I'm watching a Video on fullscreen so it doesnt turn off the screen after a few minutes without any mouse/keyboard event?
1
vote
1 answer

ACPI Package problem on boot Ubuntu 14.04.02

I've been using Ubuntu for pretty long time and am quite experienced with it. But recently I discovered a new problem that I can't resolve on my own. My system is as follows: AMD E-450 1.65 AMD Radeon HD 6320 with latest ATI Catalyst linux…
1
vote
0 answers

"ACPI Error" when I connect a flashdrive

I connected a flash drive to my laptop to install Ubuntu 24.04 and while running Ubuntu from the flash drive, I encountered this error that I do not know what It is and there is no information about it. You can see the errors more clearly…
1
vote
0 answers

ACPI Error On Dell Inspiron 3480 Ubuntu 20.04LTS

I contact you for technical assistance, I have a DELL INSPIRON 3480 notebook, Intel Core i5 ​​8265U, 16GB RAM, SSD NVME M.2 240GB, HDD 300GB, which I was using with UBUNTU 18.04LTS. When updating to UBUNTU 20.04 LTS, it began to present problems…
1
2