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

725 questions
65
votes
3 answers

What does the kernel boot parameter "set acpi_osi=Linux" do?

I am facing an issue with brightness control in my laptop which has Intel HD graphics and Ubuntu 10.10 64-bit. So when I searched for a fix I found that a common suggestion is to edit the GRUB file line, GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" to…
AIB
  • 1,441
56
votes
4 answers

Boot Error - ACPI PCC Probe Failed

ACPI PCC Probe Failed is the error that pops up instead of the default GRUB loader after I updated my kernel to 3.19. I searched around and couldn't find much information except that it is a known error and it is registered in kernel.org's launchpad…
34
votes
4 answers

Ubuntu 22.04 "ACPI BIOS Error (bug): Could not resolve symbol" errors on Asus X705UA

Running Ubuntu 22.04, Kernel 5.15.0-40-generic x86_64 Since the last kernel update about 3 weeks ago, I have started to get the following errors:- I have updated the ASUS laptop with the latest BIOS version V322 - but this has done nothing. ACPI…
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,763
32
votes
2 answers

What do the different Boot Options mean? (i.e. acpi=off, noapic, nolapic, etc)

I've been having issues installing 11.04 on my new laptop, the solution was to enable any of these boot options: acpi=off noapic nolapic But, what do these options actually do? What sort of problems are there in enabling them? i.e. can they cause…
Stephen RC
  • 4,920
30
votes
2 answers

How do I disable ACPI when booting?

When I tried to install Ubuntu from the live CD start menu, the screen became black with just a blinking cursor. I rebooted the PC and I chose the option acpi=off. Then the installer started and Ubuntu installed whitout problems. But when I reboot…
MateoPelOli
  • 325
  • 1
  • 3
  • 7
29
votes
3 answers

Booting Ubuntu with "acpi=off" grub parameter

In order for me to boot into 12.04, I have to add the parameter acpi=off in grub. Any other options as specified here do not allow me to boot into Ubuntu. My question is simple, what does setting the parameter acpi=off actually do? And more…
28
votes
3 answers

/dev/sda1: Inodes that were part of a corrupted orphan linked list found

I was using my Ubuntu 2015.04 (with ecryptfs-encrypted user home) laptop normally when suddenly, the hard drive became read-only. I rebooted and now it is stuck on this: [ 0.703206] ACPI PCC probe failed. starting version 219 error: /dev/sdb: No…
Nicolas Raoul
  • 11,921
22
votes
2 answers

ACPI error on every boot

I recently switched from Windows 10 to Ubuntu. So far so good, but I get these errors on every boot. I was not getting these when on Windows 10 (not sure if it is because Windows didn't have these errors or Windows just hided them from me) I just…
21
votes
4 answers

Fan is always on, CPU usage is rather low and can't find the fan or thermal_zone proc files

I have an Asus N76VB notebook with Ubuntu 14.04 and TLP for power managment. However, the fan is always on. It's not really loud, but it's annoying. My CPU usage is around 1-2%. It's clocked at 1.20 GHz. I've added acpi=force to my boot parameters…
19
votes
1 answer

ACPI Errors when booting , Can't boot

I recently installed ubuntu gnome 16.04 LTS in My HP-15AC122TU laptop. I have been using this for a while. I wanted to genarate an xorg.conf file since having a screen-tearing whenever I play movies or scroll on pages( tried HW accelaration but…
akza07
  • 301
18
votes
1 answer

ACPI Warning Argument #4 type mismatch

Output of dmesg: http://paste.ubuntu.com/23381803/ In the dmesg, there is the below error: ACPI Warning: \_SB_.PCI0.RP01.PXSX._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150930/nsarguments-95) which seems like BIOS…
14
votes
3 answers

How do I configure WakeOnUSB properly?

How do I configure Wake-On-USB properly on a 10.04 or 10.10 Ubuntu (2.6.36 and higher if needed)? (Wake-on-USB is when the computer is asleep and for example a USB Keyboard event wakes up the machine!) The notebook is an Acer Aspire Timeline X…
wishi
  • 641
14
votes
6 answers

Lenovo ThinkPad X1 Yoga OLED Brightness

I'm running 16.04 on my X1 Yoga OLED. I can't change the brightness of the screen at all, it seems to be on maximum brightness all the time. I've tried: Fn+F5/F6 xbacklight -set 50(and 100, and 0, and 20, ...)/xbacklight -dec 10 I'm using GNOME…
joar
  • 567
14
votes
5 answers

Unable to Boot after installation , ACPI errors

I recently tried setting up a dual boot of Ubuntu 18.04 LTS with windows 10 already installed on my Asus VivoBook Pro N580GD. I have tried reinstalling multiple times but every time I get a bunch of Errors: [ 0.055631] ACPI Error:…
1
2 3
48 49