Questions tagged [acpi]

Advanced Configuration and Power Interface, a specification that provides an open standard for device configuration and power management by the operating system.

In computing, the Advanced Configuration and Power Interface (ACPI) specification provides an open standard for device configuration and by the operating system.

First released in December 1996, ACPI defines platform-independent interfaces for hardware discovery, configuration, power management and monitoring. With the intention of replacing Advanced Power Management, the MultiProcessor Specification and the Plug and Play BIOS Specification, the standard brings power management under the control of the operating system, as opposed to the previous BIOS-central system which relied on platform-specific firmware to determine power management and configuration policy. The specification is central to Operating System-directed configuration and Power Management (OSPM), a system implementing ACPI which removes device management responsibilities from legacy firmware interfaces.

The standard was originally developed by Intel, Microsoft and Toshiba, and was later joined by HP and Phoenix. As the ACPI technology gained wider adoption with many operating systems and processor architectures, the desire to improve the governance model of the specification has increased significantly. In October 2013, original developers of the ACPI standard agreed to transfer all assets to the Forum, where all future development will be taking place.3 The latest version of the standard is "Revision 6.2 Errata A", which was published by the UEFI Forum in September 2017.

References:

182 questions
0
votes
1 answer

cancelling acpi compatibility check at winpe boot

My task is to load a program i built separately from the OS (it performs a set of actions on the system files so it must be done before the OS boots) on an embedded system. yea i know... I chose to place it in a clean winpe.wim (got it from Windows…
rammer
  • 1
  • 3
0
votes
1 answer

Android Device reboots as soon as it goes in suspend state

I'm porting Android Lollipop on x86_64, seeing one weird behavior from device. As soon as device goes in suspend state it reboots the device. Please help me to investigate the reason behind it, what all the possible methods to reboot the device…
BhanuSingh
  • 118
  • 1
  • 2
  • 15
0
votes
0 answers

Save specific information from acpitool and the CPU load as a function of time

I would like to save certain information from acpitool and also the load of all my CPUs as a function of time. More specifically acpitool -B gives me the following output: Battery #1 : present Remaining capacity : 72250 mWh, 77.27%, 03:47:52 …
0
votes
1 answer

Linux: device tree to acpi driver

I need help on this, my driver already work on device tree mode, and I want support acpi mode for it, I'm stuck on create partitions: Device Tree: &spi0 { status = "ok"; flash: n25q256a@0 { status = "ok"; cell-index = <0>; #address-cells =…
0
votes
1 answer

Execute a PyQt app from an acpi event in linux

I want to use a PyQt application to display an image when some acpi event is triggered under linux. I already setting up the configuration for the event and the python scrip is executed when the event is triggered, but when program reach the…
alfredozn
  • 314
  • 3
  • 16
0
votes
1 answer

Linux Shell scripting: Storing the output of a command line program

The following command returns 2 lines and those are the temperatures of my CPU's: acpi -t How would I go about storing those 2 lines in a variable in a bash script so I can work with them?
0
votes
1 answer

System becomes unresponsive due to kernel oops (IP: dev_queue_xmit+0x256/0x3f4)

Linux system is consistently getting unresponsive with below serial console output. The similar serial console output is observed every time the issue is occurred. Steps to reproduce this issue are unknown as of now. But, this issue is not observed…
Amrit
  • 319
  • 1
  • 2
  • 9
0
votes
0 answers

How to check if my monitor is on?

I usually connect to my computer in the university using team viewer. Is there any way (for example using ACPI) to determine if my monitor is on (i.e., other one can see it)? I have no web cam there. Its operating system is Windows 7 - 64 bit.
remo
  • 880
  • 2
  • 14
  • 32
0
votes
2 answers

Linux analogue to Windows' SetSystemPowerState?

I'm writing a program in C with a mind on cross-compatibility, but I don't think I'm going to be able to get away without at least some platform specific #ifdefs. One of the required features is to be able to put the system into Suspend power mode.…
Applekid
  • 390
  • 1
  • 5
0
votes
1 answer

power cycle via ACPI?

Is it possible to do a real powercycle using ACPI or other software command? A normal software reboot isn't enough in my case as apparently that doesn't reset some periphery (USB Modem, a blocked SSD controller).
Udo G
  • 12,572
  • 13
  • 56
  • 89
0
votes
1 answer

Why mmap fails when trying to map Upper BIOS memory to virtual address space

I'm trying to (m)map the following address into virtual address space : ---Phys Address is 0xf6c50 --- This address is the sum of the EBDA Base Pointer and the Higher Bios Memory Window (ACPI_HI_RSDP_WINDOW_BASE) The purpose is to map the ACPI…
hit.at.ro
  • 306
  • 3
  • 11
0
votes
0 answers

Is there a way I can generate MP table from ACPI tables?

I am trying to fake mptable for a kernel that needs mptables to boot up. Going forward my goal is to get rid of mptables completely. I have access to the ACPI data,however I need to parse and read these tables and generate a pseudo mptable so that…
hit.at.ro
  • 306
  • 3
  • 11
0
votes
2 answers

the new kernel(3.9.6) configs for solving acpi=off in lenovo laptops

i have a Lenovo Z580 IDeaPAd Laptop and want to boot my linux with acpi.but with its kernel i must to set acpi off in the kernel i read more about this in net and found that must use new kernels above 3.8. i donwload every kernels in the…
Emad Helmi
  • 43
  • 1
  • 5
0
votes
1 answer

Can not call acpi_call method in ubuntun 12.10

I have a notebook has a optimus graphic cards(Nvidia). So I want to relax notebook with acpi_call method. But error is given. I had downloaded acpi_call_master from this web page: (https://github.com/mkottman/acpi_call) Then this zip is exracted by…
tufan
  • 77
  • 2
  • 10
-1
votes
1 answer

Finding out which driver responds to which IO handle passed to a `DeviceIoControl` Call

I have a driver installed that responds to DeviceIoControl calls with the handle "\\.\ATKACPI". Is there a way to find out which driver provides or responds to that handle, or any other handle in general?
MrSomeone
  • 71
  • 1
  • 11
1 2 3
12
13