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:

161 questions
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
  • 309
  • 1
  • 2
  • 8
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
  • 828
  • 2
  • 12
  • 29
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
  • 11,022
  • 11
  • 47
  • 77
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
  • 190
  • 2
  • 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
  • 190
  • 2
  • 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

ACPI script , how to know about current TTY displaying to users?

I'm running a script in acpi , if current displayed virtual terminal , switch back to the terminal X11 is running ; else switch to tty1. So the only problem is , how can i use a program to get the name of current displayed terminal ? Any…
daisy
  • 19,459
  • 24
  • 111
  • 218
-1
votes
1 answer

How to auto enable acpi trace after shutdown(s5) and power on

I'm using kernel debug and enable !amli traceon for a S5 black screen issue. Since the fail rate is low, I'm setting a S5 loop by application to reproduce this issue. However, I have to break and type-in !amli set spewon traceon verboseon logon…
KuanYu
  • 1
  • 1
-1
votes
2 answers

suspend home server on idle / inactivity

I've setup my home server to wake-on-lan and my router sends the wake-on-lan package when I try to access the server from anywhere. Now the server should also suspend again after like 5 minutes after last disk activity last network activity and…
Thomas Koch
  • 2,723
  • 2
  • 26
  • 36
1 2 3
10
11